Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Build URLs for subcategories, e.g. 'cat-child-support.html' becomes '/family-law/child-support/'
0
1867
posted 19 years ago by ches
Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.
4
2572
posted 19 years ago by jonhenshaw
A great way to improve the performance of your web app, by using a column in the projects table which stores the number of task associated with it, seen in railscast #23
1
2035
posted 19 years ago by bordalix
A quick and simple way of having any flash messages, from railscast #18
1
1673
posted 19 years ago by bordalix
シンプルãªãƒ‰ãƒãƒƒãƒ—ãƒ€ã‚¦ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã€‚å…¥ã‚Œåæ–¹å¼ã€‚ by http://www.pmob.co.uk/temp/dropdown_horizontal2.htm
1
1929
posted 19 years ago by fjm
For forms with a default value onload you don't want your users to have to select the value, delete it and then insert their own input.
This function focuses on a selected input, then it selects the default text so the user can easily type their o...
1
2091
posted 19 years ago by 1man
STICKER - A valid, easy to use CSS sticky footer by Ryan Fait
This is the basic CSS you need along with the one extra empty
div and the wrapper required to achieve the effect. I suggest
that you leave the * { margin: 0; } code in while testing a...
8
3364
posted 19 years ago by daeliur
The original code was meant to be used with register_globals=on.
If you cannot or don't want to turn that on, then I have modified the code to work with register_globals=off.
4
2440
posted 19 years ago by Jaymoon
********************************************************************************
* *
* Andreas writes groovy scripts! Jana corrects the mistakes! ;-) *
*...
0
2147
posted 19 years ago by asteinhaus
a function to check the validity of the postcode according to UK rules
0
4937
posted 19 years ago by valcartei
echo validarFecha( '1-1-1998', 0 ) ? 'ok' : 'ko' ; #ok
echo validarFecha( '1-1-1998' ) ? 'ok' : 'ko' ; #ko
echo validarFecha( '1980/05/06' ) ? 'ok' : 'ko' ; #ok
echo validarFecha( '1700-5-1' ) ? 'ok' : 'ko' ; #ok
0
1939
posted 19 years ago by nicolaspar
echo ( browser_detection( 'number' ) .''.
browser_detection( 'browser' ) .''.
browser_detection( 'os' ) .''.
browser_detection( 'os_number' ) );
Outputs (browser version, browser, os, os number):
1.5
moz
nt
5.1
if ( ( browser_de...
2
3439
posted 19 years ago by llbbl
Shows reading a file bundled with a Sun SPOT application.
The file, called winners.txt contains the following 2 lines:
Walker
Griffin
-----------------------------------------------------------
The output would include:
NameOfFile=/winners.txt...
0
1678
posted 19 years ago by javapda