Active Server Pages 2.0 for Dummies

  Author:    Bill Hatfield, Bill Hatfield
  ISBN:    076450603X
  Sales Rank:    442447
  Published:    1999-08-25
  Publisher:    For Dummies
  # Pages:    378
  Binding:    Paperback
  Avg. Rating:    5.0 based on 72 reviews
  Used Offers:    36 from $1.98
  Amazon Price:    $22.49
  (Data above last updated:  2008-11-18 10:11:53 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Active Server Pages 2.0 for Dummies
  
Ready to create interactive Web pages? Then welcome to Active Server Pages For Dummies, 2nd Edition. In this guide, you'll see exactly what ASP is all about and how it works.

You may be a Web site or intranet developer for a company, or the owner of a personal or small business Web site, or a programmer who wants to get in on all the hot new technologies. In any case, you're always looking for ways to make your job easier and your Web site cooler. You probably

  • Know how to use Windows NT or Windows 95/98 and your web server software, at least well enough to get around.
  • Are familiar with HTML and have played around with some advanced tags.
  • Have had at least a little exposure to a scripting language like VBScript, JavaScript, Perl, or REXX.
  • Have worked with a macro language such as you'd find in a spreadsheet or other application.
  • Have actually done some programming in Java, Visual Basic, C, or COBOL.

But don't worry. To get the most out of this book, you don't have to be a programmer or an HTML guru. Active Server Pages makes activating your Web site easy.

In Active Server Pages For Dummies, you'll discover

  • What Active Server Pages is and how it fits into the world of CGI, ISAPI, ActiveX controls, and all the other Internet stuff that promises to make your Web site more exciting.
  • What you need to know about the programming languages.
  • How to use objects that are a part of your web server to get all sorts of information and to change the way things work.
  • How to access database information from a Web page.
  • What happens after you start to pull together the capabilities to create real Web applications.

Active Server Pages is easy. You've heard that said before, only to be overwhelmed with enough confusing gibberish to choke a camel. But with this guide, you can believe it.

Active Server Pages (ASP) is the best way to create dynamic Web sites--that is, Web sites based on the contents of a database--under Microsoft Internet Information Server (IIS) and other Microsoft Web platforms. Active Server Pages for Dummies proves that despite the initially intimidating appearance of some ASP code, the system isn't hard to learn and can be a lot of fun.

The book delivers a carefully structured introduction to ASP technology. The examples aren't all academic either--you'll find code (printed and on the companion CD-ROM) for a date-stamper, a banner-ad rotator, a guestbook, and even a near-real-time chat room and a system for managing classified ads.

Though this book includes sections on VBScript and JScript, you'll probably want to combine it with a language text if you lack familiarity with at least one of those languages. Still, the language material that's here serves as a good introduction to the basics and enables you to make sense of the scriptable ASP objects that make the technology so powerful.

Though this isn't an object reference, the author explains the capabilities of each major server component and provides example code that uses many of them. That's the strongest aspect of this book, in fact--the excellent example code you can learn from and adapt to your purposes. --David Wall

Topics covered: Basics of ASP, VBScript, JScript, the ASP object model, server components, database connectivity, Visual InterDev, and popular ASP applications.

                  Reader Reviews 1 - 12 of 12                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
07-02-04 3 5\5
(Hide Review...)  Easy read for experienced programmers
Reviewer Permalink
I have experience with PHP and Perl-based CGI programming. I needed to learn ASP in a hurry to get started on a new project. This book was suitable for my circumstance by providing an inexpensive, easy-to-read introduction to ASP.

If you are already familiar with some form of web-based programming (knowing Visual Basic also helps), this is a great way to get started quick with ASP. It provides a clear, concise explanation of the essential ASP classes (Session, Request, Response, redirecting, etc.)

If you are a beginner and know nearly nothing about creating dynamic web pages, there is a steep learning curve. I would also recommend getting Sam's Teach Yourself Visual Basic .NET if you are unfamiliar with Visual Basic programming, because there is a lot of VB in ASP.

"ASP for Dummies" does not cover .NET, but that is not really important, especially if you already have another reference book such as for Visual Basic .NET. ASP is well structured and I doubt there will ever be much urgency to change your code for .NET. For those of you unfamiliar with .NET, it is a series of classes and methodology that sometimes can make your programming easier.

The cheap shots at humor could make this book annoying at times, but it does put you at ease while you're learning. The style of this book may also be inadequate if you intend to use it for reference alone.

(Review Data Last Updated: 2008-11-18 10:15:17 EST)
07-01-04 3 5\5
(Hide Review...)  Easy read for experienced programmers
Reviewer Permalink
I have experience with PHP and Perl-based CGI programming. I needed to learn ASP in a hurry to get started on a new project. This book was suitable for my circumstance by providing an inexpensive, easy-to-read introduction to ASP.

If you are already familiar with some form of web-based programming (knowing Visual Basic also helps), this is a great way to get started quick with ASP. It provides a clear, concise explanation of the essential ASP classes (Session, Request, Response, redirecting, etc.)

If you are a beginner and know nearly nothing about creating dynamic web pages, there is a steep learning curve. I would also recommend getting Sam's Teach Yourself Visual Basic .NET if you are unfamiliar with Visual Basic programming, because there is a lot of VB in ASP.

"ASP for Dummies" does not cover .NET, but that is not really important, especially if you already have another reference book such as for Visual Basic .NET. ASP is well structured and I doubt there will ever be much urgency to change your code for .NET. For those of you unfamiliar with .NET, it is a series of classes and methodology that sometimes can make your programming easier.

The cheap shots at humor could make this book annoying at times, but it does put you at ease while you're learning. The style of this book may also be inadequate if you intend to use it for reference alone.

(Review Data Last Updated: 2007-04-11 09:32:02 EST)
03-20-04 1 1\5
(Hide Review...)  Get with the times
Reviewer Permalink
For those who don't want to be dragged into the new .net world. There is still asp...however, 2.0 is the old version, at least get 3.0
(Review Data Last Updated: 2008-02-14 02:41:40 EST)
02-01-04 5 (NA)
(Hide Review...)  good for beginners
Reviewer Permalink
A good book for beginners.

I bought this book without any previous knowledge of ASP and it has been a great help to me.
In the first part of the book, it discusses the code and gives examples for almost all of it.
In the second part, it uses nearly all the code discussed in real world examples - which is really necessary if you want to throughly understand how the code is used or could be used.

Once or twice I ran into a very minor piece of code that was not addressed.
The unexplained code was not very vital, although I still would have appreciated an explanation.
However, this was the only issue I can think of.

As a rule, the "For Dummies" books give a lighthearted approach to subjects and this book is no exception.
It presents its material with a great balance of instruction and humor.

Shortly - If you do not have any previous knowledge of ASP, then this is the book for you.
It is well worth it.

(Review Data Last Updated: 2008-02-14 02:41:40 EST)
01-31-04 5 (NA)
(Hide Review...)  good for beginners
Reviewer Permalink
A good book for beginners.

I bought this book without any previous knowledge of ASP and it has been a great help to me.
In the first part of the book, it discusses the code and gives examples for almost all of it.
In the second part, it uses nearly all the code discussed in real world examples - which is really necessary if you want to throughly understand how the code is used or could be used.

Once or twice I ran into a very minor piece of code that was not addressed.
The unexplained code was not very vital, although I still would have appreciated an explanation.
However, this was the only issue I can think of.

As a rule, the "For Dummies" books give a lighthearted approach to subjects and this book is no exception.
It presents its material with a great balance of instruction and humor.

Shortly - If you do not have any previous knowledge of ASP, then this is the book for you.
It is well worth it.

(Review Data Last Updated: 2006-07-07 09:31:57 EST)
11-17-02 5 (NA)
(Hide Review...)  This is 'THE' Book
Reviewer Permalink
I think you can develop almost every type of web application using this book. It is perfect for starters and intermidiate level programmers. I run a software development house and this was in fact the book that opened different spectrums for me and I felt very easy with proramming after that.
(Review Data Last Updated: 2008-02-14 02:41:40 EST)
10-11-02 5 (NA)
(Hide Review...)  Navigating & judging
Reviewer Permalink
Firstly, I needed to know what is involved with Active Server Pages. What do I buy? How do I use the computer? Etc. This book answered my questions, in a nice humourous style.

Secondly, I needed to know how to think about ASP. This book helped me there too - at least for beginners. If you are a Web technology pro, forget this book. And why are you looking at a Dummines book??

Thirdly, I'm a great believer in "having a go". This book provides examples apt for an appropriate exercise at the "dummies" level.

My complaint is more a recognition of the fact that I have progressed with ASP. There is much more involved with ASP than what this book touches on. I find this book assumes that I have some intelligence to work this out for myself.

If you are new to computers, I advise you get other books to help you with this topic. Successfully explaining Active Server Pages is reliant on the reader being relatively familiar with computers, the Net, and the development mindset and culture. The latter two are the keys to securing a measure of success with ASP.

I doubt I can write a review that is precision tuned with your situation. That said, if your gut instinct is that you need the treatment of the "Dummies" brand, buy this book. Here is a brainy reason why you'll likely need the "Dummines" book as well as another: It appears impossible to train yourself on ASP with one book alone.

(Review Data Last Updated: 2008-02-14 02:41:40 EST)
06-26-02 4 (NA)
(Hide Review...)  Excellent Starter Book
Reviewer Permalink
The only problem with this book is IIS and PWS can be difficult to install making for a good amount of preparation before using the examples.

Otherwise, it's an excellent primer, with plenty of simple examples to mess with. I use a free ...site that lets me upload .asp pages, edit and view them without even needing PWS or IIS. Eventually I'll hook up PWS or IIS, when I have security set up higher. But this is a really good learning tool. Kudos to the author.

(Review Data Last Updated: 2008-02-14 02:41:40 EST)
12-09-01 5 (NA)
(Hide Review...)  Superb for Beginners.
Reviewer Permalink
Well worth getting as your first ASP book.
(Review Data Last Updated: 2006-07-07 09:31:57 EST)
10-20-01 5 (NA)
(Hide Review...)  Great Reference
Reviewer Permalink
This book is a great reference for Active Server Pages. It will get even a novice programmer started and is clear and to the point.
(Review Data Last Updated: 2006-07-07 09:31:57 EST)
09-06-01 5 1\1
(Hide Review...)  A very short review
Reviewer Permalink
Active Server Pages for Dummies by Bill Hatfield. This book is, as I see it, an absolute must for anybody who wants to learn the basics of ASP. This book certainly helped me when I first started.
It takes you through a world of programming, but not in a technically difficult way, instead, Bill Hatfield uses a lot of humour to explain different concepts. This is the one book you need if you want to learn ASP. (Afterwards I recommend Wrox books)
(Review Data Last Updated: 2006-07-07 09:31:57 EST)
08-07-01 3 2\2
(Hide Review...)  Good overview of ASP
Reviewer Permalink
This book is a good overview of ASP. There isn't enough detail in it to make it specificly useful to what ever project you want to work on, but it is a good start. If you have no prior experiance with ASP, like I did, this book would be a good place to start.

Active Server Pages for dummies gives you enough of an introduction to the technology that after you read it, you should know what you need to look for to get the job done. You will have to go to other sources for more in depth coverage, but at least you have an idea about what's going on when you do. The book also comes with a pretty good list of online resources to go to for help.

I gave this book 3 out of 5 stars based on the coverage of the topic. If I had considered the price as well I would have given it a 4 or 4-1/2. This book is cheap (< [$]). I would recomend it for people who know nothing about ASP, but who have experiance with other web technolgies. This book would be useless to anyone who has worked with ASP already.

(Review Data Last Updated: 2006-07-07 09:31:57 EST)
  
                  Reader Reviews 1 - 12 of 12                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)