New To Web Programming

From: developer.palm.com

If you're new to web programming, and aren't quite sure where to start, we've assembled some links to a selection of tutorials and reference materials on the web to help you out. There's a lot of great material out there, but we also know it's easy to get overwhelmed.

At its most basic, programming for the HP webOS platform requires an understanding of HTML and JavaScript, two primary web components. HTML is used to set up the "scenes" that you will see on the screen (which you can think of as being analogous to a web page), and JavaScript is used to control the behavior of those scenes. You will also need to understand the Document Object Model (DOM), which at its roots is a way to describe and reference parts of the scene you are working on. As you gain experience, you will also want to learn about Cascading Style Sheets (CSS), which allow you to customize the look and feel of web elements.

With that in mind, here are some places to start acquiring the skills and information you need:

We hope you'll find these links useful, and that they will start you down a rewarding path. Making apps is a lot of fun, and can be both personally and financially rewarding!