7 of 7 people found the following review helpful
5.0 out of 5 stars
Dreamweaver does the heavy lifting, Nov 11 2011
By Teresa Anderson - Published on Amazon.com
This review is from: Adobe Dreamweaver CS5.5 Studio Techniques: Designing and Developing for Mobile with jQuery, HTML5, and CSS3 (Paperback)
Designing and Developing for Mobile with jQuery, HTML5 and CSS3 Studio Techniques by David Powers is a book that explanes how to create websites to be compatible among older and newer browsers, phones and tablet devises.
This book is broken into three sections. The first section explains HTML5 and CSS3. Section two goes into compatibility issues between browsers, supported elements and goes into work-arounds to make the site work in all. The third section goes into jQuery Mobile (a JavaScript/CSS framework) for converting websites into native mobile applications.
This book is aimed at using Dreamweaver to do the heavy lifting to create these assets so that the user doesn't need to know the technical coding. This is a well explained book with great examples.
2 of 2 people found the following review helpful
4.0 out of 5 stars
Lots of good info, feels a bit disorganized, Dec 17 2011
By Brian - Published on Amazon.com
I am about 2/3 of the way through the book and overall it is very satisfying. There is also lots of good secondary info. I would have given it 5 stars, but it feels like there could have been better QC done.
Several times it seemed I was not segued real well between topics. In the downloaded files, there were multiple cases when required files weren't carried forward or the example files weren't checked thoroughly. So, they don't run as expected or at all. To be fair, some of the latter could be because of changes in JQuery since publication.
The above aside, it's a good book and worth the money spent.
7 of 12 people found the following review helpful
3.0 out of 5 stars
Packed with useful information, Sep 17 2011
By Austin Adobe User Group - Published on Amazon.com
This review is from: Adobe Dreamweaver CS5.5 Studio Techniques: Designing and Developing for Mobile with jQuery, HTML5, and CSS3 (Paperback)
I have been reading David Powers books for years and he is one author that I trust with communicating knowledge in a plain down-to-earth approach.
David is always ahead of the curve when you want to learn new technologies. This book is one of the first books that is being published regarding Adobe CS5.5. While at first glance you may think that the size of the book is limited to the amount of information that can be covered. However, many books are more "fluff than stuff." Not so with this book, every page is packed with useful information that can propel you ahead of your competition on new and emerging technologies (i.e., jQuery Mobile, HTML5, CSS3, PhoneGap, etc.).
The book is divided into three sections. The first section gives a summary of HTML5 and CSS3 with techniques on how to make them compatible with their older counter-parts (XHTML and CSS2).
The second section highlights the different between graceful degradation and progressive enhancement. While many designers and developers use these terms interchangeable, there is a subtle difference between the two. Graceful degradation is based on the premise that if a feature is not supported by a particular browser, a fallback solution will prevent the design from failing completely. With Progressive Enhancement; however, a website is designed to work on all current browsers from the outset and additional "enhancements" are "progressively" added based on browser capabilities or when a user upgrade to a newer browser. New enhancements to media queries are also discussed. Media queries allow designers to style a page based on the type of media a viewer in currently using, typically, a computer, a tablet or a smartphone. A brief discussion of how to make a web site available offline is also included in this section.
The third section, which is my favorite, expound on how to using jQuery Mobile (a JavaScript/CSS framework) to create an application for mobile devices and how to use PhoneGap to convert it to a native mobile application for Android or Apple devices. Users are now able to create simple apps with Dreamweaver without having to know how to code in applications like Flash, Flash Builder, Java, etc.