Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
An answer to the 'cycle-special-files exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
3622
posted 16 years ago by bigfaceworm
Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
3623
posted 16 years ago by bigfaceworm
Make sure you change the variable v_ga_track near the end of the script.
0
1327
posted 16 years ago by chrisjlee
http://code.google.com/p/jquery-jtwitter/ for examples.
3
1411
posted 16 years ago by jonniespratley
http://code.google.com/p/jquery-jtwitter/ for examples.
2
1744
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
1729
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
1731
posted 16 years ago by brettbergeron
Detect if an object exists in an array or detect existance of a key in an object
1
1275
posted 16 years ago by quickredfox
File.Basename - A library that provides unix-like tools 'dirname' and 'basename'
0
1100
posted 16 years ago by quickredfox
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0
1180
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
1747
posted 16 years ago by cyberhobo
Take the contens from a table in MySQL and display it in an email
2
1306
posted 16 years ago by jcroom