|Listed in category:
Have one to sell?

Palm webOS

US $6.74
Condition:
Good
Breathe easy. Returns accepted.
Shipping:
Free Standard Shipping. See detailsfor shipping
Located in: San Jose, California, United States
Delivery:
Estimated between Fri, May 31 and Tue, Jun 4 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days returns. Buyer pays for return shipping. See details- for more information about returns
Payments:
      
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:285618726282
Last updated on May 24, 2024 08:30:42 PDTView all revisionsView all revisions

Item specifics

Condition
Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
Release Year
2009
Book Title
Palm webOS
ISBN
9780596155254
Publication Name
Palm WebOS : The Insider's Guide to Developing Applications in JavaScript Using the Palm Mojo(tm) Framework
Item Length
9.2in
Publisher
O'reilly Media, Incorporated
Series
Animal Guide Ser.
Publication Year
2009
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.9in
Author
Mitch Allen
Item Width
7in
Item Weight
21.5 Oz
Number of Pages
456 Pages

About this product

Product Information

A Note from the Author and from O'Reilly Media about what this bookdoes--and doesn't--do: Palm webOS is a brand new platform and represents a very different type ofoperating system where the web runtime is used as the basis for the UI andApplication model. Palm and O'Reilly felt that it was important to have abook available to help developers get a basic understanding of the new Palmplatform at the time that the SDK was released; this timing played a majorrole in the content and structure of the book.Ideally this book would have been a complete reference of the new platformbut that wasn't possible since the content was written at the same time asthe software SDK was being developed by the Palm engineering team. The bookdoes provide a complete overview of Palm webOS, a thorough description ofthe application model and gives details on many key design concepts. Thereare descriptions and examples of UI widgets, services, storage, notifications, dashboards and background applications, serving as a greatintroduction but not as a definitive source.The book uses a simple News reader application to illustrate the technicaldescriptions but the examples are not intended to serve as a cookbooktutorial. Experienced developers should be able to use the examples to buildup a working application chapter by chapter but others may not find theloose descriptions adequate for recreating the application unaided. Overtime, these different needs will be filled by other books, but in themeantime we hope that this book will serve a valuable role introducingdevelopers to webOS and giving them a way of getting started with webOSapplication development.A second printing of the book will update any original coverage obsoleted bysubsequent Mojo SDK builds. For owners of the original printing of the book, all of these updates are posted on the "View/Submit Errata" link (please seeleft-hand column of this web page).Thanks for understanding that book publishing and coverage of rapidly movingtechnologies can sometimes be an inexact science; we knew there'd be a needfor a book such as Palm webOS: The Insider's Guide to DevelopingApplications in JavaScript using the Palm MojoT Framework , and there'scertainly no better person to write that book that Mitch Allen; that said, we understand that because it is such a new operating system and SDK, therewould (and will continue to be) changes that at best can't be documented andexplored until new printings of the books are released. In the meantime wewill be diligent in posting updates to this book's O'Reilly Media catalogpage. DescriptionThis is the official guide to building native JavaScript applications for Palm's new mobile operating system, Palm(R) webOS(TM). Written by Palm's software chief technology officer along with the Palm webOS development team, Palm webOS provides a complete tutorial on the design principles, architecture, UI, tools, and services necessary to develop webOS applications-including the Mojo JavaScript framework and Palm's SDK. Palm webOS is designed to support a fast and superb user experience using established web standards, so if you're familiar with HTML, CSS, and JavaScript, you're ready to build applications for any webOS-based device, including the Palm Pre. You'll gain expertise, chapter by chapter, as you build a working mobile application through the course of the book. You'll also learn how to extend existing web apps to work with the new generation of mobile phones. Get a thorough overview of the webOS platform and architecture Understand the critical concepts for application design: what separates webOS from other web and mobile platforms Learn the details of Mojo's development tools and SDK for building and testing mobile applications Examine best practices, important considerations, and guiding principles for developing with webOS and the Mojo framework</l

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596155255
ISBN-13
9780596155254
eBay Product ID (ePID)
72704401

Product Key Features

Author
Mitch Allen
Publication Name
Palm WebOS : The Insider's Guide to Developing Applications in JavaScript Using the Palm Mojo(tm) Framework
Format
Trade Paperback
Language
English
Series
Animal Guide Ser.
Publication Year
2009
Type
Textbook
Number of Pages
456 Pages

Dimensions

Item Length
9.2in
Item Height
0.9in
Item Width
7in
Item Weight
21.5 Oz

Additional Product Features

Table of Content
Foreword;Preface; Mobile Web Challenges; The Mobile Web Is the Web; About This Book; Conventions Used in This Book; Using Code Examples; How to Contact Us; Safari® Books Online; Acknowledgments;Chapter 1: Overview of webOS; 1.1 Application Model; 1.2 Application Framework and OS; 1.3 User Interface; 1.4 Mojo Application Framework; 1.5 Palm webOS Architecture; 1.6 Software Developer Kit; 1.7 Summary;Chapter 2: Application Basics; 2.1 Getting Started; 2.2 News; 2.3 Controllers; 2.4 Summary;Chapter 3: Widgets; 3.1 All About Widgets; 3.2 Using Widgets; 3.3 Buttons and Selectors; 3.4 Lists; 3.5 Text Fields; 3.6 Events; 3.7 Summary;Chapter 4: Dialogs and Menus; 4.1 Dialogs; 4.2 Menus; 4.3 Commander Chain; 4.4 Summary;Chapter 5: Advanced Widgets; 5.1 Indicators; 5.2 Scrollers; 5.3 Pickers; 5.4 Advanced Lists; 5.5 Viewers; 5.6 Summary;Chapter 6: Data; 6.1 Working with Cookies; 6.2 Working with the Depot; 6.3 HTML 5 Storage; 6.4 Ajax; 6.5 Summary;Chapter 7: Advanced Styles; 7.1 Typography; 7.2 Images; 7.3 Touch; 7.4 Light and Dark Styles; 7.5 Summary;Chapter 8: Application Services; 8.1 Using Services; 8.2 Core Application Services; 8.3 Palm Synergy Services; 8.4 Viewers and Players; 8.5 Other Applications; 8.6 Summary;Chapter 9: System and Cloud Services; 9.1 System Services; 9.2 Cloud Services; 9.3 Summary;Chapter 10: Background Applications; 10.1 Stages; 10.2 Notifications; 10.3 Dashboards; 10.4 Advanced Applications; 10.5 Background Applications; 10.6 Summary;Chapter 11: Localization and Internationalization; 11.1 Locales; 11.2 Localization; 11.3 Internationalization; 11.4 Summary;Palm webOS Developer Program; Philosophy; Palm webOS: Open Platform, Open Community; Benefits to the Developer; Resources and Community; What You Should Do;Quick Reference--Developer Guide; Widgets; Dialogs; Menus; Storage; Services; Controller APIs;Quick Reference--Style Guide; Scene Basics; List Basics; Containers; Dividers; Panels; Text; Widgets;News Application Source Code; News Application Directory Structure;Colophon;
Copyright Date
2009
Target Audience
Scholarly & Professional
Topic
Operating Systems / General, Hardware / General, Hardware / Mobile Devices, General
Illustrated
Yes
Genre
Computers

Item description from the seller

SiliconValleyBooks

SiliconValleyBooks

98.7% positive feedback
502K items sold
Joined Nov 2012

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
4.9
Communication
5.0

Seller feedback (178,990)

6***h (462)- Feedback left by buyer.
Past month
Verified purchase
Lovely product at a wonderful price! Brilliant packaging! Fantastic ship time! So Clean! So nice! Excellent communication! All around Amazing Experience! Thank you so much! A+++ Seller! I hope to do business with you again!
a***6 (1522)- Feedback left by buyer.
Past month
Verified purchase
Better than described! Fantastic value! Fast and well shipped! Great communication! Superior eBay merchant!
3***e (673)- Feedback left by buyer.
Past month
Verified purchase
Great book covering time I served in Iraq, delivery was on time. Good price, good description and packaging was good. Great to do business with.

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.