JavaScript and client side scripting.
Moderator: General Moderators
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Sep 05, 2006 11:14 am
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!
Weirdan
Moderator
Posts: 5978 Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine
Post
by Weirdan » Tue Sep 05, 2006 11:53 am
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Sep 05, 2006 12:07 pm
quick question: is there some sort of function in javascript that does basically what var dump and print_r do in php?
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Tue Sep 05, 2006 12:14 pm
tho an in-built version doesn't exist, we have a js equivalent sitting right here in Devnet
viewtopic.php?t=51541 by Weirdan
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Sep 05, 2006 12:21 pm
Wow... that works great... thanks noob and weirdan
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Tue Sep 05, 2006 12:29 pm
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 » Tue Sep 05, 2006 9:07 pm