Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
3683
posted 16 years ago by bigfaceworm
Make sure you change the variable v_ga_track near the end of the script.
0
1375
posted 16 years ago by chrisjlee
http://code.google.com/p/jquery-jtwitter/ for examples.
3
1488
posted 16 years ago by jonniespratley
http://code.google.com/p/jquery-jtwitter/ for examples.
2
1834
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
1801
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
1814
posted 16 years ago by brettbergeron
Detect if an object exists in an array or detect existance of a key in an object
1
1340
posted 16 years ago by quickredfox
File.Basename - A library that provides unix-like tools 'dirname' and 'basename'
0
1138
posted 16 years ago by quickredfox
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0
1234
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
1816
posted 16 years ago by cyberhobo
Take the contens from a table in MySQL and display it in an email
2
1365
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
1325
posted 16 years ago by roflman79