July 2nd in Javascript by .

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 …

July 2nd in Javascript by .

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, …

June 23rd in PHP Scripts by .

PHP script to convert text string to image

PHP script to write email address into a image

I was after a php script that dynamically converts text to image and finally i decided to code on my own. It also does convert small length text to image like names, emails etc..

This script automatically calculates the width of text …

June 18th in Linux/Unix by .

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 …

June 16th in Games by .

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 …

June 16th in Games by .

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 …

May 30th in Games by .

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 …

May 30th in Games by .

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 …

May 30th in Games by .

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 …

May 26th in Games by .

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 …