Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 115 116 117 118 119 ... 554
0 1024 posted 14 years ago by jose_506
Why do this? =========== *hopefully* this will cause the page to refresh and provide a stop button in the future. The idea is to use it while developing in a text editor, as in Vim or its ilk, and not have to alt+tab all the _*flipping*_ time. F...
0 1062 posted 14 years ago by inreflection7
Using the ID of a page, you can get the content, the featured image and the title to power widgets in your template.
0 1130 posted 14 years ago by mejamiewilson
A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.
0 1216 posted 14 years ago by DeluxiveState
//######################################################################### // // *taken from http://www.catswhocode.com/blog/mastering-html5-prefetching // //#########################################################################
0 1403 posted 14 years ago by rydaly
Sintáxis y clausulas más habituales para consulas SQL con cláusula DELETE que elimina uno o varios registros de la tabla que se especifica.
0 917 posted 14 years ago by alberomo
Sintáxis y clausulas más habituales para consulas SQL con cláusula UPDATE que actualiza/modifica uno o varios registros de la tabla que se especifica.
0 1027 posted 14 years ago by alberomo
found the solution here: http://stackoverflow.com/questions/2790001/fixing-javascript-array-functions-in-internet-explorer-indexof-foreach-etc
0 959 posted 14 years ago by pixelatorz
Sintáxis y clausulas más habituales para consulas SQL con cláusula INSERT INTO que añade un nuevo registro a la tabla que se especifica.
0 1030 posted 14 years ago by alberomo
Simple recursive function to find objects that match the value of str hanging anywhere off the global JS object (window).
0 1203 posted 14 years ago by richt
The HTML simply discovers if it's IE and its version or if it's not IE. The jQuery discovers if it's IE, Firefox, Webkit Engine (Chrome and Safari) or Opera and its version as an integer.
1 2932 posted 14 years ago by cesarkohl
Pass variables into javascript files using query strings, and return them using getJSvars() Example //HTML <script> //return the value of "foo" getJSvars('filename.js', 'foo');
0 1282 posted 14 years ago by DenoteIt
0 1221 posted 14 years ago by pflangan
A small tip I picked up yesterday while developing a HTML email for a client. If you are testing in Hotmail using a browser other than Internet Explorer, you may notice that the email seems to left align and doesn’t display any background colours o...
0 1261 posted 14 years ago by i-am-andy
Thanks to http://www.mredkj.com/javascript/numberFormat.html#addcommas
0 1080 posted 14 years ago by fengelz
0 1042 posted 14 years ago by okhy
0 961 posted 14 years ago by okhy
Sintáxis y clausulas más habituales para consulas SQL con cláusula SELECT que generen una nueva tabla con el resultado de la consulta. Su sintáxis genérica es SELECT [campos] FROM [tablas] WHERE [criterio]
0 1031 posted 14 years ago by alberomo
0 950 posted 14 years ago by distribuida
0 2993 posted 14 years ago by jesudasjj
How to know if an element exists in JS (and jQuery).
0 1122 posted 14 years ago by cesarkohl
This is a custom class for caching results through php's session. The class can be used to cache anything, but i use it to cache mysql results so i don't have to get all the time the results by querying MySQL (wich may take a long time, especialy if...
0 2454 posted 14 years ago by TimoZachi
1 ... 115 116 117 118 119 ... 554