* ISBN13: 9780321564085
* Condition: New
* Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed
0 de 0 votos han sido útiles para otras personas:
The book has more a learn by example approach than a basic theory of javascript flavor which you will appreciate if you want to write code right away. I took the book without any previous javascript and a little php previous experience, if you know the basics of HTML and previous programming experience you don't need many fundamentals to fill the gaps in the examples, the way javascript is organized is not difficult to grasp from the examples provided. The book is pretty useful if you have a previous web programming experience and you don't mind learning by example instead of knowing the basic philosophy of AJAX or javascript.
I found the style pretty easy to follow and the fact that they explain every line of every example particularly useful. A truly exceptional book in the subject and recommended if you have a clear idea of how HTML works with scripting.
The book leaves you in a good position to explore more in-depth AJAX books or to browse for examples in the web on how to do more complex stuff.
0 de 0 votos han sido útiles para otras personas:
This book is excellent for beginners learning javascripting language. it's great as it breaks the information down into digestible segments. making it easy to spend a lot of time on a particular chapter and absorbing the codes. i am a better designer than writing code and i think this book is great. thanks.
2 de 2 votos han sido útiles para otras personas:
I ordered the HTML, XHTML, CSS Visual QuickStart Guide some time ago and was very pleased. My web development skill grew exponentially, so naturally I chose peachpit press for JavaScript and PHP. The PHP book was pretty good, though I haven't done focused study yet because I want to learn JavaScript first. However, this JavaScript & Ajax book is just too vague. I went through the whole first part of building the bingo game and at the end, still didn't have a clear understanding of just about anything I did. How do you build a whole program and not know what's going on. This quickstart guide is too quick. I even typed the code by hand to reinforce the syntax in my mind. The book suggests the web counterpart to help you through, but in my experience the copy and paste technique doesn't help the information stick... does anyone remember why you were asked to take notes in high school? Apparently not. Anyway, I went with the JavaScript Bible instead. 1400+ pages and a full digital copy of the book on CD with extra content. In depth explanations of what the code means and when and why you should use it. The JavaScript quick guide may prove useful after I have a better understanding of JavaScript but I was disappointed with this book.
0 de 1 votos han sido útiles para otras personas:
Sometimes I can't determine which figure on the page contains what script. The examples/scripts are only labeled with a Figure number. It is frustrating.
0 de 0 votos han sido útiles para otras personas:
To begin with, this book is definitely not the best resource for people with limited programming experience, as the sections on the language itself are very thin. That being said, there is a lot of good information in the book about Javascript techniques, tackling a lot of needed tasks in managing a web page dynamically.
My big gripe about the book is that these folks need a big education on the KISS principle. The examples are unnecessarily complex. I found myself repeatedly aggravated at not being able to pick up a simple technique because the three lines of code I needed were buried somewhere in two pages of extraneous junk. For example, if I want to validate the contents of a form element, just show me the object structure, relevant functions, and properties to manipulate the element. Instead, I get functions to initialize the page and scan for all possible form elements on the page, then reset the onchange property for all the elements (or some specific subset thereof) to the function that will actually do the validation work. This kind of global page setup task is good to present in one or two examples, as a technique of its own. But it is very frustrating to the reader and wastes untold amounts of time when this irrelevant junk is included in every example. It's just page filler. Ultimately, I have found it much easier to find good examples on the Web than in the book. Within a couple of search links, I can almost always find a clear and concise example of what I need, something that doesn't seem to ever happen in this book.