<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/flanagan</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 10:39:59 GMT</pubDate>
<item>
<title>(JavaScript) Create new CSS Selector (FF, IE, Opera)</title>
<link>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</link>
<description><![CDATA[ <p>Construct and add a selector to an existing stylesheet.  Does not work in Safari.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 10:53:32 GMT</pubDate>
<guid>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</guid>
</item>
<item>
<title>(JavaScript) Does an object have a specific property?</title>
<link>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</link>
<description><![CDATA[ <p>This is a very easy way to check if an object has a given property.  Easier than checking if (obj.foo != null) or some such, which is what I've been doing :(  From Flanagan, 5th ed, p. 108.; but I actually ran across it in the source of this page: http://www.gtalbot.org/DHTMLSection/DynamicOpacity.html, thanks to Gerard Talbot on clj.</p> ]]></description>
<pubDate>Thu, 24 May 2007 09:24:08 GMT</pubDate>
<guid>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</guid>
</item>
<item>
<title>(JavaScript) Unique ID generator without a global temp variable</title>
<link>http://snipplr.com/view/2574/unique-id-generator-without-a-global-temp-variable/</link>
<description><![CDATA[ <p>This is cool and simple example of a closure.  It is from the Flanagan (Rhino) Javascript book, page 131 of the 5th edition.</p> ]]></description>
<pubDate>Tue, 01 May 2007 20:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/2574/unique-id-generator-without-a-global-temp-variable/</guid>
</item>
</channel>
</rss>