Sams Teach Yourself ColdFusion in 21 Days

Sams Teach Yourself ColdFusion in 21 Days

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Sams Teach Yourself ColdFusion in 21 Days quickly empowers you to create your own dynamic database-driven Web applications using Allaire's ColdFusion. Using client-proven methods, and the success of his popular ColdFusion tutorial for Wired, expert author Charles Mohnike provides you with an understanding of the ColdFusion Server and guides you through the use of the ColdFusion Studio, enabling you to create your own ColdFusion applications quickly and easily. Topics such as installing and configuring the ColdFusion Server, working with the ColdFusion Studio, working with SQL, optimizing your datasource, understanding templates and ColdFusion Markup Language (CFML), using ColdFusion tags, manipulating data, creating e-commerce solutions with ColdFusion, and debugging ColdFusion applications.

Table of Contents:
Introduction. WEEK 1. AT A GLANCE. 1. Introducing ColdFusion. What Is ColdFusion? Exploring a Sample ColdFusion Application. Why Should I Use ColdFusion? Database-Driven Sites. Ready for Business. Data Collection. Better Than CGI. Custom Applications. Dynamic Page Generation. Understanding Clients and Servers. How ColdFusion Works Within the Client/Server Relationship. Tag Processing. Database Connectivity. Summary. Q&A. Workshop. Quiz. Exercises. 2. Anatomy of a ColdFusion Application. Connecting Your Database to the Web. Understanding Tables. The Fields. The Rows. The Key. Cross-Referencing Data. The Datasource and ODBC. Exploring the ColdFusion Template. The Query. HTML Markup. The Output. Exploring the Relationship Between Query and Output. Using URL Variables to Select Output. Summary. Q&A. Workshop. Quiz. Exercises. 3. Setting Up ColdFusion and Defining a Datasource. Deciding What to Buy or Not to Buy. Questions to Ask a Potential ColdFusion Provider. ColdFusion Version. Number of Datasources Supported. Updating Datasources. Where to Put Your Database. Exploring ColdFusion Server Varieties. Professional Edition Compatibility. Enterprise Edition Compatibility. Installing ColdFusion Server on Windows Platforms. Installing ColdFusion Server on UNIX-Based Platforms. Verifying Server Setup. Understanding the ColdFusion Administrator. Server Options. Datasource Options and Setup. Datasource Name. ODBC Driver. Description. Database File. Verifying a Datasource. Logging Options. Automated Tasks. Extensions Options. Other Options. Starting and Stopping ColdFusion Service. Summary. Q&A. Workshop. Quiz. Exercises. 4. Building a Database and Organizing Data. Database Software Supported by ColdFusion. ColdFusion as a Database-to-Web Gateway. ODBC. Creating a Data Map. Introducing Data Relationships. Designing the Database. Defining Fields. Data Types. The Importance of Keys. Creating Data Relationships. Table and Database Security. Table Permissions. Writing Data into a Database. The Input Form. Importing Data. Web Input. Summary. Q&A. Workshop. Quiz. Exercises. 5. Finding the Data You Need: An Introduction to Queries and SQL. Examining the ColdFusion Query. Exploring the Basics of the SELECT Statement. Qualifying a SELECT Statement with Conditions. Relational Operators. Logical Operators. Using the IN and BETWEEN Operators. Using LIKE. Sorting and Evaluating Query Results. Ordering Output with ORDER BY. Checking For Duplicates with DISTINCT. Summary. Q&A. Workshop. Quiz. Exercises. 6. Creating Your First Web Application. Defining a Sample Application. Examining the Database. Creating and Sharing Folders. Setting Up the Datasource. Constructing Your First Templates. The Query. The Header. The Output Section. The Footer Section. Viewing the Index Template. Basic Troubleshooting. Creating the Second Template Page. The Query. The Header and Output Sections. The Footer. Viewing the Details Template. Summary. Q&A. Workshop. Quiz. Exercises. 7. Changing the Contents of a Database with ColdFusion. Defining a Sample Application. Introducing CFINSERT and CFUPDATE. Understanding Web Forms. Creating an Input Form to Insert Data. The Query. The Header. The Form. Testing the Template. Creating the Insert Page. The Insert. The Body and Footer. Creating the Edit Interface. Creating a Form to Edit Existing Data. The Query. The Header and Form Sections. Creating the Update Page. Troubleshooting Insert and Update Operations. Summary. Q&A. Workshop. Quiz. Exercises. WEEK 1. IN REVIEW. WEEK 2. AT A GLANCE. 8. Understanding ColdFusion Studio. Introducing ColdFusion Studio. Installing Studio. Studio Components. Editing Components. Resource Components. Accessing Remote Servers. Defining a Local or Remote Server. Viewing Files or Datasources in the Resources Area. Working with the Editor. Edit View. Browse View. Design View. Studios Helping Hand. Tag Tools. The Table Wizard. The Frame Wizard. The SQL Builder. Configuring Studio for Your Work. Studios Help and Reference Functions. Summary. Q&A. Workshop. Quiz. Exercises. 9. Enhancing Your Applications with Variables and If-Then Statements. Defining a Sample Application. Introducing the CFIF Tag. The CFELSE Tag. Creating an Application with CFIF. The Password-Check Page. The Insert Page. The Query. Using Variable Scopes. The CFIF Statement. Defining Variables with CFSET. Creating the Counting Mechanism. Summary. Q&A. Workshop. Quiz. Exercises. 10. Enhancing Output with Tables and Groups. Understanding CFTABLE. Creating Output Tables with CFTABLE. CFTABLE in Text Mode. CFTABLE in HTMLTABLE Mode. Creating Output Tables with HTMLs TABLE Tag. Grouping Data to Organize Output. Creating Output Using the GROUP Parameter. Making Long Pages Accessible with Index Links. Using SQLs DISTINCT to Create Dynamic Index Links. Summary. Q&A. Workshop. Quiz. Exercises. 11. Enhancing Output withTables and Groups. Understanding CFFORM. Using CFFORM. The CFINPUT Tag. The CFTEXTINPUT Tag. The CFSELECT Tag. The CFSLIDER Tag. Summary. Q&A. Workshop. Quiz. Exercises. 12. Using Advanced Form Techniques to Manage Input. Understanding SQL Updates, Inserts, and Deletes. Using SQLs INSERT Command. Using SQLs UPDATE Command. Using SQLs DELETE Command. Combining Multiple Form Actions. Understanding CFTREE and CFTREEITEM. Using CFTREE. Using CFTREEITEM. Understanding CFGRID. Using CFGRIDUPDATE. Summary. Q&A. Workshop. Quiz. Exercises. 13. Using ColdFusion to Handle Email. Understanding the CFMAIL Tag. Using CFMAIL. Defining a Default Mail Server in ColdFusion Administrator. Using Queries to Autorespond and Create Content. Customizing Your Message with HTML Tags. Sending Attachments. Using Queries to Send Mail to a List. Getting Incoming Mail with CFPOP. Deleting Mail with CFPOP. Summary. Q&A. Workshop. Quiz. Exercises. 14. Using ColdFusion Functions to Manipulate Data. Understanding Functions. General Function Rules. Function Input. Case-Insensitive Function Names. Delimiting Functions. Nesting Functions. Display and Formatting Functions. DateFormat(). DecimalFormat(). DollarFormat(). NumberFormat(). ParagraphFormat(). TimeFormat(). YesNoFormat(). Using String Functions. Find() and FindNoCase(). GetToken(). Insert(). LCase() and UCase(). Len(). LTrim() and RTrim(). RepeatString(). Replace(). Date and Time Functions. Defining Date/Time Objects. Working with Date/Time Objects. Summary. Q&A. Workshop. Quiz. Exercises. WEEK 2. IN REVIEW. WEEK 3. AT A GLANCE. 15. Using Lists, Structures, and Arrays to Package Data. Understanding ColdFusion Lists. Creating ColdFusion Lists. Populating a List with CFSET. Populating a List with CFSET and the ListAppend Function. Populating a List with a Query. Populating a List with Data Passed by a Form. Reading List Values with CFLOOP. Understanding ColdFusion Structures. Viewing the Contents of a Structure. Understanding ColdFusion Arrays. Defining and Populating Arrays. Reading Data from an Array. Summary. Q&A. Workshop. Quiz. Exercises. 16. Using ColdFusion Client and Session Management. Understanding ColdFusions Web Application Framework. Using Application.cfm. Setting Values In Application.cfm. Understanding Statelessness. Understanding ColdFusions Client-State Management. Using Client-State Management. Reserved Client Variables. Checking and Listing Client Variables. Understanding Variable Scopes. Using Session Variables. Understanding Application Variables. Understanding Cookies. Setting Cookies. Reading Cookies. Removing Cookies. Secure Cookies. Summary. Q&A. Workshop. Quiz. Exercises. 17. Finding Text with Verity. Understanding Verity. Defining Verity Collections with ColdFusion Administrator. Indexing a Collection with ColdFusion Administrator. Searching Verity Collections. The Search Form. The Results Page. Defining and Indexing Verity Collections with CFML Tags. Using CFCOLLECTION. Using CFINDEX. Integrating Databases into Verity Collections. Adding Query Data to an Index. Displaying Database Records as Search Results. Summary. Q&A. Workshop. Quiz. Exercises. 18. Working with Files and Directories. Understanding How ColdFusion Works with Files. Using CFFILE to Accept Uploads. Assigning CFFILE Attributes Dynamically. Using CFFILE to Manage and Create Files. Copying, Renaming, and Deleting Files with CFFILE. The Copy ACTION. The Rename ACTION. The Delete ACTION. Viewing File Object Attributes. Reading and Writing with CFFILE. The Read ACTION. The Write and Append ACTIONs. Using CFDIRECTORY. Summary. Q&A. Workshop. Quiz. Exercises. 19. Using Advanced SQL Techniques. Understanding Column Aliases. Understanding Aggregate Functions. Understanding Table Joins. Understanding SQL Subqueries. Understanding SQL Views. Creating Views. Accessing Views. Introducing Stored Procedures. Summary. Q&A. Workshop. Quiz. Exercises. 20. Using ColdFusion for E-Commerce Applications. Considering Prewritten Commerce Applications. Planning an E-Commerce Site. Constructing an Administration Section. Constructing a Catalog. Creating a Display Page for Your Products. Constructing a Shopping Cart. Constructing Transaction Pages. Understanding E-Commerce Transaction Types. Secure Web Transactions. Email Ordering. Print-and-Fax Forms. Call-In Orders. Unsecure Web Transactions. Completing Your Store Application. checkout_process.cfm. checkout_complete.cfm. Summary. Q&A. Workshop. Quiz. Exercises. 21. Using ColdFusions Debugging Tools to Troubleshoot Your Code. Identifying the Source of Errors. Understanding Error Messages Generated by Your Web Server. Host Not Found. 404 File Not Found. URL Syntax Errors. ColdFusion Not Running. Understanding Error Messages Generated by ColdFusion. Mismatched Tags. Unrecognized Tag Attributes. Missing Pound Signs or Quotation Marks. Error Resolving Parameter. Understanding Error Messages Generated by Your ODBC Driver. Datasource Not Found. SQL Syntax or Logic Errors. Other SQL Errors. Understanding ColdFusions Debugging Tools. ColdFusion Administrators Debugging Features. Enabling Debug Information for Specific Templates. Restricting Debug Output to Certain Viewers. Using ColdFusion Studios Document Validator. Introducing ColdFusion Log Files. Summary. Q&A. Workshop. Quiz. Exercises. WEEK 3. IN REVIEW. Appendix A. Quiz Answers. Appendix B. ColdFusion Tags. Index.


Best Sellers


Product Details
  • ISBN-13: 9780672317965
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Height: 231 mm
  • No of Pages: 800
  • Weight: 1337 gr
  • ISBN-10: 0672317966
  • Publisher Date: 31 Aug 2000
  • Binding: SA
  • Language: English
  • Spine Width: 43 mm
  • Width: 185 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Sams Teach Yourself ColdFusion in 21 Days
Pearson Education (US) -
Sams Teach Yourself ColdFusion in 21 Days
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Sams Teach Yourself ColdFusion in 21 Days

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA