How to solve CodeIgniter 404 error on Nginx+PHP5 FPM (VestaCP)

Recently, I configured Nginx + PHP FPM using VestaCP on my cloud server. After configuring DNS and all other basic stuff, I deployed a CodeIgniter project on my domain. Deployment…

War of Future PC’s

Over the past few years we’ve been watching these top main players line up against each others. The players aren’t surprising at all Google, Apple, and Microsoft. But this is…

Google Wish for Making Crazy Android Experiments from Developers

If you’re an app developer looking for a little inspiration, Google has a few suggestions (as all projects on Android experiments are open source). Google wants to see projects that…

Twitter app idea: Urdu poetry meme

red blue and yellow textile

Just hit an idea to write a Twitter bot or a meme that will collect Urdu poetry tweets specified by a hashtag stores it in it’s database. And people who…

When you should not use an ORM?

data codes through eyeglasses

In design circles the importance of ORM is too much discussed. And different ORM implementations are compared with respect to their robustness. Last place where I worked, there was no…

Fixing “Class has two properties of the same name” exception

I started to learn JAXB from Vogella tutorial site. I changed the package and project name, and running the example generated following exception. Solution: After some googling I figured out,…

How to set JAVA_HOME environment variable for root user on AIX?

person sticking a post it on a white board with the words how to written on it

If you are following my previous post about installing Java 6 64bit on AIX 6.1 platform, next you have to set JAVA_HOME and PATH variables. If you want to set environment variables…

How to install Java 6 (Java6_64.sdk) on AIX 6.1?

This tutorial is about installation of Java6 64bit on AIX 6.1 platform. 1. Obtain the installer archive for Java6 64bit (Java6_64.sdk.6.0.0.385.tar). 2. Extract the tar file in the same directory…

How to solve The authenticity of host ‘github.com’ can’t be established problem in Eclipse?

I was thinking to configure Git and Github on my new laptop to push my personal projects to Github. It was quite long time since I interacted with Git and…

How to copy to clipboard in Chrome extension

person sticking a post it on a white board with the words how to written on it

While developing a Chrome extension you can come up with the situation to copy text to clipboard. I was searching over internet since I found following code snippet. It works…