Tag archives for: Web development

May 24, 2015

Golden Oldies: Server Side Includes

If you are using ColdFusion, Active Server Pages, PHP or another server-side scripting language, you have the ability to create server-side include files. These are text files containing code that is inserted into your pages before the web server sends them to visiting web browsers. Because multiple HTML pages can link to the same include file, it is also possible to change the include file and have it instantly update in all of the pages that use it. Although similar to linking scripts, include Read more [...]
February 22, 2002

Creating a DHTML Interaction with Fireworks and Dreamweaver

In this tutorial, you will create a simple quiz interaction using Fireworks’ export to CSS option and the Dreamweaver Show-Hide Layers behavior. Few software programs enable you to create interactivity without having to do any scripting, but Dreamweaver is one of them. When you add the Fireworks export to CSS layers feature to the workflow, you have an easy way to add graphics into the interaction. Read more [...]