Welcome To Snipplr


Everyone's Recent Snippets



This is test script of Google Map API. How to use this script is as follows. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <style type="text/css"> v\:* { behavior:url(#default#VML)...
5 860 posted 17 years ago by tomute
You should edit your WordPress plugin so that the $source variable at the end shows this value. Though it is a shame that code can't have an 'ol' as a childNode, and neither can the pre element. Couldn't find any way of making it all fit: http://lear...
3 752 posted 17 years ago by rolandog
3 687 posted 17 years ago by soxiam
0 600 posted 17 years ago by zarathustra911
Ejemplo de cómo utilizar el objeto Ajax.Responders de Prototype. El ejemplo hace uso de Scriptaculous.
3 678 posted 17 years ago by sendoa
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 605 posted 17 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 626 posted 17 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 769 posted 17 years ago by benpjohnson
ejemplo: python script.py algo sys.argv[0] es script.py sys.argv[1] es algo
0 520 posted 17 years ago by buscarini
1 466 posted 17 years ago by francesc
2 641 posted 17 years ago by darthapo
0 808 posted 17 years ago by nicolaspar
1 535 posted 17 years ago by sylvan
See javadoc style comment in source.
2 946 posted 17 years ago by ishikawa
3 589 posted 17 years ago by ndegruchy
The stylesheet for the LoadingMessage object (http://snipplr.com/view/347/loadingmessage-for-ajax-requests/).
11 933 posted 17 years ago by dertimbo
Creates a notification message for AJAX requests. Dependencies: prototype.js, script.aculo.us. CSS-Styles: http://snipplr.com/view/348/loadingmessage-for-ajax-requests-css/
11 856 posted 17 years ago by dertimbo
2 743 posted 17 years ago by cetnar
This function split a several lines long text into an array. It works with Windows and Linux texts.
4 681 posted 17 years ago by katxorro70
0 1026 posted 17 years ago by janez
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 834 posted 17 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 813 posted 17 years ago by rolandog
Esto funciona en Ubuntu Dapper
0 590 posted 17 years ago by buscarini
这个问题出现在home.php中。 from:天佑 在 home.php 中 $myrecentposts 內的 SQL 是用 post_date 和 NOW() 作比較. NOW() 這個 function 是會以 server 的 timezone 讀取現時的時間,但 post_date 這個 field 的 timezone...
0 494 posted 17 years ago by championeer
Open a new window without using target="_blank" for XHTML 1.1. Need jQuery Framework : http://jquery.com/
15 2061 posted 17 years ago by walepinski