Apr 23, 2013

Why chrome is faster than Firefox or IE ?

Chrome connects and fetches data before you press enter or goto button.
This interesting fact I noticed when I was developing an embedded server with W5100 ethernet chip and Atmega328 microcontroller.

Little endian and Big endian - A real world example.

This post exemplifies how a little endian and a big endian processors are interfaced, What is little endian and what is big endian..

Jan 23, 2013

Redirect all urls to a single page index.php

When you create a web app if unwanted links or bad links you want to redirect to a script page ( for eg: php ). This is the method.

Jan 14, 2013

Install apache, php, mysql in ubuntu 10.04

Follow the steps to install apache2, php5, mysql in ubuntu 10.04. For root user sudo is not required. For other distributions of debian/ubuntu some minor changes may be there. But the procedure is same.

Oct 2, 2012

Overview of Android

A small presentation which I have created for an overview of Android OS. How this OS evolved and how it works. It is not more technical but provides an overview of the OS.

Apr 2, 2012

iphone 4 ios 5.1 baseband 04.12.01

Iphone 4, IOS 5.1 Baseband 04.12.01 -- Bad luck.. your iphone is now just an ipod.. wait for dev team to come up with a solution.

Mar 21, 2012

Delete files to trash from terminal

In linux rm command cannot be used to delete files to Trash. rm will remove files which cannot be recovered easily. So I wrote a shell script to remove files to Trash. Create a file 'delete' and add the following script to it.

For Web Developer

  open -a "Google Chrome" --args --disable-web-security