Anonymous

Identify The Difference Between Static Web Pages And Dynamic Web Pages. Also Describe How Cold Fusion Helps You To Create Dynamic Web Pages

1

1 Answers

Aisha Profile
Aisha answered
Static Web Pages are the web pages that show same response to every request that is sent to them, whereas a dynamic web page customizes the responses for every request based on the information it gets from the cookies about the visitor.
ColdFusion is extremely helpful is creating Dynamic web pages as it is used Macromedia Flex 1.5 technology, which facilitates rich forms of HTML pages using CFML in order to generate Flash Movies.
thanked the writer.
Anonymous
Anonymous commented
One reason has to do with ease of development. Unlike most of the other technologies I mentioned, you don't have to be a hard-core programmer to get started with ColdFusion. This doesn't, however, mean that ColdFusion isn't powerful. Quite the contrary. ColdFusion makes it simple to do common tasks, such as processing form data and querying a database. But when you need to perform more complex operations, such as transaction processing and personalization, ColdFusion makes that possible too.

ColdFusion is also designed for rapid application development (RAD). ColdFusion abstracts complex, low-level programming tasks, such as establishing connectivity with a mail server or querying a database, with simple HTML-like tags. The result is an application development cycle that is second to none.

Another advantage of ColdFusion is that it is available for a broad range of popular operating systems and web servers. ColdFusion can be run on Windows 98/ME/NT 4/2000/XP/Server 2003, Linux, Solaris, HP-UX, and the AIX operating system. Additionally, the developer version of ColdFusion MX Enterprise can be deployed on Mac OS X when the J2EE configuration is used. ColdFusion works in conjunction with several popular web servers including Microsoft IIS, Netscape Enterprise Server, iPlanet Enterprise Server, Apache, and ColdFusion MX's standalone web server. In general, you can migrate ColdFusion applications between different operating systems, web servers, and databases, for instance, when you upgrade your databases for scalability purposes. There are, however, some minor incompatibilities between platforms (i.e., there is no COM support in the Unix/Linux version of ColdFusion). Although minor for the most part, these differences are explained in relevant sections of this book.

ColdFusion MX is also an integral part of Macromedia's overall MX product line, which includes Dreamweaver MX for authoring, Fireworks MX for web graphics, and Flash MX for developing rich user interfaces for Internet applications. As Macromedia's cornerstone server product, ColdFusion MX is tightly integrated with the rest of the MX products.

Answer Question

Anonymous