Welcome To Snipplr


Everyone's Recent Snippets



1 ... 494 495 496 497 498 ... 554
Creating a horizontal row of objects that are equidistant from each other is another one of those things in web design that is much more difficult than it should be. This can be a very useful thing to do, especially in fluid width layouts when you ar...
1 1235 posted 17 years ago by localhorst
Following a
2 1065 posted 17 years ago by cczona
This will always show the correct date... so it'll say "Copyright 2008 Comapany Name" now, and at exactly midnight on 1st January 2009, it'll say "Copyright 2009 Company Name". Simple!
2 1179 posted 17 years ago by tigercore
This is handy for testing, when you need to simulate an open file or open URI. Why, and the Pickaxe book, have better examples
1 1079 posted 17 years ago by cczona
3 1092 posted 17 years ago by picale
URI objects can be opened directly by open-uri
0 1168 posted 17 years ago by cczona
0 1022 posted 17 years ago by f0vela
0 1094 posted 17 years ago by f0vela
1 1015 posted 17 years ago by f0vela
0 1201 posted 17 years ago by f0vela
adds a header to a myspace page right at the top. looks pretty cool.
0 980 posted 17 years ago by rodreegez
You can turn off warnings for a section of your code by setting $VERBOSE to nil. Even better is to codify this in a method. Since this method takes a block as its parameter, you can now pass it arbitrary chunks of code to execute without warnings.
1 1031 posted 17 years ago by cczona
Beware of requiring 'CGI'. There's trouble in them thar hills/
1 683 posted 17 years ago by cczona
Forces a recalcitrant port to install by *uninstalling* it completely first
0 741 posted 17 years ago by cczona
//for options available, see: http://www.ss64.com/bash/shopt.html
1 1189 posted 17 years ago by cczona
1 1063 posted 17 years ago by wastepixel
output can be run as a shell script. should be able to refactor this as a piped wget, i think
1 1053 posted 17 years ago by jhenry
This is an example of how to map a Java 5 enum when using Hibernate ORM.
0 1150 posted 17 years ago by narkisr
taken from wordpress-- it took me a whole to find this on their site
3 1244 posted 17 years ago by melvitax
Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the...
1 1553 posted 17 years ago by neal_grosskopf
When processing text for a search engine or analysis tool, code needs to strip out punctuation, formatting, spacing, and control characters to reveal indexable text. In international text there are hundreds of these characters, and some should be rem...
1 1379 posted 17 years ago by localhorst
This snippet shows you how to limit the download rate of a file download.
18 7473 posted 17 years ago by localhorst
Accessing JQuery's $() shortcut within WordPress
1 1050 posted 17 years ago by melvitax
How to use: 1) < script type="text/javascript" src="path-to-file.js"... 2) < body onload="oHW.preMontar('img1_on.jpg','img2_on.jpg','img3_on.jpg');"... 3) < a href="#" onmouseout="oHW.Restore()" onmouseover="oHW.Cambiar('mnind','img1_on.jpg'...
2 1343 posted 17 years ago by hellion
1 ... 494 495 496 497 498 ... 554