<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Guid0: A Javascript GUID Generator</title>
	<atom:link href="http://softwareas.com/guid0-a-javascript-guid-generator/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com/guid0-a-javascript-guid-generator</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Wed, 17 Mar 2010 14:29:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TiddlyCMS Plugins from TiddlyGuv</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-429689</link>
		<dc:creator>TiddlyCMS Plugins from TiddlyGuv</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-429689</guid>
		<description>&lt;p&gt;[...] will be achieved using the Guid0 library I built earlier. A TiddlyWiki plugin will be built, incorporating Guid0, intercepting certain calls [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] will be achieved using the Guid0 library I built earlier. A TiddlyWiki plugin will be built, incorporating Guid0, intercepting certain calls [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahemoff</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-418264</link>
		<dc:creator>mahemoff</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-418264</guid>
		<description>&lt;p&gt;Thanks John. That&#039;s fixed in the trunk now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks John. That&#8217;s fixed in the trunk now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John J. Camilleri</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-418053</link>
		<dc:creator>John J. Camilleri</dc:creator>
		<pubDate>Wed, 18 Feb 2009 21:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-418053</guid>
		<description>&lt;p&gt;I found guid0 useful, but it doesn&#039;t work in Internet Explorer! The problem is you&#039;re using string[i] rather than string.charAt(i)
Changing the code in lines 47 &amp; 58 will fix the problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found guid0 useful, but it doesn&#8217;t work in Internet Explorer! The problem is you&#8217;re using string[i] rather than string.charAt(i)<br />
Changing the code in lines 47 &amp; 58 will fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Kowal</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-382163</link>
		<dc:creator>Kris Kowal</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-382163</guid>
		<description>&lt;p&gt;I&#039;m looking over this code again.  The Number.toString method takes an optional radix up to 36, which obviates the need for some of the alphabet constants.  For example, 35..toString(36) == &#039;z&#039;.  (The double dot is only necessary for invoking members of number literals since the first dot is interpreted as a decimal point.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking over this code again.  The Number.toString method takes an optional radix up to 36, which obviates the need for some of the alphabet constants.  For example, 35..toString(36) == &#8216;z&#8217;.  (The double dot is only necessary for invoking members of number literals since the first dot is interpreted as a decimal point.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guid0: JavaScript GUIDs &#124; Eroarea 403</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-377757</link>
		<dc:creator>Guid0: JavaScript GUIDs &#124; Eroarea 403</dc:creator>
		<pubDate>Fri, 14 Nov 2008 22:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-377757</guid>
		<description>&lt;p&gt;[...] own Michael Mahemoff is at it again, creating a simple little GUID generator called Guid0:  Guid0 is a GUID library for Javascript. Okay, it doesn&#8217;t yet do official, bona fide, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] own Michael Mahemoff is at it again, creating a simple little GUID generator called Guid0:  Guid0 is a GUID library for Javascript. Okay, it doesn&#8217;t yet do official, bona fide, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Kowal</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-377707</link>
		<dc:creator>Kris Kowal</dc:creator>
		<pubDate>Fri, 14 Nov 2008 21:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-377707</guid>
		<description>&lt;p&gt;Perhaps you should connect with Robert Kieffer http://www.broofa.com/Tools/randomUUID.js.  I ported his uuid implementation to Chiron as http://modulesjs.com/nightly/src/uuid.js&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Perhaps you should connect with Robert Kieffer <a href="http://www.broofa.com/Tools/randomUUID.js" rel="nofollow">http://www.broofa.com/Tools/randomUUID.js</a>.  I ported his uuid implementation to Chiron as <a href="http://modulesjs.com/nightly/src/uuid.js" rel="nofollow">http://modulesjs.com/nightly/src/uuid.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Guid0: JavaScript GUIDs</title>
		<link>http://softwareas.com/guid0-a-javascript-guid-generator/comment-page-1#comment-377460</link>
		<dc:creator>Ajaxian &#187; Guid0: JavaScript GUIDs</dc:creator>
		<pubDate>Fri, 14 Nov 2008 11:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://softwareas.com/?p=491#comment-377460</guid>
		<description>&lt;p&gt;[...] own Michael Mahemoff is at it again, creating a simple little GUID generator called Guid0:  Guid0 is a GUID library for Javascript. Okay, it doesn&#039;t yet do official, bona fide, 128-bit, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] own Michael Mahemoff is at it again, creating a simple little GUID generator called Guid0:  Guid0 is a GUID library for Javascript. Okay, it doesn&#8217;t yet do official, bona fide, 128-bit, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
