Resources for ColdFusion Development Webmaster Rule Number One: When a potential employer/client asks you if you've ever worked with XYZ software running.

Slides:



Advertisements
Similar presentations
IET Technical Merit Bid Team Netcom [Look here for interesting facts and figures]
Advertisements

1 ColdFusion Sandra Cadena-Torres IS-373 ~ Spring 2010.
Make your choice from more than 70 templates to get a quick start online!70 templates.
15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
CIS101 Introduction to Computing
Week 2 IBS 685. Static Page Architecture The user requests the page by typing a URL in a browser The Browser requests the page from the Web Server The.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
Web Editor Overview Adam Cavotta and Christine L. Vucinich ITS Training Services
 Pages made using data in a database  Use scripting languages  Use of RDMS  Look and feel by templates, CSS  High scaling  Admin pages as back end.
ECA 228 Internet/Intranet Design I Intro to the Web.
Project Implementation for COSC 5050 Distributed Database Applications Lab1.
Web Design Basic Concepts.
+ Connecting to the Web Week 7, Lecture A. + Midterm Basics Thursday February 28 during Class The lab Tuesday, February 26 is optional review Class on.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
John Hartley Mark Bransby Utilizing Adobe's Publishing Solutions for Distributed Web Publishing.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
How the Web Works. WWW – part of the Internet (others: , FTP, Telnet) Loaded to a Server | Viewed in a Browser (Client) Client: Request & Render.
6/1/2001 Supplementing Aleph Reports Using The Crystal Reports Web Component Server Presented by Bob Gerrity Head.
After Your First Web Course; Where to Go from Here Bill Pegram April 23, 2014.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
3/8/00asp00 1 Active Server Pages from Microsoft Nancy McCracken Northeast Parallel Architectures Center at Syracuse.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
SednaSpace A software development platform for all delivers SOA and BPM.
Introduction to ColdFusion Penn State Web 2001 Conference Brian Panulla Elmwood Media Group, LLC.
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
(Macromedia) Cold Fusion: A Brief Overview  What is Cold Fusion?  An example of CF code  How does it compare with the others: - PHP - ASP - CGI/Perl.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
HTML_Generators WB_HTML_Generators. What method are you going to choose to build your web page? MethodWrite Convert Html IssuesHTML HTML Editors Tool.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
Introduction to web development and HTML MGMT 230 LAB.
Dreamweaver 8 Introduction What you can do with Dreamweaver 8 What's new in Dreamweaver 8.
Syntegra Logo Slide Increasing Productivity By Using ColdFusion Studio Jo Belyea-Doerrman CFSOUTH February 3, 2001.
DEV303 ASP.NET: Leveraging Visual Studio.NET For Web Projects Tony Goodhew Product Manager Microsoft Corp.
Syntegra Logo Slide Increasing Productivity By Using Homesite + Jo Belyea-Doerrman CFFUN 03 June 22, 2003.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Cyberspace Image: Secrets of Internet Marketing Duncan Herrington Radford University Phone (540) Fax (540) URL.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
.. Altova Visual Studio Industry Partner Altova NEXT STEPS Contact us at: Altova® is a software company specializing in tools that.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
XP Creating Web Pages with Microsoft Office
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Website Deployment Week 12. Software Engineering Practices Consider the generic process framework – Communication – Planning – Modeling – Construction.
Web Page Introduction.
Pre-Production Meet with the client to create a project plan:
Chapter 1 Introduction to HTML.
Active Server Pages Computer Science 40S.
Where to Start When Re-Designing a Webpage
The Online Smith Family Recipe Program
Web Page Development Tools
Chapter 3 – part2.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Web Page Development Tools
Introduction to ASP.NET Parts 1 & 2
Intergral Team at CFUnited
Presentation transcript:

Resources for ColdFusion Development Webmaster Rule Number One: When a potential employer/client asks you if you've ever worked with XYZ software running on platform ABC, say "yes" quickly and with great assurance. Then run home, fire up the Net, and figure out what the hell they were talking about. Charles Mohnike, WebMonkey

Resources for ColdFusion Development Required before you start to develop ColdFusion applications: Write pages in HTML Build databases and queries Debug simple programs and macros You can use your entire web development Bag ‘O Tricks

Resources for ColdFusion Development Commandment the First: Don’t test new applications on the department server. What can happen?!? Server hangs and crashes; e.g., queries on buggy databases. Disruption of other services ( , etc.) Hate mail

Resources for ColdFusion Development What to do?!? Set up a development environment on your machine. Code, test and debug applications on your personal development environment. Transfer files to production server. Then test the application on the production server. No access to your server? You can develop applications on your personal development environment and ship the batch to the server administrator to upload.

Resources for ColdFusion Development Setting up a development Environment: Editors: Code Editor Visual Editor Image, CSS Servers: IIS CF Express Data Sources: ODBC Native database drivers

Resources for ColdFusion Development Editors: Text Editor – ColdFusion Studio …has SQL Query builder Visual Editor – Dreamweaver UltraDev Integrated with ColdFusion, data sources Visual Editors optional, very useful for page design.

Resources for ColdFusion Development Editors: Image Editor – e.g., Adobe PhotoShop Style Editor – e.g., TopStyle Special Text Editors – e.g., TexPad

Resources for ColdFusion Development Servers: Use single-user servers used on department/unit web site. IISWin2000 – Built in Win98 – Install Disk ColdFusion Express – download free Install and test the web server before installing CFExpress.

Resources for ColdFusion Development My Computer Production Server Edit pages Design/Populate DB Local Test

Resources for ColdFusion Development Let us rejoice … …for Cold Fusion supports code reuse Speed up development Reduce maintenance and debugging Custom Tags… Yeeow!

Resources for ColdFusion Development Let us rejoice … …for Cold Fusion Studio has a full source debugger And page validator tool And SQL builder Set server debugging options Enable from ColdFusion Administrator Restrict output to your machine ( )

Resources for ColdFusion Development Allaire Developer Site Allaire Self-paced Training Skillbuilding with ColdFusion Allaire Alive Macromedia Resource Center: Macromedia University CFUG–SC: ColdFusion Users Group State College CFUG ListServe – a happenin’ place…

Resources for ColdFusion Development WebMonkey Coldfusion Tutorial: SQL: ColdFusion Web Application Construction Kit -Ben Forta, Published by Que Ben Forta’s web site CFUG–SC: ColdFusion Users Group State College

Resources for ColdFusion Development Penn State Internet Professional Certificate Program hours/$2500Instructor-led Independent Education/Training Companies e.g. Learning Tree InternationalColdFusion & UltradevLearning Tree International Allaire Training Partners Learning Online at Penn State paced

Resources for ColdFusion Development Questions? ?