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.

Nosredna
  • 83,000
  • 15
  • 95
  • 122
norova
  • 83
  • 6
  • 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 '09 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 '09 at 20:41

3 Answers3

2

I picked up the following from O'Reilly:

Also, online you can check out:

Ken
  • 377
  • 1
  • 4
1

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.

Jani Hartikainen
  • 42,745
  • 10
  • 68
  • 86
0

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.

Nosredna
  • 83,000
  • 15
  • 95
  • 122