Archives

Archive for the ‘Prototype’ Category

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? Object Oriented ProgrammingW (OOP) in the simplest of forms is grouping all of the data and functions that operate [...]

Sep 29th, 2008 | Filed under JS OOP, Prototype
Tags:

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 [...]

Aug 20th, 2008 | Filed under google, Prototype
Tags:

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”.

Aug 8th, 2008 | Filed under JS OOP, Prototype

Here at JustJs.org we aim to provide you wealth of javascript widgets, scripts, and snippets.

Aug 7th, 2008 | Filed under Prototype