<?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 Not Rocket Science</title>
	<atom:link href="http://www.stum.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stum.de</link>
	<description>Random thoughts of neat disorder</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:18:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on iTunes Tools by Damien</title>
		<link>http://www.stum.de/itunes-find-tracks-without-artwork/comment-page-1/#comment-15230</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/itunes-find-tracks-without-artwork/#comment-15230</guid>
		<description>Ah, it lists it IN itunes... ok, silly me.</description>
		<content:encoded><![CDATA[<p>Ah, it lists it IN itunes... ok, silly me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Tools by Damien</title>
		<link>http://www.stum.de/itunes-find-tracks-without-artwork/comment-page-1/#comment-15229</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/itunes-find-tracks-without-artwork/#comment-15229</guid>
		<description>For some reason this app scans my collection and tells me I have 130 songs without artwork, but does not tell me WHICH songs have no artwork....</description>
		<content:encoded><![CDATA[<p>For some reason this app scans my collection and tells me I have 130 songs without artwork, but does not tell me WHICH songs have no artwork....</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Querying the &#8220;Person or Group&#8221; field using SPQuery (Update) by jagkon</title>
		<link>http://www.stum.de/2008/02/06/querying-the-person-or-group-field-using-spquery/comment-page-1/#comment-15197</link>
		<dc:creator>jagkon</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/2008/02/06/querying-the-person-or-group-field-using-spquery/#comment-15197</guid>
		<description>Will this query work for Group also ?
Can you please show some pointers</description>
		<content:encoded><![CDATA[<p>Will this query work for Group also ?<br />
Can you please show some pointers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript TimeSpan Library by mstum</title>
		<link>http://www.stum.de/2010/02/11/javascript-timespan-library/comment-page-1/#comment-15154</link>
		<dc:creator>mstum</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=732#comment-15154</guid>
		<description>Version 1.2 can create a TimeSpan from two dates, using TimeSpan.FromDates</description>
		<content:encoded><![CDATA[<p>Version 1.2 can create a TimeSpan from two dates, using TimeSpan.FromDates</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript TimeSpan Library by mstum</title>
		<link>http://www.stum.de/2010/02/11/javascript-timespan-library/comment-page-1/#comment-15126</link>
		<dc:creator>mstum</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=732#comment-15126</guid>
		<description>Thanks, written that down for the next version.</description>
		<content:encoded><![CDATA[<p>Thanks, written that down for the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The third Generation iPod Shuffle &#8211; how to turn a perfectly good product into a piece of shit by Lassa</title>
		<link>http://www.stum.de/2009/03/21/the-third-generation-ipod-shuffle-how-to-turn-a-perfectly-good-product-into-a-piece-of-shit/comment-page-1/#comment-15109</link>
		<dc:creator>Lassa</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=448#comment-15109</guid>
		<description>Yup. I just got the new Ipod shuffle and I hate it. I&#039;m hoping it&#039;s not too late to take it back. So annoyed that I can&#039;t use my own headphones anymore and the touch pad is really annoying to use. Definitely wouldn&#039;t recommend buying it. I think I&#039;ve had it with Apple.</description>
		<content:encoded><![CDATA[<p>Yup. I just got the new Ipod shuffle and I hate it. I'm hoping it's not too late to take it back. So annoyed that I can't use my own headphones anymore and the touch pad is really annoying to use. Definitely wouldn't recommend buying it. I think I've had it with Apple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript TimeSpan Library by s</title>
		<link>http://www.stum.de/2010/02/11/javascript-timespan-library/comment-page-1/#comment-15101</link>
		<dc:creator>s</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=732#comment-15101</guid>
		<description>Fine lib, but missing some important things. Like creating Timespan from two dates and working on that like:
var ts = new TimeSpan(destinationDate, currentDate);</description>
		<content:encoded><![CDATA[<p>Fine lib, but missing some important things. Like creating Timespan from two dates and working on that like:<br />
var ts = new TimeSpan(destinationDate, currentDate);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CAML Or-Queries by mstum</title>
		<link>http://www.stum.de/2008/03/13/caml-queries/comment-page-1/#comment-15051</link>
		<dc:creator>mstum</dc:creator>
		<pubDate>Mon, 01 Mar 2010 22:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/2008/03/13/caml-queries/#comment-15051</guid>
		<description>Yes, the And element also can only have 2 child elements. Order of these two elements does not matter, but of course if you nest Or and And then Order might matter.</description>
		<content:encoded><![CDATA[<p>Yes, the And element also can only have 2 child elements. Order of these two elements does not matter, but of course if you nest Or and And then Order might matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I think Internet Explorer is the best browser for JavaScript development&#8230; by mstum</title>
		<link>http://www.stum.de/2010/02/09/why-i-think-internet-explorer-is-the-best-browser-for-javascript-development/comment-page-1/#comment-14851</link>
		<dc:creator>mstum</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=729#comment-14851</guid>
		<description>As said, for me it&#039;s the exact opposite. So far, each and every thing that didn&#039;t work in IE was a genuine bug in my Code, and often Chrome and Firefox just silently swallow/auto-correct the error. Maybe I just haven&#039;t ran into any issues - the style issue for example would be a non-issue as I&#039;d prefer server-side combining and compressing, but who knows, maybe I&#039;ll run into these issues at some time. But so far, I&#039;d rather work with a browser that reliably errors out than with browsers that decide to do their own stuff without telling me.</description>
		<content:encoded><![CDATA[<p>As said, for me it's the exact opposite. So far, each and every thing that didn't work in IE was a genuine bug in my Code, and often Chrome and Firefox just silently swallow/auto-correct the error. Maybe I just haven't ran into any issues - the style issue for example would be a non-issue as I'd prefer server-side combining and compressing, but who knows, maybe I'll run into these issues at some time. But so far, I'd rather work with a browser that reliably errors out than with browsers that decide to do their own stuff without telling me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If you want my money, show me your sexy back! by Not Rocket Science &#187; Why is it so hard to list proper technical specifications?</title>
		<link>http://www.stum.de/2009/11/28/if-you-want-my-money-show-me-your-sexy-back/comment-page-1/#comment-14847</link>
		<dc:creator>Not Rocket Science &#187; Why is it so hard to list proper technical specifications?</dc:creator>
		<pubDate>Mon, 22 Feb 2010 04:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=573#comment-14847</guid>
		<description>[...] few weeks back I ranted about TV manufacturers unable to properly list their Inputs/Outputs in the specs and how I have to [...]</description>
		<content:encoded><![CDATA[<p>[...] few weeks back I ranted about TV manufacturers unable to properly list their Inputs/Outputs in the specs and how I have to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I think Internet Explorer is the best browser for JavaScript development&#8230; by Martin</title>
		<link>http://www.stum.de/2010/02/09/why-i-think-internet-explorer-is-the-best-browser-for-javascript-development/comment-page-1/#comment-14846</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=729#comment-14846</guid>
		<description>Doh, that was meant to be:

&quot;You couldn&#039;t PAY ME enough money to develop / debug in JavaScript in IE.&quot;

though you likely got that from the whole message. ;-)</description>
		<content:encoded><![CDATA[<p>Doh, that was meant to be:</p>
<p>"You couldn't PAY ME enough money to develop / debug in JavaScript in IE."</p>
<p>though you likely got that from the whole message. <img src='http://www.stum.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I think Internet Explorer is the best browser for JavaScript development&#8230; by Martin</title>
		<link>http://www.stum.de/2010/02/09/why-i-think-internet-explorer-is-the-best-browser-for-javascript-development/comment-page-1/#comment-14845</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=729#comment-14845</guid>
		<description>You couldn&#039;t PAY ME enough money to develop / debug in JavaScript... I&#039;d happily take 50k/yr to develop in Firefox or Chrome vs. 450k/yr to develop in IE.

Just look at the number of IE bugs you&#039;d have to deal with first hand (even if you knew they existed!)

http://webbugtrack.blogspot.com/search/label/IE

IE has a 10:1 bug ratio versus ALL other browsers combined!

Like they say, If you&#039;d been developing for most of the last decade you would have already given up on IE... if you haven&#039;t... you haven&#039;t been doing it long enough!</description>
		<content:encoded><![CDATA[<p>You couldn't PAY ME enough money to develop / debug in JavaScript... I'd happily take 50k/yr to develop in Firefox or Chrome vs. 450k/yr to develop in IE.</p>
<p>Just look at the number of IE bugs you'd have to deal with first hand (even if you knew they existed!)</p>
<p><a href="http://webbugtrack.blogspot.com/search/label/IE" rel="nofollow">http://webbugtrack.blogspot.com/search/label/IE</a></p>
<p>IE has a 10:1 bug ratio versus ALL other browsers combined!</p>
<p>Like they say, If you'd been developing for most of the last decade you would have already given up on IE... if you haven't... you haven't been doing it long enough!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Extension method to replace multiple Chars in a string by mstum</title>
		<link>http://www.stum.de/2010/02/16/an-extension-method-to-replace-multiple-chars-in-a-string/comment-page-1/#comment-14703</link>
		<dc:creator>mstum</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=740#comment-14703</guid>
		<description>Haha, I had exactly the same thought as I started to all more &quot;rules&quot; and realized that keeping two lists in sync is stupid :)</description>
		<content:encoded><![CDATA[<p>Haha, I had exactly the same thought as I started to all more "rules" and realized that keeping two lists in sync is stupid <img src='http://www.stum.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Extension method to replace multiple Chars in a string by mabster</title>
		<link>http://www.stum.de/2010/02/16/an-extension-method-to-replace-multiple-chars-in-a-string/comment-page-1/#comment-14702</link>
		<dc:creator>mabster</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=740#comment-14702</guid>
		<description>Not bad, Michael. I almost feel, though, that you&#039;d be better off accepting an IDictionary rather than two lists of Char.

That way you have a definite one-to-one mapping of &quot;old&quot; to &quot;new&quot; characters, rather than relying on the two lists &quot;matching up&quot; item for item.</description>
		<content:encoded><![CDATA[<p>Not bad, Michael. I almost feel, though, that you'd be better off accepting an IDictionary rather than two lists of Char.</p>
<p>That way you have a definite one-to-one mapping of "old" to "new" characters, rather than relying on the two lists "matching up" item for item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Competetive Multiplayer Achievements suck, and Gamerscore should be removed by sindri</title>
		<link>http://www.stum.de/2008/11/30/competetive-multiplayer-achievements-suck-and-gamerscore-should-be-removed/comment-page-1/#comment-14638</link>
		<dc:creator>sindri</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=353#comment-14638</guid>
		<description>it is true,gamescore serves the purpose to make douchebags feel that they are &quot;leet&quot;,just because of higher number(truly ridiculus)</description>
		<content:encoded><![CDATA[<p>it is true,gamescore serves the purpose to make douchebags feel that they are "leet",just because of higher number(truly ridiculus)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
