Möchten Sie verkaufen? Hier verkaufen
ASP Programming for the Absolute Beginner
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

ASP Programming for the Absolute Beginner [Illustriert] [Englisch] [Taschenbuch]

John W. Gosney


Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Taschenbuch, Illustriert EUR 22,99  
Taschenbuch, Illustriert, 20. November 2001 --  

Produktinformation


Mehr über den Autor

John Gosney
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von John Gosney auf Amazon

Produktbeschreibungen

Amazon.co.uk

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 the results nicely formatted). With several example games, the author illustrates ASP syntax, control structures, interaction with HTML forms, and connectivity to back-end databases.

Amazon.com

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.


In diesem Buch (Mehr dazu)
Einleitungssatz
In this chapter, you will Learn what ASP is and how it interacts with both Web servers and Web browser software. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  5 Rezensionen
12 von 13 Kunden fanden die folgende Rezension hilfreich
Learn ASP --- THE HARD WAY 20. Mai 2002
Von "rmaloy" - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

7 von 9 Kunden fanden die folgende Rezension hilfreich
Excellent if you have no programming background whatsoever! 29. Dezember 2001
Von Dennis Hellawell - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.
9 von 13 Kunden fanden die folgende Rezension hilfreich
Good introduction and need some improvement... 26. Januar 2004
Von Roath Kanel - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar