A while ago, I’ve ported media wiki plugin rending USFM Tags to Dokuwiki. The source code is HERE. How to
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
Git Commands Summary
Here’s what I did to merge my changes with Door43’s Git Account at OBS-Translation-APP: fork OBS-Translation-App clone OBS-Translation-APP from
Android Studio
After I’ve developed for Android for awhile, I become increasingly dissatisfied with Eclipse. Its code completion is very slow. The
Python Image Compressor
A simple image compressor written in Python 2.7. This program will take all .png files in the current directory and
Python Text to XML Converter
This Python 2.7 program will convert each line from a text file copied to an Android XML resource string. It