Articles
December 17, 2015
How to Back Up and Restore a PostgreSQL Database
Backing up and restoring your PostgreSQL database is easy. Follow this guide and do it in 60 seconds.
To back up a PostgreSQL database, we use pg_dump
to save the database into a text...
December 10, 2015
How to Fix the Trigram / Hamburger / Three Lines / ☰ Not Displaying in Android Issue
The ☰
character is often seen everywhere especially with a mobile device as the de-facto representation of a hidden menu. Commonly called the trigram for heaven, the hamburger icon, or...
December 8, 2015
How to Fix the .trigger('click') + File Upload Input + Android 4.2.2 Stock Browser Problem
If you are having a problem specifically with Android 4.2.2 stock browser not triggering click on your file upload input field, then you are not alone. This is an odd bug... Thank goodness the fix is...
ReadDecember 4, 2015
How to Download or Upload Files via SSH / SCP
Too lazy to download a specialized FTP app? No worries. You can download or upload files to your server directly via your terminal / SSH with these few simple commands. That's all!
ReadDecember 1, 2015
How to Set Up Apache Cordova Facebook Plugin and Parse in Ionic Framework
This is an updated version of this previous article. I will keep it short and concise here. If you find it hard to follow, you can refer to the previous article as it comes with more in-depth...
ReadSeptember 20, 2014
How to set up Facebook Connect Plugin and Parse.com in Ionic / Phonegap
This article has been updated for the latest version of Cordova and Ionic V1 Please refer to How to Set Up Apache Cordova Facebook Plugin and Parse in Ionic Framework Previously when I wrote the...
Read