July 12th in Javascript by pbu .
JQuery onclick jumps to top of page
i had an issue with jquery code where i have a html link doing specific tasks for onclick event. Since the appear on bottom of my page, when i click on the link the browser jumps to top of the page every time i …
July 12th in Javascript by pbu .
how to call a php script from javascript?
I have always wondered how to call a php script and send GET data from javascript code. It was very important for me as in many projects i have worked i never wanted to header redirect to original php page after delete, edit …
July 9th in Games by pbu .
Wheelman is another GTA like game!
Wheelman ROCKS! It is high flying, action packed GTA like racing game and i can say WOW! The game has great graphics and creators of the game brought in such a innovation in action racing like melee, air jacking and precision aiming. Awesome! I …
July 6th in PHP Scripts by pbu .
PHP script using mail vs smtp method for emailing
I have often confused about the which method to use for sending mails with a php script. I have used php mail() function in many projects and it is often slow, which is because this function opens sockets everytime you call this …
July 2nd in Javascript by pbu .
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 pbu .
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 pbu .
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 pbu .
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 pbu .
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 pbu .
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 …