Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
<p>Cross-browser compatible especially for IE6/7 and makes use of CSS sprites for faster downloading. Download file <a href="http://johnimbong.com/blog/wp-content/uploads/2009/09/curves.zip">curves.zip (75 bytes)</a> which contains the CSS sprite nee...
1
1720
posted 17 years ago by enchance
Variable/Parameter Discussion :
msg = Do you want to display a message box if you have the current version? (true/false)
currentversion = The version of the program
txtdocumentaddress = The text document web address containing the most updated ve...
2
2234
posted 17 years ago by brandonio21
Groovy has the as keyword which enables the implementation of a Java interface by using the as keyword, its quite easy to mimic this in JRuby.
0
2197
posted 17 years ago by narkisr
I notice a lot of addClass/removeClass.. thought maybe I'd post an example on how to simplify that....
0
2143
posted 17 years ago by quickredfox
In Internet Explorer 6 (IE6) there is a bug to make div absolute positioned over select. The select will show over the div.
One solution is to place a empty iframe behind the div with same size.
The source below is a div as container to positione...
0
2094
posted 17 years ago by Arogarth
I am forever forgetting this. Have to look up the 101 vs 103 in books online every time.
Also forget which way around is US/NZ format. :-)
1
2415
posted 17 years ago by rengber
This code allows you to retrieve the 11-character ID string from a YouTube video URL.
7
4743
posted 17 years ago by Moridin
W3C no longer include the target attribute of the <a> tag in HTML 4.0 Strict and XHTML 1.0 Strict document types . To make links open new windows we will have to use Javascript, and with mootools it make this task very easy. Just add this snippet to...
0
2109
posted 17 years ago by cherrywaves
Create a block to include a template file .phtml with just one line of code
1
4227
posted 17 years ago by nico65
Quick and dirty took me 2hours to find. The Xlib Documentation sucks. Have Fun\r\n\r\nnote: U need the Xlib -(Ubuntu)-> sudo apt-get install python-xlib
0
2199
posted 17 years ago by simlan
Use this function to test whether or not a Javascript object is empty.
2
2400
posted 17 years ago by jlizarraga