Glossary

A-F | G-L | M-R | S-Z


Search   

Dreamweaver

Dreamweaver is a web development application originally created by Macromedia and now owned by Adobe Systems. Available for both Mac and Windows operating systems, recent versions of Dreamweaver have incorporated support for web technologies such as CSS and JavaScript. Dreamweaver can hide the details of pages' HTML code from the user, making it possible for non-coders to create web pages and sites. A professional criticism of this approach is that it produces HTML pages whose file size and amount of HTML code is much larger than they should be, which can cause web browsers to perform poorly. This can be particularly true because the application makes it very easy to create table-based layouts. Dreamweaver allows users to preview websites in many browsers, provided that they are installed on their computer. It also has some site management tools, such as the ability to find and replace lines of text or code by whatever parameters specified across the entire site, and a templatisation feature for creating multiple pages with similar structures. The behaviours panel also enables use of basic JavaScript without any coding knowledge.