<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jleblanc</title>
<link>http://snipplr.com/users/jleblanc</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 06 Sep 2008 22:53:23 GMT</pubDate>
<item>
<title>(Windows PowerShell) rename file with to current date</title>
<link>http://snipplr.com/view/5883/rename-file-with-to-current-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Apr 2008 10:47:59 GMT</pubDate>
<guid>http://snipplr.com/view/5883/rename-file-with-to-current-date/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack</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>
<item>
<title>(HTML) XHTML 1.0 Transitional Shell</title>
<link>http://snipplr.com/view/147/xhtml-10-transitional-shell/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jun 2006 11:45:44 GMT</pubDate>
<guid>http://snipplr.com/view/147/xhtml-10-transitional-shell/</guid>
</item>
</channel>
</rss>