Welcome To Snipplr


Everyone's Recent Snippets



1 ... 505 506 507 508 509 ... 553
Set different values for an element based on browser (specifically, how the browser interprets the CSS). Definitions must be in order as shown below because newer definitions override existing. The first setting will apply to all browsers. The...
3 1561 posted 17 years ago by Winkyboy
Place the first function, phptemplate_links() in your template.php file. Alternatively (and IMO better) is to name the function your_theme_name_links() where your_theme_name is the name of your theme. From here on, you can add theme functions like...
2 1660 posted 17 years ago by berkes
1 1225 posted 17 years ago by smartalec
2 1483 posted 17 years ago by smartalec
Basically what this algorithm does is to replace the first letter of the serial number by a number (each letter represents where the banknote is originally from), then it calculates the sum of all digits. If the remaining of the division of that sum...
0 1006 posted 17 years ago by j_junyent
¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?
0 981 posted 17 years ago by j_junyent
Sometimes you can find error numbers in log files from various programs or even the kernel. This one-liner can be used to convert the error number into a meaningful message. "X" is the error number.
0 1170 posted 17 years ago by amosshapira
In response to a very simplistic solution suggestion using Shell, here is a basic version of what I use. The advantage of the solution below is that it is supposed to be much faster on directories with many files (I regularly use its full-blown versi...
0 1179 posted 17 years ago by amosshapira
Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".
1 1546 posted 17 years ago by frakim
1 3277 posted 17 years ago by darkphotn
Yes, this is valid code. Designed by myself, unless otherwise noted.
0 1691 posted 17 years ago by darkphotn
Large factorials are easy to do in LISP, although a number above (2000!) may crash it. I designed this because of an online post from a mathematician talking about the number 1000! . Code like this is difficult to write in C-like languages, but a s...
0 3279 posted 17 years ago by darkphotn
This demonstrates how to make your own console "scripts" using C -- for example, you could capitalize every character that comes in. Tweak the line labelled "TWEAK THIS LINE" in order to get it to do what you want. This particular example will add...
1 1150 posted 17 years ago by darkphotn
This demonstrates a simple "Hello World" style program for 16-bit (DOS) x86 assembly using Microsoft's free MASM assembler.
0 5879 posted 17 years ago by darkphotn
0 949 posted 17 years ago by imhugo
This requires ImageMagick installed. Resize, as well as convert the image format. (Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
1 1405 posted 17 years ago by soroush
0 3168 posted 17 years ago by usharf
0 1472 posted 17 years ago by d3f0
2 1208 posted 17 years ago by ajbatac
3 2263 posted 17 years ago by smurf
0 1055 posted 17 years ago by todbertuzzi
Very simple style switcher using jquery. Takes 3 links with id's on each. When one is clicked various styles are removed, then a new one is added.
3 1651 posted 17 years ago by 1man
This is a handy little function that takes the htmlText value of a TextField and ads a specified tag at the beginning and end of the string. Handy for quick formatting tags such as bold, italic, underline, but could be used to add complex style data...
0 1207 posted 17 years ago by discorax
0 928 posted 17 years ago by kristin
0 1052 posted 17 years ago by kristin
1 1258 posted 17 years ago by vanne
Run this command when you are in the directory where you want to changes the files that get ignored.
1 1357 posted 17 years ago by jachin
1 ... 505 506 507 508 509 ... 553