<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tylerhall</title>
<link>http://snipplr.com/users/tylerhall/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 07:51:00 GMT</pubDate>
<item>
<title>(JavaScript) TinyMCE Default Config</title>
<link>http://snipplr.com/view/2294/tinymce-default-config/</link>
<description><![CDATA[ <p>This creates a tinymce editor on top of each textarea on the page. The editor will include bold, italic, underline, strikethrough, alignment, list, link, and undo/redo buttons.</p> ]]></description>
<pubDate>Fri, 09 Mar 2007 23:50:10 GMT</pubDate>
<guid>http://snipplr.com/view/2294/tinymce-default-config/</guid>
</item>
<item>
<title>(JavaScript) Chain Javascript onload Events</title>
<link>http://snipplr.com/view/2228/chain-javascript-onload-events/</link>
<description><![CDATA[ <p>This lets you attach a new onload event without overwriting any previous events.</p> ]]></description>
<pubDate>Wed, 28 Feb 2007 11:49:58 GMT</pubDate>
<guid>http://snipplr.com/view/2228/chain-javascript-onload-events/</guid>
</item>
<item>
<title>(JavaScript) Get Elements By Attribute</title>
<link>http://snipplr.com/view/1853/get-elements-by-attribute/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Dec 2006 21:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/1853/get-elements-by-attribute/</guid>
</item>
<item>
<title>(JavaScript) Get Elements By Class Name</title>
<link>http://snipplr.com/view/1696/get-elements-by-class-name/</link>
<description><![CDATA[ <p>Returns a list of child nodes with the supplied class name.</p> ]]></description>
<pubDate>Mon, 20 Nov 2006 13:30:14 GMT</pubDate>
<guid>http://snipplr.com/view/1696/get-elements-by-class-name/</guid>
</item>
<item>
<title>(JavaScript) DOM Traversal Helper Functions</title>
<link>http://snipplr.com/view/1529/dom-traversal-helper-functions/</link>
<description><![CDATA[ <p>These functions let you find the next sibling, previous sibling, first child, and last child of a given node (element). What makes them unique is that they safely ignore whitespace nodes so you get the *real* node you're looking for each time.</p> ]]></description>
<pubDate>Thu, 02 Nov 2006 20:16:30 GMT</pubDate>
<guid>http://snipplr.com/view/1529/dom-traversal-helper-functions/</guid>
</item>
<item>
<title>(JavaScript) Unobtrusively Attach onLoad Event</title>
<link>http://snipplr.com/view/1515/unobtrusively-attach-onload-event/</link>
<description><![CDATA[ <p>Unobtrusively attaches an onLoad event to the window.</p> ]]></description>
<pubDate>Wed, 01 Nov 2006 13:33:55 GMT</pubDate>
<guid>http://snipplr.com/view/1515/unobtrusively-attach-onload-event/</guid>
</item>
<item>
<title>(JavaScript) Numbers only</title>
<link>http://snipplr.com/view/568/numbers-only/</link>
<description><![CDATA[ <p>Use with onkeyup="numbersOnly(this)"</p> ]]></description>
<pubDate>Mon, 24 Jul 2006 09:19:10 GMT</pubDate>
<guid>http://snipplr.com/view/568/numbers-only/</guid>
</item>
<item>
<title>(JavaScript) Delayed Form Submit</title>
<link>http://snipplr.com/view/381/delayed-form-submit/</link>
<description><![CDATA[ <p>Wait a specified after clicking "submit" before actually submitting a form.</p> ]]></description>
<pubDate>Wed, 12 Jul 2006 12:50:57 GMT</pubDate>
<guid>http://snipplr.com/view/381/delayed-form-submit/</guid>
</item>
<item>
<title>(JavaScript) Fix IE Hi-Res Bug</title>
<link>http://snipplr.com/view/18/fix-ie-hires-bug/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/18/fix-ie-hires-bug/</guid>
</item>
</channel>
</rss>