Tuesday Apple has announced a new MacBooks and MacBook Pro with a chassis and glass multi-touch trackpads body.
The new one 15.4-inch LED display MacBook Pro comes with a new, black keyboard, a glass-coated display and larger glass trackpad.All this is packed into a slimmer, 0.95-inch case.

The new MacBook Pro should be in stores Wednesday.
$1,999
2.4Ghz Intel Core Duo 2, with 3MB L2 cache
2GB 1066MHz DDR3 memory
Nvidia GeForce 9400M
Nvidia GeForce 9600M GT with 256MB dedicated memory
250GB hard drive
SuperDrive
$2,499
2.53Ghz Intel Core Duo 2, with 6MB L2 cache
4GB 1066MHz DDR3 memory
Nvidia GeForce 9400M
Nvidia GeForce 9600M GT with 512MB dedicated memory
320GB hard drive
SuperDrive
$1,299
2GHz Intel Core 2 Duo, with 3MB L3 cache
2GB 1066MHz DDR3 memory
Nvidia GeForce 9400M
160GB hard drive
Non-backlit keyboard
SuperDrive
$1,599
2.4GHz Intel Core 2 Duo, with 3MB L3 cache
2GB 1066MHz DDR3 memory
Nvidia GeForce 9400M
250GB hard drive
Backlit keyboard
SuperDrive
The new Googl’s feature Mail Goggles has released to the public. Mail Goggles is “designed to prevent you from sending stupid e-mails in the small hours, when you’re most likely to be inebriated and at risk of making a complete idiot of yourself” – writes Rafe Needleman on cnet.com. Paheps he is right.
Anyway if you want to check it out just go into Gmail’s settings, and turn on Mail Goggles in the “Labs” tab to activate Mail Goggles. Then adjust how and when it works in the “General” tab.
What is JavaScript? This is the scripting language of the Web used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.
JavaScript is easy to learn!
What is JavaScript was designed to add interactivity to HTML pages.
JavaScript is a scripting language
A scripting language is a lightweight programming language
JavaScript is usually embedded directly into HTML pages
JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
Everyone can use JavaScript without purchasing a license
What can a JavaScript Do?
JavaScript gives HTML designers a programming tool – HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small “snippets” of code into their HTML pages
JavaScript can put dynamic text into an HTML page – A JavaScript statement like this: document.write(“
” + name + “
“) can write a variable text into an HTML page
JavaScript can react to events – A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element
JavaScript can read and write HTML elements – A JavaScript can read and change the content of an HTML element
JavaScript can be used to validate data – A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing
JavaScript can be used to detect the visitor’s browser – A JavaScript can be used to detect the visitor’s browser, and – depending on the browser – load another page specifically designed for that browser
JavaScript can be used to create cookies – A JavaScript can be used to store and retrieve information on the visitor’s computer.
If you really have decided to begin to learn such important thing as JavaScript it is worth to visit 3schools.com to start it rigt now.