<?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>Tue, 09 Jun 2026 17:47:25 +0000</lastBuildDate>
    <item>
      <title>(CSS) Device orientation - paul66</title>
      <link>https://snipplr.com/view/47944/device-orientation</link>
      <description>&lt;p&gt;These are just two css media queries you may want to use for your website development. With lots of smart-phones, and tablets being able to orientate their screens from landscape to portrait, you may want to include different styles for each. This is how you would go about achieving this.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:16:51 UTC</pubDate>
      <guid>https://snipplr.com/view/47944/device-orientation</guid>
    </item>
    <item>
      <title>(CSS) IE7 image resizing - paul66</title>
      <link>https://snipplr.com/view/47942/ie7-image-resizing</link>
      <description>&lt;p&gt;IE7 by default uses an image resizing algorithm that means that scaled down images can look far from awesome. To solve this, we simply enable a much better resizing algorithm that is available in IE7 that produces results similar to what youâ€™d expect from most image editing software. To read more about this, and similar solutions for IE6, follow the link.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:11:48 UTC</pubDate>
      <guid>https://snipplr.com/view/47942/ie7-image-resizing</guid>
    </item>
    <item>
      <title>(CSS) Screenreader access - paul66</title>
      <link>https://snipplr.com/view/47941/screenreader-access</link>
      <description>&lt;p&gt;This snippet basically gives us the best of both worlds, allowing the best usability when it comes to link outlines for both screenreaders tabbing through links, and mouse users.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:10:29 UTC</pubDate>
      <guid>https://snipplr.com/view/47941/screenreader-access</guid>
    </item>
    <item>
      <title>(CSS) Clickable inputs - paul66</title>
      <link>https://snipplr.com/view/47940/clickable-inputs</link>
      <description>&lt;p&gt;For some reason, most browsers donâ€™t apply a pointer cursor to some clickable inputâ€™s by default to let the user know that this item is clickable, so we solve this by doing it ourselves.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:08:30 UTC</pubDate>
      <guid>https://snipplr.com/view/47940/clickable-inputs</guid>
    </item>
    <item>
      <title>(CSS) Aligning Labels - paul66</title>
      <link>https://snipplr.com/view/47939/aligning-labels</link>
      <description>&lt;p&gt;Alignment of labels with their relevant inputs can be a horrible task to achieve in older browsers. This snippets solves that for us by making it consistent across browsers!&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:07:32 UTC</pubDate>
      <guid>https://snipplr.com/view/47939/aligning-labels</guid>
    </item>
    <item>
      <title>(CSS) Formatting quoted code - paul66</title>
      <link>https://snipplr.com/view/47938/formatting-quoted-code</link>
      <description>&lt;p&gt;This snippet simply makes the text wrap when it reaches the walls of its container, in this case, the pre tag, whilst still preserving line breaks and white space cross browser.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:05:40 UTC</pubDate>
      <guid>https://snipplr.com/view/47938/formatting-quoted-code</guid>
    </item>
    <item>
      <title>(CSS) Force scrollbar - paul66</title>
      <link>https://snipplr.com/view/47937/force-scrollbar</link>
      <description>&lt;p&gt;Sometimes, pages can be shorter than the browser view-port, and when you load a page on the same site that has longer content and uses a scrollbar, content can jump side to side. By forcing a scrollbar no matter the height of our content, we stop this small, but annoying issue.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:03:53 UTC</pubDate>
      <guid>https://snipplr.com/view/47937/force-scrollbar</guid>
    </item>
    <item>
      <title>(CSS) Font normalisation - paul66</title>
      <link>https://snipplr.com/view/47935/font-normalisation</link>
      <description>&lt;p&gt;To get rid of rendering inconsistencies that can occur between browsers and OSâ€™s when rendering fonts in pixels, this snippet allows you to size your fonts in such a way that the size and line-height will remain consistent across these platforms for your website. You will basically be setting your font sizes via percentages that can be found at the YUI website.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:01:20 UTC</pubDate>
      <guid>https://snipplr.com/view/47935/font-normalisation</guid>
    </item>
    <item>
      <title>(CSS) Html5 ready reset - paul66</title>
      <link>https://snipplr.com/view/47934/html5-ready-reset</link>
      <description>&lt;p&gt;Plenty of you will have used Eric Meyerâ€™s css reset before now. It is included in many frameworks and so on, like 960.gs. This is a revamped version of that reset, that brings it into the present with full support for html5. It sets all the new structural tags as block level, and resets all their default styling as expected.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jan 2011 03:59:48 UTC</pubDate>
      <guid>https://snipplr.com/view/47934/html5-ready-reset</guid>
    </item>
  </channel>
</rss>
