<?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>For the Developer &#187; google</title>
	<atom:link href="http://forthedeveloper.com/category/companies/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://forthedeveloper.com</link>
	<description>By Developers, For Developers</description>
	<lastBuildDate>Tue, 20 Jul 2010 23:54:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google AJAX Library CDN Versioning</title>
		<link>http://forthedeveloper.com/2010/google-ajax-library-cdn-versioning/</link>
		<comments>http://forthedeveloper.com/2010/google-ajax-library-cdn-versioning/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:34:51 +0000</pubDate>
		<dc:creator>Randy Merrill</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[Ext Core]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[MooTools Dojo]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[script_aculo_us]]></category>
		<category><![CDATA[SWFObject]]></category>
		<category><![CDATA[Yahoo! UI]]></category>

		<guid isPermaLink="false">http://forthedeveloper.com/?p=168</guid>
		<description><![CDATA[It&#8217;s amazing what you find when you read the documentation. Since I always forget the address for Google&#8217;s CDN hosting of jQuery I have to search for it each time. This time when I found the address I was looking around a bit and found out this interesting tidbit that I didn&#8217;t know before about [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing what you find when you read the documentation. Since I always forget the address for Google&#8217;s CDN hosting of jQuery I have to search for it each time. This time when I found the address I was looking around a bit and found out this interesting tidbit that I didn&#8217;t know before about Google&#8217;s CDN for their AJAX libraries.</p>
<blockquote><p>Specifying a version of &#8220;1.8.2&#8243; will select the obvious version. This is because a fully specified version was used. Specifying a version of &#8220;1.8&#8243; would select version 1.8.4 since this is the highest versioned release in the 1.8 branch. For much the same reason, a request for &#8220;1&#8243; will end up loading version 1.9.1.</p>
<p><cite><a href="http://code.google.com/apis/ajaxlibs/documentation/" title="Google AJAX Libraries API Developer's Guide">Google AJAX Libraries API Developer&#8217;s Guide</a></cite>
</p></blockquote>
<p><span id="more-168"></span></p>
<p>For example, if I were linking to jQuery I would normally have used the following and updated semi-regularly:</p>
<blockquote><p><code>http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js</code></p></blockquote>
<p>But if I just want the latest for the &#8220;1.3&#8243; version I could reference:</p>
<blockquote><p><code>http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js</code></p></blockquote>
<p>Or if I was feeling really risky and trust jQuery not to break between versions:</p>
<blockquote><p><code>http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js</code></p></blockquote>
<p>Hope its as useful to others as I found it!</p>
]]></content:encoded>
			<wfw:commentRss>http://forthedeveloper.com/2010/google-ajax-library-cdn-versioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Search For Sitemap Ping URLs</title>
		<link>http://forthedeveloper.com/2008/the-search-for-sitemap-ping-urls/</link>
		<comments>http://forthedeveloper.com/2008/the-search-for-sitemap-ping-urls/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:11:13 +0000</pubDate>
		<dc:creator>Randy Merrill</dc:creator>
				<category><![CDATA[ask]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://forthedeveloper.com/?p=47</guid>
		<description><![CDATA[Sitemaps just make sense. You create a Sitemap file, or a set of files and a Sitemap Index, that has all the your site links crafted purely for search engine consumption. It&#8217;s like candy for the search giants since they get spoon-fed your site structure by you. Not only can it tell them where your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sitemaps.org/" target="_blank">Sitemaps</a> just make sense. You create a <a href="http://sitemaps.org/protocol.php#xmlTagDefinitions" target="_blank">Sitemap file</a>, or a set of files and a <a href="http://sitemaps.org/protocol.php#index" target="_blank">Sitemap Index</a>, that has all the your site links crafted purely for search engine consumption. It&#8217;s like candy for the search giants since they get spoon-fed your site structure by you. Not only can it tell them where your content is, but it can tell them how often it changes, when it was last changed, and what priority it is to your site. Pure confection!</p>
<p>But the problem, for me at least, was finding the urls to ping so that you are not waiting for the giants to get a sweet tooth and come looking for you. The page on <a href="http://sitemaps.org/protocol.php#informing" target="_blank">informing giants</a> talks about a magical <em>searchengine_URL</em> that can be replace by your supporting giant. The problem: the site never tells what <em>searchengine_URL</em>s exist for your giant companions.</p>
<p><span id="more-47"></span></p>
<p>After some searching I finally found the urls that I was looking for. Where did I find the mystical urls you ask? Well it wasn&#8217;t from a google search (returned a lot of non-helpful links), it was from a <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">wordpress plugin</a>. In my opinion it is not a very good way to promote a service that is supposed to make it easier for you to get your content into the giants&#8217; mouths.</p>
<p>Without further ado here are the urls that <strong>should</strong> work for sending your updated Sitemap to the search giants:</p>
<ul>
<li>http://www.google.com/webmasters/sitemaps/ping?sitemap=&lt;url&gt;</li>
<li>http://submissions.ask.com/ping?sitemap=&lt;url&gt;</li>
<li>http://webmaster.live.com/ping.aspx?siteMap=&lt;url&gt;</li>
<li>http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=&lt;<a href="http://developer.yahoo.com/" target="_blank">Yahoo! Developer Key</a>&gt;&amp;url=&lt;url&gt;</li>
</ul>
<p>I would also suggest reading the other options for informing the search engines, such as adding &#8216;Sitemap: &lt;url&gt;&#8217; to your robots.txt file and actually visiting to the giants&#8217; playground.</p>
]]></content:encoded>
			<wfw:commentRss>http://forthedeveloper.com/2008/the-search-for-sitemap-ping-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google IO T-Shirt</title>
		<link>http://forthedeveloper.com/2008/google-io-t-shirt/</link>
		<comments>http://forthedeveloper.com/2008/google-io-t-shirt/#comments</comments>
		<pubDate>Wed, 28 May 2008 23:57:43 +0000</pubDate>
		<dc:creator>Randy Merrill</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rambling]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[io2008]]></category>

		<guid isPermaLink="false">http://blog.zdsystems.com/?p=12</guid>
		<description><![CDATA[Just looking at the Google IO T-Shirt for this year&#8217;s attendees and it appears they spelled GOOGLEIO wrong. I was curious as I was sitting in a session and typed in the binary that is on the shirt and it came out GOOGLEKO. Here is my translation of the shirt to binary: 0100011101001111010011110100011101001100010001010100101101001111 Here is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://forthedeveloper.com/wp-content/uploads/2008/05/dscf7460.jpg"><img class="alignright size-thumbnail wp-image-13" style="float: right;" title="Google IO Shirt" src="http://blog.zdsystems.com/wp-content/uploads/2008/05/dscf7460-150x150.jpg" alt="" width="150" height="150" /></a>Just looking at the Google IO T-Shirt for this year&#8217;s attendees and it appears they spelled GOOGLEIO wrong. I was curious as I was sitting in a session and typed in the binary that is on the shirt and it came out GOOGLEKO.</p>
<p>Here is my translation of the shirt to binary:</p>
<p><code>0100011101001111010011110100011101001100010001010100101101001111</code></p>
<p>Here is what that is translated:</p>
<p><code>GOOGLEKO</code></p>
<p>Just something interesting, we&#8217;ll see if it is true.</p>
<p>UPDATE: Thanks <a title="TechCrunch Coverage" href="http://www.techcrunch.com/2008/05/28/google-gets-fancy-with-google-io-tshirts-too-fancy/">TechCrunch for verifying the shirt</a> for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://forthedeveloper.com/2008/google-io-t-shirt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
