ColdFusion 9 developer tutorial : create robust professional web applications with ColdFusion /
Create robust professional web applications with ColdFusion.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, U.K. :
Packt Pub.,
2010.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Web Pages-Static to Dynamic; Turning HTML into a dynamic web page; HTML requests; ColdFusion requests; Comments; Variable output; Functions; Understanding and using simple variables; Variable types; Integers; Strings; Decimals; Additional functions; Find and FindNoCase; Understanding structures; CGI variables; Let's get interactive; URL variables; Exception handling; Standard error exception; and ; Setting page defaults; HTML links; Introduction to lists and loops
- Understanding arraysConditional processing with If/; Conditional processing with switch; Summary; Chapter 2: Basic CFCs and Database Interaction; Our first CFC; Our first object; Product (object); Using an object constructor; Connecting to a database; Returning data from the CFC; Making our data query flexible; The basic data object concept; Object method access control; Summary; Chapter 3: Power CFCs and Web Forms; The practice of protecting access; Web forms introduction; Managing our product data; Getting data to our edit page; Saving our data; Improving page flow
- Adding a new recordLet's look under the hood; Summary; Chapter 4: ORM Database Interaction; Introduction to ORM in ColdFusion; ORM-enabled application configuration; ORM-enabled CFCs; Understanding entities; Working with entity-object relationships; Many-to-many relationships; Working with relational data; ORM functions; Summary; Chapter 5: Application, Session, and Request Scope; Life span; Introducing the Application.cfc object; Application variables; The start methods; Application start method-onApplicationStart(); Session start method-onSessionStart()
- Request start method-onRequestStart()The end methods; Request end method-onRequestEnd(); Session end method-onSessionEnd(); Application end method-onApplicationEnd(); On Error method-onError(); Scope visibility; Practical application; Universal datasource; Mappings per application; Custom tag paths per application; Summary; Chapter 6: Authentication and Permissions; How ColdFusion recognizes users; Custom authentication (additional power); Authentication data model; Customizing authentication; Extra notes; Summary; Chapter 7: CFScript; Script basics; Variables; Switch/case; If/then/else
- For loopsFor/in loops; Do/while loops; While loops; Exception handling; Throw/abort; New functions/commands in CF9; Summary; Chapter 8: CF AJAX User Interface; Changing times; HTML-based websites; Server-side languages; Browser-side applications; Flash; JavaScript; ColdFusion AJAX; Layout; ; ; ; ; Menus and tool tips; ; ; Styling notes; Tips; Map interaction; Summary; Chapter 9: CF AJAX Forms; AJAX forms; ; Grid paging; Grid updates and deletes; Linked grids; ; Binding page elements