Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A useful but often overrated JavaScript function is the browser detect. Sometimes you want to give specific instructions or load a new page in case the viewer uses, for instance, Safari.
Copy this script into your JavaScript files. It works immedi...
1
1339
posted 19 years ago by jonhenshaw
You can use this script to always keep the copyright notice on the footer of your website current. For example, instead of having to update the year at the beginning of each year, this script will display current year. I'm sure there's an easier way...
2
1388
posted 19 years ago by jonhenshaw
Simple but utilitarian function returns a numeric array of associative arrays containing an entire result set.
1
1574
posted 19 years ago by sorehead
This function first checks to see if PHP is set to automagically quote stuff. If it is, we first strip pre-quoted stuff, then (assuming our text isn't numeric), we properly quote everything.
A good bit of room for improvement here, but at the very l...
1
1118
posted 19 years ago by sorehead
wrap the text that will become a pullquote in a span element and give it the class name "pullquote"
1
1238
posted 19 years ago by designerd
Ðлементарно, Ñтильно, прикольно. СпаÑибо Ñоздателю.
0
1207
posted 19 years ago by Memphys
Patch para quitar el molesto cartel en una sola linea de codigo.
Lo interesante es que hace una cola de funciones para el "OnLoad".
Mas que nada sirve si tenes un sitio armado y tenes que meter este patch en todas tus paginas. Con la funcion "fixO...
2
1344
posted 19 years ago by inakiabt
Include Path PHP 5 class.
Usage:
$path = new fuselogic_include_path();
$path->add('/home/ekobudi/www/fuselogic');
$path->add('/home/ekobudi/www/pear');
$path->remove('/home/ekobudi/www/old_fuselgic');
0
1222
posted 19 years ago by ekobudisetiyo
This snippets try to download itself from http://snipplr.com using xml-rpc
6
1412
posted 19 years ago by arcturus
Stop the background image flickering on IE by including this code in the header of your page. See link for more information.
2
1736
posted 19 years ago by 1man