<?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 11:47:39 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Anti-Aliased Curvy Corners - jonhenshaw</title>
      <link>https://snipplr.com/view/4941/antialiased-curvy-corners</link>
      <description>&lt;p&gt;curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Feb 2008 22:56:04 UTC</pubDate>
      <guid>https://snipplr.com/view/4941/antialiased-curvy-corners</guid>
    </item>
    <item>
      <title>(JavaScript) IE 6 Transparent PNG Fix - SuperSleight - jonhenshaw</title>
      <link>https://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight</link>
      <description>&lt;p&gt;Getting SuperSleight running on a page is quite straightforward, you just need to link the supplied JavaScript file into your document inside conditional comments so that it is delivered to only Internet Explorer 6 or older.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Nov 2007 22:53:32 UTC</pubDate>
      <guid>https://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight</guid>
    </item>
    <item>
      <title>(JavaScript) Open New Window Using REL External Instead of Deprecated Target Attribute - jonhenshaw</title>
      <link>https://snipplr.com/view/3047/open-new-window-using-rel-external-instead-of-deprecated-target-attribute</link>
      <description>&lt;p&gt;Excellent Script for opening new windows from links while adhering to modern HTML/XHTML standards. Simple put rel="nofollow" in the anchor and link to the script within the HEAD.&#13;
&#13;
I prefer to remove the text that states the link opens in an external windows. To do that, simply change this part of the last line from this:&#13;
("rel","external"," (external website, opens in a new window)")&#13;
&#13;
to this:&#13;
("rel","external","")&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:52:15 UTC</pubDate>
      <guid>https://snipplr.com/view/3047/open-new-window-using-rel-external-instead-of-deprecated-target-attribute</guid>
    </item>
    <item>
      <title>(JavaScript) Prototype Based JavaScript Tooltip - jonhenshaw</title>
      <link>https://snipplr.com/view/1441/prototype-based-javascript-tooltip</link>
      <description>&lt;p&gt;JavaScript Tooltip libraries number about as many as rounded CSS corner libraries.&#13;
&#13;
Jonathan Weiss thought the ones he saw were "too complicated and bloated, did just too much and most of the time were still not flexible enough with the tooltip. So I decided to create my own library that is based on prototype.js".&lt;/p&gt;</description>
      <pubDate>Fri, 20 Oct 2006 17:22:09 UTC</pubDate>
      <guid>https://snipplr.com/view/1441/prototype-based-javascript-tooltip</guid>
    </item>
    <item>
      <title>(JavaScript) Opening New Windows With JavaScript, Version 1.2 - jonhenshaw</title>
      <link>https://snipplr.com/view/1402/opening-new-windows-with-javascript-version-12</link>
      <description>&lt;p&gt;A an excellent script for allowing links to open new windows while keeping the code standards compliant.&#13;
&#13;
If you look at the last line of the script, you will notice that the JSTarget.init() function takes three parameters (all optional). This is what makes this script more flexible than the previous versions.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 19:48:00 UTC</pubDate>
      <guid>https://snipplr.com/view/1402/opening-new-windows-with-javascript-version-12</guid>
    </item>
    <item>
      <title>(JavaScript) Browser Detect (from quirksmode) - jonhenshaw</title>
      <link>https://snipplr.com/view/1395/browser-detect-from-quirksmode</link>
      <description>&lt;p&gt;A useful but often overrated JavaScript function is the browser detect. Sometimes you want to give specific instructions or load a new page in case the viewer uses, for instance, Safari.&#13;
&#13;
Copy this script into your JavaScript files. It works immediately, and you can query three properties of the BrowserDetect object:&#13;
&#13;
    * Browser name: BrowserDetect.browser&#13;
    * Browser version: BrowserDetect.version&#13;
    * OS name: BrowserDetect.OS&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:52:37 UTC</pubDate>
      <guid>https://snipplr.com/view/1395/browser-detect-from-quirksmode</guid>
    </item>
    <item>
      <title>(JavaScript) Automatic Date for Footer - jonhenshaw</title>
      <link>https://snipplr.com/view/1394/automatic-date-for-footer</link>
      <description>&lt;p&gt;You can use this script to always keep the copyright notice on the footer of your website current. For example, instead of having to update the year at the beginning of each year, this script will display current year. I'm sure there's an easier way of doing this, but I ran across it tonight and thought it was a clever idea. When putting it in your code, it would look something like "Copyright 2001[script goes here]"&lt;/p&gt;</description>
      <pubDate>Wed, 11 Oct 2006 19:56:19 UTC</pubDate>
      <guid>https://snipplr.com/view/1394/automatic-date-for-footer</guid>
    </item>
    <item>
      <title>(JavaScript) Browser Detect Lite  v2.1 - jonhenshaw</title>
      <link>https://snipplr.com/view/625/browser-detect-lite--v21</link>
      <description>&lt;p&gt;Browser Detect Lite  v2.1&#13;
http://www.dithered.com/javascript/browser_detect/index.html&#13;
modified by Chris Nott (chris@NOSPAMdithered.com - remove NOSPAM)&#13;
&#13;
modified by Michael Lovitt to include OmniWeb and Dreamcast&lt;/p&gt;</description>
      <pubDate>Tue, 01 Aug 2006 15:53:37 UTC</pubDate>
      <guid>https://snipplr.com/view/625/browser-detect-lite--v21</guid>
    </item>
  </channel>
</rss>
