June 2011
11 posts
2 tags
Nice list of jQuery plugins →
Jun 28th
1 note
3 tags
Sweet open-source CKEditor File Browser
http://labs.corefive.com/Projects/FileManager/ https://github.com/simogeo/Filemanager It’s an alternative to the paid version CKFinder.
Jun 28th
6 notes
2 tags
Excellent Electronics and Circuits Review →
Jun 23rd
2 tags
Learn Windows PowerShell →
Jun 14th
3 notes
1 tag
Running 2 copies of wordpress from 1 database →
At the bottom of the wp_config file add (replacing LIVEURL and LOCALURL with the FQDN of the live and local website): $currenthost = $_SERVER['HTTP_HOST']; $mypos = strpos($currenthost, 'localhost'); if ($mypos === false) { define('WP_HOME','LIVEURL'); define('WP_SITEURL','LIVEURL'); } else { define('WP_HOME','LOCALURL'); define('WP_SITEURL','LOCALURL'); }
Jun 14th
3 tags
Make Videos: Basic Circuit Elements →
Jun 12th
3 tags
My Favorite Mercurial Beginner Tutorial →
Jun 11th
2 tags
Free Mac Temp Stat App →
Jun 11th
3 notes
3 tags
jQuery Credit Card Validator →
Jun 10th
3 notes
1 tag
Best way to deal with IE CSS issues →
Jun 9th
2 tags
IValidatable for MVC 3 ViewModels →
Jun 3rd
9 notes