Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
using bgiframe to solve a bug in explorer: you cannot apply z-index to place divs over selects in a form!!!
1
1159
posted 17 years ago by victorchamorro
These two functions allow you to remove images from html page.
The function returns an array of images with the absolute src and,if there are any, the alt and title attributes.
Arguments to pass to get_images() are $file = html source and $url = th...
3
1289
posted 17 years ago by gandalf
Using a string built at runtime to reference objects in Flex. From the help docs.
1
1361
posted 17 years ago by justcaldwell
This was created as a temporary solution to the wide dropdowns that sometimes appear in OpenAir timesheets and cause horizontal scrolling. Adding this script as a bookmarklet and clicking it will resize all selects (dropdowns) on a page to 340px wide...
0
805
posted 17 years ago by Todd
SEE http://json.org/ for PHP JSON Libraries.
grunt knuckle drag brute force ugly escapes for quotes make a php array a json string
Produces trailing commas which some Javascript Librarys can't deal with.*
_*NOOB NOTE [a comma is added at the...
2
1226
posted 17 years ago by inkdeep
Display first article one way and following ones a different way
3
1016
posted 17 years ago by JuliaKM
qlmanage -p foo.png, the image immediately pops up in a Quick Look pane.
Even better, Quick Look supports slide shows. So if you cd into a folder of images and run qlmanage -p *.jpg, you'll be rewarded with a full-on presentation of your pictures....
0
755
posted 17 years ago by jrphelps
The selector portion of the CSS rule targets which XHTML tags/classes this rule will be applied to. At first glance, it looks like all img tags as well as all tags with a class of "png". You’ll notice the * html in front of both of these. Wait, the...
15
3322
posted 17 years ago by jonhenshaw
This routine is loosely based on elightbo's "Calculate Business Days" snippet in ASP, with some process & logic modifications (most notably accounting for situations when both dates fall on a weekend) and a translation to JavaScript.
0
5014
posted 17 years ago by Bluebeard
this pointers are making me dizzy, so just for a reference i'll keep them here.
1
948
posted 17 years ago by iTony
So you don't have to type the password everytime you log in to that remote ssh server. Don't enter a passphrase when prompted, just hit enter. This example is for Mac OS X but is likely to work on *nix plats too.
5
934
posted 17 years ago by micmath