<?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 11:32:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) Detect Dev or Prod environment - frankyfish</title>
      <link>https://snipplr.com/view/34907/detect-dev-or-prod-environment</link>
      <description>&lt;p&gt;Will return "dev" when it detect those syntax in the hostname&#13;
dev.&#13;
.local&#13;
localhost&#13;
192.168&lt;/p&gt;</description>
      <pubDate>Thu, 20 May 2010 09:04:42 UTC</pubDate>
      <guid>https://snipplr.com/view/34907/detect-dev-or-prod-environment</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP URL ReWritee - frankyfish</title>
      <link>https://snipplr.com/view/31436/simple-php-url-rewritee</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:11:36 UTC</pubDate>
      <guid>https://snipplr.com/view/31436/simple-php-url-rewritee</guid>
    </item>
    <item>
      <title>(PHP) Image Metadata Information EXIF AND XMP - frankyfish</title>
      <link>https://snipplr.com/view/30063/image-metadata-information-exif-and-xmp</link>
      <description>&lt;p&gt;Currenty getImagInfo() also call getImageXMP() so you only need the first function to get your infos.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Mar 2010 21:10:04 UTC</pubDate>
      <guid>https://snipplr.com/view/30063/image-metadata-information-exif-and-xmp</guid>
    </item>
    <item>
      <title>(ActionScript 3) ActionScript 3 print_r - frankyfish</title>
      <link>https://snipplr.com/view/29913/actionscript-3-printr</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:10:57 UTC</pubDate>
      <guid>https://snipplr.com/view/29913/actionscript-3-printr</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript alert and confirm dialog the FancyBox way - frankyfish</title>
      <link>https://snipplr.com/view/29911/javascript-alert-and-confirm-dialog-the-fancybox-way</link>
      <description>&lt;p&gt;The the fancybox lightbox to create replacement for the alert and confirm dialog&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:39:51 UTC</pubDate>
      <guid>https://snipplr.com/view/29911/javascript-alert-and-confirm-dialog-the-fancybox-way</guid>
    </item>
    <item>
      <title>(PHP) PHP Replace Tag - frankyfish</title>
      <link>https://snipplr.com/view/29910/php-replace-tag</link>
      <description>&lt;p&gt;Find the tags {} and replace them by the value of the key in a array.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:37:20 UTC</pubDate>
      <guid>https://snipplr.com/view/29910/php-replace-tag</guid>
    </item>
    <item>
      <title>(PHP) PHP Browser Detect - frankyfish</title>
      <link>https://snipplr.com/view/29909/php-browser-detect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:35:17 UTC</pubDate>
      <guid>https://snipplr.com/view/29909/php-browser-detect</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Form Reset - frankyfish</title>
      <link>https://snipplr.com/view/29907/jquery-form-reset</link>
      <description>&lt;p&gt;Function to reset a complete form to there default value.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:15:00 UTC</pubDate>
      <guid>https://snipplr.com/view/29907/jquery-form-reset</guid>
    </item>
    <item>
      <title>(jQuery) jQuery maxLength input - frankyfish</title>
      <link>https://snipplr.com/view/29906/jquery-maxlength-input</link>
      <description>&lt;p&gt;jQuery plugin that let you specify a maximum length on a text field and optionaly specify the change the focus when that maximum length has been reach. Nice when making multiple input text to create a telephone form.&#13;
Example: $("#telephone_1").maxLength(3, "#telephone_2");&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:13:40 UTC</pubDate>
      <guid>https://snipplr.com/view/29906/jquery-maxlength-input</guid>
    </item>
    <item>
      <title>(jQuery) jQuery RollOver plugin - frankyfish</title>
      <link>https://snipplr.com/view/29905/jquery-rollover-plugin</link>
      <description>&lt;p&gt;What it does is look for img tag and on rollover change the source path from "anyimage.jpg" to "anyimage_hover.jpg". It add the suffix "_hover" at the end of the src name without changing the extension. If you look at the code you will see that it also take the span tag. This is to support ie6 png image that has been transform by a pngfix.&#13;
Example: $("img.rollover").rollover();&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:09:25 UTC</pubDate>
      <guid>https://snipplr.com/view/29905/jquery-rollover-plugin</guid>
    </item>
    <item>
      <title>(PHP) Get relative path to root - frankyfish</title>
      <link>https://snipplr.com/view/2467/get-relative-path-to-root</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 Apr 2007 10:40:28 UTC</pubDate>
      <guid>https://snipplr.com/view/2467/get-relative-path-to-root</guid>
    </item>
    <item>
      <title>(JavaScript) javascript print_r - frankyfish</title>
      <link>https://snipplr.com/view/2459/javascript-printr</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 07:39:58 UTC</pubDate>
      <guid>https://snipplr.com/view/2459/javascript-printr</guid>
    </item>
    <item>
      <title>(ActionScript) actionscript print_r - frankyfish</title>
      <link>https://snipplr.com/view/2458/actionscript-printr</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 07:37:36 UTC</pubDate>
      <guid>https://snipplr.com/view/2458/actionscript-printr</guid>
    </item>
    <item>
      <title>(PHP) Ultimate Redirection and Link Maker - frankyfish</title>
      <link>https://snipplr.com/view/2146/ultimate-redirection-and-link-maker</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Feb 2007 10:12:57 UTC</pubDate>
      <guid>https://snipplr.com/view/2146/ultimate-redirection-and-link-maker</guid>
    </item>
  </channel>
</rss>
