Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Make sure you change the variable v_ga_track near the end of the script.
0
1432
posted 16 years ago by chrisjlee
http://code.google.com/p/jquery-jtwitter/ for examples.
3
1577
posted 16 years ago by jonniespratley
http://code.google.com/p/jquery-jtwitter/ for examples.
2
1908
posted 16 years ago by jonniespratley
Now you can write IE specific styles in a regular stylesheet, by prefacing the CSS selectors with body.ie
2
1872
posted 16 years ago by jessibird
I recently found the need to run multiple CodeIgniter applications inside of a single codebase for development & test purposes. So, I rewrote a few lines of the primary index file (/index.php) to automatically route URLs like subdomain.domain.com to...
3
1900
posted 16 years ago by brettbergeron
Detect if an object exists in an array or detect existance of a key in an object
1
1404
posted 16 years ago by quickredfox
File.Basename - A library that provides unix-like tools 'dirname' and 'basename'
0
1201
posted 16 years ago by quickredfox
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0
1288
posted 16 years ago by quickredfox
Sometimes I want simple tabs without all the packaging of jQuery UI with a theme. This does the job with just jQuery 1.2.6, and should work with later versions.
3
1899
posted 16 years ago by cyberhobo
Take the contens from a table in MySQL and display it in an email
2
1431
posted 16 years ago by jcroom
Great little bit of code for if you are rewriting URLs but then want the old GET URLs to rewrite to their rewritten URLs (phew). Good for telling Google where the new pages are with a 301 rather than getting both indexed.
In this example, i had a...
0
1384
posted 16 years ago by roflman79