Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Scans a file for a series of floating point numbers separated by spaces.
0
1067
posted 15 years ago by vorp
Class has simple interface to download any file from a server without displaying the location of the file.
2
1391
posted 15 years ago by Almorca
This is a simple effect for displaying a predefined text in a text box in web page. Download jQuery and the plugin and follows the sample code in [http://cloudgen.w0ng.hk/jquery/defaultText.php](http://cloudgen.w0ng.hk/jquery/defaultText.php "Defaul...
0
1102
posted 15 years ago by cloudgen
This is a zoom glass effect. Simply download jQuery and the plugin and apply the code as described in http://cloudgen.w0ng.hk/jquery/simple.zoomGlass.php
You can found the sample in the page, too.
0
1083
posted 15 years ago by cloudgen
This is a class/demonstration for creating dynamic properties and storing them in an array
1
851
posted 15 years ago by mpcircuitry
Remove that pesky dotted border around img elements, especially images / link tags.
0
1075
posted 15 years ago by CDIDevs
For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text.
I first found this on the webdeveloper.com forums. The fix here is ultimately the "font-size:0" d...
0
937
posted 15 years ago by CDIDevs
Be sure that elements appearing on top don't have position:relative.
If inherited, try overriding with position:static
0
873
posted 15 years ago by CDIDevs
Estou considerando que você irá alterar [DOMINIO] para o nome correto de seu certificado.
Em servidores sem cpanel logo, após a instalação convencional do SSL é requerido senha sempre que o apache é iniciado.
Para contornar isso:
0
926
posted 15 years ago by gpupo
Re-seed identity table if rows were deleted/there are gaps in numerical order
2
781
posted 15 years ago by CDIDevs