PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : آموزش تصویری Adobe ColdFusion (زبان اصلی)



shmp30
07-13-2011, 08:15 PM
http://pic.azardl.com/images/97736460746458934717.jpg (http://pic.azardl.com/)


Lynda com Adobe ColdFusion 9 Essential Training - FSc Links - 533.16 MB

ColdFusion 9 Essential Training is a detailed overview of this newest version of ColdFusion, demonstrating each of the components and tools necessary to create dynamic web sites and web applications. Author and web developer David Gassner starts this course at the very beginning: how to set up a ColdFusion application server in both the Windows and Mac OS X operating systems. Using the new ColdFusion Builder, David explains the data types and code necessary to build and deploy dynamic web pages. Throughout the course, he shows how to build web pages and forms and populate these containers with dynamic data using ColdFusion ORM (Object Relational Mapping), a new feature of ColdFusion 9. Exercise files accompany this course.

http://www.filesonic.com/file/516009141
http://www.filesonic.com/file/516000321
http://www.filesonic.com/file/516011351

shmp30
07-13-2011, 08:15 PM
http://pic.azardl.com/images/24816106932417362793.jpg (http://pic.azardl.com/)


VTC.com - Adobe ColdFusion 8 - Advanced
MPEG-4 | 439 Mb | 5 RAR-archive
Course: Adobe ColdFusion 8 - Advanced
Author: Candyce Mairs
Language: English
Duration: 9.5 hours
Amount: 129 tutorials
Format: MPEG-4 (.mp4)
Also includes: All work files of the course

Description: Adobe ColdFusion 8 is a powerful platform-independent server-side technology used to create database-driven applications. Built into ColdFusion is an application server, the ColdFusion Markup Language (CFML), and enterprise services. ColdFusion is platform and web server independent, so it can be run with any type of web server, on any desktop operating system, and includes a JRUN web server that can be used for development purposes. ColdFusion has been reworked from the ground up in this version, offering significantly enhanced performance compared to previous versions.

Contents for this course:

Introduction
Welcome (00:44)
Course Topics (02:39)
Course Prerequisites (02:10)
Software Requirements/Installation (02:58)

Course Setup
Installing ColdFusion 8 (07:14)
Installing the Course Files (02:16)
Testing the Setup (03:34)
Installing Dreamweaver (04:18)
Dreamweaver Preferences (03:25)
Firefox Extensions (05:08)

Introducing Dreamweaver
Dreamweaver Interface (05:50)
Site Set Up (05:29)
Application Panel (04:35)
Set Up a Data Source (06:16)
Browser Setup (02:33)
Device Central (03:38)
Install Extension (04:27)

Variables
Simple Variables (03:14)
Broader Variables (05:47)
Application Variables (03:30)
Session Variables (04:45)
Client Variables (05:27)
Server Variables (01:50)
Arrays (04:16)
Structures (05:35)
Collection Loop (03:24)
Value vs. Reference (06:32)
Arithmetic Operators (01:51)

Application Framework
CF Admin Settings (08:12)
Framework Overview (06:14)
Application.cfc (03:47)
OnApplicationStart (05:55)
OnApplicationEnd (04:30)

Request Events
OnRequestStart (05:28)
OnRequestEnd (03:23)
OnRequest (04:43)

Session Variable
Session Variables (03:03)
Session Variables in CF pt. 1 (03:30)
Session Variables in CF pt. 2 (00:56)
OnSessionStart (03:55)
OnSessionEnd (04:18)
Ending a Session (01:49)

Locking
Race Conditions (05:02)
CFLOCK (06:32)
Lock Types (02:03)
Lock Example (04:38)
Lock Recommendations (02:38)

Error Handling
Error Handling (03:56)
Site-Wide Global Error Handler (06:39)
Missing Template Handler (02:49)
CFERROR Tag (03:18)
Request Errors (06:52)
Validation Errors (04:27)
Exception Errors (04:20)
onerror pt. 1 (03:49)
onerror pt. 2 (04:57)
OnMissingTemplate pt. 1 (07:20)
OnMissingTemplate pt. 2 (01:15)
CFTRY/CFCATCH (06:06)
CFTHROW/CFRETHROW (07:07)
SUMA Error Handling (02:44)

User Defined Functions (UDFs)
What is a UDF? (06:40)
Creating a UDF (03:54)
Using UDFs (05:45)

Custom Tags
What is a Custom Tag? (03:34)
Why Use a Custom Tag? (03:06)
Creating a Custom Tag (04:12)
Calling a Custom Tag (06:58)
CFMODULE Tag (03:35)

CFCs
What is a CFC? (03:40)
Structure of a CFC (03:53)
Types of CFCs (06:43)
Creating a CFC (04:42)
Static CFC (06:51)
Component Panel (07:48)
Instance-Based CFC (07:21)
CFC Scopes (04:07)
CFC Self Documentation (06:45)
CFC Inheritance (05:47)
Restricting Access to CFCs (03:16)
OnMissingMethod (03:20)

Flash Forms
What is a Flash Form? (02:37)
Create a Flash Form (06:47)
Flash Form Layout (06:25)
Dynamic Controls (04:52)
Form Appearance (04:07)

CFIMAGE
CFIMAGE tag (04:29)
Get Image Info (03:21)
Resize an Image (06:14)
Add a Border (03:57)
Write to Browser (06:04)
Write to Database (07:18)
CAPTCHA Images (05:52)

CFPDF
CFPDF (03:39)
Convert HTML to PDF (02:33)
Create PDF Thumbnails (04:22)
Merge PDF Documents (04:36)
Delete PDF Pages (04:44)

CFZip
CFZIP (02:40)
CFZIPPARAM (04:32)

Logins
Login Options (06:01)
Enable Session Variables (05:10)
Login Planning (04:55)
CFLOGIN Framework (03:54)
Set Up Login (06:50)
Restrict Access (04:52)
Using CFLOGIN (04:07)
DW Login Features (04:20)
ColdFusion Login Wizard (03:41)

Ajax Features
ColdFusion Ajax Features (03:30)
Ajax Layouts pt. 1 (04:23)
Ajax Layouts pt. 2 (04:01)
Tabbed Layouts (02:35)
CFPOD Tag (02:59)
Ajax Windows (05:16)
Ajax Menus (03:28)
Ajax CFTooltip Tag (02:28)
Ajax Rich Text Editor (02:21)

Caching
Query Caching (08:00)
Query Cache Property (04:02)
Flushing Cached Queries (04:20)
Block Factor Attribute (03:22)
Caching Page Output (02:01)

Debugging
Troubleshooting (03:40)
Preventing Problems (04:23)
Fine-tune Performance (05:04)

Closing
Additional Resources (02:42)
ColdFusion Hosting (02:04)

Credits
About the Author (02:21)

http://www.filesonic.com/file/1143268834/vtcadcofu8ad.part1.rar
http://www.filesonic.com/file/1143273984/vtcadcofu8ad.part2.rar
http://www.filesonic.com/file/1143273934/vtcadcofu8ad.part3.rar
http://www.filesonic.com/file/1143273764/vtcadcofu8ad.part4.rar
http://www.filesonic.com/file/1143273724/vtcadcofu8ad.part5.rar