Recently Popular Oop Tagged Tutorials
Oct 1
Using an autoload function to make your life easier
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.
Nov 26
JavaScript Object-Oriented Programming Part 2
This is part 2 of the JavaScript Object-Oriented Programming tutorial which will finish up where the previous tutorial left off.
Nov 26
JavaScript Object-Oriented Programming Part 1
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 [...]