Category «JS OOP»

Object Oriented Javascript : JS OOP

Object Oriented Javascript

Have you ever wondered if there was a way to write javascript  that looks almost like Java?  Well, there is thanks to the guys that wrote prototype.  I wrote up an example to help get you started “Object Oriented Javascript”.

OnDemand Javascript Loading

Do you know what contributes to slow page loading?  First of all it is the total size of all your scripts, css, and wireframe (html).  After that the number or connections that you make to the server to load the data.  There is 1 connection for each script, 1 for each css file, 1 for …

Object Oriented Programming (OOP) Primer

What is Object Oriented Programming?  Why use Object Oriented Programming?  How does Object Oriented Programming apply to JavaScript?  Those are the questions I am going to try and answer for you. What is Object Oriented Programming? [W:Object Oriented Programming] (OOP) in the simplest of forms is grouping all of the data and functions that operate …