<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - oronm</title>
<link>http://snipplr.com/users/oronm</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 22:06:11 GMT</pubDate>
<item>
<title>(Assembler) BinTreeShow</title>
<link>http://snipplr.com/view/56123/bintreeshow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Jul 2011 08:37:13 GMT</pubDate>
<guid>http://snipplr.com/view/56123/bintreeshow/</guid>
</item>
<item>
<title>(Assembler) linked list</title>
<link>http://snipplr.com/view/56121/linked-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Jul 2011 08:32:47 GMT</pubDate>
<guid>http://snipplr.com/view/56121/linked-list/</guid>
</item>
<item>
<title>(C) fseek</title>
<link>http://snipplr.com/view/16887/fseek/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Jul 2009 13:33:21 GMT</pubDate>
<guid>http://snipplr.com/view/16887/fseek/</guid>
</item>
<item>
<title>(CSS) round div</title>
<link>http://snipplr.com/view/4703/round-div/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Jan 2008 10:19:46 GMT</pubDate>
<guid>http://snipplr.com/view/4703/round-div/</guid>
</item>
<item>
<title>(JavaScript) outline</title>
<link>http://snipplr.com/view/1413/outline/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Oct 2006 02:50:45 GMT</pubDate>
<guid>http://snipplr.com/view/1413/outline/</guid>
</item>
<item>
<title>(JavaScript) addEvent</title>
<link>http://snipplr.com/view/1017/addevent/</link>
<description><![CDATA[ <p>Surely a staple to event attachment! Regardless to what version you use written by whatever developer, it does what it says it does. And of course as you might of known, I’ve put together quite a handy version myself recently of addEvent() with some help from the contest winner and Mark Wubben along with a few minor syntax adjustments. But just to be fair to Scott Andrew, here is the original that started it all.</p> ]]></description>
<pubDate>Tue, 05 Sep 2006 08:55:18 GMT</pubDate>
<guid>http://snipplr.com/view/1017/addevent/</guid>
</item>
<item>
<title>(JavaScript) Rock Solid addEvent</title>
<link>http://snipplr.com/view/1016/rock-solid-addevent/</link>
<description><![CDATA[ <p>In the aftermath of the addEvent() recoding contest, a winner was announced. It was also further discussed in the particleTree November issue with another method provided (I won’t discuss it since it’s copyrighted content and it’s for paying customers only ;) ). However even with all the fuss going on, I’ve taken an innovative approach with some existing methods and combined them into a very powerful function. It also accomplishes these three core issues.

    * Degrades on older browsers such as NS4 and IE5 mac
    * The this keyword remains in-tact
    * Avoids memory leaks in Microsoft Internet Explorer

Since none of this is entirely revolutionary or actually originally written by me, I’m not going to take any further credit other than piecing together what was already out there.
Introducing, my addEvent()

Here for your copy and pasting pleasure, it consists of three parts. 1) The addEvent() function itself which programatically adds to the 2) EventCache (originally written by Mark Wubben), and 3) an unload event is added to the window to run the EventCache ‘flush’ method.</p> ]]></description>
<pubDate>Tue, 05 Sep 2006 08:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/1016/rock-solid-addevent/</guid>
</item>
</channel>
</rss>