Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Active Server Pages 3 Developer's Guide

Active Server Pages 3 Developer's Guide

List Price: $39.99
Your Price:
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: Great book
Review: I don't understand why some of the above reviews on this book came out so poor. This book is one of the very few to show large and useful examples of ASP written in JavaScript (JScript). I found this book straight forward, and with direct application to what I, as a developer, needed to know.

To me this book spoke clearly. Not coming from a Microsoft server-side background I needed to get up to speed with ASP. I already knew JavaScript from client-side programming, but most of my server-side programming was done in Perl. I didn't really want to learn a new programming language, and this book took that idea and put it to work. I was able to leverage my knowledge and quickly become proficient at ASP. Most if not all of the features available to ASP are shown using JavaScript, and most things have associated code examples with them.

True, this book is geared for programmers wanting to write web applications. If you are not a programmer you WILL need to get additional references - the authors don't really waste anytime to teach you HTML, or server side scripts or how to program - but that is not what the book is about and the book's preface tells you this. The authors have also included two appendices that will get most programmers up to speed on JavaScript and VBScript.

In terms of organization the book spends the first couple of chapters motivating why ASP is a great development platform and what sets it aside from other technologies out there. From there you get immersed into the basic 5 objects (Request, Response, Application, Session and Server) that provide most of the functionality that you'll need to develop your apps. In my case this was enough to give me a working knowledge of ASP for many projects. Continuing sections show you how to incorporate ActiveX components into your projects, access the file system and access databases. Other chapters are devoted to web issues like application persistence, error handling and debugging. Lastly this book also sports chapters on some less frequently used (but powerful features) server-side includes (SSI) and access control (authentication). Three of chapters are dedicated to 'real world' type examples. One of them even shows you the code as most developers would initially write it, but then refactors it so that most of the code can be reused easily. This chapter provided great insight to me on how to take a web app and make it really easy to maintain.

I have looked for additional books on this topic, but none provides the breadth or depth for this one. GET IT.

Rating: 4 stars
Summary: Helpful javascript guide to asp for developers
Review: I found this book to be a well written guide addressed to an experienced developer who wants to learn ASP using Javascript (or jscript as microsoft calls it). The examples are of the right length and number.

Rating: 4 stars
Summary: Helpful javascript guide to asp for developers
Review: I found this book to be a well written guide addressed to an experienced developer who wants to learn ASP using Javascript (or jscript as microsoft calls it). The examples are of the right length and number.

Rating: 3 stars
Summary: Good material, but a little disconnected.
Review: I was excited when I got this book, I read the database portion with great interest but the problems began when the code is not written in vbscript, even on pages that specify vbscript. The code is full of erroneous mistakes. I have had to take out any code I trried to use and go to another book writers site for help. By the way, Wrox always has its authors where you can email them, I cant find the guys who wrote this, I suspect they are hideing out somewhere but I guess if my code was this messed up i would too. This book should be outlawed and these men should have to repay any money they made off it.

Rating: 3 stars
Summary: Not for beginners
Review: This book would fit you best if you already have the knowledge and skill of programming in ASP (VBScript and the ASP event model). As a WebDeveloper you need the knowledge of developing fully functional Web Applications and i think that this book will give you that knowledge.

Rating: 4 stars
Summary: Hate VB Like I Do?
Review: This is THE book to buy if you want to learn to write ASPs in Javascript. I have done much searching, and have found no other useful books on this subject. Zero. Sure there are some books that claim to cover Javascript on the back cover, but usually their code is limited to a few examples.

If you're planning to use VB, then there are probably better books out there for you. But if you want to learn to write ASPs in JavaScript, this book is extremely helpful. Though ASP objects are the same no matter what scripting language you use, there are subtle differences in the way you manipulate them. If you try to start coding ASPs in JavaScript from a text that uses Visual Basic, you will undoubtably suffer through a lot of frustrating trial and error.

This book starts with the basics, and works up to some complex examples like a BBS and an online catalog. The writing style is clear and to the point. The CD is no frills, but at least you get all the code. Needless to say, you should already be familiar with JavaScript before you tackle writing ASPs in JavaScript.

A final caveat: There are a number of typos in this book, including a nasty one on page 153 that mixes up the constants for reading and writing files. If not for this, I probably would have given it 5 stars.

Rating: 4 stars
Summary: Hate VB Like I Do?
Review: This is THE book to buy if you want to learn to write ASPs in Javascript. I have done much searching, and have found no other useful books on this subject. Zero. Sure there are some books that claim to cover Javascript on the back cover, but usually their code is limited to a few examples.

If you're planning to use VB, then there are probably better books out there for you. But if you want to learn to write ASPs in JavaScript, this book is extremely helpful. Though ASP objects are the same no matter what scripting language you use, there are subtle differences in the way you manipulate them. If you try to start coding ASPs in JavaScript from a text that uses Visual Basic, you will undoubtably suffer through a lot of frustrating trial and error.

This book starts with the basics, and works up to some complex examples like a BBS and an online catalog. The writing style is clear and to the point. The CD is no frills, but at least you get all the code. Needless to say, you should already be familiar with JavaScript before you tackle writing ASPs in JavaScript.

A final caveat: There are a number of typos in this book, including a nasty one on page 153 that mixes up the constants for reading and writing files. If not for this, I probably would have given it 5 stars.


<< 1 >>

© 2004, ReviewFocus or its affiliates