A while ago, I’ve ported media wiki plugin rending USFM Tags to Dokuwiki. The source code is HERE. How to
Month: June 2014
Using Git in Android Studio
Information is based on this post: http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial I added more steps based on my experience. Assuming you already have a
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