About

Welcome! I am a freelance Internet entrepreneur and linux systems administrator from computer tech background.

Read More >>

Featured

Subscribe to our RSS Feed

02
Jul

how to check if image loaded or not in javascript?

how to check if image loaded or not in javascript?
If you are having a webpage with large sized images, you would notice the browser taking long time to load those images and showup. A good idea would be show a loading animation until large photos load.
There is a way to check whether the images have […]

02
Jul

how to change div content in javascript?

how to change div content in javascript?
Its very easy to change the contents of div in javascript. Just get the object of div using getElemementbyID() or getElementbyName() and use innerHTML property with the new value.

divObj = document. getElementbyID("mydiv");
divObj.innerHTML = '<p>This is a html code</p>';

One important thing to note is, your div should have loaded […]

23
Jun

PHP script to convert text/email address to image

PHP script to write email address into a image
I was after a php script that dynamically converts email to image so that it helps preventing email spam while working on a website. Finally i decided to code on my own. It also does convert small length text to image like names, emails etc..
This script automatically […]

18
Jun

how to change hostname in linux centos?

how to change hostname in linux
Very often you might want to change the hostname in your linux server. The hostnames are usually written like…
vps.domain.com
server.domain.com
box.domain.com
web.domain.com
and it is a very good idea to follow this hostname format.
To change hostname all you have to do is modify 2 files
1. Open /etc/hosts and change the name of the host
127.0.0.1 […]

16
Jun

PS3 vs Xbox360? which is best console?

PS3 or Xbox360? which is the best console?
I have seen many many discussions by gamers arguing whether ps3 or xbox360 is the best console in market. Majority of them say that xbox360 performs much better for games than PS3, but then again it may be wrong.
PS3, because of blue ray disc advantage, PS3 […]

16
Jun

The Best Action Games for PS3 Console

Best Action Games for PS3
I have been a passionate gamer since long time and i have played many action games on PS3. Having played that many i would certainly say that the following games stand out of the rest and certainly worth buying.
I would certainly look for the following factors before buying a game
* Graphics […]

30
May

FIFA 09 tips to win hard opponent teams!

How to win tough FIFA 09 matches?
If you have played the FIFA 09 game (PC/xbox/PS3), you could be in a situation facing hard opponents where you will get frustrated for not winning, no matter how many times you try.
I play the game at world class level and i might be 0-2 down still at many […]

30
May

Sony PSP having low contrast and scan lines problem!

Sony PSP having low contrast and brightness Problem!
i recently purchased Sony PSP 3000 model and quickly i recognized that it was having only 3 levels of display contrast while at battery mode and 4th level when plugged to AC power. No matter what i am not really satisfied with its contrast and brightness […]

30
May

Sony PSP memory stick got corrupt!

Sony PSP memory stick can got corrupt!
Just today i purchased Sony PSP along with sony 4gb memory stick pro duo and everything worked fine after formatting the stick in my PSP.
I wanted to load mp3 files to psp from my PC, so i inserted the stick into the holder and then to the […]

26
May

Whats missing in FIFA 09?

Whats missing in FIFA 09?
Having played FIFA series of games since 2002, i certainly feel that FIFA 09 misses a lot of things. I have never seen the teams controlled by CPU use headers to score the goal. Instead the game is entirely built on pace attack.
If i can remember FIFA 05 or […]