<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 06:57:32 +0000</lastBuildDate>
    <item>
      <title>(CSS) Bulletproof Rounded Corners With Border Radius - justinseiter</title>
      <link>https://snipplr.com/view/25343/bulletproof-rounded-corners-with-border-radius</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Dec 2009 13:43:44 UTC</pubDate>
      <guid>https://snipplr.com/view/25343/bulletproof-rounded-corners-with-border-radius</guid>
    </item>
    <item>
      <title>(CSS) Transparency Settings For All Browsers - justinseiter</title>
      <link>https://snipplr.com/view/24429/transparency-settings-for-all-browsers</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 07 Dec 2009 14:57:12 UTC</pubDate>
      <guid>https://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 - justinseiter</title>
      <link>https://snipplr.com/view/24428/center-an-image-inside-a-div-vertical-and-horizontal-without-knowing-the-images-size</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 07 Dec 2009 14:54:20 UTC</pubDate>
      <guid>https://snipplr.com/view/24428/center-an-image-inside-a-div-vertical-and-horizontal-without-knowing-the-images-size</guid>
    </item>
    <item>
      <title>(PHP) CodeIgniter Alternator - justinseiter</title>
      <link>https://snipplr.com/view/16779/codeigniter-alternator</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jul 2009 12:27:57 UTC</pubDate>
      <guid>https://snipplr.com/view/16779/codeigniter-alternator</guid>
    </item>
    <item>
      <title>(jQuery) Fix IE7 Z-Index Issues with jQuery - justinseiter</title>
      <link>https://snipplr.com/view/16167/fix-ie7-zindex-issues-with-jquery</link>
      <description>&lt;p&gt;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:&lt;/p&gt;</description>
      <pubDate>Sun, 21 Jun 2009 17:13:24 UTC</pubDate>
      <guid>https://snipplr.com/view/16167/fix-ie7-zindex-issues-with-jquery</guid>
    </item>
    <item>
      <title>(CSS) Show Controls on Hover - justinseiter</title>
      <link>https://snipplr.com/view/14578/show-controls-on-hover</link>
      <description>&lt;p&gt;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.&#13;
&#13;
There may be an issue with accessibility because screen readers may not be able to read the hidden &lt;div.&gt; on top of it.&#13;
&#13;
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.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Apr 2009 14:00:48 UTC</pubDate>
      <guid>https://snipplr.com/view/14578/show-controls-on-hover</guid>
    </item>
    <item>
      <title>(PHP) Show Post Date on Recent Posts in WordPress Sidebar - justinseiter</title>
      <link>https://snipplr.com/view/14449/show-post-date-on-recent-posts-in-wordpress-sidebar</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 15:21:18 UTC</pubDate>
      <guid>https://snipplr.com/view/14449/show-post-date-on-recent-posts-in-wordpress-sidebar</guid>
    </item>
    <item>
      <title>(PHP) Add Class via URI - CodeIgniter - justinseiter</title>
      <link>https://snipplr.com/view/14447/add-class-via-uri--codeigniter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 14:51:58 UTC</pubDate>
      <guid>https://snipplr.com/view/14447/add-class-via-uri--codeigniter</guid>
    </item>
    <item>
      <title>(CSS) Accessible Image Replacement - Gilder/Levin Method - justinseiter</title>
      <link>https://snipplr.com/view/14445/accessible-image-replacement--gilderlevin-method</link>
      <description>&lt;p&gt;This method maintains its integrity with all combinations of images on/off and CSS on/off.&#13;
&#13;
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.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 14:37:20 UTC</pubDate>
      <guid>https://snipplr.com/view/14445/accessible-image-replacement--gilderlevin-method</guid>
    </item>
    <item>
      <title>(CSS) Hide Without Using Display:None - justinseiter</title>
      <link>https://snipplr.com/view/14444/hide-without-using-displaynone</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 14:33:47 UTC</pubDate>
      <guid>https://snipplr.com/view/14444/hide-without-using-displaynone</guid>
    </item>
    <item>
      <title>(CSS) Sticky Footer Solution - justinseiter</title>
      <link>https://snipplr.com/view/14442/sticky-footer-solution</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 13:37:40 UTC</pubDate>
      <guid>https://snipplr.com/view/14442/sticky-footer-solution</guid>
    </item>
  </channel>
</rss>
