Google SMS Channels – The next thing in Socializing
There may be a dozen hundred providers providing the same feature as Google does, but when Google comes into the picture, they always take the market away from the others. Google India Labs has recently launched SMS Channels. Apart from all the things it promises to do, this is what it means the most to […]
JavaScript Hacks: Add days to a date
If you were googling for a method to add a few days to a given date in JavaScript, you may be running up a blind alley. As I painfully learnt that there is a simple way to accomplish this. If you are asking what’s so complex about that, here’s how: Subtract 10 days from the […]
Installing VS 2005 SP1 : Zap those Orphaned Patches
Did you know that when you install a patch/update/service pack for any product on your XP machine using Windows Installer, the patch source is cached in whole, consuming precious disk space? If your setup is canceled or exits due to an error, these caches can sometimes be left behind – forever! The next time you proceed […]
Vista AHOY!!
I was not very enthusiastic about installing or promoting Vista as such. Probably because I was extremely comfortable with XP and that I also didn’t have a legal copy of Vista to install. Now that I got this big parcel from Microsoft and opening it was a big ceremony at home. It was the Community […]
Monitor control through
While just taking part in the routine online discussions, I came across this nice article which gave a complete explaination on how to control the monitor through code. Although the article was not meant for first timers, I took some time out to reformat and present the same content here so that anyone could read […]
Virtual Earth
Virtual Earth Guys, Virtual Earth is here!! Dont know what that is ??? Then i suggest you first check out this link: Local Live Its the next generation to Google Earth! Why ?? Here are some tips to Why I recommend Local Live:- Search What and Where Unlike traditional online search engines, with Windows Live Local […]
Server.MapPath
The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server Syntax: MapPath(Path) Parameters: Path Specifies the relative or virtual path to map to a physical directory. If Path starts with either a forward (/) or backward slash (\), the MapPath method returns a path as if Path […]