Publishers of technology books, eBooks, and videos for creative people

Home > Store

ColdFusion MX Web Application Construction Kit, 5th Edition

Register your product to gain access to bonus material or receive a coupon.

ColdFusion MX Web Application Construction Kit, 5th Edition

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • NEW - Detailed coverage of the new ColdFusion MX development environment and debugging tools.
    • Helps students become comfortable with the new ColdFusion MX toolset, whether or not they have used previous versions of ColdFusion.

  • NEW - Updated projects that illuminate ColdFusion MX enhancements to performance, scalability, and security.
    • Gives students hands-on practice with the ColdFusion MX enhancements that offer the greatest power and productivity.

  • NEW - Detailed coverage of ColdFusion's improved XML, J2EE, and .NET integration support.
    • Helps students integrate ColdFusion MX applications with the broader IT environment, which increasingly utilizes XML, J2EE, and/or .NET technologies.

  • Coverage of the entire application lifecycle—Covers Web application design, programming, debugging, and deployment—even development methodologies.
    • Shows students how to use ColdFusion MX at all phases of the development process, and prepares them to take responsibility for any portion of the process.

  • Full chapter on application usability—Offers detailed guidance on building more usable applications with ColdFusion MX.
    • Helps students respond to the growing recognition that easy, highly-usable Web applications will be more successful.

  • Extensive coverage of advanced techniques—Includes full chapters on working with stored procedures, error handling, generating non-HTML content, full-text searching, event scheduling, and more.
    • Helps students go far beyond the basics to build the highly sophisticated applications the marketplace now demands.

  • CD-ROM with evaluation versions of ColdFusion MX Web Application Server and ColdFusion MX Studio, plus all source code, databases, and other resources—Provides all the software students need to get started.
    • Students can begin building sophisticated ColdFusion MX applications without investing in software, or rekeying code examples.

Description

  • Copyright 2003
  • Edition: 5th
  • Book
  • ISBN-10: 0-321-12516-9
  • ISBN-13: 978-0-321-12516-3

If you're looking to create real-world applications that solve real-world problems using ColdFusion MX as your tool, there's no better place to start than with The ColdFusion MX Web Application Construction Kit. Serving as both tutorial and reference, this all-in-one kit provides everything you need to begin creating Internet-based applications--including evaluation and developer versions of ColdFusion MX and its development environment.

Building on the tried-and-true formula of the four best-selling previous editions--but using lessons geared toward creating the next generation of Web projects--veteran author Ben Forta moves from the fundamentals of Web and database design to more complex topics like creating data-driven pages, implementing security mechanisms, and building complete applications. In the process, he covers new features in ColdFusion MX: a J2EE-based engine, a new development environment, additional debugging tools, Flash integration, business charting, XML manipulation, and more. Whether you're a recent ColdFusion convert or an old hand who's ready to learn some new tricks and best practices, you'll find answers to all your questions in the definitive and standard developer's reference--The ColdFusion MX Web Application Construction Kit.

Downloads

Downloads

Click below for Electronic Chapter(s) related to this title:

SIT files
Chapter 24

Chapter 30

Chapter 32

Chapter 33

Chapter 35

INDEX

ZIP files
Chapter 24

Chapter 30

Chapter 32

Chapter 33

Chapter 35

INDEX

Sample Content

Online Sample Chapter

Introducing ColdFusion

Table of Contents



Introduction.

I. GETTING STARTED.

1. Introducing ColdFusion MX.

The Basics. Understanding ColdFusion. ColdFusion Explained. Powered by ColdFusion.

2. Building the Databases.

Database Fundamentals. Using a Database. Understanding Relational Databases. Understanding the Various Types of Database Applications. Building the OWS Database Tables.

3. Accessing the ColdFusion Administrator.

Logging In to (and Out of) the ColdFusion Administrator. Using the ColdFusion Administrator.

4. Previewing ColdFusion.

Preparing to Learn ColdFusion. Using Dreamweaver MX Code Generation. Treating It Yourself.

5. Introducing SQL.

Understanding Data Sources. Preparing to Write SQL Queries. Creating Queries. Sorting Query Results. Filtering Data.

6. SQL Data Manipulation.

Adding Data. Modifying Data. Deleting Data.

7. Introducing Macromedia Dreamweaver MX.

Dreamweaver MX Overview. Getting Help. The Dreamweaver Workspace. Code Editing. Design Tools. Customizing Dreamweaver.

II. USING COLDFUSION.

8. Using ColdFusion.

Working with Templates. Using Functions. Using Variables. Working with Expressions. Using ColdFusion Data Types. Commenting Your Code.

9. CFML Basics.

Working with Conditional Processing. Using Looping. Reusing Code. Revisiting Variables.

10. Creating Data-Driven Pages.

Accessing Databases. Displaying Database Query Results. Using Query Variables. Grouping Result Output. Using Data Drill-Down. Debugging Dynamic Database Queries.

11. ColdFusion Forms.

Using Forms. Creating Forms. Processing Form Submissions. Creating Dynamic SQL Statements. Building Truly Dynamic Statements. Creating Dynamic Search Screens.

12. Form Data Validation.

Understanding Form Validation. Using Server-Side Validation. Using Client-Side Validation. Putting It All Together.

13. Using Forms to Add or Change Data.

Adding Data with ColdFusion. Introducing <CFINSERT>. Updating Data with ColdFusion. Introducing <CFUPDATE>. Deleting Data with ColdFusion. Reusing Forms. Creating a Complete Application.

14. Debugging and Troubleshooting.

Troubleshooting ColdFusion Applications. Using the ColdFusion Debugging Options. Using the ColdFusion Log Files. Preventing Problems.

III. BUILDING COLDFUSION APPLICATIONS.

15. Planning an Application.

Getting Started on Your Application. Planning the Process. While You Are Working.

16. Introducing the Web Application Framework.

Using Application.cfm. Customizing the Look of Error Messages. Using Application Variables. Using Locks to Protect Against Race Conditions. Application Variable Timeouts.

17. Working with Sessions.

Addressing the Web's Statelessness. Using Cookies to Remember Preferences. Using Client Variables. Using Session Variables. Locking Revisited.

18. Securing Your Applications.

Options for Securing Your Applications. Using ColdFusion to Control Access. Using Session Variables for Authentication.

19. Building User-Defined Functions.

Thinking About Extending CFML. Functions Turn Input into Output. Building Your First UDF. Creating Libraries of Related UDFs. Creating General-Purpose UDFs. Sharing UDF Libraries with Others.

20. Building Reusable Components.

Easy, Powerful Extensibility. Introducing CFML Custom Tags. How to Use Custom Tags. Controlling Template Locations with <CFMODULE>. Writing Custom Tags That Display Information. Custom Tags That Process Data. Custom Tags That Encapsulate Business Rules. Custom Tags for General-Purpose Use. Additional Custom Tag Topics. Introducing ColdFusion Components. Your First CFC. A More Complete CFC. Components That Hold Instance Data. Learning More About CFCs.

21. Improving the User Experience.

Usability Considerations. Remembering Settings. Creating Next-N Records Interfaces. Returning page Output Right Away with <CFFLUSH>.

22. Improving Performance.

Options in the ColdFusion Administrator. Improving Query Performance with Caching. Caching Page Output. Controlling Whitespace.

23. Integrating with Macromedia Flash.

Flash Integration Concepts. Your First Flash Movie. Using Flash Remoting. Working with Record Sets in Flash. Calling CFC Methods from Flash. Other Cool Flash Remoting Features.

24. Enhancing Forms with Client-Side Java.
25. Graphing.

Charting and Graphing Features. Building Simple Charts. Creating Sophisticated Charts. Additional Charting Topics.

26. Interacting with Email.

Sending Email from ColdFusion. Retrieving Email with ColdFusion.

27. Online Commerce.

Building Ecommerce Sites. Creating Storefronts. Creating Shopping Carts. Payment Processing. Other Commerce-Related Tasks.

IV. ENHANCING FORMS WITH CLIENT-SIDE JAVA.

28. ColdFusion Server Configuration.

The ColdFusion Administrator. Server Settings. Data & Services. Debugging & Logging. Extensions. Security.

29. More About SQL and Queries.

Advanced SQL Topics. Additional <CFQUERY> Topics. Using Database Transactions.

30. Working with Stored Procedures.
31. Error Handling.

Catching Errors as They Occur. Throwing and Catching Your Own Errors.

32. Generating Non-HTML Content.
33. Interacting With the Operating System.
34. Full-Text Searching.

Getting to Know Verity. Creating a Search Tool for Your Documents. Indexing SQL Data. Maintaining Collections. Administrating Collections with <CFCOLLECTION>. Expanding Verity's Power. Understanding Verity's Search Syntax. Spidering Your Local Documents.

35. Event Scheduling.
36. Managing Your Code.

Coding Standards. Documentation. Version Control.

37. Development Methodologies.

Why Use a Development Methodology? Fusebox. Other Methodologies and Frameworks. Issues to Consider with All Development Methodologies. Conclusions.

V. APPENDICES.

A. Installing ColdFusion MX, Dreamweaver MX, and the Sample Files.

Introduction. ColdFusion MX. Dreamweaver MX. Samples & Data Files.

B. ColdFusion Tag Reference.

Tag Groups by Function. Alphabetical List of ColdFusion Tags.

C. ColdFusion Function Reference.

Functions by Topic. Alphabetical List of ColdFusion Functions.

D. Special ColdFusion Variables and Result Codes.

Special ColdFusion Variables and Result Codes.

E. Verity Search Language.

Using Angle Brackets Around Operators. Operators Are Not Case Sensitive. Using Prefix Instead of Infix Notation. Searching for Special Characters as Literals. Understanding Concept Operators. Understanding Evidence Operators. Understanding Proximity Operators. Understanding Relational Operators. Understanding Search Modifiers. Understanding Score Operators.

F. ColdFusion MX Directory Structure.
G. Sample Application Data Files.
Index.

Updates

Errata


Errata for ColdFusion® MX Web Application Construction Kit, Fifth Edition


On page 442, the example at the bottom of the page to enable session management using the Application.cfm file shows:

<!--- Name application and enable Session and Applicaiton variables ---> <!CFAPPLICATION NAME="OrangeWhipSite" SESSIONMANAGMENT="Yes">

And should be:

<!!--- Name application and enable Session and Applicaiton variables ---> <!CFAPPLICATION NAME="OrangeWhipSite" SESSIONMANAGEMENT="Yes">

error: SESSIONMANAGEMENT, not SESSIONMANAGMENT


CD-ROM fixes

Click below to download the CD files for ColdFusion MX Web Application Construction Kit:
Lesson Files

Submit Errata

More Information

Peachpit Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Peachpit and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Peachpit products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email ask@peachpit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.peachpit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020