See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
woodys-uk
Price: £35.85
In stock

14 used & new from £1.44

Have one to sell? Sell yours here
 
   
Essential ASP for Web Professionals (Essential Web professionals)
 
See larger image
 

Essential ASP for Web Professionals (Essential Web professionals) (Paperback)

by Elijah Lovejoy (Author)
3.2 out of 5 stars See all reviews (4 customer reviews)

Available from these sellers.


5 new from £22.49 9 used from £1.44

Product details

  • Paperback: 304 pages
  • Publisher: Prentice Hall (18 April 2001)
  • Language English
  • ISBN-10: 0130304999
  • ISBN-13: 978-0130304995
  • Product Dimensions: 22.9 x 15.2 x 2.1 cm
  • Average Customer Review: 3.2 out of 5 stars See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 770,862 in Books (See Bestsellers in Books)

    Popular in these categories:

    #79 in  Books > Computing & Internet > Programming > Languages > Java > Web Services
    #99 in  Books > Computing & Internet > Databases > Java & Databases
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Find Professionals
   www.find-professionals.co.uk    Search for UK Web Programmers Programmers Register for Free 
Web Based Job Vacancies
   www.totaljobs.com/IT    The latest Web jobs Find your next job at TotalJobs.com 
Web web
   www.Homestead.com    Build a website in minutes and get your business on the web. Try free. 
  
 

Product Description

Amazon.co.uk Review
Although half as long as other titles on the subject, Essential ASP for Web Professionals is probably just as valuable for getting started with ASP. Aimed at the beginning or intermediate Web developer, this is an extremely useful cookbook-style tutorial with examples that will help readers of all levels use ASP (and JavaScript) to create Web pages dynamically by concisely offering a series of simple, effective ASP examples. The full source code is included, along with extensive annotations and suggestions for extending the code in custom projects. This approach is ideal for anyone who appreciates a hands-on approach to learning.

The examples themselves are immediately practical. First off, a date-time script--and an example--gives out a random "tip of the day" read from a text file on the server. Then it's on to basic database programming with ADO and ASP. After a quick tour of database basics, readers learn some expert techniques for generating forms based on any database table without changing ASP code. (Not only will you be able to easily generate HTML forms on the fly, you'll also find out how to update databases from forms automatically, again without changing ASP code.) This flexible, "soft" approach to working with databases will help you write ASP code that's a lot easier to maintain.

The book culminates in a full-featured shopping-cart example for an e-commerce site. Techniques demonstrated include maintaining state with cookies. Throughout, the book does a fine job of showing how ASPs often work together to get the job done, instead of creating monolithic (and unmaintainable) scripts. For instance, the shopping-cart example uses no less than 11 ASP files. (A quick "site map" diagram shows the organisation.) Besides the basics, Essential ASP also offers a guide to some best practices, ensuring you'll learn the right way to do things as well as pick up the basics quickly.

Efficiently packaged, yet filled with some very useful code, this is a truly worthwhile tutorial for ASP development that's exactly what the busy Web professional needs to get started with this powerful standard. --Richard Dragan

Product Description

This concise, practical, example-rich guide teaches Web developers exactly what they need to know to achieve high-quality results with Microsoft's Active Server Pages and JavaScript -- immediately. Endorsed by the World Organization of Webmasters, Essential ASP for Web Professionals offers no-nonsense, practical coverage designed around real-world examples you can see working on a live sample site. Leading Web developer Elijah Lovejoy teaches Web developers exactly what they need to get up-and-running fast -- from the basics of embedding ASP code in HTML pages to full-blown application development. Essential ASP for Web Professionals walks you through these and other real-world examples: shopping carts, database applications, sending email from Web pages, creating guest books, and embedding variable information such as dates in Web pages. Every chapter includes practical overviews of relevant ASP and JavaScript features, reinforcing all that's been learned. Essential ASP for Web Professionals comes with a free web site that includes additional projects and solutions, downloadable code, images, additional in-depth explanations, and other valuable resources.



See all Product Description

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
 

 

Customer Reviews

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

 
20 of 22 people found the following review helpful:
5.0 out of 5 stars A no-nonsense book on ASP, 17 Nov 2001
By A Customer
If you are familiar with HTML and a bit of programming then the next logical step for you should be learning a web-language.

You mainly have 3 choices. ASP, PHP and JSP.

Choose PHP if you have a strong Unix background.
Choose JSP if you have a strong Java background.
Choose ASP in any other case.

And choose "Essential ASP for Web Professionals" because it is a great book, an IDEAL book for my own personal needs.

The stong points of the book are :
- ONLY JavaScript is used (NO VBScript)
- Practical, real-world examples.
- Complete implementation of a shoping cart

The only weak point I can think of is the use of MS Access as the Database system. But you can as well move on to Oracle or whatever else having used MS Access as a starting point.

Strong reccomendation for anyone out there wanting to learn how to create dynamic sites using ASP.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2.0 out of 5 stars Essential ASP...title perhaps a little misleading, 2 Feb 2005
By Mr. Robert Woolsey (UK) - See all my reviews
(REAL NAME)   
The book starts off well, but it lacks depth. If you are looking to expand your ASP then I would suggest a different book.

The thing that got me is that if you're looking for a specific functionality explanation, then you will quite often find items overlooked or little to no explanation given.

Great book if you need to get to grips with the basics, but from the content, I think the book title is a little misleading. I have recently learnt ASP and come from a commercial programming background which is perhaps why I found the book disappointing.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
0 of 1 people found the following review helpful:
3.0 out of 5 stars Starts off well..., 30 April 2003
By A Customer
The first two chapters of this book were fine. I understood the code used, and adapted it to do something different quite easily. The third chapter, where it gets to the actual database stuff, was not so useful, and this is where, for now, I have given up. The code suddenly became a great deal more involved - a simpler starting example would have been useful - and I found it impossible to adapt the code given to my purposes, as while the text explained what was going on in the code, it did not explain certain variables and what the other options would have been - ie how to adapt the code for a slightly different project.
While I could no doubt find the information I'm after on the internet, I would have expected it to be present in a book intended to teach.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

3.0 out of 5 stars Only ok
I have been able to get my ASP program up and running, but this book only really details the use of JavaScript with ASP. If you need VBScript don't buy this book. Read more
Published on 14 April 2003

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

Beauty without the Beast

Olay Regenerist Daily 3 Point Treatment Cream
From au naturel to party glam, we have all the best names in cosmetics and skincare.

Discover Beauty at Amazon.co.uk

 

Boys Smell

Lynx Africa Body Spray and After Shave Gift set
But we make sure they smell good...

Discover male grooming at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates