Buy Used
Used - Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
ASP Programming for the Absolute Beginner
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

ASP Programming for the Absolute Beginner [Illustrated] [Paperback]

John W. Gosney (Author)
3.2 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback, Illustrated --  

Book Description

1931841012 978-1931841016 July 15, 2002 1
If you are new to programming, want to learn, and want to have fun while you're at it, then this is the book for you. Teaching the major principles of programming in ASP with game programming examples, this user-friendly book is a truly unique learning tool. As you learn to program simple games with ASP, you will acquire the programming skills that you need for more serious applications and will learn how these skills can be put to use in real world scenarios.


Editorial Reviews

Amazon.com Review

Active Server Pages (ASP) is the standard way of doing server-side scripting under Microsoft Internet Information Server (IIS). ASP offers tight interaction with Microsoft database servers, and isn't as hard to learn as you might think. With a good book at your side--ASP Programming for the Absolute Beginner is one--you can expect to be doing simple ASP work within an hour, and elaborate projects within a few days of experimentation. Progress along the learning curve requires only an open mind and a bit of diligence, as well as some careful guidance from someone who knows both ASP and the requirements of its typical users.

As the title of this book implies, it's meant for someone who's just getting going with ASP, and who in fact has chosen ASP as their first programming language. For that reason, John Gosney doesn't just show how conditional statements are implemented in ASP; he also explains why you'd want a conditional statement in the first place. Readers also learn about related subjects, such as HTML form syntax. Not all the information is elementary: there are full tutorials on connecting to Active Data Objects (ADO) databases and formulating SQL queries. The approach seems to work nicely, on the logic that assuming too little is better than assuming too much. Most programmers will be able to learn all they need to know for most ASP projects from this book. --David Wall

Topics covered: All about Active Server Pages (ASP), from square one (installing IIS 5) to the intermediate level (connecting to databases, executing queries, and presenting nicely formatted results). With several example games, the author illustrates ASP syntax, control structures, interaction with HTML forms, and connectivity to back-end databases.

About the Author

John Gosney is currently the Director of Information Technology for the Indiana University School of Dentistry, and is also an adjunct instructor for the IU School of Liberal Arts on the Indianapolis campus. John has worked in both the publishing and pharmaceutical industries as an application developer, technical writer, and training consultant. John writes extensively on all facets of the IT arena, from market analysis and forecasts to guidebooks on a variety of topics. His most recently published titles with Course include "Blogging for Teens" (1592004768), "Convert Your VHS Home Movies to DVD" (1592004822) and "HTML Professional Projects" (159200055X). John received his B.A. in technical writing and psychobiology in 1992 from Purdue University and an M.A. in English from Butler University in 1996. John, who resides in Columbus, Indiana, enjoys sports, reading, listening to music, and spending time with his family.

Product Details

  • Paperback: 368 pages
  • Publisher: Course Technology PTR; 1 edition (July 15, 2002)
  • Language: English
  • ISBN-10: 1931841012
  • ISBN-13: 978-1931841016
  • Product Dimensions: 9.2 x 7.5 x 0.7 inches
  • Shipping Weight: 1.3 pounds
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,725,573 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (1)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.2 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 13 people found the following review helpful:
2.0 out of 5 stars Learn ASP --- THE HARD WAY, May 19, 2002
By 
"rmaloy" (New York, NY United States) - See all my reviews
This review is from: ASP Programming for the Absolute Beginner (Paperback)
Learn ASP -- the hard way: by acting as editor for premier press.

I bought this book because I am tired of the dummies/idiots/morons series' condescension, and found some solace in this book. However, the code is contradictory. The same line of code could be reprinted on three different pages and have three minor differences. Even the source included on the cd-rom is different than the book. To the "absolute beginner" these differences seem insignificant until you try to run the code and get only errors. I am learning ASP, but because I have to debug somebody else's code.

There are two great lessons from this book: 1) minor differences in code are crucial, 2) find a book that knows that.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 9 people found the following review helpful:
5.0 out of 5 stars Excellent if you have no programming background whatsoever!, December 28, 2001
By 
This review is from: ASP Programming for the Absolute Beginner (Paperback)
I'm taking a course and we were given the book SAMS "Teach Yourself E-Commerce Programming with ASP". Though I think that will be an excellent reference, I felt it made assumptions that I had some basic programming knowledge beforehand. I was struggling and kind'a lost. I went thorough every book on ASP on the bookstore shelf and I selected this one to help me out. I was looking for "Active Server Page Programming for Dummies, Second Edition". That book was out of stock and I selected Mr. Gosney's book. It's very clear with good exercises. It explains installing both IIS and Personal Web Server. It relates ASP with other apps like Front Page 2000. So far it the best, introductory book that I've found. One can pretty much learn without any additional instructional help.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 13 people found the following review helpful:
4.0 out of 5 stars Good introduction and need some improvement..., January 25, 2004
By 
Roath Kanel "Kanel" (Phnom Penh, Cambodia) - See all my reviews
This review is from: ASP Programming for the Absolute Beginner (Paperback)
I found this books is very helpful of the programmer who want to learn ASP from the beginner. However you need to know some concept from visual basic, html and some operation task in windows environment. The author explain very clearly and easy to understand. Anyway I found three point that should be change based on my experinece along with this books: 1) If you are install PWS from the windows 98se CD-ROM, it won't work. You need to find this solution from the following hyperlink to the install it successfully: http://support.microsoft.com/default.aspx?scid=kb;[LN];Q246081 the books didn't cover this problem. For windows 2000 it is fine. 2) The code published in the books is too small it made me very difficult to read. 3) The most of the example of the source code is based on the game. The sample code should be focus on the read example that the technology apply for such as the real task that we might face when we get a project on web development. Base on that 3 disadvantage is the reson that I give only 4 start. If there is a future release of this book, I hope this 3 point would be change.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
First Sentence:
In this chapter, you will Learn what ASP is and how it interacts with both Web servers and Web browser software. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
file being examined, fifth visitor, object form collection, date subtype, when this code, querystring collection, validation properties, asp code, counter component, linking component, asp extension, fifth record, staging platform, datasheet view, mail this letter, code processing, asp pages, hidden form fields, request object, default home page
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Century Gothic, Database Results Wizard, Comic Sans, Set Catalog, Personal Web Server, Microsoft Access, Internet Explorer, Fortune Teller, Fortune Wizard, Active Server Pages, Content Rotator, Bookman Old Style, Internet Information Server, Personal Web Manager, Data Source Administrator, Page Counter, Monotype Corsiva, Premier Press, Split Cells, Clothing Piece, Form Properties, Insert Table, Internet Information Services, The Clairvoyant Code, Variable Reference
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 2 books:
 
2 books cite this book:



What Other Items Do Customers Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject