Macromedia Dreamweaver helps non-programmers (and beginners) use certain in-built javascript functions that are useful to any web project. The code generated is very well optimized so you needn't worry about performance. The most Useful Behaviors are as follows:
Check Browser
Check Plug-in
Go to URL
Jump Menu
Hits:539 Rate:0.0(out of 5) Vote:0 Submit Date :2006-03-13 Rate It | Error | Review
While working with dreamweaver we have come across some very useful tips that will surely benefit all macromedia dreamweaver users. Please do submit your tips through our contact us form. This page is dedicated to all dreamweaver fans:
Use CSS Styles (Tutorial)
Format text throughout your Dreamweaver site easily. Read more in cool text effects using css styles and links without underline.
Switch to the Code View by pressing F10.
In the Design View of Dreamweaver you can View your page in the default browser by pressing F12
Hits:311 Rate:0.0(out of 5) Vote:0 Submit Date :2006-03-13 Rate It | Error | Review
Server Side Includes are files that have some commonly used code that can be reused by many pages in your site. When you use a SSI file the server takes the entire content of the file and inserts it into the page, replacing the include code. As an example, imagine you have a large portal web site with links at the top, bottom and sides common to all pages (or a section of pages). To make the site easy to maintain you can have the header, footer, right menu and/or left menu as include files. So when there is a change to be made you just need to make the changes, save and upload the corresponding include file and not the many files using it.
Hits:182 Rate:0.0(out of 5) Vote:0 Submit Date :2006-03-13 Rate It | Error | Review