Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Some macros are from the "Python Scripting for Computational Science" : http://folk.uio.no/hpl/scripting/
0
2742
posted 17 years ago by tkf
Highlight an address and click the bookmarklet to open it in Google Maps
1
1279
posted 17 years ago by wizard04
In mouseout and mouseover event handlers, use this object to check if the mouse was leaving or entering a "landmark" element. See my [MouseEnter/Leave Handlers](http://snipplr.com/view/8913/mouseenterleave-handlers/) snipplet for a practical use....
3
1743
posted 17 years ago by wizard04
Insert into your phptemplate theme's template.php file to override the original View theme code.
0
1569
posted 17 years ago by shrop
Tip from rmartin, but I think I've seen it also on some Ubuntu wiki.
0
1224
posted 17 years ago by Juanje
Just for a quick copy and paste. A cool Lorum Ipsum generator is at [lipsum.com](http://www.lipsum.com/).
1
1346
posted 17 years ago by wizard04
This will print every number from 0000-9999. Each number is comma separated.
The goal was not pretty / readable code, but to get all code on a single line.
0
993
posted 17 years ago by tgpo
Creates a drop shadow for a div. In IE I can't get `filter:alpha(opacity=__)` to work right, but it degrades gracefully without it so I left it out.
5
1764
posted 17 years ago by wizard04
Quick and easy way to feed flickr images into your website
2
1541
posted 17 years ago by jessnoonyes
Uses a regular expression to validate a string as a validly formatted email address.
1
1539
posted 17 years ago by Anthony