Services
Commerciaux
14, rue de Provigny
94236 CACHAN
CEDEX
FRANCE

Tél.: +33 (0)1 47 40
67 00
Fax: +33 (0)1 47 40
67 02

publicité

Notice

Core coldfusion 5.0 (with CD ROM)

Auteur : HEWITT Eben

Couverture de l'ouvrage Core coldfusion 5.0 (with CD ROM)

Prix indicatif 52,97 €

Disponible chez l'éditeur (délai d'approvisionnement : 10 jours).

Ajouter au panierAjouter au panier
Date de parution : 11-2001
Langue : ANGLAIS
400p. 18,7x23,5 Paperback

Résumé de Core coldfusion 5.0 (with CD ROM)

The project-based guide to enterprise application development with ColdFusion 5.

  • Learn by building and integrating a series of complex, real-world applications you can leverage in your own development projects!
  • Comprehensive coverage of CFML, the ColdFusion application server and administrator, XML, WML, SQL, and database integration.
  • CD-ROM: 30-day evaluation copies of ColdFusion 5.0 Enterprise Application Server and other powerful tools, plus an unrestricted copy of ColdFusion Express, and all source code.
Written from the perspective of an expert ColdFusion developer, this comprehensive introduction to ColdFusion 5.0 development shows readers exactly how to create robust database-driven Web applications, hands-on. Readers master ColdFusion by building a series of increasingly complex, real-world subsystems, and then integrating them into a single, enterprise-class application. This concise, practical guide introduces ColdFusion 5.0s most powerful new features, including user-defined functions, query-of-queries, and data-driven Macromedia Generator graphs. Eben Hewitt provides realistic "notes from the field" to help you cut through the hype and jumpstart your own application development. Among the key topics covered: writing ColdFusion custom tags, building secure application frameworks, content serialization with XML, deploying ColdFusion applications in wireless environments, directory and file management, Web e-mail, database integration, and more. The book also contains a complete ColdFusion 5.0 tag and function reference. The CD-ROM contains 30-day evaluation copies of ColdFusion 5.0 Enterprise Application Server for Windows, Linux, and Solaris, ColdFusion Studio 4.5, HomeSite 4.5, Macromedia Spectra 1.5 Application Framework, and JRun 3.0.1, plus an unlimited copy of ColdFusion Express, and all of the books source code.

Eben Hewitt is a Macromedia Certified ColdFusion Developer, a certified Microsoft SQL Server Administrator, and Director of Production for Creative Services at Cybertrails.com. A frequent ColdFusion Developers Journal columnist, he is also a member of the ColdFusion Edge faculty.

Sommaire de Core coldfusion 5.0 (with CD ROM)

Preface.
Acknowledgments.
1. Getting the Lay of the Land.

What Is ColdFusion? What Can It Do for You? Why ColdFusion? Whats New in Macromedia ColdFusion 5? What Difference Does the Macromedia Merger Make?

2. The World Wide Web and HTTP.
What Is the Internet? Application Servers.

3. Preparing Your ColdFusion Environment.
Operating-System Requirements. Hardware Requirements. Choosing a Web Server. Choosing a Data Server. Choosing a Version of ColdFusion 5. Getting ColdFusion 5. Whats Next?

4. Installing ColdFusion 5.
Step 1: Checking Installation Requirements. Step 2: License Agreement. Step 3: Customer Information. Step 4: Web Server. Step 5: Choose Destination Path. Step 6: Choose Components to Install. Step 7: Assign Passwords. Step 8: Confirm Selections. Step 9: Install Files. What ColdFusion Installs on Your Machine. Troubleshooting Your Installation. Installing ColdFusion on Linux. Uninstalling ColdFusion.

5. ColdFusion Markup Language and Variables.
Introduction to the ColdFusion Markup Language. How to Begin. Your First ColdFusion Template. Setting and Outputting Rules.

6. Passing Data Between Templates.
What Is Scope? Scopes Available to ColdFusion. The CGI Scope. Conclusion.

7. Expressions, Conditional Logic, and Flow Control.
What Are Expressions? What Is Conditional Logic? Flow Control. A Complete Site Flow Control Framework.

8. Functions and Complex Data Types.
What Are Functions? User-Defined Functions. Working with Lists. Arrays. Structures. Putting It to Work.

9. Designing a Relational Database.
Three-Tier Architecture. What Is a Database? The Relational Database. Normalization. A Database Creation Script for Microsoft SQL Server. Tips for Writing a Database and Planning Your Web-Based Application. Conclusion.

10. Working with Relational Databases.
Data Manipulation Language. Connecting to a Database. ColdFusion Datasources. Creating a Datasource in ColdFusion Administrator. ,CFQUERY. Inserting Records. Updating Records. Deleting Records. Joins. GROUP BY. HAVING. A Complete Search Engine Application. Conclusion.

11. A Note about the ColdFusion Administrator.
Server. Security. Tools.

12. Loops.
What Is a Loop? The Query Loop. The Conditional Loop. List Loops. Looping over Structures. ,CFFLUSH.

13. ColdFusion Scripting.
How Does CFScript Work? Conditional Processing. Looping. Another User-Defined Function. Conclusion.

14. The ColdFusion Application Framework.
Defining the Application Framework. Session Variables. Client Variables. Server Variables. Error Handling. Logging Site Information with ,CFLOG. Creating a Personalized Web Page.

15. Graphing with ColdFusion.
Making a Simple Graph. Horizontal and Bar Graphs. Pie Graphs. Line and Area Graphs. Speeding Load Time with ,CFSAVECONTENT. Using ,CFGRAPHDATA. A Complete Data Drill-Down Graph Application.

16. Sending and Receiving Email with ColdFusion.
Sending Email. Sending HTML Email. Conclusion.

17. File and Directory Management.
,CFFILE. ,CFDIRECTORY.

18. Writing Custom Tags.
Advantages of Custom Tags. Disadvantages of Custom Tags. Creating a Simple Custom Tag. Passing Values into and out of Custom Tags. Making a Banner Ad Custom Tag. How ColdFusion Finds Custom Tags. Nested Custom Tags. Encrypting Custom Tags. Conclusion.

19. XML and ColdFusion.
XML. WDDX Datatypes. Serializing and Deserializing Data. WDDX in Action. Conclusion.

20. Creating Intelligent Agents.
CFHTTP. The GET Method. The POST Method. Wha