Allright, alot of this isn't so much practical as it is flashy and fun, but if you are reading this, you are an experienced computer user, right? If not, go here. But what this will show you are a few tricks with Java Scrip that you can use with Internet Explorer. To begin, just look below!
Keep Internet Explorer open, but in the address bar type "javascript:alert(document.lastModified)" without the quotes. This should open up an alert message that will give you a date and a time. This is the last time the web page you are looking at was updated.
You may notice that a lot of the bigger sites say that they were created the very second you call the function. That can't be right, can it? Many websites are created or automatically updated when you link to them, so there is no "last modified" information. Also, please remember that some web servers are not keeping real time, and also remember time zone differences.
The Personal Message
You can make the alert message say anything you want. In the Internet Explorer Address bar, try typing javascript:alert("Brent is the coolest webmaster in history!") and press [Enter] on the keyboard. You can put your own name or message in the quotes instead of mine. Go ahead, try it!
Calculator
This is one of those that is more for show than use. In the Internet Explorer Address bar, type javascrip:alert(2+2) and press [Enter]. This should produec a java script alert with the answer of 4. Change the values and the problem type in the parenthesis, like 6*3 or 7/4, and you should receive the answer.
If you ask me, which you didn't but if you did, I'd say that using the windows calculator is much easier. Like I said, this one is mainly for show.
So if you have any more Java Script tips, just e-mail me by clicking on the envelope below, and I'll probably post them.