Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
this launches vi so you can add the files/dirs you want to ignore. i'm not happy.
4
1576
posted 18 years ago by mandric
libreria que mediante ajax y javascript permite paginar los contenidos de una tabla
0
1097
posted 18 years ago by victorchamorro
The W3C multi-column module is a CSS level-three working draft, proposed by the W3C to extend the current CSS box model. The module’s intent is to allow content to flow into multiple columns inside an element. It offers new CSS properties that let...
2
1240
posted 18 years ago by j_junyent
When handing over a project to the client, you sometimes loose control over the content HTML source. Sometimes the client uses a CMS that allows them to have full control over certain parts of the HTML, and sometimes the client simply uses your templ...
2
1655
posted 18 years ago by j_junyent
gmail-like table's column overflow.
Efecte de truncar el text en una taula si sobrepasa
1
1187
posted 18 years ago by j_junyent
var lib = ['foo.js','foo.js','foo2.js','foo.js','foo333.js','foo2.js'];
var slib = 'fooooo.js';
lib.jitScript(); // append foo.js, foo2.js & foo33.js
slib.jitScript(); // append fooooo.js
enable firebug console
JitScriptDebug = true;
val...
0
1403
posted 18 years ago by ChaosKaizer
Created for my own purposes, thought I'd share though ;)
copy paste at the top of your file and it does the magic :)
31
7852
posted 18 years ago by peteypablonz
-l grep options shows the path and only the path of the matching file
0
1476
posted 18 years ago by therobot
using bgiframe to solve a bug in explorer: you cannot apply z-index to place divs over selects in a form!!!
1
1671
posted 18 years ago by victorchamorro
These two functions allow you to remove images from html page.
The function returns an array of images with the absolute src and,if there are any, the alt and title attributes.
Arguments to pass to get_images() are $file = html source and $url = th...
3
1976
posted 18 years ago by gandalf
Using a string built at runtime to reference objects in Flex. From the help docs.
1
2062
posted 18 years ago by justcaldwell
This was created as a temporary solution to the wide dropdowns that sometimes appear in OpenAir timesheets and cause horizontal scrolling. Adding this script as a bookmarklet and clicking it will resize all selects (dropdowns) on a page to 340px wide...
0
1246
posted 18 years ago by Todd
SEE http://json.org/ for PHP JSON Libraries.
grunt knuckle drag brute force ugly escapes for quotes make a php array a json string
Produces trailing commas which some Javascript Librarys can't deal with.*
_*NOOB NOTE [a comma is added at the...
2
1865
posted 18 years ago by inkdeep