<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:50:24 GMT</pubDate>
<item>
<title>(JavaScript) jQuery / Mootools Fade Toggle and Background Change</title>
<link>http://snipplr.com/view/6030/jquery--mootools-fade-toggle-and-background-change/</link>
<description><![CDATA[ <p>I have been meaning to learn how to use mootools for a while. As i already know how to use jQuery i thought a great way to learn would be to compare the 2 syntaxes side by side.

I'm sure there is a way of using a toggle method in mootools, so once i figure out how i will update.</p> ]]></description>
<pubDate>Mon, 28 Apr 2008 10:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/6030/jquery--mootools-fade-toggle-and-background-change/</guid>
</item>
<item>
<title>(JavaScript) jQuery Link Background Quick Fade</title>
<link>http://snipplr.com/view/4662/jquery-link-background-quick-fade/</link>
<description><![CDATA[ <p>Found this quick little bit of code on the Google jQuery discussion group. It simply fades the background image of a link you have hovered over to a certain color, then fades it back to the original color.</p> ]]></description>
<pubDate>Sat, 19 Jan 2008 12:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/4662/jquery-link-background-quick-fade/</guid>
</item>
<item>
<title>(JavaScript) Javascript Closure</title>
<link>http://snipplr.com/view/4247/javascript-closure/</link>
<description><![CDATA[ <p>Apologies if I haven't explained this to well, I'm still trying to get my head round closures.</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 17:04:45 GMT</pubDate>
<guid>http://snipplr.com/view/4247/javascript-closure/</guid>
</item>
<item>
<title>(JavaScript) Optional Function Arguments</title>
<link>http://snipplr.com/view/4238/optional-function-arguments/</link>
<description><![CDATA[ <p>Simple way of allowing functions to take optional arguments. Always place the optional arguments last, so you don't have to explicitly pass an argument as "undefined".</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 06:19:11 GMT</pubDate>
<guid>http://snipplr.com/view/4238/optional-function-arguments/</guid>
</item>
<item>
<title>(JavaScript) Basic Usage of the 'in' and 'instanceOf' Operators</title>
<link>http://snipplr.com/view/4128/basic-usage-of-the-in-and-instanceof-operators/</link>
<description><![CDATA[ <p>Basic usage of the in and instanceOf operators.</p> ]]></description>
<pubDate>Tue, 13 Nov 2007 18:26:13 GMT</pubDate>
<guid>http://snipplr.com/view/4128/basic-usage-of-the-in-and-instanceof-operators/</guid>
</item>
<item>
<title>(JavaScript) Mootools Draggable / Resize Example</title>
<link>http://snipplr.com/view/4038/mootools-draggable--resize-example/</link>
<description><![CDATA[ <p>Very simple drag and resize function.</p> ]]></description>
<pubDate>Mon, 29 Oct 2007 08:29:23 GMT</pubDate>
<guid>http://snipplr.com/view/4038/mootools-draggable--resize-example/</guid>
</item>
<item>
<title>(JavaScript) Mootools Slide Toggle</title>
<link>http://snipplr.com/view/4037/mootools-slide-toggle/</link>
<description><![CDATA[ <p>Very basic way to toggle an element to slide in and out using mootools 1.1. Uses FX.Slide, other transitions are available.</p> ]]></description>
<pubDate>Mon, 29 Oct 2007 07:30:30 GMT</pubDate>
<guid>http://snipplr.com/view/4037/mootools-slide-toggle/</guid>
</item>
<item>
<title>(JavaScript) Basic Object Creation</title>
<link>http://snipplr.com/view/3629/basic-object-creation/</link>
<description><![CDATA[ <p>Create a simple object and add properties and a method. Note where the object is parsed (not from top to bottom).</p> ]]></description>
<pubDate>Tue, 04 Sep 2007 03:27:56 GMT</pubDate>
<guid>http://snipplr.com/view/3629/basic-object-creation/</guid>
</item>
<item>
<title>(JavaScript) addEvent Function</title>
<link>http://snipplr.com/view/2456/addevent-function/</link>
<description><![CDATA[ <p>addEvent function. Can't remember the exact site i got it from. Works well for me.</p> ]]></description>
<pubDate>Thu, 12 Apr 2007 04:26:43 GMT</pubDate>
<guid>http://snipplr.com/view/2456/addevent-function/</guid>
</item>
<item>
<title>(JavaScript) Linking Objects &amp;amp; Deleting Info in Objects</title>
<link>http://snipplr.com/view/2365/linking-objects--deleting-info-in-objects/</link>
<description><![CDATA[ <p>Shows you how to link 2 objects together via the object function. If a value isn't found in the object, it will look for it in the linked object.</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 09:56:09 GMT</pubDate>
<guid>http://snipplr.com/view/2365/linking-objects--deleting-info-in-objects/</guid>
</item>
<item>
<title>(JavaScript) Pull in News from Yahoo API Using JSON</title>
<link>http://snipplr.com/view/2327/pull-in-news-from-yahoo-api-using-json/</link>
<description><![CDATA[ <p>Full function that pulls in info from the yahoo API and inserts it into the page. Uses the script tag hack to pull in external sources.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 07:42:16 GMT</pubDate>
<guid>http://snipplr.com/view/2327/pull-in-news-from-yahoo-api-using-json/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing XML Data</title>
<link>http://snipplr.com/view/2316/ajax-parsing-xml-data/</link>
<description><![CDATA[ <p>This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:54:15 GMT</pubDate>
<guid>http://snipplr.com/view/2316/ajax-parsing-xml-data/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing JSON Data</title>
<link>http://snipplr.com/view/2315/ajax-parsing-json-data/</link>
<description><![CDATA[ <p>This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:47:32 GMT</pubDate>
<guid>http://snipplr.com/view/2315/ajax-parsing-json-data/</guid>
</item>
<item>
<title>(JavaScript) Standard Compliant Way to Open A New Page Function</title>
<link>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</link>
<description><![CDATA[ <p>This function allows you to open a new window, without using any inline Javascript. Simply add rel="external" to the link you wish to open in a new window.</p> ]]></description>
<pubDate>Thu, 08 Mar 2007 03:11:32 GMT</pubDate>
<guid>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</guid>
</item>
<item>
<title>(JavaScript) Dom enhancing content</title>
<link>http://snipplr.com/view/2115/dom-enhancing-content/</link>
<description><![CDATA[ <p>This is another script from the DOM scripting book. Not really relevant to anybody else. Useful for reminding myself about the DOM.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 14:22:54 GMT</pubDate>
<guid>http://snipplr.com/view/2115/dom-enhancing-content/</guid>
</item>
<item>
<title>(JavaScript) Stop Annoying IE Background Image Flicker Bug</title>
<link>http://snipplr.com/view/1270/stop-annoying-ie-background-image-flicker-bug/</link>
<description><![CDATA[ <p>Stop the background image flickering on IE by including this code in the header of your page. See link for more information.</p> ]]></description>
<pubDate>Fri, 29 Sep 2006 05:24:44 GMT</pubDate>
<guid>http://snipplr.com/view/1270/stop-annoying-ie-background-image-flicker-bug/</guid>
</item>
</channel>
</rss>