|
Server-side scripting is a technology that enables Web sites to be more than passive displayers of text and images.
It allows functions ranging from simple Hit Counters, through data entry and display to and from Databases, to full E-commerce development. Also Chat Rooms, Security, Form Processing, Content Management without FTP access etc.
On this page I will demonstrate a couple of useful functions that I have developed. As I have assembled the code for these demonstrations they can be precisely customized to fit seamlessly into page designs for a variety of purposes.
Server-side scripting enables components that allow web developers to create templates that generate dynamic, interactive web server applications. By embedding special programmatic codes in standard HTML pages, a user can access data in a database, interact with page objects such as Active-X or Java components, or create other types of dynamic output. The HTML output by Server-side scripting is totally browser independent which means that it can be read equally well by Microsoft Explorer, Netscape Navigator, or any other browsers. These factors make it a very useful and flexible technology.
Please contact me if you would like to discuss this further, there is more to the subject than can be adequately explained in a few short paragraphs.
back to website construction
|