Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I don't recommend this, it just needed it for a particular situation. Does not work with dropdowns.
0
1360
posted 15 years ago by trepmal
Examples borrowed from http://ubuntuforums.org/showthread.php?t=966877 (comment 3)
0
1382
posted 15 years ago by cczona
Found this online somewhere. It\'s now the starting point for all my CSS font layouts
0
1100
posted 15 years ago by reynish
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1195
posted 15 years ago by reynish
All credit for this goes to iheartactionscript.com
I'm just copying it here so I won't have to remember where I found it
0
1013
posted 15 years ago by cessnajumpin
This code will redirect all requests to a maintenance page
0
1147
posted 15 years ago by IvoTrompert
Replaces the pre-defined text of a textbox (e.g. the purpose of the textbox) when the textbox gets focussed, and resets the text if it blurs when empty
1
1506
posted 15 years ago by cryothic
Incredibly useful. Great when you need to remove and add options to selectboxes.
0
1592
posted 15 years ago by Meander365
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
0
1253
posted 15 years ago by vagrantradio
Needs to be set on every element.\r\nimg.png needs to point to background
0
1289
posted 15 years ago by reynish
This will fix all embeded PNGs.
this.src = "img/spacer.gif"
Needs to point to a 1x1 transparent GIF or you'll get an Image not found icon in the corner of the PNGs.
0
1267
posted 15 years ago by reynish
This example shows how to delete specific files after a given time span.
This works good for cleaning cached files.
1
1375
posted 15 years ago by fackz
Put this in application layout for global use. Have a hidden div called 'loadicon' with a loading icon (or whatever) in it, which is shown/hidden on ajax calls.
0
3480
posted 15 years ago by insanedreamer
Geo Mashup contextual maps display the results of a WordPress query, so they can be very useful in combination with the WordPress `query_posts` function. This example maps post with an example tag, but any call to `query_posts` could be substituted....
0
1376
posted 15 years ago by cyberhobo