Showing posts with label jquery. Show all posts
Showing posts with label jquery. Show all posts

Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made easy Review

Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made easy
Average Reviews:

(More customer reviews)
Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made Easy by Christian Heilmann and Mark Norman Francis left me with mixed feelings. The title lead me to believe there would be some more in-depth information related to the topics, but in reality the end of the title should have been Using Wordpress. The majority of this book focuses on Wordpress and how each of the topics relate to the blogging platform.
The reason I had mixed emotions is because on one hand, the authors made it seem as though web development is so easy your Grandma could do it, while on the other hand sliding in some disclaimers about needing more knowledge on different topics. I think that this book would give someone just enough material to be dangerous, but not enough to really understand web development as a whole. This book is geared to the beginner in web development, so I was hoping for some more solid material.
With that out of the way, lets take a closer look at the book and its contents:
The first chapter simply discusses the reason for starting up a website in the first place. There are many different reasons for many different people as to why they start a site. Some start for financial reasons (make money and advertising), while others start to share photos with family and friends. This chapter discussed several of these reasons for starting a website.
Chapter two was where the book really started to take off. This chapter discusses the Dilemma of "Rolling your Own" Solutions. We also get a brief crash course in several aspects related to web development.
The author gets you started by installing a local server on your machine with PHP and MySQL. After this is completed, the authors walk through an installation of Wordpress as we begin our journey. Basically every chapter after this will use Wordpress in one way or another.
This is where things get somewhat fuzzy. The chapters related to Ajax, APIs, and Libraries all revolve around Wordpress. The topics are not discussed in depth, but merely show you how to install an array of different plugins available to the Wordpress platform. Flickr, Youtube, Odeo, and Google Maps--all of which are presented as plugins for Wordpress.
The last few chapters involved some good discussions on promoting your content, navigation and layout, and finally--how to get help when you hit a roadblock. The last chapter really made this book worth the read, as it discussed the different ways to get help, the places to go, and how to ask for help in the different communities. There are some very helpful and important tips in this chapter as you seek help from your peers and colleagues.
Overall, the book was not a bad read--it just left me with mixed emotions due to the title of the book. The authors are very knowledgeable and that shows in each of the chapters. Though I felt the book made things look so easy, the authors were sure to point out that the solutions there were not in-depth, but enough to get you started. If you are just beginning your trek into web development, then this book would be a good read to get you up and running in no time flat. However--for long term involvement in the web, or a more in-depth discussion of the topics listed in the title, you may want to grab a few more books.

Click Here to see more reviews about: Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made easy

Building "Web 2.0"/Ajax" applications is all the rage right now, and there is a lot of complicated code involved, but a lot of budding web developers don't realize that most of the hard work is already done for them, and available on the Web, through JavaScript libraries to provide most of that Ajax/DOM Scripting functionality out of the box, Application programming interfaces (APIs,) and hosting services such as Flickr and YouTube to provide all they need to easily store and retrieve their media (be it images, video, or whatever.)All the developer needs to know is enough to successfully wire together all this functionality successfully and responsibly, and this book shows you how. It assumes no knowledge at the start, showing how to set up an effective development environment, then moving on to building up a complete professional "Ajaxy"/"Web 2.0" site step by step, all using ready made functionality available on the web, including storing, retrieving, and displaying content, images and video, and effective site navigation, all topped off with a beautiful CSS layout.But it doesn't stop here. The reader is also shown how to promote their content to attract visitors to their site, and how to find a hosting partner.The techniques contained within this book are becoming increasing more in demand by aspiring and existing web developers, all wanting to be a part of the new generation of the web.

Buy Now

Click here for more information about Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made easy

Read More...

Leveraging Drupal: Getting Your Site Done Right (Wrox Programmer to Programmer) Review

Leveraging Drupal: Getting Your Site Done Right (Wrox Programmer to Programmer)
Average Reviews:

(More customer reviews)
As a website developer specializing in Drupal-based sites for the last few years, I found this book to be exactly what I needed. I have several other books about drupal, including Pro Drupal Development, Second Edition (Beginning from Novice to Professional) and Learning Drupal 6 Module Development: A practical tutorial for creating your first Drupal 6 modules with PHP, yet I have found Leveraging Drupal to be the most helpful yet.
Leveraging Drupal goes into precisely the topics related to Drupal development which your average "working stiff" building Drupal sites runs into on every job: version control, the development and deployment process, upgrades, internationalization options, theming, etc. Included are helpful life-saving tidbits such as dealing with the infamous WSOD (php's white screen of death), checking out drupal via CVS, and setting up cron. It more than pays for itself in just the first three chapters.
One of the things I like most about the book is that the author treats website development with the same respect as any software project. From the book: "First of all, in a software project (and because of it's complexity, that is what a website application is), you are either controlled by circumstances or you succeed - but only if you can maintain your grip on things."
I would compare it to my other favorite programming book: Agile Java(TM): Crafting Code with Test-Driven Development (Robert C. Martin Series) by Jeff Langr. Leveraging Drupal is similar in that after reading and digesting it, you are a more mature developer than you were before.

Click Here to see more reviews about: Leveraging Drupal: Getting Your Site Done Right (Wrox Programmer to Programmer)

This book is a step-by-step guide and a hands-on co-piloted experience for those trying to make Drupal powered websites work for them, and for their clients. Much more than a "tutorial", what is needed is a nuts-and-bolts living mentor and guide which really shows the reader how to do the things really required for bringing it all together in a site which works. This will be the only book covering all the difficult components of Drupal: views, panels, themes, content creation, etc. The book will cover:* How to upgrade your hopelessly outdated and obsolete-software dependent site and bring it into the Drupal mainstream and future* How to become a great Drupal themer and make "non-Drupal" looking sites* How to really customize Drupal for your real needs* How to start using best practices in Drupal web application development* How to work like the pro Drupal shops and be ready for big projects - and small ones* Learn by example (code samples, theme samples, videos) at every step

Buy Now

Click here for more information about Leveraging Drupal: Getting Your Site Done Right (Wrox Programmer to Programmer)

Read More...

Android Recipes: A Problem-Solution Approach Review

Android Recipes: A Problem-Solution Approach
Average Reviews:

(More customer reviews)
This is book is an excellent addition to the bookshelf of any serious android developer. Android Recipes is primarily geared toward an experienced android developer. However, even a beginning android developer (with a solid understanding of the Java programming language) will find it beneficial. What sets this book apart from most is its clear, concise explanations. I have tested and implemented many of the solutions in this book. After reading Chapter 5: Persisting Data, I was able to implement a content provider of my own in no time.
Pros: Clear, concise explanations of complex topics. Code examples available on-line.
Cons: NoneThis is the best android book I have read so far, and I definitely recommend it to anyone serious about Android development.

Click Here to see more reviews about: Android Recipes: A Problem-Solution Approach


Android continues to be one of the leading mobile OS and development platforms driving today's mobile innovations and the apps ecosystem. Androidappears complex, but offers a variety of organized development kits to those coming into Android with differing programming language skill sets. Android Recipes: A Problem-Solution Approach guides you step-by-step through a wide range of useful topics using complete and real-world working code examples. In this book, you'll start off with a recap of Android architecture and app fundamentals, and then get down to business and build an app with Google's Android SDK at the command line and Eclipse. Next, you'll learn how to accomplish practical tasks pertaining to the user interface, communications with the cloud, device hardware, data persistence, communications between applications, and interacting with Android itself. Finally, you'll learn how to leverage various libraries and Scripting Layer for Android (SL4A)to help you perform tasks more quickly, how to use the Android NDK to boost app performance, and how to design apps for performance, responsiveness, seamlessness, and more. Instead of abstract descriptions of complex concepts, in Android Recipes, you'll find live code examples. When you start a new project, you can consider copying and pasting the code and configuration files from this book, then modifying them for your own customization needs. This can save you a great deal of work over creating a project from scratch!

What you'll learn
Discover Android architecture and various Android-specific APIs
How to develop a unit conversion app in the context of command-line/Android SDK and Eclipse/Android SDK environments
How to accomplish various tasks related to the user interface and more
How to use external libraries to save time and effort
How to quickly develop an app using the Scripting Layerfor Android (SL4A) tool
How to boost app performance by using the Android NDK
Guidelines for designing filtered apps, performant apps, responsive apps, and seamless apps

Who this book is for
Newcomers to Android, as well as more accomplished Android developers.

Table of Contents
Getting Started with Android
User Interface Recipes
Communications and Networking
Interacting with Device Hardware and Media
Persisting Data
Interacting with the System
Working with Libraries
Scripting Layer for Android
Android NDK
App Design Guidelines


Buy Now

Click here for more information about Android Recipes: A Problem-Solution Approach

Read More...

The Complete Idiot's Guide to HTML5 and CSS3 Review

The Complete Idiot's Guide to HTML5 and CSS3
Average Reviews:

(More customer reviews)
I started out with HeadFirst HTML with CSS and XHTML by Freeman and Freeman. If you read the reviews of that book, you will see that it gets great reviews and among those reviews is the comment that people with no prior knowledge of coding are able to code both HTML and CSS after reading that book, which was true for me as well. But the book was published in 2006 and while the concepts remain quite valuable, HTML 5 and CSS 3 have new features and in some cases, different rules.

The Complete Idiot's Guide to HTML 5 and CSS3 has been an excellent follow-up to update what I learned from the Head First book. This new title is not impenetrable for a beginner, but I think it would be tremendously helpful to have some prior exposure to HTML (even a little) so that terms such as 'document type declaration' don't throw them. The pace might be a slight bit fast and one might lack a little bit of the 'why you do things' if it's the very first HTML book that one reads. If that were descriptive of me, I think I'd still be happy with purchasing this book, though.
I found the book to be pleasant reading, relatively quick reading, and surprisingly thorough--not to mention that it is quite within my budget, unlike some of the other choices that I might very much like to have but would pretty much take up my book budget with a single purchase. It was efficient in its presentation, not deviating to unrelated humor, personal stories, or other types of content that I prefer not to invest time in.
This book is ideal for a layperson or an interested person who has a bit of prior knowledge of HTML (such as understanding what 'head' and 'body' tags are; what an 'unordered list' is, etc, and who has some idea of how the items that one sees on a page relate to the code) and who wants to update their knowledge specifically to the new HTML5 and CSS3. There were a couple of things I had to read twice but as someone who works in a very different field, I still followed it quite easily--more readily than most books in this subject area. After devoting perhaps two thirds of a day to this book, I feel fairly ready to take advantage of the new features.
Those who spend their entire workdays designing web pages might find this book is not quite as technical or in depth as they would ultimately want although it still might work well for a quick and pretty good orientation to HTML5 and CSS3. For the price, you really can't go wrong. For an absolute beginner, supplementation with something that had more pictures (or even the 'Head First' book, which is still quite good) might be the best bet; for someone like me with a little experience and no desire to become a fulltime designer, this book is all I need and was a good match for the amount of money I was willing to spend; for someone who designs full time, there might be an interest in adding additional books that most of us wouldn't find intuitively easy to consume.
This was a great choice for me, though, and I am pleased at how much I learned and how painless it was to learn.

Click Here to see more reviews about: The Complete Idiot's Guide to HTML5 and CSS3

Create dynamic, interactive websites with HTML5 and CSS3HTML5 and CSS3 are the newest revisions of the primary standards for structuring and styling web content - major updates that enable designers and developers to streamline source code and publish more dynamic, interactive content without having to learn complex scripting languages.The Complete Idiot's Guide® to HTML5 and CSS3 provides both new and existing web developers the tools they need to code and design the web content that people increasingly expect to experience when they surf the web. Even better, you learn HTML5 and CSS3 in the context of building a website with a content management system (CMS), such as WordPress. You can then apply your knowledge of HTML5 and CSS3 to customize your site, instead of starting from scratch. You discover how to:
Design and maintain a website using web-based tools instead of a complicated HTML editor.
Code pages properly using the new HTML5 structure tags, including , , , , , , and the simplified tag.
Embed audio and video using the new HTML5 and tags.
Apply a CSS theme to format pages, and customize the theme using CSS3 styles.
Use CSS3 to round box corners and make images and backgrounds more or less transparent.
Take full advantage of new CSS3 transformation and animation features to animate objects on a page, create image rollovers, and build your own drop-down menus.
Test and fine-tune your site to make it load faster and look just right.
Perform an SEO audit of your site and keyword-optimize your site's content.
The Complete Idiot's Guide® to HTML5 and CSS3 features:
16-page color insert
HTML5 Quick Reference
CSS3 Properties and Values Quick Reference
HTML Special Characters and Symbols Quick Reference
Speak Like a Geek Glossary


Buy Now

Click here for more information about The Complete Idiot's Guide to HTML5 and CSS3

Read More...

Closure: The Definitive Guide Review

Closure: The Definitive Guide
Average Reviews:

(More customer reviews)
I read Closure: The Definitive Guide as part of O'Reilly's rough cuts program, and I can honestly say that the book is one of the best technical books I've read in quite some time. It's clear that the author sought to leave no stone unturned in writing this book; he succeeded brilliantly. His writing style is concise but not at all confusing, leading to a great book that lends itself just as well to sit-down reading as it does a reference guide.
This book is definitely targeted towards developers, not managers. You should have at least some experience with JavaScript and the DOM before reading this. The author thankfully doesn't rehash the basics of such material before digging into Closure, but he also doesn't make the assumption that you need to have written a book on JavaScript in order to understand how to use everything. After you read the introduction chapter, you can safely skip some parts and come back to them later as you begin to understand Closure's design patterns. I thoroughly read most chapters and just skimmed others, which was great because it let me get familiar with the material without getting bogged down in all the details present in such an immense SDK.
Closure is most likely overkill if you're just building one-off websites, but if you want to build something more, do yourself a favor and buy this book and read it. Don't sell yourself short. Otherwise you'll be doomed to blindly throwing jQuery, MooTools, Prototype, or the like onto your canvas and hoping it'll work just as well for your large app -- it won't. Soon after you begin developing with Closure and reading this book, you'll experience the joy and relief that only a proper JavaScript TOOLKIT can provide.
Overall, this is a really great book that I wouldn't hesitate to recommend to any front-end developer who is tasked with building a web application that they want to be fast, browser-agnostic, and bug free.

Click Here to see more reviews about: Closure: The Definitive Guide


If you're ready to use Closure to build rich web applications with JavaScript, this hands-on guide has precisely what you need to learn this suite of tools in depth. Closure makes it easy for experienced JavaScript developers to write and maintain large and complex codebases -- as Google has demonstrated by using Closure with Gmail, Google Docs, and Google Maps.

Author and Closure contributor Michael Bolin has included numerous code examples and best practices, as well as valuable information not available publicly until now. You'll learn all about Closure's Library, Compiler, Templates, testing framework, and Inspector -- including how to minify JavaScript code with the Compiler, and why the combination of the Compiler and the Library is what sets Closure apart from other JavaScript toolkits.

Learn how the Compiler significantly reduces the amount of JavaScript users have to download when visiting your site
Discover several ways to use the Compiler as part of your build process
Learn about type expressions, primitives, and common utilities
Understand how Closure emulates classes and class-based inheritance
Use Closure Templates on the server and the client from either JavaScript or Java
Test and debug your JavaScript code, even when it's compiled


Buy Now

Click here for more information about Closure: The Definitive Guide

Read More...

Joomla 1.5 JavaScript jQuery Review

Joomla 1.5 JavaScript jQuery
Average Reviews:

(More customer reviews)
First of all I want to say thank you to Publisher house, choosing this author was a good investment. This book is very good, even if you are advance user of Joomla! 1.5, because it contains many useful suggestions for eg. what to do if you have jQuery conflict on your web page. This book will learn you how jQuery interacts with other tools and how to build your own jQuery extensions. This is an excellent book on showing the introductory to beginner (and intermediate) web developers how to use jQuery efficiently and quickly.
This book can be used as either a learning tool for the beginner or as a reference book for the seasoned jQuery user who needs to find a nice tip quickly. Each chapter covers a different aspect of using or programming (there you will find also some aspect using of CSS, too), with lot's of useful examples.
Definitely worth buying if you really want to learn how to use wisely and safe JavaScript & jQuery library on your Joomla! web page. Especially, If you are just starting, or even just want a reference for the jQuery basics.


Click Here to see more reviews about: Joomla 1.5 JavaScript jQuery

This book is a tutorial with step-by-step instructions, packed with practical code examples, images, advice, and ideas. If you are a PHP developer who is working with Joomla!, this book is for you. It is also aimed at web designers who want to add JavaScript elements, using jQuery, to their Joomla! sites, themes, modules, and other extensions. A basic knowledge of web development and Joomal! is required. Some knowledge of JavaScript would certainly be a bonus. No knowledge of jQuery is required.

Buy Now

Click here for more information about Joomla 1.5 JavaScript jQuery

Read More...

jQuery Plugin Development Beginner's Guide Review

jQuery Plugin Development Beginner's Guide
Average Reviews:

(More customer reviews)
I'm already an experienced Javascript and jQuery Plugin developer, but I learned how to author plugins by first reading a general jQuery book (which didn't cover writing plugins at all) and then by doing. I decided it was time to take a look at a book dedicated to plugin development and discover if I was overlooking anything.
Being a beginner book, I expected a fair amount of hand-holding and was prepared to skim through, but I ended up actually reading the first chapters in full because they were skimming for me. I felt the topics actually weren't fleshed out well enough to answer the questions a beginner would have. The aim didn't seem to bring beginner's up to speed, but to introduce only. I'd call this book more of a "beginner's introduction".
I didn't care for the "Have a go hero" sections. It not only sounds stupid in your head when you read that header, but I would have expected the book to demonstrate those tasks and not leave the reader (the beginner) on their own. "I've now shown you that a plane takes off by pulling back on the stick ... now go learn to point it in the right direction, avoid bad weather and land ... hero".
Adding to my disappointed was that the style of writing, IMO, was overly convoluted and a bit awkward at times.

Click Here to see more reviews about: jQuery Plugin Development Beginner's Guide

AjQuery plugin is simply a way to put your code into a package,whichmakes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward,writing pluginscan leave people scratching their heads.This book takes you beyond the basics of jQuery and enables you to take full advantage of jQuery's powerfulplugin architecture to deliver highly interactive content to yourwebsite users.The book contains all the information you need to successfullyauthor your very own jQuery plugin with a particular focus on thepractical aspect of design and development.It will also cover some details of real life plugins andexplain their functioning to gain a better understanding of the overallconcept of plugin development and jQuery plugin architecture.Different topics regarding plugin development are discussed,and youwill learn how to develop many types of add-ons,ranging from mediaplugins (such as slideshows,video and audio controls, and so on) tovarious utilities (image pre-loading,handling cookies) and use andapplications of jQuery effects and animations (sliding, fading,combined animations) to eventually demonstrate how all of these plugins can bemerged and give birth to a new, more complex,and multi purpose scriptthat comes in handy in a lot of situations.What you will learn from this book
Create numerous types of commonly used jQuery plugins
Design a standard development pattern to apply to all your plugins to speed up the process
Build plugins that enhance viewer's multimedia experience on your website
Learn how to build attractive animation plugins that show effects like fading and sliding
Discover how jQuery handles third party plugins and how some portions of code can(not) be accessed
Implement time saving design patterns and best practices to optimize your plugins
Learn the ins and outs of some of the most popular plugins and how they actually work to do what they do
Learn via an in-depth practical approach,providing you with asimple, yet effective,structure to minimize efforts and obtain betterresults quickly
This book takes a beginner's guide approach,giving you step-by-stepinstructions for creating a number of different jQuery plugins coveringmost of the common issues one may encounter. It's a practical guide,which will show you how to designand build the most commonly used jQuery plugins.

Buy Now

Click here for more information about jQuery Plugin Development Beginner's Guide

Read More...

JavaScript Cookbook Review

JavaScript Cookbook
Average Reviews:

(More customer reviews)
§
One bit of advice if you are like me when you get a reference collection of this sort: I immediately flip through the table of contents or the index to get to whatever topic I am currently obsessing on.
In the case of this book, you may want to spend a few minutes in the oft-ignored preface. It contains some noteworthy information on the author's approach. Specifically:
"Many of the examples won't work with IE6. Before I even began the book I decided not to provide support for IE6--including any workaround code."
The author is a bit more forgiving in the case of IE7: "Where IE7 doesn't work, either I provide IE7-specific workarounds in comments in the example code you can download, or I make a note about nonsupport in the recipe--or both."
I work on teams developing browser-based applications for the real world, so IE6 is still absolutely relevant to me. In fact, the corporation for which I honestly sweat is itself "standardized" on IE6 for all employees. Even so, I still recommend this book because of the relevancy of the examples and its forward-looking approach.
The fact that the code download file is about 63 megs compressed should give an idea of how much is contained in this big store of scripting knowledge.
§

Click Here to see more reviews about: JavaScript Cookbook


Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster and learn more about JavaScript in the process.

You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for using these features with JavaScript to build high-quality application interfaces.

Create interactive web and desktop applications
Work with JavaScript objects, such as String, Array, Number, and Math
Use JavaScript with Scalable Vector Graphics (SVG) and the canvas element
Store data in various ways, from the simple to the complex
Program the new HTML5 audio and video elements
Implement concurrent programming with Web Workers
Use and create jQuery plug-ins
Use ARIA and JavaScript to create fully accessible rich internet applications


Buy Now

Click here for more information about JavaScript Cookbook

Read More...

HTML, CSS, and JavaScript Mobile Development For Dummies Review

HTML, CSS, and JavaScript Mobile Development For Dummies
Average Reviews:

(More customer reviews)
If it were 2002, this book perhaps would be a fit. Great introduction of HTML 5 and CSS3 (and I mean Introduction). For a book just coming out: No mention of jquery, or any other framework that, yes are surfacing, but been around long enough for the author to know about them. Not even Dreamweaver's Jquery Mobile upgrade. Ordered several books this was the last to come. Like I said, the design elements are fitting for old school design. Sending back tomorrow?

Click Here to see more reviews about: HTML, CSS, and JavaScript Mobile Development For Dummies

Learn to build and optimize attractive, functional web sites for smartphones
Today, mobile devices outnumber desktop and laptop computers three to one. Skill in developing web sites that work on mobile devices is in demand, and this friendly, step-by-step guide shows how to build and optimize sites using HTML5 and other standard web development tools.Building web sites that work for all types of smartphones and tablets, including iPhones, iPads, Android devices, and BlackBerry devices is a skill much in demand as mobile devices outpace both desktop and laptop computers, and this book gets you started.
Guides you through creating and optimizing mobile sites with HTML, CSS, and JavaScript
Covers HTML5, WebKit extensions, platform variations, accommodating different browsers, security issues, and making mobile sites richer with Flash, graphics, and video
Includes code for differences in mobile app design and navigation, including touch devices

HTML, CSS, and JavaScript Mobile Web Development For Dummies makes it easy to start developing great sites for mobile devices.

Buy Now

Click here for more information about HTML, CSS, and JavaScript Mobile Development For Dummies

Read More...

Building Android Apps with HTML, CSS, and JavaScript Review

Building Android Apps with HTML, CSS, and JavaScript
Average Reviews:

(More customer reviews)
I had bought an iPad when they were first announced. I had the expressed intention of creating some very specific apps; I did not need Wired Magazine to tell me that mobile apps are the future.
My plans were delayed by Apple's delay in releasing a new iPad OS. I didn't want to waste a lot of time struggling with things in the original OS that might become easier in the next.
I'd rather not struggle at all. As I have gotten older, the thrill of twisting C and C++ to my will is far less alluring than it used to be. Honestly, there is no allure left at all: I saw learning the Apple API as an onerous but necessary task. I was not looking forward to it.
Then this book arrived and opened my eyes. Yes, there is that "Android" in the title, but this is really about building device agnostic apps and I saw that long before the author off handedly mentioned iPhones in Chapter 7. Yeah, baby - if you think I was reluctant to learn Apple API's, well, that's nothing compared to how I feel about futzing around with Java to drive Android stuff. No thank you. But CSS and Javascript? That's different.
Not that I still don't have a learning curve. I have done very little with CSS or Javascript because of browser quirks. I realized that Jquery could smooth a lot of that out for me, but I just did not have enough of a need to invest any time learning that either. Mobile apps provides that incentive.
This book opened my eyes to a lot of possibilities I was just not aware of. For example, I did not know about the Web SQL Database abilities in HTML5. The author said that rocked his world; well, it rocked mine also.
I am looking forward to sitting down and playing with the ideas this book has exposed me to. This really changes my plans, and this is one case where I am very happy to veer off course. Jquery, here I come!

Click Here to see more reviews about: Building Android Apps with HTML, CSS, and JavaScript


If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android applications. This hands-on book shows you how to use these open source web standards to design and build apps that can be adapted for any Android device -- without having to use Java.

You'll learn how to create an Android-friendly web app on the platform of your choice, and then convert it to a native Android app with the free PhoneGap framework. Discover why device-agnostic mobile apps are the wave of the future, and start building apps that offer greater flexibility and a broader reach.

Learn the basics for making a web page look great on the Android web browser
Convert a website into a web application, complete with progress indicators and more
Add animation with jQTouch to make your web app look and feel like a native Android app
Take advantage of client-side data storage with apps that run even when the Android device is offline
Use PhoneGap to hook into advanced Android features -- including the accelerometer, geolocation, and alerts
Test and debug your app on the Web under load with real users, and then submit the finished product to the Android Market
This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS). Learn more at http://labs.oreilly.com/ofps.html.

Buy Now

Click here for more information about Building Android Apps with HTML, CSS, and JavaScript

Read More...