Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A series of tests to determine the best way to preload css images on elements that by default are hidden.
2
1305
posted 16 years ago by neal_grosskopf
This config allows the use of object tags into normal text boxes, allowing to embed your favourite YouTube clip into your page content.
1
2643
posted 16 years ago by wackysalut
If you get "JPEG marker not found!" error when you try to open an image file you must read it in binary mode.
1
1126
posted 16 years ago by PixelMin
The problem is some times the redirect may kick you off to the next page before all the session variables have been saved. The true solution to lost session vars on redirect is to simply call session_write_close(); before setting the redirect header....
0
1848
posted 16 years ago by Wardy
Como la palabra delete es una palabra reservada, daba error en la detección de esa tecla cuando es pulsada.
Para detectar ese evento, hay que usar otra forma:
0
877
posted 16 years ago by ianmonge
A function to remove tags and to also remove excess spaces.
1
1178
posted 16 years ago by donkeykong
originally posted by penguin999 here:
http://snipplr.com/view/3372/radio-button-values-using-jquery/
2
1681
posted 16 years ago by omixen
Add two containers to the element to be centered.
This is also needed for IE6:
1.
<!--[if>-->
2.
.navwrap ul{float:left;}
3.
<![endif]-->
0
1115
posted 16 years ago by kanirasta
Simple function which makes it easy to add files to svn in bash (add this to your .bashrc file).
1
1285
posted 16 years ago by narkisr
https://www.chrisjmendez.com/2008/10/18/search-for-mp3s-pdfs-or-comic-books-using-google/?utm_source=snipplr&utm_medium=profile&utm_campaign=personal_branding
1
1468
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2008/10/18/jquery-detecting-a-browser-resize/
8
1756
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2008/10/18/jquery-common-browser-sniffing/
6
1315
posted 16 years ago by chrisaiv