X

How to Set Up a Web Server on Mac OSX

This is a simple guide for setting up a local apache web server on your Mac OSX machine. You can…

Varun

Fixing the “Unpacking the package… Could not create directory.” Error in WordPress

Many WordPress users who are using a dedicated or VPS server or are setting up WordPress manually on your hosting…

Varun

Mobile CPMs in 2015

While doing research on my mobile apps, I noticed that there isn't too much guidance on mobile eCPMs compiled at…

Varun

Solving Android Studio High Memory Usage Problems

Most Android Studio users have complaints that the tool is a memory hog and consumes a huge amount of RAM…

Varun

Saving Google Maps for Offline Use

If you want to take a trip to a place where you will not have a data connection and need…

Varun

Viewing Unpushed Git Commits

You can view changes you have made in your local repository which haven't been pushed to the origin (remote) repository…

Varun

Moving WordPress – Media Files Not Displaying

I recently changed hosts and moved my blogs using the standard procedure to move Wordpress across hosts. The text content…

Varun

‘Share to Twitter’ Code for Android (Without SDK)

Most applications provide sharing to Twitter using the generic 'Share' intent.  Some others may want to use the Twitter SDK but…

Varun

How To Close All Tabs in Eclipse

Close All Tabs in Eclipse Using Mouse Right-click on any tab header and click 'Close All'. Keyboard Shortcut to Close…

Varun

‘Share to WhatsApp’ Code for Android Developers

Most applications provide sharing to WhatsApp using the generic 'Share' intent. However, you may want to make the user directly…

Varun