Pro Javascript RIA Techniques and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
Pro Javascript RIA Techniques: Best Practices, Performance and Presentation
 
 
Start reading Pro Javascript RIA Techniques on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Pro Javascript RIA Techniques: Best Practices, Performance and Presentation [Paperback]

Dennis O'Dell (Author)
4.7 out of 5 stars  See all reviews (6 customer reviews)

List Price: $44.99
Price: $27.96 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.03 (38%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $25.16  
Paperback $27.96  

Book Description

1430219343 978-1430219347 May 14, 2009 1

This is a core web development book. Javascript remains a very popular technology for web developers and RIA’s are the buzz word at all the developers shows at the moment, as organizations seek competitive business advantages in a tough economic climate, through sophisticated web interfaces and user experiences on the web sites.

The Internet’s most popular Web sites use techniques that were unheard of just a few years ago. Pro Javascript RIA Techniques: Best Practices, Performance and Presentation shows developers how to implement the most powerful techniques and how to do it most efficiently. Speed and style remain the keys to creating dominant sites and will be for years to come.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with JavaScript: The Good Parts $17.83

Pro Javascript RIA Techniques: Best Practices, Performance and Presentation + JavaScript: The Good Parts
  • This item: Pro Javascript RIA Techniques: Best Practices, Performance and Presentation

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • JavaScript: The Good Parts

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

About the Author

A biography for this author is not available.

Product Details

  • Paperback: 440 pages
  • Publisher: Apress; 1 edition (May 14, 2009)
  • Language: English
  • ISBN-10: 1430219343
  • ISBN-13: 978-1430219347
  • Product Dimensions: 9.3 x 7 x 0.9 inches
  • Shipping Weight: 1.3 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #1,104,595 in Books (See Top 100 in Books)

 

Customer Reviews

6 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

2 of 2 people found the following review helpful:
5.0 out of 5 stars Great book on JavaScript Professional Developmen, June 26, 2009
This review is from: Pro Javascript RIA Techniques: Best Practices, Performance and Presentation (Paperback)
Over the bast couple year, the JavaScript language has come of age for web developers. As soon as the AJAX boom hit a few years ago, there has been a real resurgence of web developers using JavaScript. Of course that means more books on the topic especially for high end development for AKAX widgets and components.

The recent books in the past year or two that have come out have primarily been focused on using JavaScript libraries to create AJAX components but really havent really explained throughly how and AJAX enabled website should be developed. This book is the exception and really covers everything you would need to know to create RIA (Rich Internet Applications) which basically means AJAX enabled components using JavaScript and possibly a server-side langauge as well.

The author first explains the foundations of building an HTML/XHTML web site, starting with best practices and CSS tips and tricks. This chapter is a great foundation for anyone needing a refresher on the best way to create scable web pages/sites. Because even with the most sophisticated JavaScript code, you always need a good foundation for your site which will always be XHTML and CSS.

The next chapter is a great chapter on Object Oriented development with JavaScript. Although JavaScript is a little limited in creating class-based code, you still can work around most of the limitations in the JavaScript langauge with some smart coding or hacking). This chapter covers everything you need to know and is a very important chapter to start your work in creating RIA using JavaScript.

The author does an excellent job in explaining these complex techniques to the reader. His examples are very concise, easy to understand and explained very well. The expected readership of this book would be anybody who has a basic understanding of web development using XHTML, CSS and JavaScript.

The 3rd chapter is one of my favorites because it covers everything about how different web browsers execute JavaScript and what areas can affect performance and bottle-necking. The athor does a great job in reviewing ever browser available with lots of benchmarking statistics that are current (covers IE 8, FF3, Opera 10, etc) and saves you hours of time researching these stats on the web.

The rest of book has some really valuable information such as: Additional Performance tweaking, the best way for visual responsiveness to the user, image replacement techniques, multimedia playback, widget control creation, and even off-line storage.

The book isnt huge (only 400 pages) but cover ALOT of information that will take you awhile to review and fully implement. This book will be a very valuable resource for any web developer looking to understand how to create RIA or the web.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Solid reference. Covers select standards and HTML 5 topics relevant to RIA Development, May 28, 2009
This review is from: Pro Javascript RIA Techniques: Best Practices, Performance and Presentation (Paperback)
This book opens with an overview of best practices and principles (e.g., progressive enhancement, graceful degradation) to adhere to when building professional-quality RIAs that deliver the best possible accessibility and user experience. It then provides tips on how to leverage caching and file compression to enhance RIA download experience and how to make effective use of CSS not just for layouts but also for managing user feedback (e.g., perception of work getting started, time elapsed, etc.). By far, however, concerns impacting RIA development the most revolve around browsers' lack of native or incompatible support for certain features, which some in the industry have attempted to address by publishing cross-browser Javascript frameworks, libraries, or components. This book discusses, demos with code samples, and evaluates some of these reusable libraries and components, including those used for: dynamically rendering text requiring custom fonts, audio and video playbacks, custom control or widget rendering (e.g., calendar, sliders), offline data storage and management, and dynamic graph building or visualizations. For those who might have a need or just want to learn how to develop such libraries or components from scratch, the author also obliges with several well-commented code samples. As added bonus, the author's discussion of WAI-ARIA (Web Accessibility Initiative: Accessible Rich Internet Applications) and current states of browser support for HTML 5 tags such as <audio>, <video>, <canvas> (native support for vector graphics), and offline data storage and management APIs are pretty good and helpful. Overall, a very well-written and really solid reference book, in my opinion.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Review by Didier Mouronval, August 3, 2009
This review is from: Pro Javascript RIA Techniques: Best Practices, Performance and Presentation (Paperback)
This book has really been a good surprise for me. Not only it tackles the best techniques for nice and understandable coding, but also it treats how to manage a whole RIA project and gives you useful examples clearly explained.

The first part of the book is devoted to generic HTML, CSS and JavaScript best practices.
We can see how to build what the author calls "solid foundation" based upon good syntax and well presentated code.
Then, we are explained plenty of very usefull details and tips to build a functionnal and maintenable RIA.
All these advices come along with pieces of functionnal code, showing examples of how to carry this out.
Finally, we gather all that have been seen to build our own JavaScript library, with every chunk of the code explained very clearly. Then, a focus is given on a full project creation, meaning how to elaborate it and how to make it easily maintenable.
This part of the book should be mainly reminders, yet the level is increasing gradually to reach advanced concepts.

In the second part, the author points all the improvements we should give to our code in terms of performance.
Performance is seen in a global way, that's to say from the server optimizations all the way to the user's interaction.
Every single part of a complete Internet application is detailed (server-side, HTML, CSS, JavaScript, images etc.) to allow your visitors to take the best advantage of your application, including warning them of actions being made.

The last part of the book takes up all that have been explained to show powerfull and original examples of what can be done following all the points given. All the examples are very strongly commented and explained so that the functions can be fully understood.

As a conclusion, I would say that this book should become a must have for all RIA programmers who want to increase their knowledge and have solid understanding of all the different points in play in such applications.
JavaScript is always present, but the range of the book is much wider than strict JavaScript.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(2)
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject