<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Jacolyte</title>
<link>http://snipplr.com/users/Jacolyte</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 01:47:06 GMT</pubDate>
<item>
<title>(CSS) Firefox 3 userChrome.css: wrap your livebookmarks</title>
<link>http://snipplr.com/view/8303/firefox-3-userchromecss-wrap-your-livebookmarks/</link>
<description><![CDATA[ <p>You know how your bookmarks toolbar will show a little arrow when there are too many to fit? This code snippet will make the toolbar twice the size in height, and make the bookmarks wrap to the next line.

In mac, you need to edit the file /Users/---username here---/Library/Application Support/Firefox/Profiles/---profile name here---/chrome/userChrome.css -- if the file doesn't exist, create it.

Then add the following snippet anywhere in the .css file</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 00:14:07 GMT</pubDate>
<guid>http://snipplr.com/view/8303/firefox-3-userchromecss-wrap-your-livebookmarks/</guid>
</item>
<item>
<title>(PHP) imgcolorallocate wrapper that allows hex values instead of RGB</title>
<link>http://snipplr.com/view/8273/imgcolorallocate-wrapper-that-allows-hex-values-instead-of-rgb/</link>
<description><![CDATA[ <p>This function will allow you to use '#ABCDEF' or '0xEEFF33' instead of the RGB values required for imagecolorallocate() by stripping away any non hex characters. It will also check and make sure that it's a valid 6 digit hex value after the stripping of non-hex characters takes place.

it simply uses the function hexdec() to convert each R, G, and B hex values to decimal, and then passes them to imagecolorallocate() individually.

See the page: http://us3.php.net/imagecolorallocate
to learn how to use this wrapper function.</p> ]]></description>
<pubDate>Tue, 09 Sep 2008 13:55:48 GMT</pubDate>
<guid>http://snipplr.com/view/8273/imgcolorallocate-wrapper-that-allows-hex-values-instead-of-rgb/</guid>
</item>
<item>
<title>(CSS) CSS Min-height</title>
<link>http://snipplr.com/view/8153/css-minheight/</link>
<description><![CDATA[ <p>little hackish, but it gets the job done.</p> ]]></description>
<pubDate>Tue, 02 Sep 2008 19:48:41 GMT</pubDate>
<guid>http://snipplr.com/view/8153/css-minheight/</guid>
</item>
<item>
<title>(XHTML) XHTML 1.1 Web Standards Template -- Fixed</title>
<link>http://snipplr.com/view/8128/xhtml-11-web-standards-template--fixed/</link>
<description><![CDATA[ <p>Basically, this is the XHTML web standards template you see on the front page. I usually end up removing a few things, so this is just that template... but with the junk removed.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 17:08:34 GMT</pubDate>
<guid>http://snipplr.com/view/8128/xhtml-11-web-standards-template--fixed/</guid>
</item>
</channel>
</rss>