Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Include drupal 5 mission statement in views or other php enabled sections(i.e.: Views Header, etc.).
1
1544
posted 17 years ago by reverend
https://www.chrisjmendez.com/2002/10/23/as3-placing-an-overlay-over-an-image/
0
1857
posted 17 years ago by chrisaiv
A series of tests to determine the best way to preload css images on elements that by default are hidden.
2
2136
posted 17 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
3858
posted 17 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
1844
posted 17 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
2737
posted 17 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
1543
posted 17 years ago by ianmonge
A function to remove tags and to also remove excess spaces.
1
1854
posted 17 years ago by donkeykong
originally posted by penguin999 here:
http://snipplr.com/view/3372/radio-button-values-using-jquery/
2
2702
posted 17 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
1799
posted 17 years ago by kanirasta
Simple function which makes it easy to add files to svn in bash (add this to your .bashrc file).
1
2063
posted 17 years ago by narkisr