FreeToolsUtilities for Dreamweaver
Current Version: 1.0.1 (for DWMX-CS3, PC/Mac)
Download: divaFreeTools
Free Dreamweaver Extension offers an array of Tools
Like other diva DW Extensions, it
- Works perfectly in Templates and their Children.
- Creates standards compliant code.
- Can operate on multiple pages at a time.
Yet it is also quite different from our other offerings:
Download divaFreeTools (for DWMX-CS3, PC/Mac)
See the User Interface Tools tab, Documents Tab
The Tools include:
- Set spacer image Alt attributes to alt=""
- Finds all (gif) spacer images and adds an empty alt tag. So
<img src="shim.gif"/>becomes<img src="shim.gif" alt=""/>This is useful to hide these meaningless images from Screen Readers, (and to help your page pass HTML Validation.)
Unlike most of the other tools, this one acts on all selected pages all at one time. - Set (non-spacer) image Alt attributes
- Finds all non-spacer images (with options to display those that have no alt attribute and/or have a blank alt, and/or have a existing alt value), and adds alt values of your choice (or removes the alt attribute entirely.) Titles too. You can edit the list of spacer image filenames that divaTools will look for. The list is delimited by the pipe symbol (|).
- Set tag Titles
- Finds any html tag you request (with options to display those that have no title attribute and/or have a blank title, and/or have a existing title value), and add title values of your choice (or remove the title attribute entirely.)
- Dreamweaver's OpenBrowserWindow
- Copies the filename that would open in a popup to the link's href.
So
<a href="#" onClick="MM_openBrWindow('Z.htm')">becomes<a href="Z.htm" onClick="MM_openBrWindow('Z.htm');And then optionally removes the behavior, leaving:
return false)"><a href="Z.htm">. Now you can use divaPOPgold or divaPOP on the page! - Valley Web Design's JustSo PictureWindow3
- Same as above for JustSo PictureWindow3 behaviors.
- Adjust gallery width in JustSo PhotoAlbum3 tables
- Ever wanted to change the number of columns in a JustSo PhotoAlbum gallery table? Instead of recreating the whole thing, now you can use this quick and easy tool to instantly modify the number of table columns.
- Convert Library --> Server Side Include Statements
- To ease one of the steps in ridding your site of DW Library items,
<!-- #BeginLibraryItem "/Library/Z.lbi" -->becomes, depending your selection of ApacheSSI, ASP or PHP
<p>This is in an .lbi file</p>
<!-- #EndLibraryItem --><!--#include virtual="/Library/Z.htm" -->or<?php include($_SERVER['DOCUMENT_ROOT'].'/Library/Z.htm');?>
Download: divaFreeTools (for DWMX-CS3, PC/Mac)
Unobtrusive Scripts and Dreamweaver Extensions