OOP Javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

OOP Javascript

Post by Luke »

I am looking for a good starting point to learn how to write Object-Oriented Javascript. Please post any good resources for a beginner in this area. Thanks! :D
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

quick question: is there some sort of function in javascript that does basically what var dump and print_r do in php?
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

tho an in-built version doesn't exist, we have a js equivalent sitting right here in Devnet :arrow: viewtopic.php?t=51541 by Weirdan
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Wow... that works great... thanks noob and weirdan :D
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

alternatively, if you ride on FireFox, you can install the 'Execute JS' extension. it has an in-built object dump method. tho it also packs other neat tricks... I would strongly advise this and FireBug extension as major tools in your foray into JS. good luck... :)
chenggn
Forum Newbie
Posts: 6
Joined: Tue Sep 05, 2006 3:41 am

Post by chenggn »

Post Reply