<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/vanne</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 04:52:52 GMT</pubDate>
<item>
<title>(JavaScript) onDomReady - vanne</title>
<link>http://snipplr.com/view/2337/ondomready/</link>
<description><![CDATA[ <p>Dan at Vivabit created the DOM Ready extension for the Prototype framework which allows you to start executing code when the DOM is ready and all elements are available, leaving the images and other element loading in the background. Very nice work and something i’ve been waiting for a long time!</p> ]]></description>
<pubDate>Thu, 15 Mar 2007 09:08:20 GMT</pubDate>
<guid>http://snipplr.com/view/2337/ondomready/</guid>
</item>
<item>
<title>(Ruby) fixture_file_upload Example - vanne</title>
<link>http://snipplr.com/view/1716/fixturefileupload-example/</link>
<description><![CDATA[ <p>fixture_file_upload is another nifty Rails testing feature. It allows you to create "MIME-encoded content that would normally be uploaded by a browser input field." (Part in quotes straight from Agile Web Development with Rails, v2). Put your files to test in test/fixtures/files. You have to create the 'files' directory; rails doesn't do it for you.</p> ]]></description>
<pubDate>Sun, 26 Nov 2006 03:24:28 GMT</pubDate>
<guid>http://snipplr.com/view/1716/fixturefileupload-example/</guid>
</item>
<item>
<title>(JavaScript) addEvent - vanne</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) JQuery fade in fade out - vanne</title>
<link>http://snipplr.com/view/912/jquery-fade-in-fade-out/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Aug 2006 05:18:07 GMT</pubDate>
<guid>http://snipplr.com/view/912/jquery-fade-in-fade-out/</guid>
</item>
<item>
<title>(AppleScript) unmount Samba disk - vanne</title>
<link>http://snipplr.com/view/312/unmount-samba-disk/</link>
<description><![CDATA[ <p>unmount Samba disk named "SHARE" if we have mounted it</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 13:29:06 GMT</pubDate>
<guid>http://snipplr.com/view/312/unmount-samba-disk/</guid>
</item>
<item>
<title>(AppleScript) mount Samba disk - vanne</title>
<link>http://snipplr.com/view/311/mount-samba-disk/</link>
<description><![CDATA[ <p>mount Samba disk named "SHARE" if we haven't mounted it</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 13:27:41 GMT</pubDate>
<guid>http://snipplr.com/view/311/mount-samba-disk/</guid>
</item>
<item>
<title>(CSS) Clear floats without structural markup - vanne</title>
<link>http://snipplr.com/view/86/clear-floats-without-structural-markup/</link>
<description><![CDATA[ <p>".clearfix" is the container that holds all of your floated elements. Works in all browsers that support "float" and "clear".</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:00:48 GMT</pubDate>
<guid>http://snipplr.com/view/86/clear-floats-without-structural-markup/</guid>
</item>
</channel>
</rss>