<?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>Well, at least we got the duck. &#187; google</title>
	<atom:link href="http://ingol.nl/blog/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ingol.nl/blog</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 23:01:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Secure HTTP for Google JQuery Javascript Include.</title>
		<link>http://ingol.nl/blog/2009/10/26/use-secure-http-for-google-jquery-javascript-include/</link>
		<comments>http://ingol.nl/blog/2009/10/26/use-secure-http-for-google-jquery-javascript-include/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:23:05 +0000</pubDate>
		<dc:creator>Reboot</dc:creator>
				<category><![CDATA[Categorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://ingol.nl/blog/?p=270</guid>
		<description><![CDATA[It&#8217;s nice to include jquery from Google for performance, less load, etc. But use the secure link!


&#60;script src=&#34;https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;

It prevents IE from nagging about insecure content. Anyway, I can also advice on not using IE altogether.
(Thanks Webpatser: http://www.god-object.com/)
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nice to include jquery from Google for performance, less load, etc. But use the secure link!</p>
<pre class="brush: xml;">

&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>It prevents IE from nagging about insecure content. Anyway, I can also advice on not using IE altogether.</p>
<p>(Thanks Webpatser: <a href="http://www.god-object.com/">http://www.god-object.com/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://ingol.nl/blog/2009/10/26/use-secure-http-for-google-jquery-javascript-include/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Favicon PHP Proxy.</title>
		<link>http://ingol.nl/blog/2009/07/09/google-favicon-php-proxy/</link>
		<comments>http://ingol.nl/blog/2009/07/09/google-favicon-php-proxy/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:34:28 +0000</pubDate>
		<dc:creator>Reboot</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ingol.nl/blog/?p=207</guid>
		<description><![CDATA[A little code snippet to fetch and cache favicons via the google s2 favicon service.
It uses the PHP Zend framework to store and retrieve the favicons from a (MySQL) database &#8230;
http://ingol.nl/code/FaviconProxy.htm
]]></description>
			<content:encoded><![CDATA[<p>A little code snippet to fetch and cache favicons via the google s2 favicon service.<br />
It uses the PHP Zend framework to store and retrieve the favicons from a (MySQL) database &#8230;</p>
<p><a href="http://ingol.nl/code/FaviconProxy.htm">http://ingol.nl/code/FaviconProxy.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ingol.nl/blog/2009/07/09/google-favicon-php-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine Supports JAVA!</title>
		<link>http://ingol.nl/blog/2009/04/08/google-app-engine-supports-java/</link>
		<comments>http://ingol.nl/blog/2009/04/08/google-app-engine-supports-java/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:29:00 +0000</pubDate>
		<dc:creator>Reboot</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ingol.nl/blog/?p=199</guid>
		<description><![CDATA[App Engine is unveiling its second language (first = Python): Java. Today&#8217;s release includes an early look at our Java runtime, integration with Google Web Toolkit, and a Google Plugin for Eclipse, giving you an end-to-end Java solution for AJAX web applications.
http://code.google.com/appengine/
]]></description>
			<content:encoded><![CDATA[<p><span style="font-style:italic;">App Engine is unveiling its second language (first = Python): Java. Today&#8217;s release includes an early look at our Java runtime, integration with Google Web Toolkit, and a Google Plugin for Eclipse, giving you an end-to-end Java solution for AJAX web applications.</span></p>
<p><a href="http://code.google.com/appengine/">http://code.google.com/appengine/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ingol.nl/blog/2009/04/08/google-app-engine-supports-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
