中文名称:Macromedia ColdFusion MX Training
资源类型:Bin
版本:SoSISO 教程
地区:美国
语言:英语
简介:
学习 Macromedia ColdFusion MX 从未如此容易过,
无需昂贵的课程,
无需阅读难啃的书本,
自由选择适合你自己的学习进度和学习方式。
6.5 小时 / 102 课
所有Macromedia ColdFusion MX章节的题目一再下面列出。
QUOTEIntroduction
Welcome and Overview (03:08)
The Sample Application: "Where's Tom?" (03:08)
System Requirements: Local or Remote (04:39)
Installation and Setup
Installing ColdFusion MX 6.1 (04:33)
ColdFusion Administrator and IIS Settings (05:09)
Development Environments (04:07)
Dreamweaver MX 2004 for Design (04:10)
Dreamweaver MX 2004 for Development (04:41)
Planning the Application
Application Architecture Considerations (05:07)
Requirements for "Where's Tom?" (05:07)
Site Map and Application Flowchart (03:20)
Planning for Components (04:03)
Setting Up "Where's Tom?" for Development
ColdFusion Development Methodologies (05:05)
Directory and File Structure (04:45)
Create a Site in Dreamweaver (04:35)
Basic Site Files (03:33)
The Stylesheet for "Where's Tom?" (03:33)
Database Structure
Overview of Database Structure (04:39)
Users Table (03:20)
Activities Table (03:08)
User_Activities and Locations Tables (03:19)
Activity_Supplies Table (02:21)
Table Relationships (04:36)
Creating a ColdFusion Datasource (04:26)
Components and Conceptually
Definition of a Component (04:44)
Example of a Component (05:21)
Why Use Components? (04:27)
Other Code Re-Use Choices (03:52)
Organizing "Where's Tom?" in Components (03:52)
Building Your First CFC: User
Create the User Component (04:31)
Method: insertUser pt. 1 (04:17)
Method: insertUser pt. 2 (02:44)
Method: updateUser (03:34)
Method: searchUser (03:57)
Method: getUserDetail (01:42)
Method: validateUser (03:41)
Create a Protected Area
Index Page (04:25)
Log-in Form pt. 1 (03:42)
Log-in Form pt. 2 (02:33)
Form Validation and User Validation (04:48)
Including the User Check (03:37)
Component and Method Details
Pseudo-Constructor Code (04:57)
Properties pt. 1 (03:41)
Properties pt. 2 (03:02)
Method Access: Package (03:19)
Method Access: Private (04:19)
Method Access: Public and Remote (02:38)
Forcing a Web Service Method Refresh (03:13)
Method Displayname/Hint/Name/Output/Roles (04:19)
Method Returntype (02:54)
Method Returntype as Component Name (05:03)
Method Arguments (03:14)
Method Code: Better User Design (04:30)
Using Components in CFML
Transient vs. Persistent References (05:23)
Component Location (02:37)
Object/Webservice Location (02:47)
Available Methods (03:24)
Arguments (02:55)
Web Services Attributes (04:59)
in CFML (03:44)
in : changeAim (04:02)
in : photo_op.cfm (03:03)
Invoking With Form Submission pt. 1 (03:24)
Invoking With Form Submission pt. 2 (03:45)
Form and Confirmation (05:02)
Invoking With URL Request (02:25)
More Component Functionality
Design Pattern: Composite Example (03:17)
Composite Example: Activity/User/Location (04:10)
Inheritence: Children of Activity.cfc (04:51)
Inheritence: mealActivity (03:21)
Inheritence: computerActivity (02:21)
Inheritence: Display in Inherited.cfm (03:57)
Polymorphism and Overriding: Meals (02:16)
Polymorphism and Overriding: Breakfast (02:22)
Polymorphism and Overriding: Lunch (03:34)
Packaging and CF Mapping (04:31)
CFCs and Variables Scope
Local "Variables" Scope (04:40)
Local "Variables" Inherited (04:48)
This Scope (05:15)
Function Local ("var") and Arguments (03:29)
Basic XML
Introducing Extensible Markup Language (03:50)
XML Well-Formed Documents (02:40)
Create an XML Document pt. 1 (03:22)
Create an XML Document pt. 2 (02:52)
Create the Menu: _main_build_menu.cfm (04:39)
Finish and Display the Menu (05:02)
ColdFusion and Web Services
Web Service Overview (04:45)
ColdFusion and WSDL Files (05:08)
ColdFusion and SOAP with Apache Axis (03:45)
Choosing a Service to Consume: UDDI Registries (03:56)
Amazon.com API and Developer's Kit (03:56)
Add Search to "Where's Tom?" - This is Now (03:56)
Invoking the Amazon.com Web Service (02:43)
Amazon Search Parameters (04:41)
Displaying the Search Results (03:36)
Publishing a Web Service
Deciding What "Where's Tom?" Will Offer (03:36)
Changing the Activity Component (04:57)
Publishing the Specifications (03:41)
Consuming "Where's Tom?" With Plain Text (03:41)
Consuming "Where's Tom?" With Style (03:41)
Conclusion (03:07)
Credits
About this Author (01:40)