<?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 02:57:44 +0000</lastBuildDate>
    <item>
      <title>(CSS) Force Text Anti Aliasing in Chrome - vagrantradio</title>
      <link>https://snipplr.com/view/58011/force-text-anti-aliasing-in-chrome</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Aug 2011 02:24:43 UTC</pubDate>
      <guid>https://snipplr.com/view/58011/force-text-anti-aliasing-in-chrome</guid>
    </item>
    <item>
      <title>(CSS) HTML5 Placeholder Attribute Styling - vagrantradio</title>
      <link>https://snipplr.com/view/55807/html5-placeholder-attribute-styling</link>
      <description>&lt;p&gt;Change the color of Webkit and Firefox 4+ Placeholder attributes.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Jun 2011 06:16:27 UTC</pubDate>
      <guid>https://snipplr.com/view/55807/html5-placeholder-attribute-styling</guid>
    </item>
    <item>
      <title>(CSS) HTML5 CSS Reset Uncompressed - vagrantradio</title>
      <link>https://snipplr.com/view/48253/html5-css-reset-uncompressed</link>
      <description>&lt;p&gt;Removed depreciated elements, added Firefox button dotted line removal and fixed a few other styling issues. Compressed version in the link above.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:40:15 UTC</pubDate>
      <guid>https://snipplr.com/view/48253/html5-css-reset-uncompressed</guid>
    </item>
    <item>
      <title>(CSS) CSS Media Queries - vagrantradio</title>
      <link>https://snipplr.com/view/41695/css-media-queries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Oct 2010 03:08:41 UTC</pubDate>
      <guid>https://snipplr.com/view/41695/css-media-queries</guid>
    </item>
    <item>
      <title>(CSS) HTML5 CSS Reset Compressed - vagrantradio</title>
      <link>https://snipplr.com/view/39056/html5-css-reset-compressed</link>
      <description>&lt;p&gt;Reworked CSS reset I use in projects. *Updated, added input type font inheritance and removal of firefox button outline, removed depreciated items; center, font, applet,  big, s, u, tt, strike, menu &amp; acronym. Uncompressed version in the link above.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 00:51:10 UTC</pubDate>
      <guid>https://snipplr.com/view/39056/html5-css-reset-compressed</guid>
    </item>
    <item>
      <title>(CSS) Fix Mozilla button &amp; submit element padding - vagrantradio</title>
      <link>https://snipplr.com/view/38845/fix-mozilla-button--submit-element-padding</link>
      <description>&lt;p&gt;Firefox has a padding issue with button and submit elements, this fixes it. Also, don\'t use line-height on buttons, use padding instead.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 12:25:50 UTC</pubDate>
      <guid>https://snipplr.com/view/38845/fix-mozilla-button--submit-element-padding</guid>
    </item>
    <item>
      <title>(CSS) IE7 Text-Indent Button fix - vagrantradio</title>
      <link>https://snipplr.com/view/38006/ie7-textindent-button-fix</link>
      <description>&lt;p&gt;Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jul 2010 23:10:22 UTC</pubDate>
      <guid>https://snipplr.com/view/38006/ie7-textindent-button-fix</guid>
    </item>
    <item>
      <title>(CSS) The correct way to do CSS opacity in all browsers - vagrantradio</title>
      <link>https://snipplr.com/view/35702/the-correct-way-to-do-css-opacity-in-all-browsers</link>
      <description>&lt;p&gt;If you donâ€™t use this order, IE8-as-IE7 doesnâ€™t apply the opacity, although IE8 and a pure IE7 do.&lt;/p&gt;</description>
      <pubDate>Sat, 12 Jun 2010 10:32:32 UTC</pubDate>
      <guid>https://snipplr.com/view/35702/the-correct-way-to-do-css-opacity-in-all-browsers</guid>
    </item>
    <item>
      <title>(CSS) Handy CSS Debug Snippet - vagrantradio</title>
      <link>https://snipplr.com/view/35630/handy-css-debug-snippet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:02:16 UTC</pubDate>
      <guid>https://snipplr.com/view/35630/handy-css-debug-snippet</guid>
    </item>
    <item>
      <title>(CSS) Extra Strength CSS Reset and Common HTML Elements Styling -Updated - vagrantradio</title>
      <link>https://snipplr.com/view/35416/extra-strength-css-reset-and-common-html-elements-styling-updated</link>
      <description>&lt;p&gt;Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jun 2010 16:00:43 UTC</pubDate>
      <guid>https://snipplr.com/view/35416/extra-strength-css-reset-and-common-html-elements-styling-updated</guid>
    </item>
    <item>
      <title>(CSS) IE6 &amp; IE7 Table float override - vagrantradio</title>
      <link>https://snipplr.com/view/35025/ie6--ie7-table-float-override</link>
      <description>&lt;p&gt;Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.&lt;/p&gt;</description>
      <pubDate>Fri, 21 May 2010 14:16:48 UTC</pubDate>
      <guid>https://snipplr.com/view/35025/ie6--ie7-table-float-override</guid>
    </item>
    <item>
      <title>(CSS) CSS 3 PROPER BORDER RADIUS USAGE - vagrantradio</title>
      <link>https://snipplr.com/view/28455/css-3-proper-border-radius-usage</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 16:03:08 UTC</pubDate>
      <guid>https://snipplr.com/view/28455/css-3-proper-border-radius-usage</guid>
    </item>
    <item>
      <title>(CSS) DIAGNOSTIC CSS IE7 - vagrantradio</title>
      <link>https://snipplr.com/view/28445/diagnostic-css-ie7</link>
      <description>&lt;p&gt;Eric Meyer Diagnostic CSS&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:56:54 UTC</pubDate>
      <guid>https://snipplr.com/view/28445/diagnostic-css-ie7</guid>
    </item>
    <item>
      <title>(CSS) BULLETPROOF @FONT-FACE - vagrantradio</title>
      <link>https://snipplr.com/view/28439/bulletproof-fontface</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:53:53 UTC</pubDate>
      <guid>https://snipplr.com/view/28439/bulletproof-fontface</guid>
    </item>
    <item>
      <title>(CSS) BETTER CSS ROUNDED CORNERS - vagrantradio</title>
      <link>https://snipplr.com/view/28425/better-css-rounded-corners</link>
      <description>&lt;p&gt;Requires markup, yes. Cross-Browser compatible, yes. Requires images, no.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:39:49 UTC</pubDate>
      <guid>https://snipplr.com/view/28425/better-css-rounded-corners</guid>
    </item>
  </channel>
</rss>
