|
|
23 of 27 people found the following review helpful:
5.0 out of 5 stars
Remember that this book is not a programmer's reference, March 4, 2001
I am the author of this book, and after talking with some of the negative reviewers have determined that they disliked the book because they thought it would be a programmer's reference to the controls. That is not what this book is.The book is segmented into two parts: Part I explains the capabilities and design of each control, along with code examples showing how to accomplish the most basic taks with the control (e.g. putting data into them, simple formatting, etc.); Part II covers a number of solutions written with the controls, showing the reader how to program the controls in a specific context to accomplish specific tasks. The solutions presented in this section were the same scenarios we used to inform the design of the controls. So while this book does contain information on writing script code against the controls, it is organized *topically*, and does not provide a general reference to the entire programming model. It is intended for readers who are not familiar with the components, and need a roadmap into their rather large and daunting programming model. This book is also for people who have some understanding of the controls, but then need help in understanding how to accomplish a common task (e.g. producing a chart GIF on the server, feeding real-time data to the chart, or posting the contents of the Spreadsheet to a server page). So if you are asking the questions, "what are these controls and what can they do?", or "how do I use them to make some particular solution?" then this book is for you. If you are asking "what are all the valid values for a given parameter in some particular method call?" then this book is not for you. I hope that these comments will make the nature of this book more apparent so you may decide if this book will help you or not. -dave stearns
|