<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - welancers</title>
<link>http://snipplr.com/users/welancers</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 08:07:13 GMT</pubDate>
<item>
<title>(MySQL) Delete duplicate records from MySQL Database</title>
<link>http://snipplr.com/view/67709/delete-duplicate-records-from-mysql-database/</link>
<description><![CDATA[ <p>Use the same table to query against itself. The greater then sign does the main job of returning only one records of both duplicate records.</p> ]]></description>
<pubDate>Fri, 12 Oct 2012 22:45:47 GMT</pubDate>
<guid>http://snipplr.com/view/67709/delete-duplicate-records-from-mysql-database/</guid>
</item>
<item>
<title>(jQuery) Blink Text using jQuery</title>
<link>http://snipplr.com/view/67657/blink-text-using-jquery/</link>
<description><![CDATA[ <p>Assign  to the text or html element you want to blink &amp; put the snippet code before closing head tag.</p> ]]></description>
<pubDate>Tue, 09 Oct 2012 02:22:39 GMT</pubDate>
<guid>http://snipplr.com/view/67657/blink-text-using-jquery/</guid>
</item>
<item>
<title>(PHP) Send a Text Message using PHP</title>
<link>http://snipplr.com/view/66931/send-a-text-message-using-php/</link>
<description><![CDATA[ <p>You'll need a TextMagic account and to download their PHP class file which they provide after signing up.
http://www.textmagic.com/</p> ]]></description>
<pubDate>Tue, 28 Aug 2012 20:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/66931/send-a-text-message-using-php/</guid>
</item>
<item>
<title>(PHP) Generate CSV file from Array using PHP</title>
<link>http://snipplr.com/view/66856/generate-csv-file-from-array-using-php/</link>
<description><![CDATA[ <p>Very simple &amp; short code snippet which is very useful at many places to generate CSV files.

Usage :

$data = array(
       array(1, 2, 4),
       array('test string', 'test, literal, comma', 'test literal "quotes"'),
);

echo generateCsv($data);</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 17:26:19 GMT</pubDate>
<guid>http://snipplr.com/view/66856/generate-csv-file-from-array-using-php/</guid>
</item>
<item>
<title>(PHP) Crop Image and Display it using PHP</title>
<link>http://snipplr.com/view/66802/crop-image-and-display-it-using-php/</link>
<description><![CDATA[ <p>Displays a selected area of the image. In this example provided, it picks up from the upper left 100px x 100px</p> ]]></description>
<pubDate>Sat, 18 Aug 2012 15:52:26 GMT</pubDate>
<guid>http://snipplr.com/view/66802/crop-image-and-display-it-using-php/</guid>
</item>
<item>
<title>(PHP) Force file download using PHP</title>
<link>http://snipplr.com/view/66782/force-file-download-using-php/</link>
<description><![CDATA[ <p>Simply pass the file name with path as an argument to this function and it will force that file downloading.</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 09:20:40 GMT</pubDate>
<guid>http://snipplr.com/view/66782/force-file-download-using-php/</guid>
</item>
<item>
<title>(PHP) Create Image Thumbnail Quickly using PHP</title>
<link>http://snipplr.com/view/66761/create-image-thumbnail-quickly-using-php/</link>
<description><![CDATA[ <p>Create Image Thumbnail Quickly using PHP by simply passing the 4 arguments
1. the path to original image directory
2. the path to thumbnail directory
3. name of the file
4. width of the Thumbnail to be set
Height it will apply based on width to maintain the resolution
Supports jpg, gif and png files.</p> ]]></description>
<pubDate>Thu, 16 Aug 2012 11:02:12 GMT</pubDate>
<guid>http://snipplr.com/view/66761/create-image-thumbnail-quickly-using-php/</guid>
</item>
<item>
<title>(JavaScript) Validate Username using Javascript</title>
<link>http://snipplr.com/view/66739/validate-username-using-javascript/</link>
<description><![CDATA[ <p>Validate Username using Javascript. Pass the Username as argument to function. It allows to enter only letters, numbers and underscores.</p> ]]></description>
<pubDate>Wed, 15 Aug 2012 12:25:30 GMT</pubDate>
<guid>http://snipplr.com/view/66739/validate-username-using-javascript/</guid>
</item>
<item>
<title>(JavaScript) Easy Credit Card validation using Javascript</title>
<link>http://snipplr.com/view/66722/easy-credit-card-validation-using-javascript/</link>
<description><![CDATA[ <p>Do Credit Card validation easily using JavaScript</p> ]]></description>
<pubDate>Tue, 14 Aug 2012 13:55:44 GMT</pubDate>
<guid>http://snipplr.com/view/66722/easy-credit-card-validation-using-javascript/</guid>
</item>
</channel>
</rss>