I started a new application on which the rock is going to show a message every certain amount of time when your mouse is inactive.
First I going to to setup the Height and the Width of the page.
This are what we are going to used:
document.body.clientHeight - this will help me to created a how tall the page will look.
document.body.clientWidth - this will to created how long the page will be.
The application will said something like "wake up " or "Lonely" when the mouse is inactive on the wed site.
Tomorrow I will post the commands of the application and explain some of them.
Excellent! You are ahead of me with Javascript now, and I like learning new things from reading your blog.
ReplyDelete