Ajax for Web Application Developers

Posted by Admin 5 comments

Ajax fοr Web Application Developers

Reusable components аnd patterns fοr Ajax-driven applications   Ajax іѕ the single οf thе ultimate аnd biggest ways tο urge users’ online knowledge аnd сrеаtе nеw аnd innovative web functionality. Bу permitting specific раrtѕ οf the web page tο bе dіѕрlауеd but lovely thе complete page, Ajax significantly enhances thе knowledge οf web applications. It аlѕο lets web developers сrеаtе discerning аnd innovative communication processes.   Ajax fοr Web Application Developers provides thе іn-depth

Rating: (out οf 6 reviews)

List Price: $ 44.99

Price: $ 19.50

Incoming search terms for this article :
after miscarriage pregnant,get over an ex boyfriend,how to get over ex girlfriend

Related Post


5 Comments
Jul 16, 2010
11:54 am
#1 James Skemp :

Review by James Skemp for Ajax for Web Application Developers
Rating:
I’ve been working on the Web for a handful+ of years, but save for a brief stunt back in the late 90s, I haven’t had much use for JavaScript (with the exception of a few one/two-liners). As such, I came to this book as a new-comer to Ajax.

I also like to learn by way of example, instead of explanation, so code examples are a big plus, if not a requirement.

Unfortunately, from this background, my expectations for this book appear to have been set too high. Granted, it may be because of the lack of full examples in the book (and that they are not available online – more on this momentarily). In fact, that’s probably the only thing holding me back.

There’s minor errors in code in the book as well, but that’s to be expected, and a second edition/printing will fix most of these. By itself, this shouldn’t hold you back.

But as a beginner’s resource, I’m not sure that this is the book you’d want to pick up. I actually recommend that you take a look elsewhere, particularly online, for how to start with Ajax.

Once you’ve got the basics down, then you can take a look at this book, as it does provide from very good tips as far as keeping your code standardized.

Had I been the first reviewer, I would have given this book four stars. Since I was not, I have decided to give it three. This is because I feel it’s a good book, but not for as large an audience as you may think, based upon reading the description. Again, I feel that this book is more for if you’ve worked with Ajax, but not in a standard/formal way.

Regarding the code I mentioned above, while it’s true that there is a zip file of the code files, I don’t feel that it truly contains all of the necessary code. Again, keep in mind that I like to work with full code examples, especially when we’re talking about JavaScript (since code is sometimes required in the HEAD, and sometimes not).

I have another Developer’s Library book, PHP and MySQL Web Development (the Third Edition), so that’s part of why my expectations may have been so high. But, I wasn’t expecting the amount of full code that the ColdFusion MX 7 ‘blue books’ provides. ;)

Even if you don’t have a working application, let me see where you, the author, are at the end of a section or chapter, even if we’re just creating one new file and/or adding code to an existing/new file. This goes for whether you write online or not. If there’s code in a chapter, and it’s not a snippet, than I’d like to see how the full document’s code looks.

I don’t care that it’s not a complete application, I just may want to have your code on screen while I read through the chapter.

Jul 16, 2010
12:41 pm
#2 P. Howley :

Review by P. Howley for Ajax for Web Application Developers
Rating:
Bought the book, liked the author’s intent but I ran into one big problem. No source code for the book. I emailed the publisher last week and heard zero back from them.

Note to publishers: Take care of your readers.

I’m afraid customer service is dead. Maybe it has been outsourced.

Jul 16, 2010
1:22 pm
#3 N. Gok :

Review by N. Gok for Ajax for Web Application Developers
Rating:
I have attended Kris Hadlock’s presentation in AJAXWORLD Conference & EXPO last week. I am glad I did because I really wanted to learn how to write reusable JavaScript libraries in my projects. His book is all about AJAX but engineering side of it. Why? because I found not many books out there show you how to capture server errors and record them for debugging and improvement in your project. Not many books show you how to implement the back-end for your frond-end applications. Not many books give you real-world examples. ”

Ajax for Web Application Developers” does all for you. It’s very simple to understand Kris’ codings and explanations because his book is neatly coded and implemented the coding standards.

SOURCE CODES: Demonstrated examples in the book can be downloaded from the publisher. All you need to do is to create an account.

I personally have many AJAX books in my library but specifically liked “Ajax for Web Application Developers”.

I strongly recommend it to those who are willing to learn in an easy way to create reusable JavaScript object-oriented libraries and understand the AJAX object methodology.

Good luck

Jul 16, 2010
1:23 pm
#4 E Feo :

Review by E Feo for Ajax for Web Application Developers
Rating:
I am web designer and i have a multimedia and web developer company. I buy this book because i think that AJAX is the next generation of code for web API. This book is very good, it talk in developer language and you can learn about AJAX with single excercise.

Jul 16, 2010
2:22 pm
#5 Rich Rosen :

Review by Rich Rosen for Ajax for Web Application Developers
Rating:
First, let me agree with the previous reviewer who noted that this isn’t an AJAX book for beginners. It isn’t. I don’t think anyone claimed that it was. It’s a book for web application developers seeking to incorporate AJAX technology into web applications. I wouldn’t expect a book with that kind of scope to be appropriate for beginners. This one certainly isn’t, and I’m glad, having read enough beginner AJAX books that go over what an XmlHttpRequest is and explain some of the commonly used “stupid JavaScript tricks”, dropping the names of popular frameworks and toolkits along the way without really supplying much information about them.

Having said that: I’ve been seeking a book with the scope of this book for quite a while now. Not since Nicholas Zakas’ book “Professional JavaScript for Web Developers” (which I still highly recommend) has this kind of in-depth coverage of the inner workings of AJAX been offered up. Zakas’ book (only two years old) went into great detail about using Javascript to do all the cool things we now know as “AJAX”… without once using the word. (Two years ago the word “AJAX” hadn’t reached its present buzzword saturation level, if it had been used much at all.)

Hadlock revisits the technology now that AJAX and the various toolkits and frameworks supporting it (Dojo, script.aculo.us, Google Web Toolkit, etc.) have become commonplace. He doesn’t provide a tutorial on how to use a particular toolkit or framework; instead, he explains how you can write an “engine” of your own. He starts with a good intro to AJAX, including explanations of how to use both XML and JSON in the response, moves on to the basic principles of object-oriented JavaScript, and then provides examples of reusable JavaScript components to include in your own JavaScript/AJAX engine. Whether you’re seeking to reinvent the wheel and write such an engine yourself, or just have a hankering to understand how a toolkit like Dojo or script.aculo.us is constructed, this is great information. Where Zakas’ book was an all-encompassing head first dive into deep JavaScript, this book is a briefer but still quite thorough tutorial that gets to the critical information quickly.

The book also includes useful chapters on security and best practices.

Where the book is lacking is in its coverage of server-side interaction. While it concentrates on PHP, it provides some examples of connecting to ASP.NET and ColdFusion, but… there’s no mention whatsoever about Java/J2EE. (Ryan Asleson’s “Pro Ajax and Java Frameworks” does provide that very sort of information, covering Struts, Spring, and JSF.) Still, where this book shines is in its in-depth explanation of how JavaScript/AJAX toolkits work and how you build your own or extend existing ones. This is still the only book I’ve seen that even attempts to do that.

Leave a Comment

Name

Email

Website

Previous Post
«
Next Post
»


IMG_0233_DSC0010KochiIMG_2317.JPG_MG_0676