WebAssist provides extensions to Adobe Dreamweaver, custom Adobe integration and eCommerce solutions. They are giving away a Dreamweaver extension that will help you quickly add a web cart, a Google Map, or a custom search box to your web site. You only need to verify your email address to be able to download this free Dreamweaver extension.
read more…
Adobe Dreamweaver includes behaviors which are built-in JavaScript functions (actions) that are triggered by page events. In the Behaviors panel, you add a behavior to a page by specifying an action (Jump Menu, Open Browser Window, Play Sound, Swap Image, Validate Form, Move Layer, etc.) and then specifying the event that triggers that action.
The weakness of behaviors is that they can only be modified within the Dreamweaver environment and are not a good learning tool. The JavaScript that is generated is very cryptic since it is created to be efficient and cross-browser compatible not easily readable. But if you need to quickly create some interactivity with JavaScript, it is a good alternative.