<?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/fantomex</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 21 Nov 2008 15:17:40 GMT</pubDate>
<item>
<title>(PHP) Simple PHP randomizer - fantomex</title>
<link>http://snipplr.com/view/2023/simple-php-randomizer/</link>
<description><![CDATA[ <p>Visit the link for instructions on how to use it.</p> ]]></description>
<pubDate>Wed, 24 Jan 2007 14:57:58 GMT</pubDate>
<guid>http://snipplr.com/view/2023/simple-php-randomizer/</guid>
</item>
<item>
<title>(JavaScript) Function loading in prototype - fantomex</title>
<link>http://snipplr.com/view/2008/function-loading-in-prototype/</link>
<description><![CDATA[ <p>This is a prototype based method for loading functions, this is an alternative to using window.onload = function();</p> ]]></description>
<pubDate>Sun, 21 Jan 2007 17:50:39 GMT</pubDate>
<guid>http://snipplr.com/view/2008/function-loading-in-prototype/</guid>
</item>
<item>
<title>(CSS) A CSS-based Form Template - fantomex</title>
<link>http://snipplr.com/view/1951/a-cssbased-form-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Jan 2007 02:38:30 GMT</pubDate>
<guid>http://snipplr.com/view/1951/a-cssbased-form-template/</guid>
</item>
<item>
<title>(JavaScript) Transparent Comment Box - fantomex</title>
<link>http://snipplr.com/view/1897/transparent-comment-box/</link>
<description><![CDATA[ <p>Makes the comment box on a xanga entry transparent</p> ]]></description>
<pubDate>Sat, 30 Dec 2006 09:38:38 GMT</pubDate>
<guid>http://snipplr.com/view/1897/transparent-comment-box/</guid>
</item>
<item>
<title>(CSS) CSS Rounded corners - fantomex</title>
<link>http://snipplr.com/view/1750/css-rounded-corners/</link>
<description><![CDATA[ <p>Used for rounding corners of a div.  Need an upper left corner and an upper right corner.  Example page is http://www.ruby-lang.org/en/documentation/quickstart/</p> ]]></description>
<pubDate>Thu, 30 Nov 2006 07:58:09 GMT</pubDate>
<guid>http://snipplr.com/view/1750/css-rounded-corners/</guid>
</item>
<item>
<title>(JavaScript) Back Button - fantomex</title>
<link>http://snipplr.com/view/1539/back-button/</link>
<description><![CDATA[ <p>Still wondering how to create a back button from a link or button? It's easy to do and doesn't even take a whole line!</p> ]]></description>
<pubDate>Sat, 04 Nov 2006 17:30:08 GMT</pubDate>
<guid>http://snipplr.com/view/1539/back-button/</guid>
</item>
<item>
<title>(JavaScript) expanding forms - fantomex</title>
<link>http://snipplr.com/view/1526/expanding-forms/</link>
<description><![CDATA[ <p>w3c dom object !! ??</p> ]]></description>
<pubDate>Thu, 02 Nov 2006 09:05:56 GMT</pubDate>
<guid>http://snipplr.com/view/1526/expanding-forms/</guid>
</item>
<item>
<title>(JavaScript) Prototype Based JavaScript Tooltip - fantomex</title>
<link>http://snipplr.com/view/1441/prototype-based-javascript-tooltip/</link>
<description><![CDATA[ <p>JavaScript Tooltip libraries number about as many as rounded CSS corner libraries.

Jonathan Weiss thought the ones he saw were "too complicated and bloated, did just too much and most of the time were still not flexible enough with the tooltip. So I decided to create my own library that is based on prototype.js".</p> ]]></description>
<pubDate>Fri, 20 Oct 2006 17:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/1441/prototype-based-javascript-tooltip/</guid>
</item>
<item>
<title>(JavaScript) styleswitcher.js by  Paul Sowden - fantomex</title>
<link>http://snipplr.com/view/1406/styleswitcherjs-by--paul-sowden/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Oct 2006 03:14:40 GMT</pubDate>
<guid>http://snipplr.com/view/1406/styleswitcherjs-by--paul-sowden/</guid>
</item>
<item>
<title>(JavaScript) Javascript Ajax Object - fantomex</title>
<link>http://snipplr.com/view/1172/javascript-ajax-object/</link>
<description><![CDATA[ <p>El modo de uso es el siguiente:
function cargarContenido()
{
 var p = new Request("prueba2.asp",respuesta);
 p.setMethod("GET"); 
 p.addParam("saludo",$("txtSaludo").value); 
 p.addParam("telefono",$("txtTelefono").value); 
 p.callRequest();    
}
function respuesta(texto, id)
{
 /*Utilizando JSON*/	
 var resultados = eval(texto)
 document.getElementById("saludo").textContent = resultados.saludo;
 document.getElementById("telefono").textContent = resultados.telefono;
}

function $(id)
{
 return document.getElementById(id);	
}</p> ]]></description>
<pubDate>Mon, 25 Sep 2006 07:44:40 GMT</pubDate>
<guid>http://snipplr.com/view/1172/javascript-ajax-object/</guid>
</item>
<item>
<title>(CSS) Post header - fantomex</title>
<link>http://snipplr.com/view/863/post-header/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Aug 2006 03:40:30 GMT</pubDate>
<guid>http://snipplr.com/view/863/post-header/</guid>
</item>
<item>
<title>(CSS) CSS ROUNDED CORNERS - fantomex</title>
<link>http://snipplr.com/view/830/css-rounded-corners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Aug 2006 10:06:11 GMT</pubDate>
<guid>http://snipplr.com/view/830/css-rounded-corners/</guid>
</item>
<item>
<title>(JavaScript) Greasemonkey template - fantomex</title>
<link>http://snipplr.com/view/805/greasemonkey-template/</link>
<description><![CDATA[ <p>A simple template for Greasemonkey scripts, ready to copy and paste :-)

(Name the file example.user.js so that Greasemonkey recognizes it)</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 16:21:25 GMT</pubDate>
<guid>http://snipplr.com/view/805/greasemonkey-template/</guid>
</item>
<item>
<title>(JavaScript) CSS writer - fantomex</title>
<link>http://snipplr.com/view/600/css-writer/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6
CSS.add() can add style rules by the method of like GM_addStyle().  This can add Style string at high speed, because it doesn't use a handmade parser.</p> ]]></description>
<pubDate>Sat, 29 Jul 2006 20:25:49 GMT</pubDate>
<guid>http://snipplr.com/view/600/css-writer/</guid>
</item>
<item>
<title>(JavaScript) dashboard widget minimal event init - fantomex</title>
<link>http://snipplr.com/view/445/dashboard-widget-minimal-event-init/</link>
<description><![CDATA[ <p>http://developer.apple.com/jp/documentation/AppleApplications/Conceptual/Dashboard_Tutorial/index.html?http://developer.apple.com/jp/documentation/AppleApplications/Conceptual/Dashboard_Tutorial/Events/chapter_6_section_3.html</p> ]]></description>
<pubDate>Sun, 16 Jul 2006 08:15:03 GMT</pubDate>
<guid>http://snipplr.com/view/445/dashboard-widget-minimal-event-init/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - fantomex</title>
<link>http://snipplr.com/view/434/css-box-model-hack/</link>
<description><![CDATA[ <p>The CSS standard defines the width of a box as the width inside the box. Padding, border and margin are added seperately. The same applies to the height of a box.
(!!) IE 5.X WIN (!!) fails to implement the specification correctly. Border and width inside the box are added to the width. A box with a width of 200px, a padding of 20px and border of 10px results in a width of 260px in Mozilla and 200px in Internet Explorer. This can be extremely tedious if you want to do a pixel perfect layout.
TANTEKS HACK: (named after it's inventor) utilizes this weakness.

width:200px; is the defintion for Internet Explorer. IE stops processing the CSS rules after voice-family: "\"}\"";. Other browsers recognize the the value after it and overwrites the value. Opera doesn't, unfortunately</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 09:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/434/css-box-model-hack/</guid>
</item>
</channel>
</rss>