Foundation ASP for Dreamweaver 8

Rob Turnbull, Omar Elbaga

  • 出版商: Friends of Ed
  • 出版日期: 2006-01-27
  • 售價: $1,570
  • 貴賓價: 9.5$1,492
  • 語言: 英文
  • 頁數: 360
  • 裝訂: Paperback
  • ISBN: 1590595688
  • ISBN-13: 9781590595688
  • 相關分類: Dreamweaver
  • 海外代購書籍(需單獨結帳)

商品描述

Description

Do you want to learn about Microsoft's ASP and use it via Dreamweaver 8 to add the power of a database to your website? Use dynamic web forms to exchange data between you and your users? Build complete web applications? This book shows you how to do all that and more.

Dreamweaver 8 takes a lot of the hard work out of performing tasks such as integrating a database into your website, but it can't do everything. That's why this book not only shows you how to use all of Dreamweaver's functions, but also shows you how the underlying code functions, so you can then work around Dreamweaver's shortcomings. There's no attempt to turn you into a code guru, but you'll come away with sufficient knowledge of basic ASP to have the confidence to dive into the Dreamweaver code and tweak it to your own requirements. The emphasis is exclusively on ASP, so you don't waste any time on information that's not relevant to what you want to do.

Omar and Rob first take you through the latest version of Dreamweaver, and how ASP fits into it, then look in-depth at setting up your work environment – installing ASP, Access (and SQL Server), and the IIS web server, making sure they are all working together, and setting up a new web site via Dreamweaver. They then get to work, using several tutorials and real world examples, covering topics such as ASP Essentials (knowing what ASP code looks like,) working with forms, designing and implementing effective databases using Access and SQL Server, debugging and troubleshooting, and creating dynamic navigation, login, and search functionality.

In this book, you'll learn:

  • How to install and configure a testing environment using ASP, IIS, Dreamweaver 8, and SQL Server or Access
  • The fundamentals of the ASP language and good database design
  • How to use all the Dreamweaver 8 ASP server behaviors
  • The ins and outs of exchanging data between your users and your database using dynamic web forms
  • How to build complete ASP web applications, including a photo gallery and a blog

 

Table of Contents

  • Chapter 1: Dreamweaver and Dynamic Sites
  • Chapter 2: The Dreamweaver Environment
  • Chapter 3: A First Taste of ASP
  • Chapter 4: Databases
  • Chapter 5: Working with Forms
  • Chapter 6: Building a Random Quote Generator
  • Chapter 7: Completing the Quotes Administration System
  • Chapter 8: Restricting Access
  • Chapter 9: Creating a Blog
  • Chapter 10: Image Gallery