<?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>*in some cases</title>
	<atom:link href="http://www.insomecases.com/words/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.insomecases.com/words</link>
	<description>raising two girls, living without nuts, seeds, milk, eggs, or bananas, and random other things</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:57:04 +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>I wanna be six</title>
		<link>http://www.insomecases.com/words/2010/03/05/i-wanna-be-six/</link>
		<comments>http://www.insomecases.com/words/2010/03/05/i-wanna-be-six/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:57:04 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=241</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/uPYvDys2ntE&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uPYvDys2ntE&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/03/05/i-wanna-be-six/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why use Google hosted jQuery</title>
		<link>http://www.insomecases.com/words/2010/03/04/why-use-google-hosted-jquery/</link>
		<comments>http://www.insomecases.com/words/2010/03/04/why-use-google-hosted-jquery/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:45:28 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=235</guid>
		<description><![CDATA[Here are the benefits of using the Google hosted jQuery libraries:

By using the Google hosted jQuery libraries, since many applications use the Google infrastructure, when someone comes to your application, the Google hosted files may already be loaded into the visitor&#8217;s browser cache.
The subtle performance issue associated with the transfer of cookie data is revolved [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the benefits of using the Google hosted jQuery libraries:</p>
<ul>
<li>By using the Google hosted jQuery libraries, since many applications use the Google infrastructure, when someone comes to your application, the Google hosted files may already be loaded into the visitor&#8217;s browser cache.</li>
<li>The subtle performance issue associated with the transfer of cookie data is revolved because your domain  is different from Google&#8217;s  (i.e.,: not google.com), so no cookie data or other verbose headers will be sent up, saving precious bytes.</li>
<li>By loading the jQuery libraries from Google, the HTTP requests for those libraries don&#8217;t compete with the requests for assets from your domain, speeding up the overall page load time:<br />
<em>&#8220;Browsers typically limit the number of concurrent HTTP connections per server to be 2. If a browser session has two HTTP connections already</em> [for a given server]<em>, any further connection requests will have to wait until one of these two HTTP connections is finished.&#8221;</em> — Source: <a href="http://www.openajax.org/runtime/wiki/The_Two_HTTP_Connection_Limit_Issue" target="_blank">OpenAjax Alliance</a></li>
<li>Google hosted files are compressed using GZIP.</li>
<li>Google has a distributed CDN at various points around the world, so the files are &#8220;close&#8221; to the visitor.</li>
<li>Google servers are fast.</li>
</ul>
<p>Here&#8217;s the drawback:</p>
<ul>
<li>In the highly unlikely event that Google&#8217;s CDN goes down, the missing jQuery libraries will prevent your jQuery dependent page from loading correctly. The fix for this is to alternatively load the jQuery library from somewhere else. Microsoft now hosts the jQuery library on their CDN.</li>
</ul>
<p>Here&#8217;s an example of alternate loading. Try loading from Google. Check for the presence of the jQuery function. If it isn&#8217;t there, load jQuery from Microsoft.</p>
<div class="code">&lt;script src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
if (typeof jQuery !== &#8216;function&#8217;) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;document.write(&#8216;&lt;scri&#8217; + &#8216;pt type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js&#8221;&gt;&lt;/scri&#8217; + &#8216;pt&gt;&#8217;);<br />
}<br />
&lt;/script&gt;</div>
<p>If both Microsoft and Google are down, then the world must be at an  end, so your site not loading is the least of your problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/03/04/why-use-google-hosted-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuck snow angel</title>
		<link>http://www.insomecases.com/words/2010/03/02/stuck-snow-angel/</link>
		<comments>http://www.insomecases.com/words/2010/03/02/stuck-snow-angel/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:39:34 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Fun with Family]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=233</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Q5FcKdxqxeQ&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q5FcKdxqxeQ&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/03/02/stuck-snow-angel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to ski</title>
		<link>http://www.insomecases.com/words/2010/03/02/learning-to-ski/</link>
		<comments>http://www.insomecases.com/words/2010/03/02/learning-to-ski/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:36:33 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Fun with Family]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=231</guid>
		<description><![CDATA[This was only her second time skiing. She&#8217;s destined for the olympics.

]]></description>
			<content:encoded><![CDATA[<p>This was only her second time skiing. She&#8217;s destined for the olympics.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Q6LdiVBPH5w&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Q6LdiVBPH5w&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/03/02/learning-to-ski/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow is fun&#8230;</title>
		<link>http://www.insomecases.com/words/2010/02/28/snow-is-fun/</link>
		<comments>http://www.insomecases.com/words/2010/02/28/snow-is-fun/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:43:26 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/2010/02/28/snow-is-fun/</guid>
		<description><![CDATA[




]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_FF5CFF18-6F19-4807-BF24-0CF0F2804674.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_FF5CFF18-6F19-4807-BF24-0CF0F2804674.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_F9803629-6549-4587-A162-369B472CB03A.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_F9803629-6549-4587-A162-369B472CB03A.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_3DE5C0A1-2326-4321-B33A-F8323186BCA1.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_3DE5C0A1-2326-4321-B33A-F8323186BCA1.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_3AE2D389-90F4-4D1F-AA5E-4710F2F565C2.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_1600_1200_3AE2D389-90F4-4D1F-AA5E-4710F2F565C2.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_F953F56B-91C8-4386-B36F-3D1A0A4E037F.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_F953F56B-91C8-4386-B36F-3D1A0A4E037F.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/28/snow-is-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tahitian Dance?</title>
		<link>http://www.insomecases.com/words/2010/02/25/tahitian-dance/</link>
		<comments>http://www.insomecases.com/words/2010/02/25/tahitian-dance/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:13:02 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=210</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/VSMYZu9zwRM&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VSMYZu9zwRM&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/25/tahitian-dance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three legged race</title>
		<link>http://www.insomecases.com/words/2010/02/25/three-legged-race/</link>
		<comments>http://www.insomecases.com/words/2010/02/25/three-legged-race/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:04:41 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=208</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6bf9utqB3Bs&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6bf9utqB3Bs&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/25/three-legged-race/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post snow crash</title>
		<link>http://www.insomecases.com/words/2010/02/21/post-snow-crash/</link>
		<comments>http://www.insomecases.com/words/2010/02/21/post-snow-crash/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 07:55:31 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Photographs]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/2010/02/21/post-snow-crash/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_DAD3DA4F-6E25-43DD-A2C9-A6FCA52C3CFC.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_DAD3DA4F-6E25-43DD-A2C9-A6FCA52C3CFC.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/21/post-snow-crash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The end of chionophobia</title>
		<link>http://www.insomecases.com/words/2010/02/21/the-end-of-chionophobia/</link>
		<comments>http://www.insomecases.com/words/2010/02/21/the-end-of-chionophobia/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:54:35 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Photographs]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/?p=212</guid>
		<description><![CDATA[Our 5 year old no longer suffers from snow phobia (chionophobia). That has been replaced by snow philia, or chionophilia. We are destined for some future winter Olympic games, for sure.






]]></description>
			<content:encoded><![CDATA[<p>Our 5 year old no longer suffers from snow phobia (chionophobia). That has been replaced by snow philia, or chionophilia. We are destined for some future winter Olympic games, for sure.</p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_A0DD84BD-B53F-4868-95CC-396703742968.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_A0DD84BD-B53F-4868-95CC-396703742968.jpeg" alt="" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_121EB347-1E97-41DB-9A03-E5B872B69A4D.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_121EB347-1E97-41DB-9A03-E5B872B69A4D.jpeg" alt="" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_961E9BDD-64C5-4C3C-B80D-84CFE2637FE4.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_961E9BDD-64C5-4C3C-B80D-84CFE2637FE4.jpeg" alt="" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_EDA92A3D-46B4-4680-A26A-6BF63C6EC45B.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_EDA92A3D-46B4-4680-A26A-6BF63C6EC45B.jpeg" alt="" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_D6571BF5-7F02-480D-A474-086E0E476C98.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/p_2048_1536_D6571BF5-7F02-480D-A474-086E0E476C98.jpeg" alt="" /></a></p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_2048_1536_4EE74526-907D-4B0B-B490-09DDFC4D0101.jpeg"><img class="alignnone size-full" src="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_2048_1536_4EE74526-907D-4B0B-B490-09DDFC4D0101.jpeg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/21/the-end-of-chionophobia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attack of the playground</title>
		<link>http://www.insomecases.com/words/2010/02/16/attack-of-the-playground/</link>
		<comments>http://www.insomecases.com/words/2010/02/16/attack-of-the-playground/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:29:22 +0000</pubDate>
		<dc:creator>Loïc</dc:creator>
				<category><![CDATA[Child's Mind]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.insomecases.com/words/2010/02/16/attack-of-the-playground/</guid>
		<description><![CDATA[Playground 2 : our girls 0
On the left, notice the welt on her forhead. She tripped and fell right onto hrr forhead while running across the basketball court.
On the right, she monkey bar&#8217;ed until her palms blistered and popped. Each hand has a bare patch of exposed &#8220;new&#8221; skin the size of 50c coin near [...]]]></description>
			<content:encoded><![CDATA[<p>Playground 2 : our girls 0</p>
<p>On the left, notice the welt on her forhead. She tripped and fell right onto hrr forhead while running across the basketball court.</p>
<p>On the right, she monkey bar&#8217;ed until her palms blistered and popped. Each hand has a bare patch of exposed &#8220;new&#8221; skin the size of 50c coin near the base of palm. Ouch. Or as she put it, &#8220;owowowaaahhhhhhh, it — hurts — so — baaaaad!&#8221; My poor girlies. </p>
<p><a href="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_4ACEE249-4AE0-49FB-BD2A-4E89DB275952.jpeg"><img src="http://www.insomecases.com/words/wp-content/uploads/2010/02/l_1600_1200_4ACEE249-4AE0-49FB-BD2A-4E89DB275952.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insomecases.com/words/2010/02/16/attack-of-the-playground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
