<?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 19:22:19 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) html5 / jQuery innerHTML fix for IE - localhorst</title>
      <link>https://snipplr.com/view/47876/html5--jquery-innerhtml-fix-for-ie</link>
      <description>&lt;p&gt;If you try to access innerHTML of HTML5 elements like &lt;section&gt; or &lt;article&gt; or even just the #foo id then IE returns nothing&#13;
innerShiv solves this.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Jan 2011 06:26:17 UTC</pubDate>
      <guid>https://snipplr.com/view/47876/html5--jquery-innerhtml-fix-for-ie</guid>
    </item>
    <item>
      <title>(JavaScript) deprecated jQuery browser detection - localhorst</title>
      <link>https://snipplr.com/view/13416/deprecated-jquery-browser-detection</link>
      <description>&lt;p&gt;bring back the old browser detection&lt;/p&gt;</description>
      <pubDate>Tue, 24 Mar 2009 17:11:55 UTC</pubDate>
      <guid>https://snipplr.com/view/13416/deprecated-jquery-browser-detection</guid>
    </item>
    <item>
      <title>(JavaScript) No more IE6 background flicker - localhorst</title>
      <link>https://snipplr.com/view/12831/no-more-ie6-background-flicker</link>
      <description>&lt;p&gt;dynamic background images flickers in IE6&#13;
***&#13;
more ressources:&#13;
[here](http://misterpixel.blogspot.com/2006/09/forensic-analysis-of-ie6.html)&#13;
and [here](http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B823727) and &#13;
[here](http://ajaxian.com/archives/no-more-ie6-background-flicker)&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:09:19 UTC</pubDate>
      <guid>https://snipplr.com/view/12831/no-more-ie6-background-flicker</guid>
    </item>
    <item>
      <title>(JavaScript) generating color gradient in JS - localhorst</title>
      <link>https://snipplr.com/view/11109/generating-color-gradient-in-js</link>
      <description>&lt;p&gt;see website for all information about that.&#13;
some more theory:&#13;
[color-scaling-function](http://stackoverflow.com/questions/168838/color-scaling-function)&#13;
[generate-color-for-a-power-meter-red-to-green](http://stackoverflow.com/questions/340209/generate-color-for-a-power-meter-red-to-green)&lt;/p&gt;</description>
      <pubDate>Tue, 13 Jan 2009 03:21:16 UTC</pubDate>
      <guid>https://snipplr.com/view/11109/generating-color-gradient-in-js</guid>
    </item>
    <item>
      <title>(JavaScript) [mootools] remove onfocus dotted outline from clicked link images - localhorst</title>
      <link>https://snipplr.com/view/10547/mootools-remove-onfocus-dotted-outline-from-clicked-link-images</link>
      <description>&lt;p&gt;simple if your client wish to remove the dotted outline from images if they are clicked (and if they are links).&lt;/p&gt;</description>
      <pubDate>Wed, 17 Dec 2008 04:11:54 UTC</pubDate>
      <guid>https://snipplr.com/view/10547/mootools-remove-onfocus-dotted-outline-from-clicked-link-images</guid>
    </item>
    <item>
      <title>(JavaScript) website copy protection - localhorst</title>
      <link>https://snipplr.com/view/5483/website-copy-protection</link>
      <description>&lt;p&gt;I know what you think - no discussion about this needless piece of code to prevent copying texts/images from websites, but there are customers outside that are advising resistant and so I use this code to scare off their potential clienteles.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 13:18:00 UTC</pubDate>
      <guid>https://snipplr.com/view/5483/website-copy-protection</guid>
    </item>
    <item>
      <title>(JavaScript) Disable (Text)selection on website - localhorst</title>
      <link>https://snipplr.com/view/5481/disable-textselection-on-website</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:49:18 UTC</pubDate>
      <guid>https://snipplr.com/view/5481/disable-textselection-on-website</guid>
    </item>
    <item>
      <title>(JavaScript) outerHTML in Firefox - localhorst</title>
      <link>https://snipplr.com/view/5460/outerhtml-in-firefox</link>
      <description>&lt;p&gt;This is a little trick I came up with to add outerHTML functionality in Firefox. For those who aren't familiar with outerHTML, it is an IE addition to the DOM that will return the element's HTML PLUS it's innerHTML. Is it really needed? No, but it can help with debugging sometimes.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Mar 2008 12:26:21 UTC</pubDate>
      <guid>https://snipplr.com/view/5460/outerhtml-in-firefox</guid>
    </item>
    <item>
      <title>(JavaScript) detect IE7 with JavaScript - localhorst</title>
      <link>https://snipplr.com/view/5246/detect-ie7-with-javascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:35:17 UTC</pubDate>
      <guid>https://snipplr.com/view/5246/detect-ie7-with-javascript</guid>
    </item>
    <item>
      <title>(JavaScript) Customize FCKEditor in PHPWCMS - localhorst</title>
      <link>https://snipplr.com/view/5229/customize-fckeditor-in-phpwcms</link>
      <description>&lt;p&gt;make changes in fckeditor_config.js.php&lt;/p&gt;</description>
      <pubDate>Thu, 28 Feb 2008 05:22:23 UTC</pubDate>
      <guid>https://snipplr.com/view/5229/customize-fckeditor-in-phpwcms</guid>
    </item>
    <item>
      <title>(JavaScript) Test for Firebug console command - localhorst</title>
      <link>https://snipplr.com/view/4969/test-for-firebug-console-command</link>
      <description>&lt;p&gt;prevent errors in other browsers&lt;/p&gt;</description>
      <pubDate>Sat, 09 Feb 2008 23:59:24 UTC</pubDate>
      <guid>https://snipplr.com/view/4969/test-for-firebug-console-command</guid>
    </item>
  </channel>
</rss>
