did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780735713208

Macromedia Dreamweaver MX 2004 Web Application Recipes

by ;
  • ISBN13:

    9780735713208

  • ISBN10:

    0735713200

  • Format: Paperback
  • Copyright: 2004-01-01
  • Publisher: New Riders Press
  • Purchase Benefits
  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $49.99

Summary

Why reinvent the wheel every time you design a new Web site? With this book, you don't have to. By providing real-world recipes for building dynamic Web applications using Dreamweaver with ASP, ColdFusion, or PHP, this book shows you how to save time and money while focusing on the things that make your site unique. In these pages, a trio of Dreamweaver experts provides reusable recipes for User Login, Employee Lookup, Conference Room Scheduler, Survey Builder, In/Out Board, Time Card, Journal, and E-Mail Merge. Included are thorough explanations of all of Dreamweaver MX 2004's new features: dynamic cross-browser validation, improved CSS support, built-in graphics editing, secure FTP, tighter integration with other Macromedia tools, enhanced coding tools, and more. Each recipe includes discussions of application structure, database components, data binding concerns, and application-specific issues. The end result is a collection of recipes for Dreamweaver success that you'll find yourself using again and again.

Table of Contents

Introduction
Starters: Fundamental Elements Of Web Applications
Basic Principles of Data Source Design
How Web Applications Work
Application Server Technologies Overview
Types of Data Sources
Structuring Your Data
Connecting to Data Sources
Setting Up ColdFusion Connections
Connecting to a MySQL Data Source for PHP
Preparing SQL Statements
Building Applications in Dreamweaver Workspace
Working in the Workspace
Main Course: Intranet Web Applications
User Login
Ingredients
Prep Work
End User Recipe: User Login
End User Recipe: New User Registration
End User Recipe: Personalizing and Protecting Pages
End User Recipe: Conditional Display
End User Recipe: Editing the User Profile
End User Recipe: Emailing Passwords
Administrator Recipe: Managing Users
Administrator Recipe: Modifying User Profiles
Administrator Recipe: Viewing User Statistics
Employee Lookup
Ingredients
Prep Work
End User Recipe: Employee Search
End User Recipe: Employee Advanced Search
End User Recipe: Employee Results
End User Recipe: Employee Details
End User Recipe: Update Employee
Administrator Recipe: New Job
Administrator Recipe: New Employee
Conference Room Scheduler
Ingredients
Prep Work
End User Recipe: Meeting Request
For PHP
End User Recipe: Meeting Conflict
End User Recipe: Meeting Details
End User Recipe: Edit Meeting Request
End User Recipe: Search for Existing Meeting
End User Recipe: Meeting Results
Administrator Recipe: Add Conference Room
Administrator Recipe: Edit Conference Room
In/Out Dashboard
Ingredients
Prep Work
End User Recipe: Dashboard
End User Recipe: Update Status
Administrator Recipe: Manage Announcements
Administrator Recipe: Add Announcements
Main Course: Workgroup Web Applications
Survey Builder
Ingredients
Prep Work
Administrator Recipe: Create Survey
Administrator Recipe: Add Survey Questions
Administrator Recipe: Survey Manager
Administrator Recipe: Edit Survey
Administrator Recipe: Edit Survey Questions
Administrator Recipe: Launch Survey
Administrator Recipe: Survey Statistics
End User Recipe: Taking the Survey
End User Recipe: Survey Completed
End User Recipe: Survey Offline
Time Cards
Ingredients
Prep Work
Recipe Overview: Data Source Tables and Queries
Administrator Recipe: Add Job Code
Administrator Recipe: Add Project
Recipe: Administrator/End-User Recipe: Project Summary
End-User Recipe: Add Time Card
Administrator Recipe: Hours Breakdown
Administrator Recipe: Task Detail
Administrator Recipe: Task Update
Administrator Recipe: View Time Cards
Journal
Ingredients
Prep Work
Administrator Recipe: Manage Journal
Administrator Recipe: New Journal
Administrator Recipe: Edit Journal
User Recipe: View Journal
User Recipe: Journal Publisher
User Recipe: Journal Editor
User Recipe: Journal Archive
Mail Merge
Ingredients
Prep Work
End User Recipe: Search Users
End User Recipe: Mai
Table of Contents provided by Publisher. All Rights Reserved.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Excerpts

= 0) {slash = '\\';} else {slash = '/';}openLoc = figLoc.substring(0, figLoc.lastIndexOf(slash) + 1);while (pPage.substring(0,3) == '../') {openLoc = openLoc.substring(0, openLoc.lastIndexOf(slash, openLoc.length - 2)+ 1);pPage = pPage.substring(3, pPage.length + 1);}popUpWin =window.open('','popWin','resizable=1,scrollbars=1,location=0,toolbar=0,width=525,height=394');figDoc = popUpWin.document;zhtm= ' ' + pPage + ' ';zhtm += ' ';zhtm += ' ';zhtm += ' ';zhtm += '' + pPage.substring(pPage.lastIndexOf('/') + 1, pPage.length) + '';zhtm += ' ';figDoc.write(zhtm);figDoc.close();}// modified 3.1.99 RWE v4.1 --> Introduction IntroductionThe transition from static Web page designer to data-driven Web application developer is a daunting one. Designers in this position might consider themselves strangers in a strange land. Not only are the natives speaking a different language (or worse, languages), but they also appear to have come from an entirely separate culture. Where in this world, designers ask, do I start?We createdMacromediaDreamweaver MX 2004 Web Application Recipes, in part, to answer just that question. Inside this book, you'll find eight full-featured, professional-grade Web applications explained step-by-step. Best of all, we make it possible for you to build the applications as you learn. This feature serves two goals. First, in our experience, people learn best by doing, and they retain the gained knowledge even longer when they're doing something meaningful.This brings us to our second goal: providing solutions. Beginning developers often find themselves in a sink-or-swim situation where they need to produce workable Web applications in a relatively short time. The Web applications included in this book are rooted in the real world and are suitable for small- to medium-sized organizations. They're real working applications that you can use today; they're not just make-work tutorials.Another over-arching purpose of this book is to help you get the most out of Dreamweaver. The latest version of Dreamweaver is a powerful professional Web authoring tool that can create the full range of static and dynamic Web sites. Right out of the box, Dreamweaver gives you the tools to fashion a wide range of Web applications without ever looking at, much less enhancing, the code. However, the point-and-click approach will only take you so far and, sooner than later, you'll need to work on the code level to get the desired results.MacromediaDreamweaver MX 2004 Web Application Recipesis--like Web applications themselves--a blend of design and code, with every step along the way explained so that you understand not just what to do, but why you're doing it.

Rewards Program