<?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"
	>
<channel>
	<title>Comments on: How to generate a unique id in JavaScript</title>
	<atom:link href="http://forumsblogswikis.com/2008/05/26/how-to-generate-a-unique-id-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com/2008/05/26/how-to-generate-a-unique-id-in-javascript/</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<pubDate>Thu, 20 Nov 2008 11:30:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ryan</title>
		<link>http://forumsblogswikis.com/2008/05/26/how-to-generate-a-unique-id-in-javascript/#comment-584</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 28 May 2008 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/?p=266#comment-584</guid>
		<description>Found a problem if you're using this to generate unique IDs in rapid succession.  It's possible that two IDs can be generated within the same millisecond and therefore will have the same "unique" ID.  Instead try &lt;a href="http://forumsblogswikis.com/2008/05/26/generating-element-ids-with-javascript-and-counters/" rel="nofollow"&gt;this technique&lt;/a&gt; that increments a variable to keep the ID unique.</description>
		<content:encoded><![CDATA[<p>Found a problem if you&#8217;re using this to generate unique IDs in rapid succession.  It&#8217;s possible that two IDs can be generated within the same millisecond and therefore will have the same &#8220;unique&#8221; ID.  Instead try <a href="http://forumsblogswikis.com/2008/05/26/generating-element-ids-with-javascript-and-counters/">this technique</a> that increments a variable to keep the ID unique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generating element IDs with JavaScript and counters &#187; Forums, Blogs, Wikis</title>
		<link>http://forumsblogswikis.com/2008/05/26/how-to-generate-a-unique-id-in-javascript/#comment-583</link>
		<dc:creator>Generating element IDs with JavaScript and counters &#187; Forums, Blogs, Wikis</dc:creator>
		<pubDate>Mon, 26 May 2008 20:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/?p=266#comment-583</guid>
		<description>[...] Forums, Blogs, Wikis News on forums, blogs, wikis, cms, etc             &#171; How to generate a unique id in JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[...] Forums, Blogs, Wikis News on forums, blogs, wikis, cms, etc             &laquo; How to generate a unique id in JavaScript [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
