59%
Certified ColdFusion Developer Study Guide

Certified ColdFusion Developer Study Guide

          
5
4
3
2
1

Available


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.
Quantity:
Add to Wishlist

About the Book

The book will not teach ColdFusion, it will be a review guide and will provide helpful pointers for examinees. The book will look non-intimidating yet thorough, and will be highly readable in small bite-sized chunks. Each subject will be presented in clear and direct language, with useful and well explained code examples. Sample questions will accompany each subject, as will references to recommended reading (Allaire documentation, Allaire course work, and existing MCP ColdFusion books).

Table of Contents:
(NOTE: Each Chapter ends with Summary and Sample Questions.)I. THE BASICS. 1. Web Technology and Terminology. The Basics. The Internet. IP. DNS. The World Wide Web. Web Servers. Web Browsers. Application Servers. ColdFusion Fundamentals. How ColdFusion Works. 2. Working with Variables and Expressions. What Are Variables and Expressions? Variables and Type. Variable Prefixes. Reason One to Use Prefixes: Performance. Reason Two to Use Prefixes: Avoiding Ambiguity. A Reason Not to Use Prefixes: Flexibility. Creating Local Variables. Using Local Variables. Variables and the Request Scope. Functions. Nested Functions. Functions with Masks. Strings. Constant String Manipulation. Regular Expression String Manipulation. 3. Conditional Processing. What Is Conditional Processing? Performing Conditional Processing. . . Nested Statements. More Details of Boolean. Expressions. Conditional Statements. . IsDefined(). Hidden Form Controls. 4. Looping. What Is Looping? Index. Conditional. Query. List. Collection. Using with . Nested Loops. 5. Redirects and Reuse. Redirects. Using Redirection. HTTP Headers. Using HTTP Headers. Reuse. Reuse and Including Files. ColdFusion Mappings. Web Server Mappings. Variable Scoping and . Generating Non-HTML Content. 6. The Application Framework. What Is the Application Framework? Application.cfm. OnRequestEnd.cfm. Multiple Application.cfm Files. 7. Using Databases. How to Connect to Databases. Adding a Datasource. Connecting to the Database. Simplified Database Connectivity. Displaying Data. Grouping Data with . II. VARIABLES AND EXPRESSIONS. 8. URL Variables. What Is a URL Variable? How Are URL Variables Created? Passing Multiple Variables at Once. Passing Complicated Strings. What Is the Scope of a URL Variable? Using URL Variables. Dynamic. 9. FORM Variables. What Is a FORM Variable? How Are FORM Variables Created? Building Database-Driven Form Elements. Server-Side Validation. Client-Side Validation. What Is the Scope of a FORM Variable? The Action Page. 10. APPLICATION and SERVER Variables. Understanding APPLICATION and SERVER Variables. APPLICATION Variable Scope. Creating APPLICATION Variables. Creating SERVER Variables. 11. Session State Management. What Is Session State Management? Cookies. Making Cookies. Using Cookies. A Cookie's Scope. SESSION Variables. Preparing to Use SESSION Variables. Using SESSION Variables. Creating SESSION Variables. CLIENT Variables. Preparing CLIENT Variable Storage. Creating CLIENT Variables. Using CLIENT Variables. Which Variables Should I Use? 12. Locking. Understanding Locking. Locking Strategies. Attributes. Using the NAME Attribute. Using the SCOPE Attribute. READONLY Locks. Server-Based Settings. Option 1 (No Checking Done by ColdFusion Server). Option 2 (Full Checking Done by ColdFusion Server). Option 3 (Automatic Read Locking). Dealing with Deadlocks. III. DATA TYPES. 13. Lists. Understanding Lists. Working with Lists. Creating Lists. Accessing List Elements. Modifying Lists. Specifying Delimiters. Using Lists. When to Use Lists (and When Not To). Sorting Lists. Looping Through Lists. Nested Lists. Special Lists. 14. Arrays. Understanding Arrays. When to Use Arrays. When Not to Use Arrays. Using Arrays. Creating Arrays. Populating Arrays. Converting Between Arrays and Lists. Printing Array Values. Empty Array Indexes. Arrays and Memory. Compressing Arrays. Multidimensional Arrays. Two-Dimensional Arrays. Three-Dimensional Arrays. Looping Over and Printing Multidimensional Arrays. 15. Structures. Structures Defined. When to Use Structures. Creating Structures. Types of Structures. Looping Over Structures. Internal Structures. Combining Complex Data. Arrays of Structures. Structures of Arrays. Structures of Structures. Structures as Pointers. Referring to Queries Using Structure and Array Syntax. IV. ADVANCED COLDFUSION. 16. Scripting. . Benefits of . Drawbacks of . Variable Assignment. Conditional Processing. IF Examples. SWITCH/CASE Examples. Looping. FOR Loop. WHILE Loop. DO-WHILE Loop. FOR-IN Statement. Invoking Objects. 17. Dynamic Functions. Using Dynamic Functions. IIf(). DE(). Evaluate(). 18. Stored Procedures. Using Stored Procedures. Versus . Using . . . Multiple Recordsets. 19. Transactions. Using Transactions. Locking. Isolation. . Controlling Commits. COMMIT. ROLLBACK. 20. Debugging. Debugging Overview. Exposed Information. Performance Monitoring. Stack Trace. Show Variables. Show Processing Time. Detail View. Show SQL and Datasource Name. Show Query Information. Display Template Path. Manual Debugging. ColdFusion Studio Debugger. Log Files. 21. Error Handling. Understanding ColdFusion Error Handling. . . Exception Handling. /. . . and Exceptions. . . and Together. Sitewide Error Handler. Missing Template Handler. V. EXTENDING COLDFUSION. 22. Custom Tags. What Is a Custom Tag? Why Use Custom Tags? Simple Custom Tags. Calling Custom Tags. Simple Syntax (CF_). . Attributes. Caller Scope. 23. Advanced Custom Tags. What Are Advanced Custom Tags? Tag Pairs. ThisTag Scope. ThisTag.ExecutionMode. ThisTag.HasEndTag. ThisTag.GeneratedContent. Child Tags. Custom Tag Functions. GetBaseTagList(). GetBaseTagData(). . 24. COM, CORBA, CFX, and Java. Extending CF with Other Technology. Working with Components and . COM and DCOM. CORBA. Java Objects and EJB. CFX. Java. JSP. . 25. WDDX. XML Overview. XML and WDDX. CFWDDX. Using WDDX with Other Technology. VI. SERVICES AND PROTOCOLS. 26. Full Text Searching. Understanding Full Text Searching. Verity Collections. Creating and Indexing Collections. Maintaining Collections. Optimizing Collections. Creating a Search Interface. 27. System Integration. Server File Management. Working with Files. Uploading Files to the Server. Delivering Files from the Server. Working with Directories. Registry Integration. Executing from the Command Line. 28. Scheduling and Event Execution. Scheduling Events in ColdFusion. Scheduling a Task. Publishing to Static Pages. Logging Scheduled Events. Alternative Scheduling Options. 29. Email Integration. Sending Mail with ColdFusion. Sending Simple Text Email. Sending HTML Email. Query-Driven Email. Sending File Attachments. Additional Mail Headers. Retrieving POP Mail. POP Dates. File Attachments. Deleting Mail. Troubleshooting ColdFusion Mail. 30. LDAP. Understanding LDAP. Connecting to LDAP. 31. Other Internet Protocols. Using HTTP Agents. Creating HTTP Agents. Remote Data File Queries. Troubleshooting HTTP Agents. Page Scraping. Back-End Pages and Robots. FTP Agents. VII. DATABASES. 32. Basic SQL. Database Basics. The SELECT Statement. Specifying the Data to Retrieve. Specifying the Table. Filtering. Sorting. The INSERT Statement. The UPDATE Statement. The DELETE Statement. 33. Joins. Understanding Relational Database Design. Understanding Joins. Basic Join Syntax. Inner Joins. Outer Joins. Self-Joins. Sample Questions. 34. Aggregates. Understanding Aggregate Functions. Using Aggregate Functions. Handling NULL Values. Processing Distinct Values. Grouping Results. Filtering Results. 35. Advanced Database Features. Constraints. Unique Constraints. Check Constraints. Understanding Indexes. Stored Procedures. Triggers. Bind Parameters. 36. Improving Performance. Eliminating Unnecessary Database Access. Variable-Based Query Caching. Query Result Caching. Reducing Data Transfer Time. VIII. TUNING AND OPTIMIZATION. 37. Application Performance Tuning and Optimization. Employing Effective ColdFusion Coding. Different Variable Scopes and Performance. Don't Nest , and Unless Absolutely Necessary. Versus Multiple Tags. Optimize Conditional. Expressions in . Unnecessary Dynamic Expression Evaluation. Code Reuse: Versus Custom Tags. Type Your Variables When Performance Counts. Use Variable Prefixes. Don't Do the Database's Job with ColdFusion. Enforcing Strict Attribute Validation. Using . Measuring Performance. Execution Time. Exploded Benchmarking. Using GetTickCount(). Finding Bottlenecks. 38. Server Performance Tuning. OS. Web Server. Application Server. Separate Servers for Separate Tasks. Specific Tuning Techniques (CF Admin Settings). Template Cache/P-Code Caching. Trusted Cache. Simultaneous Requests. Monitoring Server Performance. Performance Monitor. CFSTAT. IX. APPENDIX. Appendix A. Answers. Chapter 1. Chapter 2. Chapter 3. Chapter 4. Chapter 5. Chapter 6. Chapter 7. Chapter 8. Chapter 9. Chapter 10. Chapter 11. Chapter 12. Chapter 13. Chapter 14. Chapter 15. Chapter 16. Chapter 17. Chapter 18. Chapter 19. Chapter 20. Chapter 21. Chapter 22. Chapter 23. Chapter 24. Chapter 25. Chapter 26. Chapter 27. Chapter 28. Chapter 29. Chapter 30. Chapter 31. Chapter 32. Chapter 33. Chapter 34. Chapter 35. Chapter 36. Chapter 37. Chapter 38. Index.


Best Sellers


Product Details
  • ISBN-13: 9780789725653
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Macromedia
  • Edition: Study Guide
  • Language: English
  • Spine Width: 21 mm
  • Width: 153 mm
  • ISBN-10: 0789725657
  • Publisher Date: 03 May 2001
  • Binding: Paperback
  • Height: 229 mm
  • No of Pages: 378
  • Weight: 531 gr


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
Certified ColdFusion Developer Study Guide
Pearson Education (US) -
Certified ColdFusion Developer Study Guide
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.

Certified ColdFusion Developer Study Guide

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