A Good Button Maker http://css-tricks.com/examples/ButtonMaker/# Good Table CSS Generator http://www.csstablegenerator.com/ Adjacent sibling combinator An adjacent sibling combinator selector allows
Category: Web
USFM Tags Rendering
A while ago, I’ve ported media wiki plugin rending USFM Tags to Dokuwiki. The source code is HERE. How to
Adding Apache Server to Existing Network
The following works on Windows 7 and 8. For Mac, download MAMPP instead. Step 1 Download XAMPP from https://www.apachefriends.org/download.htm. This
My JQUERY Cheat Sheet
Bind JQUERY UI Autocomplete to .Live Event Note: .Live is deprecated in JQUERY 1.7 $(‘.search’).live(‘keyup.autocomplete’, function(){ $(this).autocomplete({ source : ‘url.php’
My PHP Cheat Sheet
General Info phpinfo() will give version and extension support info php error log in xampp is in C:\xampp\php\logs\php_error_log or check for