Recently Popular Oop Tagged Tutorials



Oct 1

Using an autoload function to make your life easier

Posted by , in PHP Tutorials

In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.

Popularity: 19.3%

Thumbnail for Using an autoload function to make your life easier
Clique It


Nov 26

JavaScript Object-Oriented Programming Part 2

Posted by , in Javascript Tutorials

This is part 2 of the JavaScript Object-Oriented Programming tutorial which will finish up where the previous tutorial left off.

Popularity: 19%

Thumbnail for JavaScript Object-Oriented Programming Part 2
Clique It


Nov 26

JavaScript Object-Oriented Programming Part 1

Posted by , in Javascript Tutorials

It may be shocking news, but JavaScript is a very powerful object-based (or prototype-based, whatever you wish to call it) language. Yes, JavaScript is a powerful language, not just something that's handy for image rollovers and other corny, flashy effects. However, very few people who have used JavaScript realize its capabilities. If you're one of [...]

Popularity: 20.3%

Thumbnail for JavaScript Object-Oriented Programming Part 1
Clique It