Welcome To Snipplr


Everyone's Recent Snippets



1 ... 128 129 130 131 132 ... 553
0 1373 posted 14 years ago by limepix
0 2475 posted 14 years ago by a1ias
Usage: Let's say we have an url: http://primera.vremenno.net?foo=yes&bar=no var hash = getUrlVars(); alert(hash['foo']); // returns 'yes' alert(hash['bar']); // returns 'no'
0 2679 posted 14 years ago by a1ias
HTML should look like this: <div> <p>Lorem ipsum here</p> </div> <div> <img> </div>
0 2569 posted 14 years ago by a1ias
0 2389 posted 14 years ago by a1ias
Well, many of you are used to just replace the lack of min / max width / height for IE with fixed dimensions, right? But you don’t need to do it anymore. IE is not a strict standards browser and sometimes we can take advantage of this to code thing...
0 2590 posted 14 years ago by a1ias
If you are creating an admin module for Magento (learn creating admin module in Magento) then you would surely be asked to create grids (eg. for order listing). Creating grids can be somewhat difficult for the novice Magento programmers, but in this...
0 1613 posted 14 years ago by necode
A collection is a Model type containing other Models, it is basically used in Magento to handle product lists (ie. from a category or a bundle option), but not only. TO DO: Explain how Magento Implements a collection - Use this to explain how Mage...
0 1429 posted 14 years ago by necode
send mail with attached file examples: http://framework.zend.com/svn/framework/standard/trunk/tests/Zend/Mail/MailTest.php
0 1600 posted 14 years ago by necode
Función para validar rut chileno en javascript
0 2050 posted 14 years ago by n19ht
Función para validar un e-mail en javascript
0 1290 posted 14 years ago by n19ht
Con estas instrucciones se pueden corregir los caracteres latinos que hayan sido almacenados erróneamente en una base de datos MySQL
1 2722 posted 14 years ago by n19ht
Simple carrusel horizontal jquery
0 1382 posted 14 years ago by n19ht
Esto permite hacer un suave scroll hacia el top de la página.
0 1149 posted 14 years ago by n19ht
Operación Ajax básica con jQuery
0 1483 posted 14 years ago by n19ht
Esta funcion limpia un array contra inyección SQL.
0 2980 posted 14 years ago by n19ht
Esta función permite transformar un objeto a un array.
0 1346 posted 14 years ago by n19ht
Estas 2 líneas muestran errores en tiempo de ejecución. Pegar donde se inicia el código.
0 1617 posted 14 years ago by n19ht
This function validates the URL of a YouTube video. It supports four kinds of URL: ?v=, /v/, #!v=, and the short version (youtu.be). To validate the ID a request to YouTube is made, this is done using a personal class utilizing cURL.
0 2840 posted 14 years ago by peckham
Examples of different ways to truncate/round a decimal number.
0 2108 posted 14 years ago by adrianparr
Embedding Google’s +1 button is pretty easy and straightforward. All it takes is to include 2 code snippets in your web page. One goes in the header of the page, and the other one goes to wherever where you want the +1 button to render. To do so al...
0 1577 posted 14 years ago by necode
0 1173 posted 14 years ago by beaknit
1 ... 128 129 130 131 132 ... 553