vote up 0 vote down star
2

I am starting to delve into the world of webOS and the Mojo SDK and having a great time so far, but I find myself having to constantly take a detour and read up on different subjects such as JSON, JavaScript, etc. I realize now that instead of diving in head first I probably should have done some reading on the core technologies behind webOS, and so I turn to the stackoverflow community for some advice.

I am looking for some recommendations on reading material (or any resources, really) related to JavaScript, and webOS development in general. The Palm developer site hasn't been too wonderful thus far. I've messed with JavaScript a tiny bit, but am definitely still a beginner when it comes to that realm.

flag
How much Java is involved with webOS? I thought it was HTML/CSS/JavaScript. Are you talking about using Java for the server or on the device? – Nosredna Jul 19 at 20:40
Bleh, I never use them and always interchange the two terms even though they are completely separate technologies. Fixing the question. :) – norova Jul 19 at 20:41

3 Answers

vote up 1 vote down check

I have read some JavaScript books, and the book Object-Oriented JavaScript is quite good. Despite the name, it goes into detail about basics too, so it is suitable to JavaScript beginners. However, it is a little lacking in not talking about the DOM much: You won't learn many tricks regarding working with HTML documents, but it's a good book to teach you JavaScript as a language and various useful techniques.

link|flag
vote up 0 vote down

I'd say learn JavaScript, CSS, and HTML in a browser. WebOS leverages your skills on the client side of the web, so aim to get those skills.

Check out the "best JavaScript book" threads, of which there are several.

link|flag
vote up 1 vote down

I picked up the following from O'Reilly:

Also, online you can check out:

link|flag
+1 for Javascript - The Good Parts. Very popular around the Palm campus. – Mark Bessey Nov 9 at 6:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.