Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- 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
3584
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
3585
posted 16 years ago by bigfaceworm
Make sure you change the variable v_ga_track near the end of the script.
0
1298
posted 16 years ago by chrisjlee
http://code.google.com/p/jquery-jtwitter/ for examples.
3
1385
posted 16 years ago by jonniespratley
http://code.google.com/p/jquery-jtwitter/ for examples.
2
1720
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
1694
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
1689
posted 16 years ago by brettbergeron
Detect if an object exists in an array or detect existance of a key in an object
1
1244
posted 16 years ago by quickredfox
File.Basename - A library that provides unix-like tools 'dirname' and 'basename'
0
1077
posted 16 years ago by quickredfox
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0
1154
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
1699
posted 16 years ago by cyberhobo
Take the contens from a table in MySQL and display it in an email
2
1272
posted 16 years ago by jcroom