<?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>inordinatemind.com &#187; programming</title>
<script type="text/javascript" src="http://inordinatemind.com/wp-content/plugins/headjs-loader/head.min.js"></script>
	<atom:link href="http://inordinatemind.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://inordinatemind.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Mar 2012 20:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaScript headache and code forensics</title>
<script type="text/javascript" src="http://inordinatemind.com/wp-content/plugins/headjs-loader/head.min.js"></script>
		<link>http://inordinatemind.com/2012/03/28/javascript-headache-and-code-forensics/</link>
		<comments>http://inordinatemind.com/2012/03/28/javascript-headache-and-code-forensics/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 20:06:00 +0000</pubDate>
		<dc:creator>ice5nake</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://inordinatemind.com/?p=189</guid>
		<description><![CDATA[Mixing modernizr with cufón produces sadness for IE8 on Windows XP.  More specifically cufón 1.09i and modernizr 2.5.3 create a combination that produces weird double lettering. I reported the issue to the cufón dev, https://github.com/sorccu/cufon/issues/239 Found the relevant issue on the modernizr project, https://github.com/Modernizr/Modernizr/issues/534 And followed it to the root issue on the html5shiv, https://github.com/aFarkas/html5shiv/issues/54 From there I went to https://github.com/aFarkas/html5shiv/commit/9aa5bcdca367fd86ec5d5b73ca4d95e032a0f502#diff-1 and figured [...]]]></description>
			<content:encoded><![CDATA[<p>Mixing <a href="http://www.modernizr.com">modernizr</a> with <a href="http://cufon.shoqolate.com">cufón</a> produces sadness for IE8 on Windows XP.  More specifically cufón 1.09i and modernizr 2.5.3 create a combination that produces <a href="http://imagebin.org/205603">weird double lettering</a>.</p>
<p>I reported the issue to the cufón dev, https://github.com/sorccu/cufon/issues/239</p>
<p>Found the relevant issue on the modernizr project, <a href="https://github.com/Modernizr/Modernizr/issues/534">https://github.com/Modernizr/Modernizr/issues/534</a></p>
<p>And followed it to the root issue on the html5shiv, <a href="https://github.com/aFarkas/html5shiv/issues/54">https://github.com/aFarkas/html5shiv/issues/54</a></p>
<p>From there I went to <a href="https://github.com/aFarkas/html5shiv/commit/9aa5bcdca367fd86ec5d5b73ca4d95e032a0f502#diff-1">https://github.com/aFarkas/html5shiv/commit/9aa5bcdca367fd86ec5d5b73ca4d95e032a0f502#diff-1</a> and figured out what exactly I would need to fix the problem.</p>
<p>Thinking I could ditch modernizr and just use the most up to date html5shiv at <a href="http://code.google.com/p/html5shiv/">http://code.google.com/p/html5shiv/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://inordinatemind.com/2012/03/28/javascript-headache-and-code-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS Loading is Pretty Sweet</title>
<script type="text/javascript" src="http://inordinatemind.com/wp-content/plugins/headjs-loader/head.min.js"></script>
		<link>http://inordinatemind.com/2011/12/06/js-loading-is-pretty-sweet/</link>
		<comments>http://inordinatemind.com/2011/12/06/js-loading-is-pretty-sweet/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 15:09:25 +0000</pubDate>
		<dc:creator>ice5nake</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://inordinatemind.com/?p=169</guid>
		<description><![CDATA[I&#8217;ve begun working with http://headjs.com to do JS loading.  Why do JS loading?  See: http://headjs.com/#theory There is a somewhat broken, but easily fixed, WordPress plugin to use it.   Drupal&#8217;s got a plugin for it here.   Haven&#8217;t tried the Drupal plugin yet but it&#8217;s on my list.  Even without a plugin the API seems simple and intuitive.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve begun working with <a href="http://headjs.com/">http://headjs.com</a> to do JS loading.  Why do JS loading?  See: <a href="http://headjs.com/#theory">http://headjs.com/#theory</a></p>
<p>There is a somewhat broken, but <a href="http://wordpress.org/support/topic/plugin-headjs-loader-scripts-dont-execute-in-order?replies=3#post-2483905">easily fixed</a>, WordPress plugin to use it.   Drupal&#8217;s got a plugin for it <a href="http://drupal.org/project/headjs">here</a>.   Haven&#8217;t tried the Drupal plugin yet but it&#8217;s on my list.  Even without a plugin the API seems simple and intuitive.</p>
]]></content:encoded>
			<wfw:commentRss>http://inordinatemind.com/2011/12/06/js-loading-is-pretty-sweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Android Programming</title>
<script type="text/javascript" src="http://inordinatemind.com/wp-content/plugins/headjs-loader/head.min.js"></script>
		<link>http://inordinatemind.com/2010/09/14/learning-android-programming/</link>
		<comments>http://inordinatemind.com/2010/09/14/learning-android-programming/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 13:27:42 +0000</pubDate>
		<dc:creator>ice5nake</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://inordinatemind.com/?p=38</guid>
		<description><![CDATA[I&#8217;ve been learning the Android SDK.  My goal is to create a simple application to put on the Android Market.  Also, I am hoping to get the early access to the developer&#8217;s program for the Notion Ink Adam tablet. Android SDK has lots of pieces to it.  It&#8217;s been slow going learning it.  Especially since I was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been learning the Android SDK.  My goal is to create a simple application to put on the Android Market.  Also, I am hoping to get the early access to the developer&#8217;s program for the <a href="http://notionink.wordpress.com/">Notion Ink Adam</a> tablet.</p>
<p>Android SDK has lots of pieces to it.  It&#8217;s been slow going learning it.  Especially since I was pretty new to Java.  And especially since I was used to dynamically typed languages like Ruby and PHP.  I&#8217;ve stuck it out though and I am now making good progress.</p>
<p>The next planned step is to start developing directly on my HTC Incredible rather than using the emulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://inordinatemind.com/2010/09/14/learning-android-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fragment Caching with Rails.</title>
<script type="text/javascript" src="http://inordinatemind.com/wp-content/plugins/headjs-loader/head.min.js"></script>
		<link>http://inordinatemind.com/2008/07/02/fragment-caching-with-rails/</link>
		<comments>http://inordinatemind.com/2008/07/02/fragment-caching-with-rails/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:37:26 +0000</pubDate>
		<dc:creator>ice5nake</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://inordinatemind.com/2008/07/02/fragment-caching-with-rails/</guid>
		<description><![CDATA[I&#8217;m going to stick to using string paths, as opposed to hashes, for fragment caching (storing the page in pieces basically).  Especially when you have multiple parameters outside of the basic controller and action.   I am using a per page parameter as well as a page parameter.  Lots of cached fragments to manage in those [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to stick to using string paths, as opposed to hashes, for fragment caching (storing the page in pieces basically).  Especially when you have multiple parameters outside of the basic controller and action.   I am using a per page parameter as well as a page parameter.  Lots of cached fragments to manage in those cases.</p>
<p>It&#8217;s been rough disecting exactly how Rails manages cache.   I had the exact same hash going to my cache, expire_fragment, read_fragment functions, but expire_fragment wasn&#8217;t working.  I suspect routes are factored in there somewhere and I don&#8217;t have the time to figure it out exactly.</p>
<p>Lately I&#8217;ve been learning a lesson.   That lesson being, it&#8217;s nice to do things entirely the correct way, but sometimes you just got to get more done.</p>
]]></content:encoded>
			<wfw:commentRss>http://inordinatemind.com/2008/07/02/fragment-caching-with-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: inordinatemind.com @ 2012-05-19 22:51:11 -->
