I find the command prompt very productive. I want to be able to use Windows Explorer to navigate anywhere on the box and then by right clicking a folder, have a command shell open up in that folder. The following registry hack gives you that capabiltiy in Windows 2000 / Windows XP / Windows Server 2003 :
Windows [...]
Archive for May, 2008
Open a command prompt in any folder using Windows Explorer in Vista
Posted in Vista, tagged vista; command prompt; on May 28, 2008 | Leave a Comment »
excute function after a delay
Posted in javascript, tagged javascript; delay; back; on May 28, 2008 | Leave a Comment »
you want to bring back a visitor on the back after 2 seconds:
setTimeout(function(){history.back()},2000);
Some links to javascript tutorials
Posted in javascript, tagged javascript; tutorial; html; cours; on May 28, 2008 | Leave a Comment »
Among millions of tutorials about ‘javascript’ on the internet, these are the most interessant to start, among those I meet :
1- From w3schools: Introduction to JavaScript Here
2- From webdevelopersnotes: Online JavaScript Tutorial Here
3- From trans4mind: Ken Ward’s Java Script Tutorial Here
4- From www.java2s.com: Javascript tutorial Here
5- From CodeProject.com: Javascript for begginers, By [...]
