<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - freelancephp</title>
<link>http://snipplr.com/users/freelancephp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 23:44:42 GMT</pubDate>
<item>
<title>(JavaScript) jLim - compact JavaScript framework</title>
<link>http://snipplr.com/view/57082/jlim--compact-javascript-framework/</link>
<description><![CDATA[ <p>jLim is a small JavaScript base code. It can be used to built your own JavaScript library or framework.</p> ]]></description>
<pubDate>Sun, 24 Jul 2011 22:07:55 GMT</pubDate>
<guid>http://snipplr.com/view/57082/jlim--compact-javascript-framework/</guid>
</item>
<item>
<title>(PHP) Email Encoder PHP Class</title>
<link>http://snipplr.com/view/49007/email-encoder-php-class/</link>
<description><![CDATA[ <p>PHP Class for encoding email adresses to protect them from spambots and being used for spamming.
* Encodes email adresses (plain text and mailto links)
* Choose the preferred method (or on every request randomly pick one of the methods)
* Easy to use.
* Add your own encoding methods</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 23:15:11 GMT</pubDate>
<guid>http://snipplr.com/view/49007/email-encoder-php-class/</guid>
</item>
<item>
<title>(PHP) WP Email Encoder Bundle</title>
<link>http://snipplr.com/view/49005/wp-email-encoder-bundle/</link>
<description><![CDATA[ <p>Features:
 * Encodes email adresses (plain text and mailto links)
 * Choose the preferred method (or on every request randomly pick one of the methods)
 * Easy to use.

Extra:
 * Put an email encoder form on your own site.
 * Add your own methods.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 23:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/49005/wp-email-encoder-bundle/</guid>
</item>
<item>
<title>(PHP) LView - PHP View Class</title>
<link>http://snipplr.com/view/49003/lview--php-view-class/</link>
<description><![CDATA[ <p>View class that contains features like:
- get vars inside the view with:
		1) $var1
		2) $this->var1
		3) or $this->get( 'var1', 'defaultValue' )
- factory method for direct chaining:
		LView::factory( 'test.php' )->set( 'var1', 'value1' )->show();
- set filter callbacks that will be executed right after rendering
- set global vars and global filters to be available for all views</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 22:42:01 GMT</pubDate>
<guid>http://snipplr.com/view/49003/lview--php-view-class/</guid>
</item>
<item>
<title>(JavaScript) SimpleAjax Object</title>
<link>http://snipplr.com/view/49002/simpleajax-object/</link>
<description><![CDATA[ <p>Simple ajax object for creating ajax calls.

Why use SimpleAjax?
 - Very small, only 2kb minified
 - Make a asynchrone or synchrone ajax call ( AJAX / SJAX )
 - Use quick methods get() and post() for GET and POST calls
 - Use load() method for loading html content and set to given element
 - Set general settings that will be used by default for every ajax call</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 22:38:51 GMT</pubDate>
<guid>http://snipplr.com/view/49002/simpleajax-object/</guid>
</item>
<item>
<title>(JavaScript) SimpleSelector, Javascript DOM selector</title>
<link>http://snipplr.com/view/30508/simpleselector-javascript-dom-selector/</link>
<description><![CDATA[ <p>SimpleSelector is a small DOM selector object with support for the most used selectors. It's also the default selector for the jLim JavaScript framework.

Why use SimpleSelector?
- very small, less than 2kb minified
- easy to use with $$()
- no overhead, no functions you hardly ever use
- ideal for smaller websites</p> ]]></description>
<pubDate>Tue, 30 Mar 2010 04:53:15 GMT</pubDate>
<guid>http://snipplr.com/view/30508/simpleselector-javascript-dom-selector/</guid>
</item>
<item>
<title>(PHP) LRegistry - Lazy Registry Class</title>
<link>http://snipplr.com/view/30506/lregistry--lazy-registry-class/</link>
<description><![CDATA[ <p>Managing globals with the registry pattern. This class provides lazy loading functionallity. This means it is possible to add a callback or class (with arguments) which will be called or instanciated when it is being used for the first time.</p> ]]></description>
<pubDate>Tue, 30 Mar 2010 04:35:28 GMT</pubDate>
<guid>http://snipplr.com/view/30506/lregistry--lazy-registry-class/</guid>
</item>
<item>
<title>(JavaScript) Light (4kb mini-jQuery)</title>
<link>http://snipplr.com/view/29083/light-4kb-minijquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:47:11 GMT</pubDate>
<guid>http://snipplr.com/view/29083/light-4kb-minijquery/</guid>
</item>
<item>
<title>(JavaScript) DOMReady Object</title>
<link>http://snipplr.com/view/29082/domready-object/</link>
<description><![CDATA[ <p>Small object for cross-browser compatibility of the DOMContentLoaded event. Easily add functions  that will be executed when the DOM is ready.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:35:55 GMT</pubDate>
<guid>http://snipplr.com/view/29082/domready-object/</guid>
</item>
</channel>
</rss>