<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ping_ch</title>
<link>http://snipplr.com/users/ping_ch</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 07:12:30 GMT</pubDate>
<item>
<title>(jQuery) Add css class to selected radio labels</title>
<link>http://snipplr.com/view/17948/add-css-class-to-selected-radio-labels/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Aug 2009 04:54:25 GMT</pubDate>
<guid>http://snipplr.com/view/17948/add-css-class-to-selected-radio-labels/</guid>
</item>
<item>
<title>(PHP) Fork a process with PHP</title>
<link>http://snipplr.com/view/17622/fork-a-process-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Jul 2009 10:56:28 GMT</pubDate>
<guid>http://snipplr.com/view/17622/fork-a-process-with-php/</guid>
</item>
<item>
<title>(Bash) Batch Resize Images With Imagemagick</title>
<link>http://snipplr.com/view/16122/batch-resize-images-with-imagemagick/</link>
<description><![CDATA[ <p>A simple one-liner to resize images from commandline</p> ]]></description>
<pubDate>Fri, 19 Jun 2009 10:51:51 GMT</pubDate>
<guid>http://snipplr.com/view/16122/batch-resize-images-with-imagemagick/</guid>
</item>
<item>
<title>(PHP) Validate Facebook Connect Cookie</title>
<link>http://snipplr.com/view/15161/validate-facebook-connect-cookie/</link>
<description><![CDATA[ <p>Use this function to validate cookies set by Facebook Connect JS API</p> ]]></description>
<pubDate>Tue, 19 May 2009 09:45:51 GMT</pubDate>
<guid>http://snipplr.com/view/15161/validate-facebook-connect-cookie/</guid>
</item>
<item>
<title>(Bash) Sort folders by size</title>
<link>http://snipplr.com/view/13662/sort-folders-by-size/</link>
<description><![CDATA[ <p>Lists folders in a directory by size</p> ]]></description>
<pubDate>Wed, 01 Apr 2009 04:07:50 GMT</pubDate>
<guid>http://snipplr.com/view/13662/sort-folders-by-size/</guid>
</item>
<item>
<title>(PHP) Validate IBAN</title>
<link>http://snipplr.com/view/13572/validate-iban/</link>
<description><![CDATA[ <p>This PHP function checks if a given string is a valid International Banking Acount Number (IBAN).</p> ]]></description>
<pubDate>Mon, 30 Mar 2009 07:31:46 GMT</pubDate>
<guid>http://snipplr.com/view/13572/validate-iban/</guid>
</item>
<item>
<title>(PHP) Detect Browser Language</title>
<link>http://snipplr.com/view/12631/detect-browser-language/</link>
<description><![CDATA[ <p>Just provide $availableLanguages as an array('en', 'de', 'es')</p> ]]></description>
<pubDate>Fri, 27 Feb 2009 04:50:26 GMT</pubDate>
<guid>http://snipplr.com/view/12631/detect-browser-language/</guid>
</item>
<item>
<title>(PHP) Recursive chmod with PHP</title>
<link>http://snipplr.com/view/12565/recursive-chmod-with-php/</link>
<description><![CDATA[ <p>I use it when i've problems with permissions of user-uploaded files.</p> ]]></description>
<pubDate>Wed, 25 Feb 2009 07:52:46 GMT</pubDate>
<guid>http://snipplr.com/view/12565/recursive-chmod-with-php/</guid>
</item>
<item>
<title>(jQuery) jQuery imageSelect Plugin</title>
<link>http://snipplr.com/view/12543/jquery-imageselect-plugin/</link>
<description><![CDATA[ <p>Converts a standard select box to a clickable image thumbnail list.

&amp;lt;select&amp;gt;
&amp;lt;option&amp;gt;/images/test1.jpg&amp;lt;/option&amp;gt;
&amp;lt;option&amp;gt;/images/test2.jpg&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;

&amp;lt;script&amp;gt;
$('#image').imageSelect();

&amp;lt;/script&amp;gt;



** Updated 2009-02-25: Now supports multi-select boxes</p> ]]></description>
<pubDate>Tue, 24 Feb 2009 08:50:57 GMT</pubDate>
<guid>http://snipplr.com/view/12543/jquery-imageselect-plugin/</guid>
</item>
<item>
<title>(Bash) Nautilus Script to Convert Video to FLV</title>
<link>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</link>
<description><![CDATA[ <p>1. Save under .gnome2/nautilus-scripts/ 
2. Right click some video file
3. Select Scripts->toFlv

Works with multiple files.</p> ]]></description>
<pubDate>Tue, 24 Feb 2009 04:51:39 GMT</pubDate>
<guid>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</guid>
</item>
<item>
<title>(Bash) Batch convert video with ffmpeg</title>
<link>http://snipplr.com/view/12525/batch-convert-video-with-ffmpeg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Feb 2009 04:48:58 GMT</pubDate>
<guid>http://snipplr.com/view/12525/batch-convert-video-with-ffmpeg/</guid>
</item>
<item>
<title>(Bash) Setup new web project</title>
<link>http://snipplr.com/view/12524/setup-new-web-project/</link>
<description><![CDATA[ <p>A small script that sets up a new VirtualHost with Apache and adds an entry for the site to your hosts file. 
You need to adjust the paths to your needs. 
Must be run as root.</p> ]]></description>
<pubDate>Tue, 24 Feb 2009 04:46:36 GMT</pubDate>
<guid>http://snipplr.com/view/12524/setup-new-web-project/</guid>
</item>
<item>
<title>(PHP) Element helper for CakePHP</title>
<link>http://snipplr.com/view/11914/element-helper-for-cakephp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Feb 2009 10:07:35 GMT</pubDate>
<guid>http://snipplr.com/view/11914/element-helper-for-cakephp/</guid>
</item>
<item>
<title>(PHP) phpThumb Helper for CakePHP</title>
<link>http://snipplr.com/view/11913/phpthumb-helper-for-cakephp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Feb 2009 10:06:26 GMT</pubDate>
<guid>http://snipplr.com/view/11913/phpthumb-helper-for-cakephp/</guid>
</item>
<item>
<title>(MySQL) MySQL Capitalize</title>
<link>http://snipplr.com/view/11532/mysql-capitalize/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jan 2009 09:45:18 GMT</pubDate>
<guid>http://snipplr.com/view/11532/mysql-capitalize/</guid>
</item>
</channel>
</rss>