UPDATE: Please be advised the following code may not work with the latest upgrade of Bootstrap base theme and latest Webform module. The Drupal…
Technology
WordPress make admin post as a different user
WordPress make admin post as a different user by default. You should never post a admin user, so you do not expose the admin…
Local development login page redirects to production
Local development login page redirects to production environment in most of the cases because your local developments database has the home url of your…
Github is for everyone not just for developers, github explained in simple terms
Version control is a great way to keep track of what changed in your documents while working together with other people. It can be…
The FogBugz Android App, meet FogVault
When it comes to issue and bug tracking nothing compares to the FogBugz system. Period. I have been using it for over 3 years…
WordPress local installation Forbidden You don’t have permission to access / on this server
My WordPress local development installation was throwing the “Forbidden You don’t have permission to access / on this server” error.
OpenGLRenderer Bitmap too large to be uploaded into a texture
Problem: Large image was placed in drawable folder, android assumes it as mdpi then tries to create xhdpi version for it. It just becomes…
Android detect screen orientation change when activity screen orientation is locked
I had to detect screen orientation changes, but my activity in the manifest file had to stay locked in android:screenOrientation="portrait" mode.
WooCommerce override left in stock and out of stock text
WooCommerce override left in stock and out of stock text was needed. In the case of a store that mostly sells unique items placing…
Detect Window Resize using jQuery
Detect Window Resize using jQuery the correct way. jQuery $(window).resize fires multiple times while you are still resizing the window. In order to avoid…