<?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 xk0der</title>
	<atom:link href="http://blog.xkoder.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xkoder.com</link>
	<description>therez light!</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on JavaScript Associative Arrays Demystified by Nick</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-13347</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-13347</guid>
		<description>Just what I need. Thanks.</description>
		<content:encoded><![CDATA[<p>Just what I need. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial : Starting with git using just 10 commands by karatedog</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-13106</link>
		<dc:creator>karatedog</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-13106</guid>
		<description>Git is very good, however it is much easier to shoot yourself in the foot with it,  than, say with bazaar. Git is powerful, but it was developed for versioning the Linux kernel, and those kernel-fu guys won&#039;t be scared by a suboptimal UI or special behavior. 
For example take &#039;git rm&#039; which should be instead what &#039;git rm --cached&#039; does.
&#039;git rm&#039; will only delete the file from the current head, however it won&#039;t check for it being in previous versions. So if you just created a file, but never made a commit, and do a &#039;git-rm&#039; on it, that file is a goner.</description>
		<content:encoded><![CDATA[<p>Git is very good, however it is much easier to shoot yourself in the foot with it,  than, say with bazaar. Git is powerful, but it was developed for versioning the Linux kernel, and those kernel-fu guys won&#8217;t be scared by a suboptimal UI or special behavior.<br />
For example take &#8216;git rm&#8217; which should be instead what &#8216;git rm &#8211;cached&#8217; does.<br />
&#8216;git rm&#8217; will only delete the file from the current head, however it won&#8217;t check for it being in previous versions. So if you just created a file, but never made a commit, and do a &#8216;git-rm&#8217; on it, that file is a goner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial : Starting with git using just 10 commands by allen</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-13082</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Sun, 13 Jun 2010 14:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-13082</guid>
		<description>excellent work xkoder. tks!</description>
		<content:encoded><![CDATA[<p>excellent work xkoder. tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems with Yahoo Mail by Gordon Rodricks</title>
		<link>http://blog.xkoder.com/2008/06/03/problems-with-yahoo-mail/comment-page-1/#comment-12631</link>
		<dc:creator>Gordon Rodricks</dc:creator>
		<pubDate>Fri, 14 May 2010 10:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=38#comment-12631</guid>
		<description>I have the same problem as described above since 4 day. Today is the 14th of May. I am scared. All my business mail is not accessable and more important my address book cannot be retrived.
Please help</description>
		<content:encoded><![CDATA[<p>I have the same problem as described above since 4 day. Today is the 14th of May. I am scared. All my business mail is not accessable and more important my address book cannot be retrived.<br />
Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare &#8211; Simple communication between Host and Guest by Pablo Roesch</title>
		<link>http://blog.xkoder.com/2008/01/02/vmware-simple-communication-between-host-and-guest/comment-page-1/#comment-11616</link>
		<dc:creator>Pablo Roesch</dc:creator>
		<pubDate>Tue, 06 Apr 2010 16:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=23#comment-11616</guid>
		<description>Please dont use COM-SDK, its EOL, for windows we recommend vSphere PowerCLI http://vmware.com/go/powercli easy and fun to use,,(provides ability to pipe objects)

I just posted a video about using VIX API for guest OS management, might help. 

Regards,
Pablo Roesch
http://developer.vmware.com</description>
		<content:encoded><![CDATA[<p>Please dont use COM-SDK, its EOL, for windows we recommend vSphere PowerCLI <a href="http://vmware.com/go/powercli" rel="nofollow">http://vmware.com/go/powercli</a> easy and fun to use,,(provides ability to pipe objects)</p>
<p>I just posted a video about using VIX API for guest OS management, might help. </p>
<p>Regards,<br />
Pablo Roesch<br />
<a href="http://developer.vmware.com" rel="nofollow">http://developer.vmware.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial : Starting with git using just 10 commands by greg</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10865</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10865</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial : Starting with git using just 10 commands by Drew</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10689</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10689</guid>
		<description>Thank you much for the very straightforward tutorial. Easiest one I&#039;ve found on google.</description>
		<content:encoded><![CDATA[<p>Thank you much for the very straightforward tutorial. Easiest one I&#8217;ve found on google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial : Starting with git using just 10 commands by Version control: Git tutorials and how-tos &#124; FZ Blogs</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10329</link>
		<dc:creator>Version control: Git tutorials and how-tos &#124; FZ Blogs</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10329</guid>
		<description>[...] Git Tutorial : Starting with git using just 10 commands [...]</description>
		<content:encoded><![CDATA[<p>[...] Git Tutorial : Starting with git using just 10 commands [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git Tutorial Part II &#8211; Sharpen your Git-Fu with 10 more commands. by Srinivas</title>
		<link>http://blog.xkoder.com/2009/06/06/git-tutorial-part-ii-sharpen-you-git-fu-with-10-more-commands/comment-page-1/#comment-10074</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=93#comment-10074</guid>
		<description>Lovely article. All that one needs in a nice and clean presentation.</description>
		<content:encoded><![CDATA[<p>Lovely article. All that one needs in a nice and clean presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Associative Arrays Demystified by xk0der</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-9705</link>
		<dc:creator>xk0der</dc:creator>
		<pubDate>Fri, 08 Jan 2010 10:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-9705</guid>
		<description>@Ulrich wrote &quot;there are no real associative _arrays_ in JS&quot;

That&#039;s the whole point of this blog post :), to clarify and put forth the point that &quot;there are no associative arrays in JavaScript&quot; instead they are properties of an Object.

Use of Array() in the initial examples is make it easier for the reader to understand the concept.

If you read the two paragraph above sub heading &quot;Tip-4&quot; it mentions what you state in your comment. :)</description>
		<content:encoded><![CDATA[<p>@Ulrich wrote &#8220;there are no real associative _arrays_ in JS&#8221;</p>
<p>That&#8217;s the whole point of this blog post <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , to clarify and put forth the point that &#8220;there are no associative arrays in JavaScript&#8221; instead they are properties of an Object.</p>
<p>Use of Array() in the initial examples is make it easier for the reader to understand the concept.</p>
<p>If you read the two paragraph above sub heading &#8220;Tip-4&#8243; it mentions what you state in your comment. <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
