<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sean Hayes - professional WordPress consulting &#187; google</title>
	<atom:link href="http://www.seanhayes.biz/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seanhayes.biz</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 18:55:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating WordPress and Google-hosted jQuery 1.4</title>
		<link>http://www.seanhayes.biz/2010/integrating-wordpress-and-google-hosted-jquery-1-4/</link>
		<comments>http://www.seanhayes.biz/2010/integrating-wordpress-and-google-hosted-jquery-1-4/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:15:04 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[1.4]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.seanhayes.biz/?p=312</guid>
		<description><![CDATA[
			
				
			
		
The release of jQuery 1.4 brings many javascript improvements in performance, better handling of attributes, manipulation of DOM events and many more. Head over to the jQuery site for more details and a breakdown of the new features and improvements.
That&#8217;s great and we all like speed and flexibility improvements. Now, how would you like these [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seanhayes.biz%2F2010%2Fintegrating-wordpress-and-google-hosted-jquery-1-4%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seanhayes.biz%2F2010%2Fintegrating-wordpress-and-google-hosted-jquery-1-4%2F&amp;source=seanchayes&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_317" class="wp-caption alignright" style="width: 160px"><a href="http://www.seanhayes.biz/wp-content/uploads/2010/01/wordpress-heart-jquery.png"><img class="size-thumbnail wp-image-317" title="wordpress-heart-jquery" src="http://www.seanhayes.biz/wp-content/uploads/2010/01/wordpress-heart-jquery-150x150.png" alt="WordPress &amp; jQuery" width="150" height="150" /></a><p class="wp-caption-text">WordPress &amp; jQuery</p></div>
<p>The release of jQuery 1.4 brings many javascript improvements in performance, better handling of attributes, manipulation of DOM events and many more. Head over to the<a rel="nofollow" title="jQuery 1.4 New features and more information" href="http://www.seanhayes.biz/goto/_jQuery/312/2" target="_blank"> jQuery</a> site for more details and a breakdown of the new features and improvements.</p>
<p>That&#8217;s great and we all like speed and flexibility improvements. Now, how would you like these in your blog from today? Well a very quick and easy modification to your theme can have you utilizing the latest version of jQuery from Google&#8217;s CDN servers. I took the code block from the source site below, inserted it in my functions.php but replaced the jQuery version number. Check out the adjusted code block below:</p>
<pre class="brush: php; highlight: [3];">
if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', (&quot;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&quot;), false, '');
   wp_enqueue_script('jquery');
}
</pre>
<p>See where I just put &#8220;..jquery/1/jquery&#8230;&#8221; &#8211; by referencing the &#8220;1&#8243; instead of &#8220;1.3.2&#8243; we will get the latest version of jQuery loaded on the site. A quick look at the source code and we can see that the inserted javascript source is indeed via Google&#8217;s CDN and by clicking on the source code we see it&#8217;s version 1.4. To use simple terms in this code we are telling WordPress to &#8220;forget&#8221; it&#8217;s usual jQuery source / script setting, then preparing WordPress for the new settings (please load jQuery from Google&#8217;s CDN) and then serving up the new information for WordPress to use.</p>
<p>A quick and easy way to give your blog / site the benefits of the recent jQuery updates and improvements. If you encounter an issue with your site or  jQuery after this change you can easily revert to the previous version (1.3.2) by either removing the code block you added or, to keep jQuery hosted by Google&#8217;s CDN, adjusting the version number from &#8220;1&#8243; to &#8220;1.3.2&#8243;. For those more familiar with jQuery coding <a rel="nofollow" title="jQuery backwards incompatible changes" href="http://www.seanhayes.biz/goto/there_s_a_list_of_backwards_incompatible_changes/312/3" target="_blank">there&#8217;s a list of &#8220;backwards incompatible&#8221; changes</a> settings on the jQuery site.</p>
<p>If you&#8217;ve changed your site over to jQuery 1.4 how did it work out? As smoothly as mine did? Leave me a comment.</p>
<p>Source: <a rel="nofollow" href="http://www.seanhayes.biz/goto/http_digwp_com_2009_06_use_google_hosted_javascript_libraries_still_the_right_way_/312/4">http://digwp.com/2009/06/use-google-hosted-javascript-libraries-still-the-right-way/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seanhayes.biz/2010/integrating-wordpress-and-google-hosted-jquery-1-4/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Free Google Website Performance Tips</title>
		<link>http://www.seanhayes.biz/2009/free-google-website-performance-tips/</link>
		<comments>http://www.seanhayes.biz/2009/free-google-website-performance-tips/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 00:31:53 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[webmaster]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.seanhayes.biz/?p=169</guid>
		<description><![CDATA[
			
				
			
		
Let&#8217;s face it, having the fastest website on the planet is everyones dream. There are many hosting services and options available with each service so finding the best combination can be a bit of a crap shoot. Now, Google, in their webmaster tools, has put together information for webmasters on how Google sees site performance [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seanhayes.biz%2F2009%2Ffree-google-website-performance-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seanhayes.biz%2F2009%2Ffree-google-website-performance-tips%2F&amp;source=seanchayes&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Let&#8217;s face it, having the fastest website on the planet is everyones dream. There are many hosting services and options available with each service so finding the best combination can be a bit of a crap shoot. Now, Google, in their webmaster tools, has put together information for webmasters on how Google sees site performance and offers suggestions as to how to reduce a sites load time. Take a look at Google&#8217;s post in their webmaster blog &#8220;<a rel="nofollow" href="http://www.seanhayes.biz/goto/How_fast_is_your_site/169/1">How fast is your site</a>&#8220;.<span id="more-169"></span></p>
<p>Webmasters (administrators) can now login to Google Webmaster Tools to review their site(s) and click on the Labs section to see the pages on the site that could benefit from performance improvements.</p>
<div id="attachment_170" class="wp-caption alignright" style="width: 203px"><img class="size-full wp-image-170" title="Google Webmaster Performance tab" src="http://www.seanhayes.biz/wp-content/uploads/2009/12/google_webmaster_performance.jpg" alt="Google Webmaster Performance tab" width="193" height="115" /><p class="wp-caption-text">Google Webmaster Performance tab</p></div>
<h4>Suggestions</h4>
<p>By analyzing the suggestions from Google you can make site / server configuration changes and see the improvements over time. If you can&#8217;t wait to see if the changes you are making improve the load time then Google also offers the<a rel="nofollow" href="http://www.seanhayes.biz/goto/_Page_Speed_tool_/169/2"> Page Speed tool </a>- a plugin for Firefox &#8211; working in conjunction with <a rel="nofollow" href="http://www.seanhayes.biz/goto/Firebug/169/3">Firebug</a>. When installed, Page Speed, shows up as an extra tab in the Firebug panel where you can set it to automatically analyze performance of each of your sites pages on load. If you prefer to analyze pages individually you can also cilck the &#8220;Analyze Performance&#8221; button on the Page Speed tab.</p>
<p>In the tab there is also a &#8220;Show Resources&#8221; button to show you each element of your webpage, how long it takes to retrieve, type, domain, File Size and transfer size. So you can easily identify the slow loading culprits and take the suggested action.  Typically suggestions can be as simple as compressing images a little more (without losing quality &#8211; try <a rel="nofollow" href="http://www.seanhayes.biz/goto/Picnik_com/169/4">Picnik.com</a>), or perhaps serving some highly used images (like link sharing gifs) from the website domain rather than loading from the linked site domain.</p>
<div id="attachment_179" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-179" title="google_webmaster_performance_2" src="http://www.seanhayes.biz/wp-content/uploads/2009/12/google_webmaster_performance_2-300x132.jpg" alt="Google Webmaster Tools Suggestions" width="300" height="132" /><p class="wp-caption-text">Google Webmaster Tools Suggestions</p></div>
<p>Google also rates your page/site configuration giving an indication of the perceived severity of the configuration issue(s) and how you might improve them. Other suggestions include configuring your website for caching of images and other static files and moving .css and .js to optimal places within the site&#8217;s code.</p>
<p>I find these tools useful and for a site like mine I can work on fine tuning configuration occasionally and having another tool to use helps me identify the best optimizations.</p>
<h4>In Summary</h4>
<p>Most of the information the Page Speed tool offers is the same as Yahoo&#8217;s YSlow plugin. The Google website performance tips captured with the Page Speed plugin along with information highlighted in Google webmaster tools will definitely go a long way to help webmasters improve their site load times.</p>
<p>Have you used these tools? How did the suggestions work for your site / situation? Leave a comment below.</p>
<p>Note: Yahoo&#8217;s Yslow is available <a rel="nofollow" href="http://www.seanhayes.biz/goto/here/169/5">here</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7086324732730099";
/* 468x60, created 12/11/09 */
google_ad_slot = "9716011971";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seanhayes.biz/2009/free-google-website-performance-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (user agent is rejected)
Database Caching 1/16 queries in 0.030 seconds using apc

Served from: www.seanhayes.biz @ 2010-09-09 01:42:44 -->