IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Question re: Javascript
A friend of mine is learning Javascript for a major project at work, and is really nervous about it - but I'm looking for good resources for learning and reference for a beginner.

Any suggestions (besides here, I've already given her the URL for this site and told her about the IGM, but I think she's somewhat self-conscious about her lack of knowledge)?

Thanks!


Imric's Tips for Living
  • Paranoia Is a Survival Trait
  • Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
  • Even though everyone is out to get you, it doesn't matter unless you let them win.


Nothing is as simple as it seems in the beginning,
As hopeless as it seems in the middle,
Or as finished as it seems in the end.
 
 
New The Javascript Bible
aka [link|http://www.bookpool.com/sm/0596101996|Javascript: The Definitive Guide]. I have the Third Edition behind me on a bookshelf; they're up to Fifth Edition these days.
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Re: The Javascript Bible
Thanks, I ordered that this morning under the advisement of my finace.
New Welcome to the boards!
Javascript is not my favorite language (I'm a Java developer), but the things you can do with it when it comes to Ajax are pretty darn cool.
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Re: Welcome to the boards!
Thanks, Skip has been trying to get me here for ages... I finally gave in when I realized for a project I need to become a developer and learn javascript, css, html and xml...

oy.
New Re: Question re: Javascript
Ok so I'm the friend in question...

be kind, I'm not a developer.
<<insert pity quote here>>
New /me waves
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 51 years. meep

reach me at [link|mailto:bill.oxley@cox.net|mailto:bill.oxley@cox.net]
New /me grins
Hi Box :-)
New OK, let's run you through the basics around here.
1. Windows is rubbish
2. Linux and OS X are good, but VMS is better
3. I like BMWs
4. Ashton is inscrutable
5. Box is random
6. Grygus can cook
7. Admin is beefs
8. CRC is grammatically correct.
9. Shun Yendor. It's the right thing to do.


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
[link|http://kevan.org/brain.cgi?pwhysall|A better terminal emulator]
[image|http://i66.photobucket.com/albums/h262/pwhysall/Misc/saveus.png|0|Darwinia||]
New Re: OK, let's run you through the basics around here.
I'm afraid to wonder what you may assign to me soon...
New she knows a little bit, drinking with skip n me
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 51 years. meep

reach me at [link|mailto:bill.oxley@cox.net|mailto:bill.oxley@cox.net]
New Beefs!
I can has cheezburger?!?
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New "cheeboorger" Get it right, infidel!
jb4
"It's hard for me, you know, living in this beautiful White House, to give you a firsthand assessment."
George W. Bush, when asked if he believed Iraq was in a state of civil war (Newsweek, 26 Feb 07)
New You wot not.
Geddit rite urselfs, or I all up in ur base, kildin all ur doods.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Yabbut remember:
All your base are belong to us!


/me declares victory and goes home!
jb4
"It's hard for me, you know, living in this beautiful White House, to give you a firsthand assessment."
George W. Bush, when asked if he believed Iraq was in a state of civil war (Newsweek, 26 Feb 07)
Expand Edited by jb4 May 30, 2007, 06:18:15 PM EDT
New Some extra JS info.
JavaScript in and of itself is a complete, capable language with an unusual object model. Wrestling with the language itself is generally pretty minimal. It's sane and orthogonal, for the most part.

However, JavaScript in a web browser uses the Document Object Model (aka the DOM) to do anything useful. Wrestling with the DOM is going to be an ongoing battle. And multiple browsers don't help. Many people conflate the two.

Once you know the basics, then the references at [link|http://www.visibone.com/|http://www.visibone.com/] can be of enormous benefit. The browser developer pages are a little bit of date, unfortunately, but updates are being worked on.

As far as developing goes, don't be afraid to do things the simple way at first, but be alert for finding the shortcuts. However, don't over-optimise. Fortuantely, if you haven't done any other programming, then you won't bring any bad habits to JavaScript programming. Unfortutantely, if you haven't done any other programming, then you can't bring any good habits to JavaScript programming. :-)

Wade.


Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please



-- "Anything but Ordinary" by Avril Lavigne.

· my ·
· [link|http://staticsan.livejournal.com/|blog] ·
· [link|http://yceran.org/|website] ·

New Thanks for the extra info.
New remind me on sunday to bring a java book
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 51 years. meep

reach me at [link|mailto:bill.oxley@cox.net|mailto:bill.oxley@cox.net]
New Am I going to be lucky enough to meet a new member?
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
New Re: Am I going to be lucky enough to meet a new member?
Unfortunately (or fortunately for you :-) I am otherwise engaged on Sunday.

perhaps another time.
New Bummer
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
New Douglas Crockford's videos
Douglas Crockford has some useful, high protein articles on his site ([link|http://javascript.crockford.com/|http://javascript.crockford.com/]), and some amazingly good videos on YUI Theater ([link|http://developer.yahoo.com/yui/theater/|http://developer.yahoo.com/yui/theater/])


     Question re: Javascript - (imric) - (21)
         The Javascript Bible - (Yendor) - (3)
             Re: The Javascript Bible - (BlueInAtl) - (2)
                 Welcome to the boards! - (Yendor) - (1)
                     Re: Welcome to the boards! - (BlueInAtl)
         Re: Question re: Javascript - (BlueInAtl) - (11)
             /me waves -NT - (boxley) - (1)
                 /me grins - (BlueInAtl)
             OK, let's run you through the basics around here. - (pwhysall) - (6)
                 Re: OK, let's run you through the basics around here. - (BlueInAtl)
                 she knows a little bit, drinking with skip n me -NT - (boxley)
                 Beefs! - (admin) - (3)
                     "cheeboorger" Get it right, infidel! -NT - (jb4) - (2)
                         You wot not. - (admin) - (1)
                             Yabbut remember: - (jb4)
             Some extra JS info. - (static) - (1)
                 Thanks for the extra info. -NT - (BlueInAtl)
         remind me on sunday to bring a java book -NT - (boxley) - (3)
             Am I going to be lucky enough to meet a new member? -NT - (bepatient) - (2)
                 Re: Am I going to be lucky enough to meet a new member? - (BlueInAtl) - (1)
                     Bummer -NT - (bepatient)
         Douglas Crockford's videos - (dws)

Not sure if that makes your statement true or false...
132 ms