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
1039
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
1605
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
853
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
1587
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
715
posted 16 years ago by ianmonge
originally posted by penguin999 here:
http://snipplr.com/view/3372/radio-button-values-using-jquery/
2
1387
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
836
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
1017
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
1235
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2008/10/18/jquery-detecting-a-browser-resize/
8
1508
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2008/10/18/jquery-common-browser-sniffing/
6
1061
posted 16 years ago by chrisaiv