<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - micmath</title>
<link>http://snipplr.com/users/micmath/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 06:44:06 GMT</pubDate>
<item>
<title>(JavaScript) is it an array?</title>
<link>http://snipplr.com/view/6852/is-it-an-array/</link>
<description><![CDATA[ <p>Cribbed from Crockford's "JavaScript: The good parts."</p> ]]></description>
<pubDate>Mon, 23 Jun 2008 11:15:26 GMT</pubDate>
<guid>http://snipplr.com/view/6852/is-it-an-array/</guid>
</item>
<item>
<title>(JavaScript) Get url to external script</title>
<link>http://snipplr.com/view/6741/get-url-to-external-script/</link>
<description><![CDATA[ <p>This could be included inside the external script itself, and compared to window.location if the returned URL were relative.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 12:24:14 GMT</pubDate>
<guid>http://snipplr.com/view/6741/get-url-to-external-script/</guid>
</item>
<item>
<title>(JavaScript) Faster concat</title>
<link>http://snipplr.com/view/6099/faster-concat/</link>
<description><![CDATA[ <p>The plus operator is sometimes slower than joining an array.</p> ]]></description>
<pubDate>Fri, 02 May 2008 13:25:24 GMT</pubDate>
<guid>http://snipplr.com/view/6099/faster-concat/</guid>
</item>
<item>
<title>(JavaScript) Check Quirks Mode</title>
<link>http://snipplr.com/view/5965/check-quirks-mode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Apr 2008 11:18:00 GMT</pubDate>
<guid>http://snipplr.com/view/5965/check-quirks-mode/</guid>
</item>
<item>
<title>(JavaScript) Get mouse coordinates relative to document</title>
<link>http://snipplr.com/view/5828/get-mouse-coordinates-relative-to-document/</link>
<description><![CDATA[ <p>Snagged from pp]{
It's relative to document, not the visible area in the window.</p> ]]></description>
<pubDate>Mon, 14 Apr 2008 10:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/5828/get-mouse-coordinates-relative-to-document/</guid>
</item>
<item>
<title>(JavaScript) Fetch the contents of webpage via Rhino</title>
<link>http://snipplr.com/view/5370/fetch-the-contents-of-webpage-via-rhino/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Mar 2008 13:36:59 GMT</pubDate>
<guid>http://snipplr.com/view/5370/fetch-the-contents-of-webpage-via-rhino/</guid>
</item>
<item>
<title>(JavaScript) Get the actual style property value of an element</title>
<link>http://snipplr.com/view/4979/get-the-actual-style-property-value-of-an-element/</link>
<description><![CDATA[ <p>Gets the style property as rendered, not as defined (which can be different).</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 08:52:00 GMT</pubDate>
<guid>http://snipplr.com/view/4979/get-the-actual-style-property-value-of-an-element/</guid>
</item>
<item>
<title>(JavaScript) Get contents of DOM node by ID</title>
<link>http://snipplr.com/view/4001/get-contents-of-dom-node-by-id/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Oct 2007 15:52:03 GMT</pubDate>
<guid>http://snipplr.com/view/4001/get-contents-of-dom-node-by-id/</guid>
</item>
<item>
<title>(JavaScript) Find any node</title>
<link>http://snipplr.com/view/3672/find-any-node/</link>
<description><![CDATA[ <p>Lets you find every node in a document based on any test.</p> ]]></description>
<pubDate>Wed, 12 Sep 2007 06:38:38 GMT</pubDate>
<guid>http://snipplr.com/view/3672/find-any-node/</guid>
</item>
<item>
<title>(JavaScript) Get previous node.</title>
<link>http://snipplr.com/view/3557/get-previous-node/</link>
<description><![CDATA[ <p>This ignores whitespace and comments.</p> ]]></description>
<pubDate>Thu, 23 Aug 2007 06:47:38 GMT</pubDate>
<guid>http://snipplr.com/view/3557/get-previous-node/</guid>
</item>
</channel>
</rss>