Showing posts with label Ajex. Show all posts
Showing posts with label Ajex. Show all posts
Sunday, March 1, 2009
Building a Web Site with Ajax
Product Description
Ajax is at the heart of the Web 2.0 revolution. It isn't a technology but, rather, is a technique that leverages other technologies and techniques, such as CSS, XML, DHTML, and XHTML. Many Web designers and programmers would like to incorporate Ajax in their projects because of the amazing functionality it can add to a Web site, but they can't because of the steep learning curve. That's where this book steps in. It makes learning Ajax fun and easy -- a great place to start! Visual QuickProject Guides focus on a single project. In this case the project is creating a business employee directory, like an address book. What's being created is a better, new kind of Web site.
Product Details
* Amazon Sales Rank: #54666 in Books
* Published on: 2007-10-13
* Original language: English
* Number of items: 1
* Binding: Paperback
* 176 pages
Editorial Reviews
About the Author
Larry Ullman is the Director of Digital Media Technologies and Lead PHP Programmer at DMC Insights, Inc., a firm specializing in information technology. In addition to writing, Larry develops dynamic Web applications, conducts training seminars, and is an Extension Instructor for the University of California at Berkeley.
Customer Reviews
Very informative book5
Very good resource, it is a very good book and I highly recommend it. It is designed for people who know web programming but are want to learn Ajax, and it has helped me.
Great guide - Do It Yourself5
I must admit I was disappointed when I first opened this book. Large fonts, half-empty pages, I thought they just wanted to extend 20-30 page text to 140+ and make money.
I was wrong, I mistakenly thought that this was going to be like PHP6 & MySql5 from the same author. That book is a heavy one with 600+ pages where author goes into every single detail.
However, this book is 100% practical guide. It's like Larry is teaching you a lesson how to implement that darn Javascript/Ajax that you tried but couldn't and explains to you everything he does! Clean, simple and elegant.
So for 13-14$ you can't ask for more and definitely is worth it!
I like his attitude, his style and he REALLY *knows how*!
Great introduction5
This will not be the last thing you want to read about Ajax, but it should be the first. Great introduction: clearly written, easy to follow sample code, and thankfully concise.
The author has put up a supporting web site. There's a forum and the author responds to questions. He has also provided all the sample code on the site. You can also copy and paste the SQL statements to create the database, tables, and insert the sample data.
Labels:
Ajex,
Larry Ullman
Tuesday, January 27, 2009
Ajax Hacks
Product Description
Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.
Taking complete advantage of Ajax, however, requires something more than your typical "how-to" book. What it calls for is Ajax Hacks from O'Reilly. This valuable guide provides direct, hands-on solutions that take the mystery out of Ajax's many capabilities. Each hack represents a clever way to accomplish a specific task, saving you countless hours of searching for the right answer.
A smart collection of 80 insider tips and tricks, Ajax Hacks covers all of the technology's finer points. Want to build next-generation web applications today? This book can show you how. Among the multitude of topics addressed, it shows you techniques for:
* Using Ajax with Google Maps and Yahoo Maps
* Displaying Weather.com data
* Scraping stock quotes
* Fetching postal codes
* Building web forms with auto-complete functionality
Ajax Hacks also features a number of advanced hacks for accelerated web developers. Discover how to create huge, maintainable bookmarklets, how to use client-side storage for Ajax applications, and how to call a built-in Java object from JavaScript using Ajax. The book even addresses best practices for testing Ajax applications and improving maintenance, performance, and reliability for JavaScript code.
The latest in O"Reilly's celebrated Hacks series, Ajax Hacks smartly complements other O'Reilly titles such as Head Rush Ajax and JavaScript: The Definitive Guide.
Product Details
* Amazon Sales Rank: #495320 in Books
* Published on: 2006-03-21
* Released on: 2006-03-21
* Format: Illustrated
* Original language: English
* Number of items: 1
* Binding: Paperback
* 438 pages
Editorial Reviews
About the Author
Bruce Perry is an independent Java software developer and writer. Since 1996, he has developed web applications and databases for various nonprofits, design and marketing firms, and ad agencies. When not hacking or writing, he loves cycling and climbing mountains in the U.S. and Switzerland. He lives in Massachusetts with his wife Stacy LeBaron, daughter Rachel, and son Scott.
Customer Reviews
A good supplement to Ajax!5
The title of the book implies that it is a supplement by the use of the word "Hacks" and should be rated as such. Perhaps the author could have given this indication more, however, it is clear it is not an exhausting introduction to Ajax. For those of us who have been around in this industry long enough and understand the underlying technologies this is a good book as an extra with many tips for the web developer. Of course most of this can be obtained off the web and through forums, but it is always handy to have a reference like this on the shelf. I weighed this up with Ajax for Dummies and knew I would get more out of this book. Because the basics of Ajax is so simple to learn (suggest looking at the tutorials on the web) this book has more value. I have given it a 5 because I feel that overall it is worth more than just 4. However, note that it was published in 2006 and there are many more books coming out on this subject.
Broad Coverage Of AJAX3
I found the spectrum of AJAX coverage very broad. If you are interested in finding out a little about a lot of areas of AJAX this book is alright. I found it's coverage too broad.
Not impressed1
O'Reilly offers some excellent books. This is not one of them.
Every example I looked at seemed ... not a good example of how to use Javascript. Paging through the book, there are many examples of poor practice in the code. I would be tempted use this book as a source text for bad examples. The ideas might be OK, but the code ... oh please, no.
Labels:
Ajex,
Bruce Perry
Tuesday, December 23, 2008
Ajax: The Complete Reference
Product Description
The Definitive Guide to Ajax Web Application Development
Evolve from the click-and-wait programming pattern to the latest Web 2.0 paradigm using this comprehensive guide to Ajax. Written by Web development expert Thomas Powell, the book lays out every feature of Ajax alongside detailed explanations and real-world code examples.
Ajax: The Complete Reference explains how to create and test Ajax-enabled Web applications using the XMLHttpRequest object as well as alternative JavaScript-based communication mechanisms. You'll explore a variety of sample applications featuring emerging user-interface conventions and build applications that address real-world networking and security issues. A robust communication library is developed throughout the book that enables you to architect flexible Ajax applications. The latest technologies such as Web services, Flash-Ajax integration, client-side templates, Comet, and Offline Access are also covered. Discover the future of Web development today!
* Work with traditional JavaScript communication approaches like iframes
*
Explore all the quirks and details in the XMLHttpRequest object
*
Handle disparate data formats, including XML, JSON, CSV, YAML, and more
*
Deal with networking issues, including timeouts, retries, response ordering, and a variety of server and content errors
*
Simplify JavaScript programming using open-source Ajax libraries like YUI
*
Secure Ajax applications using authentication, obfuscation, and encryption
* Implement common Ajax UI patterns such as auto suggest, click-to-edit, and drag-and-drop
*
Solve troubling Ajax architecture problems, including back button, history, and bookmarking issues
*
Learn Ajax's role in Web 2.0 and Web services
*
Explore push style communication using Comet and Flash
*
Discover the future of offline Web application access and operation About the Author
Thomas A. Powell brings a blend of real-world experience with academic rigor to the job of exposing the realities of Ajax. As the CEO of PINT (www.pint.com), a nationally recognized Web development shop, he has been involved in the design and architecture of websites for leading organizations around the world for nearly 15 years. Mr. Powell is also an instructor at the University of California, San Diego and the author of numerous books, including HTML & XHTML: The Complete Reference, JavaScript: The Complete Reference, and Web Design: The Complete Reference.
Labels:
Ajex,
Thomas Powell
Friday, December 19, 2008
Ajax: The Complete Reference
Product Description
The Definitive Guide to Ajax Web Application Development
Evolve from the click-and-wait programming pattern to the latest Web 2.0 paradigm using this comprehensive guide to Ajax. Written by Web development expert Thomas Powell, the book lays out every feature of Ajax alongside detailed explanations and real-world code examples.
Ajax: The Complete Reference explains how to create and test Ajax-enabled Web applications using the XMLHttpRequest object as well as alternative JavaScript-based communication mechanisms. You'll explore a variety of sample applications featuring emerging user-interface conventions and build applications that address real-world networking and security issues. A robust communication library is developed throughout the book that enables you to architect flexible Ajax applications. The latest technologies such as Web services, Flash-Ajax integration, client-side templates, Comet, and Offline Access are also covered. Discover the future of Web development today!
* Work with traditional JavaScript communication approaches like iframes
*
Explore all the quirks and details in the XMLHttpRequest object
*
Handle disparate data formats, including XML, JSON, CSV, YAML, and more
*
Deal with networking issues, including timeouts, retries, response ordering, and a variety of server and content errors
*
Simplify JavaScript programming using open-source Ajax libraries like YUI
*
Secure Ajax applications using authentication, obfuscation, and encryption
* Implement common Ajax UI patterns such as auto suggest, click-to-edit, and drag-and-drop
*
Solve troubling Ajax architecture problems, including back button, history, and bookmarking issues
*
Learn Ajax's role in Web 2.0 and Web services
*
Explore push style communication using Comet and Flash
*
Discover the future of offline Web application access and operation
Product Details
* Amazon Sales Rank: #264213 in Books
* Published on: 2008-02-21
* Original language: English
* Number of items: 1
* Binding: Paperback
* 654 pages
Editorial Reviews
About the Author
Thomas A. Powell brings a blend of real-world experience with academic rigor to the job of exposing the realities of Ajax. As the CEO of PINT (www.pint.com), a nationally recognized Web development shop, he has been involved in the design and architecture of websites for leading organizations around the world for nearly 15 years. Mr. Powell is also an instructor at the University of California, San Diego and the author of numerous books, including HTML & XHTML: The Complete Reference, JavaScript: The Complete Reference, and Web Design: The Complete Reference.
Customer Reviews
As the title of the book says it... a great reference book5
What I like the most about this book is very detailed explanations on how to attack and solve problems. I also love the way how this book has a lot of examples that are compatible to most of the modern browsers. All examples are already presented on the site that goes along with the book.
The author also give tips on making design decision when making either small or large scale websites. It is very well written with full of examples that come with detailed explanations.
Labels:
Ajex,
Thomas Powell
Subscribe to:
Posts (Atom)

