Archive for jQuery

Object Oriented with jQuery , javascript

Jan 20, 2011 No Comments by Mahdi Pedram

javascript is a scripting programming language that also supports Object Oriented Programming by its Prototypical Inheritance nature which is build in to the language.
most of the programmers in the world are used to Classical Object Oriented paradigm, and when they first start to do OO with javascript they will have a hard time.
Today what [...]

jQuery, javascript Read more

Releasing jQuery Module Loader beta Version

May 14, 2010 No Comments by Mahdi Pedram

Its been 2 to 3 month , I was thinking about having a module loader in javascript .
so it will make my web applications more reliable and increase the readability of my code .
Now Let’s study one common scenario :
In large web development applications usually the backend Developer creates the Action File and [...]

jQuery, javascript Read more