webOS skill level: Beginner
Prerequisite knowledge: None
Technologies covered: HTML, CSS, Javascript
This tutorial is for people who have had little to no exposure to any web development technologies, but would like to learn in order to build webOS applications for the Pre and future devices based on Palm's webOS.
Although the webOS SDK hasn't yet been released, Palm has provided all the information you need to start building your webOS development skills. On the Palm developer page, Palm states that the Mojo application framework is "based on the HTML5, CSS and JavaScript standards that web developers already know and love". By learning about these technologies now, you can hit the ground running the moment Mojo is released!
HTML
HTML stands for HyperText Markup Language. It is used to describe the structure of information in a document or web page. Within webOS, it will most likely be used to describe the elements on a screen in your application. Go through these two tutorials to learn and understand how to write basic HTML:
https://www.htmldog.com/guides/htmlbeginner/
https://www.htmldog.com/guides/htmlintermediate/
If you finish the tutorial and are looking for more, check out this site:
https://www.w3schools.com/htmL/
Go through the lessons in the "HTML Basic" section (on the left). If you're feeling adventurous move on to the HTML Advanced section, which will be covered in the Intermediate tutorial.
CSS
CSS stands for Cascading Style Sheets. CSS is used to describe how the information in an HTML document should be presented to the viewer (CSS can also be applied to other types of documents, but HTML is the most common). It includes layout, spacing, color, font, and other presentation information. In webOS, CSS will be used largely to describe how your application will look. These tutorials should get you up to speed quickly:
https://www.htmldog.com/guides/cssbeginner/
https://www.htmldog.com/guides/cssintermediate/
If you're looking for more comprehensive lessons, try these:
https://www.w3schools.com/Css/default.asp
Go through the lessons in the "CSS Basic" section (on the left). Tackle the CSS Advanced section if you want to move on to the intermediate stuff.
Javascript
Javascript is a language used to enable interactivity in a web application. It allows you to respond to user actions by displaying information based on their actions on the page. In webOS, Javascript will be used to describe how your application will function. Check out this tutorial:
https://www.w3schools.com/JS/default.asp
Go through the JS Basic section. If you want to keep going, go through the JS Objects section.
When you've completed these lessons, you're ready to move on to the Intermediate tutorial!
Palm Pre Applications makes this comment
Wednesday, 27 May 2009
Brian makes this comment
Wednesday, 05 May 2010
php tutorial makes this comment
Monday, 31 May 2010
MatBee makes this comment
Saturday, 08 January 2011