Dynamic HTML - "Dynamic HTML" is typically used to describe the combination of HTML, style sheets and scripts that allows documents to be animated. Dynamic HTML allows a web page to change after it's loaded into the browser --there doesn't have to be any communication with the web server for an update. You can think of it as 'animated' HTML. For example, a piece of text can change from one size or color to another, or a graphic can move from one location to another, in response to some kind of user action, such as clicking a button. by Alan Richmond
Creating Custom Buttons in ActivEdit 2.5 - "Many developers have asked me how to create a toolbar button in ActivEdit and bind it to a function. This tutorial will step you through the process using the example of creating a superscript and subscript button. the instructions in the tutorial are specific to the ColdFusion version of ActivEdit 2.5, but the structure of ActivEdit for ASP, JSP and PHP is very similar. by Greg Alton
Add a drop-down list in ActivEdit 2.5 - "A function bound to the onChange event in a <select> element can be used to make changes in the document on the client without the need to return to the server. This tutorial will walk you through an example that adds a query columns drop-down list to ActivEdit 2.5 which builds personalized HTML email messages with tokens to be sent to a distribution list using ActivMail. by Greg Alton