DW Dreamweaver

After installing Internet Explorer 7 Dreamweaver 8 loses FTP login credentials (username and password). You can find the solution in the knowledge base of Adobe.

To make Project 7 menus work well with IE 7 go to http://tinyurl.com/6regjz.

A Dreamweaver extension to make rounded corners (in fact 'curvy corners') can be found here.

My Standard toolbar kept on disappearing when starting up Dreamweaver. Apparently this is because certain extensions make this happen. I found the solution on a page of CMX.

Dreamweaver's Jump Menu opens pages in the same window as where the menu is residing. To open pages in a separate window replace the script in the heading with the following:

<script type="text/javascript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0 modified
win=window.open(selObj.options[selObj.selectedIndex].value,'win');
win.focus();
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
Be also aware that without JavaScript such a menu does not work!