<?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/fael/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Oct 2008 02:17:35 GMT</pubDate>
<item>
<title>(JavaScript) Make Joomla's Debug Window Be Togglable - fael</title>
<link>http://snipplr.com/view/8019/make-joomlas-debug-window-be-togglable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Aug 2008 14:31:27 GMT</pubDate>
<guid>http://snipplr.com/view/8019/make-joomlas-debug-window-be-togglable/</guid>
</item>
<item>
<title>(JavaScript) Stop default action - fael</title>
<link>http://snipplr.com/view/3658/stop-default-action/</link>
<description><![CDATA[ <p>Really stop default action of a element.</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 10:54:24 GMT</pubDate>
<guid>http://snipplr.com/view/3658/stop-default-action/</guid>
</item>
<item>
<title>(JavaScript) Images preloader - fael</title>
<link>http://snipplr.com/view/3657/images-preloader/</link>
<description><![CDATA[ <p>Another image preloader.</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 10:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/3657/images-preloader/</guid>
</item>
<item>
<title>(JavaScript) element's absolute position in DOM Tree - fael</title>
<link>http://snipplr.com/view/3656/elements-absolute-position-in-dom-tree/</link>
<description><![CDATA[ <p>a function that returns the absolute position in DOM tree. jQuery based</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 10:45:03 GMT</pubDate>
<guid>http://snipplr.com/view/3656/elements-absolute-position-in-dom-tree/</guid>
</item>
<item>
<title>(JavaScript) Get URL Variables - fael</title>
<link>http://snipplr.com/view/799/get-url-variables/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an associative array.

----

Example for URL http://www.example.com/index.html?hello=bonjour&amp;goodevening=bonsoir

var hash = getUrlVars();
alert(hash['hello']); // prints 'bonjour'
alert(hash['goodevening']); // prints 'bonsoir'</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 11:31:47 GMT</pubDate>
<guid>http://snipplr.com/view/799/get-url-variables/</guid>
</item>
<item>
<title>(JavaScript) toggle_checkboxes - fael</title>
<link>http://snipplr.com/view/743/togglecheckboxes/</link>
<description><![CDATA[ <p>Snippet: toggle checkboxes
Desc: A short javascript function to toggle checkboxes
Example: 
Author: Jonas</p> ]]></description>
<pubDate>Sun, 06 Aug 2006 11:27:31 GMT</pubDate>
<guid>http://snipplr.com/view/743/togglecheckboxes/</guid>
</item>
<item>
<title>(JavaScript) getMousePosition - fael</title>
<link>http://snipplr.com/view/708/getmouseposition/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Aug 2006 22:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/708/getmouseposition/</guid>
</item>
<item>
<title>(JavaScript) center popup - fael</title>
<link>http://snipplr.com/view/464/center-popup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Jul 2006 05:57:33 GMT</pubDate>
<guid>http://snipplr.com/view/464/center-popup/</guid>
</item>
<item>
<title>(JavaScript) Javascript Popup with Blocking detection - fael</title>
<link>http://snipplr.com/view/365/javascript-popup-with-blocking-detection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Jul 2006 11:11:15 GMT</pubDate>
<guid>http://snipplr.com/view/365/javascript-popup-with-blocking-detection/</guid>
</item>
<item>
<title>(JavaScript) [ jQuery ] Target Blank Links - fael</title>
<link>http://snipplr.com/view/315/-jquery--target-blank-links/</link>
<description><![CDATA[ <p>Open a new window without using target="_blank" for XHTML 1.1.
Need jQuery Framework : http://jquery.com/</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 17:36:09 GMT</pubDate>
<guid>http://snipplr.com/view/315/-jquery--target-blank-links/</guid>
</item>
<item>
<title>(JavaScript) Browser Detection - fael</title>
<link>http://snipplr.com/view/271/browser-detection/</link>
<description><![CDATA[ <p>Detects the browser and its version.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 07:28:30 GMT</pubDate>
<guid>http://snipplr.com/view/271/browser-detection/</guid>
</item>
</channel>
</rss>