Thursday, November 10, 2005

Google Maps Api Project

Zen Chee has created a game based on Google Api's http://www.ashotoforangejuice.com/gmrisk.html

he is busy in making the mutli player version. You can check out now on singal computer

Friday, November 04, 2005

Tuesday, November 01, 2005

Refresh Parent window from Child window on Child window Close (JavaScript)

Here is a piece of code to force refresh to the parent window on closing child window

javascript: window.opener.location.reload();window.close();

Put this code in the child window on any event raised on button or link
Does Visual Studio ROT the Mind?

check out charles petzolds comments on "addicition" of programmers to visual studio.net
http://charlespetzold.com/etc/DoesVisualStudioRotTheMind.html

Well i would totally agree that we Faster programming envirnoments for anyone means cheap programming (less $/hr) .