<?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; api</title>
	<atom:link href="http://ingol.nl/blog/tag/api/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>
	</channel>
</rss>
