Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
usage is simple:
$result = mysqli_query($query,db_conn('local')); for instance.
if written in patterns, this should probably be a singleton, but I haven't bothered converting it - feel free to comment with your modification though!
3
1312
posted 19 years ago by Aeon
Hacer que la propiedad with se comporte como max-width en IE. El ejemplo serÃa el equivalente a poner un max-width de 800px
Funciona con IE 5 y 6 (7 sin probar)
EstarÃa bien usar comentarios condicionales para evitar problemas con otros naveg...
2
1373
posted 19 years ago by sendoa
Not a great solution will need to look further at why files are being sent in binary form
Add this to the mime types array in the Upload class
3
1697
posted 19 years ago by benpjohnson
ejemplo:
python script.py algo
sys.argv[0] es script.py
sys.argv[1] es algo
0
1166
posted 19 years ago by buscarini
This function split a several lines long text into an array. It works with Windows and Linux texts.
4
1349
posted 19 years ago by katxorro70
I use this object verry often, so that I only need to pass one object as parameter on any function. No need to wory when we refactore the function
Usage:
$var = new open();
$var->url = 'http://www.world.com';
$var->title = 'Testing Site';
ech...
1
1472
posted 19 years ago by ekobudisetiyo
Directions: be sure to set to absolute paths every image location from your litebox-1.0.js and lightbox.css files... and, replace the setInnerHTML function with this one...
http://www.doknowevil.net/litebox/
1
1494
posted 19 years ago by rolandog
这个问题出现在home.phpä¸ã€‚
from:天佑
在 home.php ä¸ $myrecentposts å…§çš„ SQL 是用 post_date å’Œ NOW() 作比較.
NOW() 這個 function 是會以 server çš„ timezone 讀å–ç¾æ™‚的時間,但 post_date 這個 field çš„ timezone...
0
1086
posted 19 years ago by championeer
Open a new window without using target="_blank" for XHTML 1.1.
Need jQuery Framework : http://jquery.com/
15
4648
posted 19 years ago by walepinski
This is a way to determine if the browser uses the KHTML engine or if it is the Konqueror Browser.
2
2532
posted 19 years ago by rolandog
This method generates random (and printable) ascii characters.
1
1668
posted 19 years ago by ishikawa
Exclude Posts From Some Category
è¿™æ ·å°±å¯ä»¥åœ¨é¦–页ä¸ä¸æ˜¾ç¤ºæŸäº›ç±»åˆ«ï¼ˆæ¯”如asides)的帖å了
1
1773
posted 19 years ago by championeer
For a working demo in application/xhtml+xml or text/html, go to:
http://rolandog.com/archives/2006/07/10/litebox-demasiado-bueno-para-ser-cierto/
You should delete the multi-line comments after completing the setup, some old browsers will complai...
3
2051
posted 19 years ago by rolandog
This script makes it possible to delete every childNodes, childNodes.childNodes, childNodes.childNodes.childNodes and so on. Includes example functions for deleting all childNodes, firstChild and lastChild from an 'id'. It uses twin functions that ca...
0
1264
posted 19 years ago by rolandog