<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/czehner</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 22:20:22 GMT</pubDate>
<item>
<title>(PHP) PHP CSV GENERATOR - czehner</title>
<link>http://snipplr.com/view/51748/php-csv-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Apr 2011 05:31:44 GMT</pubDate>
<guid>http://snipplr.com/view/51748/php-csv-generator/</guid>
</item>
<item>
<title>(PHP) PayPal IPN Snippet - czehner</title>
<link>http://snipplr.com/view/51201/paypal-ipn-snippet/</link>
<description><![CDATA[ <p>Source: http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/</p> ]]></description>
<pubDate>Mon, 28 Mar 2011 14:21:30 GMT</pubDate>
<guid>http://snipplr.com/view/51201/paypal-ipn-snippet/</guid>
</item>
<item>
<title>(PHP) Convert JPG to RGB colored ASCII - czehner</title>
<link>http://snipplr.com/view/51162/convert-jpg-to-rgb-colored-ascii/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Mar 2011 03:24:07 GMT</pubDate>
<guid>http://snipplr.com/view/51162/convert-jpg-to-rgb-colored-ascii/</guid>
</item>
<item>
<title>(PHP) PHP Functions to Clean User Input - czehner</title>
<link>http://snipplr.com/view/50799/php-functions-to-clean-user-input/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Mar 2011 12:27:54 GMT</pubDate>
<guid>http://snipplr.com/view/50799/php-functions-to-clean-user-input/</guid>
</item>
<item>
<title>(PHP) GD Resize Crop - czehner</title>
<link>http://snipplr.com/view/50539/gd-resize-crop/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Mar 2011 19:08:32 GMT</pubDate>
<guid>http://snipplr.com/view/50539/gd-resize-crop/</guid>
</item>
<item>
<title>(PHP) Output latest 10 tweets - czehner</title>
<link>http://snipplr.com/view/50344/output-latest-10-tweets/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Mar 2011 06:56:05 GMT</pubDate>
<guid>http://snipplr.com/view/50344/output-latest-10-tweets/</guid>
</item>
<item>
<title>(PHP) Captcha with color protection - czehner</title>
<link>http://snipplr.com/view/49700/captcha-with-color-protection/</link>
<description><![CDATA[ <p>Tell the users to enter only the red or only the blue digits, not everything they see.
Most bots will try to enter everything, displayed on the images.
To check is captcha code entered correctly, use $_SESSION['captcha']['red'] to check the red digits only and $_SESSION['captcha']['blue'] to check the blue digits only. Good luck !</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 02:39:53 GMT</pubDate>
<guid>http://snipplr.com/view/49700/captcha-with-color-protection/</guid>
</item>
<item>
<title>(PHP) Free Animated Captcha - HelloCaptcha - czehner</title>
<link>http://snipplr.com/view/49282/free-animated-captcha--hellocaptcha/</link>
<description><![CDATA[ <p>PHP class to create animated CAPTCHAs</p> ]]></description>
<pubDate>Sun, 20 Feb 2011 07:48:45 GMT</pubDate>
<guid>http://snipplr.com/view/49282/free-animated-captcha--hellocaptcha/</guid>
</item>
<item>
<title>(PHP) Event Calendar - czehner</title>
<link>http://snipplr.com/view/48862/event-calendar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Feb 2011 00:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/48862/event-calendar/</guid>
</item>
<item>
<title>(jQuery) Ajax Request - czehner</title>
<link>http://snipplr.com/view/48371/ajax-request/</link>
<description><![CDATA[ <p>form method / url is pulled from the form
dataType is set to json but can include the following: xml, json, script, or html</p> ]]></description>
<pubDate>Fri, 04 Feb 2011 04:32:45 GMT</pubDate>
<guid>http://snipplr.com/view/48371/ajax-request/</guid>
</item>
<item>
<title>(jQuery) Static template switcher - czehner</title>
<link>http://snipplr.com/view/48345/static-template-switcher/</link>
<description><![CDATA[ <p>This snippet will allow you to create a template browser for when you need to show multiple pages quickly. simply add the new pages into the select dropdown options and you're away.</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 22:15:22 GMT</pubDate>
<guid>http://snipplr.com/view/48345/static-template-switcher/</guid>
</item>
<item>
<title>(jQuery) Simple Ajax Example - czehner</title>
<link>http://snipplr.com/view/48262/simple-ajax-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Feb 2011 11:02:50 GMT</pubDate>
<guid>http://snipplr.com/view/48262/simple-ajax-example/</guid>
</item>
<item>
<title>(jQuery) Twitter like Character Counter - czehner</title>
<link>http://snipplr.com/view/48125/twitter-like-character-counter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Jan 2011 09:11:43 GMT</pubDate>
<guid>http://snipplr.com/view/48125/twitter-like-character-counter/</guid>
</item>
<item>
<title>(jQuery) jQuery Alternating Row Colors - czehner</title>
<link>http://snipplr.com/view/47384/jquery-alternating-row-colors/</link>
<description><![CDATA[ <p>This one is simple yet very useful. You can do alternating row colors with 2 simple lines of jQuery</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 03:59:28 GMT</pubDate>
<guid>http://snipplr.com/view/47384/jquery-alternating-row-colors/</guid>
</item>
<item>
<title>(jQuery) Opening YouTube videos in a lightbox. - czehner</title>
<link>http://snipplr.com/view/47259/opening-youtube-videos-in-a-lightbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Jan 2011 03:47:28 GMT</pubDate>
<guid>http://snipplr.com/view/47259/opening-youtube-videos-in-a-lightbox/</guid>
</item>
<item>
<title>(jQuery) mouse show hide div - czehner</title>
<link>http://snipplr.com/view/47038/mouse-show-hide-div/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Jan 2011 16:26:12 GMT</pubDate>
<guid>http://snipplr.com/view/47038/mouse-show-hide-div/</guid>
</item>
<item>
<title>(jQuery) Jquery External Links - czehner</title>
<link>http://snipplr.com/view/46437/jquery-external-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 04 Jan 2011 00:17:16 GMT</pubDate>
<guid>http://snipplr.com/view/46437/jquery-external-links/</guid>
</item>
<item>
<title>(jQuery) Font Size Switcher - czehner</title>
<link>http://snipplr.com/view/45765/font-size-switcher/</link>
<description><![CDATA[ <p># Need $.cookie plugin</p> ]]></description>
<pubDate>Wed, 15 Dec 2010 09:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/45765/font-size-switcher/</guid>
</item>
<item>
<title>(jQuery) XHTML Strict Anchor jQuery Fix - czehner</title>
<link>http://snipplr.com/view/45679/xhtml-strict-anchor-jquery-fix/</link>
<description><![CDATA[ <p>The most annoying thing I find working with the strict doctype is the inability to send users off to a site in a new window.

To combat this, I always use the above snippet.

Some people just stick the attribute on the anchors when the page loads, however for semi-accessibility, I think this works well.</p> ]]></description>
<pubDate>Mon, 13 Dec 2010 21:26:27 GMT</pubDate>
<guid>http://snipplr.com/view/45679/xhtml-strict-anchor-jquery-fix/</guid>
</item>
<item>
<title>(jQuery) Accordion Content Expander - czehner</title>
<link>http://snipplr.com/view/45200/accordion-content-expander/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Dec 2010 04:32:47 GMT</pubDate>
<guid>http://snipplr.com/view/45200/accordion-content-expander/</guid>
</item>
</channel>
</rss>