Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Función para usar con el evento onkeydown, que funciona igual en todos los navegadores. Onkeypress devuelve 0 para las teclas especiales en navegadores que no sean Internet Explorer.
0
1014
posted 16 years ago by kcmr
Always always always backup client side validation with server side validation! =D
2
1176
posted 16 years ago by charmcitycoder
Replace all the occurrences of a string with a replacement in the supplied files.
2
1121
posted 16 years ago by sanjivarunsahayamhotmailcom
Search and replacing all instances of some text within Vim
1
975
posted 16 years ago by sanjivarunsahayamhotmailcom
This helps you stip anything from title. This example is from Symfony homepage.
0
669
posted 16 years ago by Zver
$quote -- name of function
post_type=page -- remove to query posts
orderby=rand -- random order
showposts=1 -- limit to 1 post
effect -- displays 1 random custom excerpt outside of the loop
1
988
posted 16 years ago by davebowker
A simple method of clearing the data of a hard drive (writing zeros all over it).
2
953
posted 16 years ago by narkisr
Basic file system manipulation in Linux (some commands require sudo).
0
785
posted 16 years ago by narkisr
This snippet is actually tested for SQL Server Compact Edition (CE) 3.5, but it will probably work for other SQL Server editions. Once you have an SQL CE db up and running, you can set the connection string to point to any directory and database by s...
0
1566
posted 16 years ago by pckujawa
Código para proyecto de Arquitectura y Organización de Computadores con C++ y lenguaje ensamblador.
0
794
posted 16 years ago by bedomax
The returned file will either contain the folder from where your program is running or the executable jar file, if your program is an executable jar.
I'm using `Main.class` because this code is in my main method (which is in the class 'Main'). You...
0
770
posted 16 years ago by resurge