<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - justinseiter</title>
<link>http://snipplr.com/users/justinseiter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 23:17:33 GMT</pubDate>
<item>
<title>(CSS) Bulletproof Rounded Corners With Border Radius</title>
<link>http://snipplr.com/view/25343/bulletproof-rounded-corners-with-border-radius/</link>
<description><![CDATA[ <p>If you have not already been writing your border-radius statements with progressive enhancement in mind, now is most definitely the time to do it.</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 13:43:44 GMT</pubDate>
<guid>http://snipplr.com/view/25343/bulletproof-rounded-corners-with-border-radius/</guid>
</item>
<item>
<title>(CSS) Transparency Settings For All Browsers</title>
<link>http://snipplr.com/view/24429/transparency-settings-for-all-browsers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Dec 2009 14:57:12 GMT</pubDate>
<guid>http://snipplr.com/view/24429/transparency-settings-for-all-browsers/</guid>
</item>
<item>
<title>(CSS) Center an Image Inside a div, Vertical and Horizontal, Without Knowing the Image's Size</title>
<link>http://snipplr.com/view/24428/center-an-image-inside-a-div-vertical-and-horizontal-without-knowing-the-images-size/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Dec 2009 14:54:20 GMT</pubDate>
<guid>http://snipplr.com/view/24428/center-an-image-inside-a-div-vertical-and-horizontal-without-knowing-the-images-size/</guid>
</item>
<item>
<title>(PHP) PHP Timestamp</title>
<link>http://snipplr.com/view/16856/php-timestamp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Jul 2009 16:47:20 GMT</pubDate>
<guid>http://snipplr.com/view/16856/php-timestamp/</guid>
</item>
<item>
<title>(PHP) CodeIgniter Alternator</title>
<link>http://snipplr.com/view/16779/codeigniter-alternator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Jul 2009 12:27:57 GMT</pubDate>
<guid>http://snipplr.com/view/16779/codeigniter-alternator/</guid>
</item>
<item>
<title>(jQuery) Fix IE7 Z-Index Issues with jQuery</title>
<link>http://snipplr.com/view/16167/fix-ie7-zindex-issues-with-jquery/</link>
<description><![CDATA[ <p>One way to fix many of the issues with IE7 is to dynamically reverse the default z-index stacking order of the elements on your page. This will ensure the elements higher in your HTML source will also have a higher z-index order on your page, solving most of the IE stacking issues. If you’re using jQuery (the best Javascript library there is), here’s the quick fix:</p> ]]></description>
<pubDate>Sun, 21 Jun 2009 17:13:24 GMT</pubDate>
<guid>http://snipplr.com/view/16167/fix-ie7-zindex-issues-with-jquery/</guid>
</item>
<item>
<title>(CSS) Show Controls on Hover</title>
<link>http://snipplr.com/view/14578/show-controls-on-hover/</link>
<description><![CDATA[ <p>When you hover over the “message” div, the “controls” div inside it will appear, along with all of its content, giving you the same functionality as used by the Twitter web app.

There may be an issue with accessibility because screen readers may not be able to read the hidden  on top of it.

This technique should of course be used with restraint because you don’t want to hide your important controls; but if used correctly, it can be useful for cleaning up your interface by removing those extra utility links that you don’t want to show up at all times.

Note that this doesn’t work in IE6, so you’ll need to override the hiding property in your IE6-specific style sheet or, if you don’t have one, simply use the IE6-specific source inside the head section of your code.</p> ]]></description>
<pubDate>Wed, 29 Apr 2009 14:00:48 GMT</pubDate>
<guid>http://snipplr.com/view/14578/show-controls-on-hover/</guid>
</item>
<item>
<title>(PHP) Show Post Date on Recent Posts in WordPress Sidebar</title>
<link>http://snipplr.com/view/14449/show-post-date-on-recent-posts-in-wordpress-sidebar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Apr 2009 15:21:18 GMT</pubDate>
<guid>http://snipplr.com/view/14449/show-post-date-on-recent-posts-in-wordpress-sidebar/</guid>
</item>
<item>
<title>(PHP) Add Class via URI - CodeIgniter</title>
<link>http://snipplr.com/view/14447/add-class-via-uri--codeigniter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Apr 2009 14:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/14447/add-class-via-uri--codeigniter/</guid>
</item>
<item>
<title>(CSS) Min-Height Fast Hack</title>
<link>http://snipplr.com/view/14446/minheight-fast-hack/</link>
<description><![CDATA[ <p>Courtesy of Dustin Diaz comes the Min-Height Fast Hack — a way of getting round IEs lack of support for the min-height declaration.

This takes advantage of IE also lacking support for the !important CSS.</p> ]]></description>
<pubDate>Sun, 26 Apr 2009 14:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/14446/minheight-fast-hack/</guid>
</item>
<item>
<title>(CSS) Accessible Image Replacement - Gilder/Levin Method</title>
<link>http://snipplr.com/view/14445/accessible-image-replacement--gilderlevin-method/</link>
<description><![CDATA[ <p>This method maintains its integrity with all combinations of images on/off and CSS on/off.

This method works by laying an empty span over the top of the parent element with the required image applied as a background to that span.

There is however a drawback to this method; the empty span. This is bearable though as the span will have no impact on the usability/accessibility on the page, and will only impact ever so slightly on semantics. Now users can always see an image or text regardless of whether they have CSS and/or images disabled.</p> ]]></description>
<pubDate>Sun, 26 Apr 2009 14:37:20 GMT</pubDate>
<guid>http://snipplr.com/view/14445/accessible-image-replacement--gilderlevin-method/</guid>
</item>
<item>
<title>(CSS) Hide Without Using Display:None</title>
<link>http://snipplr.com/view/14444/hide-without-using-displaynone/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Apr 2009 14:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/14444/hide-without-using-displaynone/</guid>
</item>
<item>
<title>(CSS) Sticky Footer Solution</title>
<link>http://snipplr.com/view/14442/sticky-footer-solution/</link>
<description><![CDATA[ <p>This sticky footer solution is working in all major browsers, including Google Chrome! It works with floated 2-column layouts and we don't get overlap in re-sized browser windows unlike older solutions you find when you Google sticky footer. And you don't need an empty push div.</p> ]]></description>
<pubDate>Sun, 26 Apr 2009 13:37:40 GMT</pubDate>
<guid>http://snipplr.com/view/14442/sticky-footer-solution/</guid>
</item>
</channel>
</rss>