Sunday, August 3, 2014

Popup alerts

-Alerts: Most of the times while you are using the internet and moving between the website some of them shows up a Popup boxes to tell you something maybe an error in the signup registration or a wrong value of any field  Its very good to use them but remember it might be annoying for some users so i prefer you just use it to get your...

Browsers Object Model (BOM) Location

-Window and screen objects: in the last article we talked about the these two objects where each of them has its unique methods and properties you can check out the previous article to get more information JavaScript Browsers Object Model (BOM) Screen and Window -Location object: its one of the objects of our browsers just the Window...

Saturday, August 2, 2014

JavaScript Browsers Object Model (BOM) Screen and Window

-Objects: we know that Objects are special type of variables that have a special methods and properties and you can check out our article about it Objects in JavaScript  -BOM: Browsers objects model it makes the JavaScript code connect with the browser and talk with it since most of the browsers have been implemented almost the...