<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Neat little example of a useful Javascript closure</title>
	<link>http://onemorebug.com/blog/2007/05/06/neat-little-example-of-a-useful-javascript-closure-2/</link>
	<description>100 Years of JavaScript</description>
	<pubDate>Tue, 02 Dec 2008 22:08:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Meme Catcher &#187; Blog Archive &#187; Writing JavaScript</title>
		<link>http://onemorebug.com/blog/2007/05/06/neat-little-example-of-a-useful-javascript-closure-2/#comment-307</link>
		<pubDate>Sat, 15 Dec 2007 18:46:07 +0000</pubDate>
		<guid>http://onemorebug.com/blog/2007/05/06/neat-little-example-of-a-useful-javascript-closure-2/#comment-307</guid>
					<description>[...] When I want to implement a requirement, such as a business rule or DHTML behavior in JavaScript, sometimes I find that I don&#8217;t know how to implement that behavior. Sometimes this might be because the requirement is complex, as in the case of DHTML animation. Or the algorithm I am searching for may just be obscure, such as a unique ID generator that uses a closure instead of a global counter. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] When I want to implement a requirement, such as a business rule or DHTML behavior in JavaScript, sometimes I find that I don&#8217;t know how to implement that behavior. Sometimes this might be because the requirement is complex, as in the case of DHTML animation. Or the algorithm I am searching for may just be obscure, such as a unique ID generator that uses a closure instead of a global counter. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
