Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add an Apache virtual host via command line. Run as ./create mysite.domain.com
0
1588
posted 15 years ago by theriddlebrothers
Cache control when pulling in scripts, redefined "getScript" function
0
2033
posted 15 years ago by lamebollock
Encode mailto links and (plain) email addresses on your site and hide them from spambots. Easy to use, plugin works directly when activated.
Features
* Protect all emails and mailto links
* Check posts, widgets, comments and RSS feeds
* Encode...
0
3227
posted 15 years ago by freelancephp
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:
Lim_View::factory( 'test.php' )->set( 'var1', 'value1' )->...
0
1756
posted 15 years ago by freelancephp
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...
0
1588
posted 15 years ago by freelancephp
This function empties the folder recursively. Two parameters are passed in the function, First one is the directory to be emptied and second one is the flag to determine whether to delete the given folder. If set 'true', given folder is also removed...
0
2202
posted 15 years ago by nilambar
this centers an image of unknown size vertically and horizontally within a box
1
2274
posted 15 years ago by alp
A RestClient class for calling webservice using both, get and post methods, and getting the response dropped into an String.
0
1500
posted 15 years ago by luixal