Archives
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 [...]
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 [...]
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”.
Here at JustJs.org we aim to provide you wealth of javascript widgets, scripts, and snippets.