<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for keza.net</title>
	<atom:link href="http://www.keza.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keza.net</link>
	<description>Thoughts on Software</description>
	<lastBuildDate>Tue, 14 Feb 2012 00:58:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Three weeks of Python programming by Adam</title>
		<link>http://www.keza.net/2012/02/14/three-weeks-of-python-programming/#comment-160</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 14 Feb 2012 00:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=356#comment-160</guid>
		<description>Nice stuff.  You have picked up a few new languages in the last 12-24 months, what is your current go-to language to get stuff done?</description>
		<content:encoded><![CDATA[<p>Nice stuff.  You have picked up a few new languages in the last 12-24 months, what is your current go-to language to get stuff done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Service Wait &#8211; servicewait.com by Julian Biddle</title>
		<link>http://www.keza.net/2012/02/07/service-wait-servicewait-com/#comment-159</link>
		<dc:creator>Julian Biddle</dc:creator>
		<pubDate>Mon, 13 Feb 2012 23:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=353#comment-159</guid>
		<description>Great hint about the time field. Thanks!</description>
		<content:encoded><![CDATA[<p>Great hint about the time field. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Releasing Software &#8211; Communication by Julian Biddle</title>
		<link>http://www.keza.net/2011/12/06/releasing-software-communication/#comment-139</link>
		<dc:creator>Julian Biddle</dc:creator>
		<pubDate>Mon, 05 Dec 2011 23:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=154#comment-139</guid>
		<description>Sometimes it&#039;s &quot;the boys&quot; that can be the problem! A timely article. Thanks</description>
		<content:encoded><![CDATA[<p>Sometimes it&#8217;s &#8220;the boys&#8221; that can be the problem! A timely article. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug JavaScript in MVC by Keiran McDonald</title>
		<link>http://www.keza.net/2011/11/25/debug-javascript-in-mvc/#comment-130</link>
		<dc:creator>Keiran McDonald</dc:creator>
		<pubDate>Fri, 25 Nov 2011 12:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=312#comment-130</guid>
		<description>That shirt is not your colour :)
Don&#039;t forget some scripts might not be required on some pages (you could use Areas or the single page to load what is needed) and referencing a script on a CDN might be quicker for your users.</description>
		<content:encoded><![CDATA[<p>That shirt is not your colour <img src='http://www.keza.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Don&#8217;t forget some scripts might not be required on some pages (you could use Areas or the single page to load what is needed) and referencing a script on a CDN might be quicker for your users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug JavaScript in MVC by Keiran McDonald</title>
		<link>http://www.keza.net/2011/11/25/debug-javascript-in-mvc/#comment-129</link>
		<dc:creator>Keiran McDonald</dc:creator>
		<pubDate>Fri, 25 Nov 2011 12:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=312#comment-129</guid>
		<description>We use the file modified time stamp as a query string so that the caching works the same in development automatically without needing to do anything special during the build.
You are likely to want to be able to reference scripts on a CDN (for perf). So you could probably store a dictionary of pairs and refactor out the logic that selects the JavaScript type to use. I would do this when I have a large number of scripts, but I would probably focus on solving the perf issues that come with that many scripts first. :)</description>
		<content:encoded><![CDATA[<p>We use the file modified time stamp as a query string so that the caching works the same in development automatically without needing to do anything special during the build.<br />
You are likely to want to be able to reference scripts on a CDN (for perf). So you could probably store a dictionary of pairs and refactor out the logic that selects the JavaScript type to use. I would do this when I have a large number of scripts, but I would probably focus on solving the perf issues that come with that many scripts first. <img src='http://www.keza.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on beveragelog.com &#8211; social drinking by Keiran McDonald</title>
		<link>http://www.keza.net/2011/11/22/beveragelog-com-social-drinking/#comment-128</link>
		<dc:creator>Keiran McDonald</dc:creator>
		<pubDate>Fri, 25 Nov 2011 11:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=290#comment-128</guid>
		<description>Thanks Julian, Just about every-time I mentioned this project to people, new ideas were formed.</description>
		<content:encoded><![CDATA[<p>Thanks Julian, Just about every-time I mentioned this project to people, new ideas were formed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on beveragelog.com &#8211; social drinking by Keiran McDonald</title>
		<link>http://www.keza.net/2011/11/22/beveragelog-com-social-drinking/#comment-127</link>
		<dc:creator>Keiran McDonald</dc:creator>
		<pubDate>Fri, 25 Nov 2011 11:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=290#comment-127</guid>
		<description>I am relieved beveragelog is revealed :)</description>
		<content:encoded><![CDATA[<p>I am relieved beveragelog is revealed <img src='http://www.keza.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug JavaScript in MVC by Maurice Butler</title>
		<link>http://www.keza.net/2011/11/25/debug-javascript-in-mvc/#comment-126</link>
		<dc:creator>Maurice Butler</dc:creator>
		<pubDate>Fri, 25 Nov 2011 07:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=312#comment-126</guid>
		<description>Are you stalking me...? Again I was looking at doing the same thing just last night... Although I was trying to generalise it into 1 load scripts helper method. If only all the different libraries used the same suffix / naming standard for dev scripts...</description>
		<content:encoded><![CDATA[<p>Are you stalking me&#8230;? Again I was looking at doing the same thing just last night&#8230; Although I was trying to generalise it into 1 load scripts helper method. If only all the different libraries used the same suffix / naming standard for dev scripts&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug JavaScript in MVC by Adam</title>
		<link>http://www.keza.net/2011/11/25/debug-javascript-in-mvc/#comment-125</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 25 Nov 2011 07:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=312#comment-125</guid>
		<description>Nice.  We use something similar to append a version querystring to ensure users are forced to download latest js to match our build number.

A method per js file is going to get pretty annoying? If your files followed some convention you could push the Debugger test into the Scripts method.</description>
		<content:encoded><![CDATA[<p>Nice.  We use something similar to append a version querystring to ensure users are forced to download latest js to match our build number.</p>
<p>A method per js file is going to get pretty annoying? If your files followed some convention you could push the Debugger test into the Scripts method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on beveragelog.com &#8211; social drinking by Julian Biddle</title>
		<link>http://www.keza.net/2011/11/22/beveragelog-com-social-drinking/#comment-124</link>
		<dc:creator>Julian Biddle</dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.keza.net/?p=290#comment-124</guid>
		<description>Suggestion ; you could tally all the drinks everyone has ever tallied and keep stats on the amount of liquid that has been passed via your app... ahem maybe not.</description>
		<content:encoded><![CDATA[<p>Suggestion ; you could tally all the drinks everyone has ever tallied and keep stats on the amount of liquid that has been passed via your app&#8230; ahem maybe not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

