|
ColdFusion is a Web application development tool that creates
dynamic Web pages and interactive Web sites. An interactive
Web site consists of dynamic page templates that contains
both HTML and CFML tags. When a page containing both tags
is requested by the browser, the server dynamically generates
an HTML page based on the request.
What are Dynamically created pages?
Dynamically created Web pages are pages which are dependent
on variables. Each time you visit you can request different
information and the page is "created", so to speak.
These Dynamic pages are based on the information entered or
requested, providing an interactive environment for the user.
What can I do with ColdFusion?
- Display products/services based on users requests.
- Database Integration: use HTML forms to insert, update
and delete records within tables.
- Gather information from Web users with HTML form input.
- Ensure Web page security with password authentication.
- Dynamically build and send e-mail messages
- And much more
|