<?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 09:02:20 +0000</lastBuildDate>
    <item>
      <title>(XHTML) Make IE 8 Behave like IE 7 - jadedbat</title>
      <link>https://snipplr.com/view/13621/make-ie-8-behave-like-ie-7</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:47:11 UTC</pubDate>
      <guid>https://snipplr.com/view/13621/make-ie-8-behave-like-ie-7</guid>
    </item>
    <item>
      <title>(CSS) Force server to load latest CSS file - jadedbat</title>
      <link>https://snipplr.com/view/12919/force-server-to-load-latest-css-file</link>
      <description>&lt;p&gt;This is sometimes not the best solution to a server caching your css files.  But if you want to force a stubborn server to serve the most recent css file to the browser this seems to work.  Could slow things down a touch, but for small css files not really noticeable. &#13;
&#13;
Just change the var css to match the path to your css file, and then offer a non jscript version pointing to the same file.&#13;
&#13;
Essentially by adding the query to the end of the css file the server thinks it needs to load it.  I used date and getTime to create a number combo and tagged it to the end.&#13;
&#13;
Use: put the following code into your &lt;head&gt; right where your normal &lt;link&gt; tag would go to point to your css file.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Mar 2009 02:30:12 UTC</pubDate>
      <guid>https://snipplr.com/view/12919/force-server-to-load-latest-css-file</guid>
    </item>
    <item>
      <title>(jQuery) jQuery, CSS Image Rollover Captions - validates + video example + cross browser - jadedbat</title>
      <link>https://snipplr.com/view/12711/jquery-css-image-rollover-captions--validates--video-example--cross-browser</link>
      <description>&lt;p&gt;[Video Example](http://screencast.com/t/L6E0xI0J5P)&#13;
&#13;
A cross browser image caption on mouseover.  Using jquery, CSS.  This is a bit crude but pretty simple to implement.  Just change the image width, some css to match that image size and create dynamic id's for the divs holding the images for jQuery.  Used cite for captions. This validates too :) [Video Example](http://screencast.com/t/L6E0xI0J5P)&lt;/p&gt;</description>
      <pubDate>Sun, 01 Mar 2009 23:57:23 UTC</pubDate>
      <guid>https://snipplr.com/view/12711/jquery-css-image-rollover-captions--validates--video-example--cross-browser</guid>
    </item>
    <item>
      <title>(PHP) Â© 2009 - Dynamic Footer Date - jadedbat</title>
      <link>https://snipplr.com/view/12582/-2009--dynamic-footer-date</link>
      <description>&lt;p&gt;Here is a simple method for displaying footer copyright year.  This way at the end of the year you are not updating footers for the first 3 weeks in January :)&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 20:00:11 UTC</pubDate>
      <guid>https://snipplr.com/view/12582/-2009--dynamic-footer-date</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP Contact Form + jscript validation + anti-bot - jadedbat</title>
      <link>https://snipplr.com/view/12516/simple-php-contact-form--jscript-validation--antibot</link>
      <description>&lt;p&gt;A simple to use framework for a contact form.  This is missing some serious validation and such but is a good startin' point for any simple contact form. &#13;
&#13;
The input field named 'botty' is an input field we hide with css.. if data is sent to the handling file from that field then we know a non-human filled this form out.. and it kills the script.&#13;
&#13;
** just added some simple jscript to handle some mild validation.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Feb 2009 20:20:31 UTC</pubDate>
      <guid>https://snipplr.com/view/12516/simple-php-contact-form--jscript-validation--antibot</guid>
    </item>
    <item>
      <title>(PHP) PHP Multiple File Upload - jadedbat</title>
      <link>https://snipplr.com/view/10250/php-multiple-file-upload</link>
      <description>&lt;p&gt;1. Edit the html form 'action' to point to your PHP page that handles the upload.&#13;
2. Create the php page with the code below&#13;
3. Define Paths in PHP lines:  3 , 4 of php file&#13;
4. Create matching folder to paths in #3 on server.&#13;
5. chmod that folder 777&#13;
6. Tweak to your liking.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Dec 2008 14:23:08 UTC</pubDate>
      <guid>https://snipplr.com/view/10250/php-multiple-file-upload</guid>
    </item>
    <item>
      <title>(PHP) BASIC Hello World - jadedbat</title>
      <link>https://snipplr.com/view/10249/basic-hello-world</link>
      <description>&lt;p&gt;Ha!  Remember ?!&lt;/p&gt;</description>
      <pubDate>Wed, 03 Dec 2008 13:57:40 UTC</pubDate>
      <guid>https://snipplr.com/view/10249/basic-hello-world</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP Authentication HTTP - jadedbat</title>
      <link>https://snipplr.com/view/10217/simple-php-authentication-http</link>
      <description>&lt;p&gt;I thought I would share this simple username password PHP auth script.  It leans on HTTP to secure a page.. not bulletproof but quick and painless.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Dec 2008 01:57:21 UTC</pubDate>
      <guid>https://snipplr.com/view/10217/simple-php-authentication-http</guid>
    </item>
  </channel>
</rss>
