Website image data generator
So that is why I created a really simple tool which scans a selected directory for images and then replaces the names within a certain string.
All this data is then placed in a main window which then can be pasted in your website.

Directory selection tool, select your image directory
With this screen you can select the directory which contains all the images you want on your website.
(note the system automatically selects all image files in the directory)

Alternate text box with image thumbnail
When you specify you want alternate text with you image a popup is displayed with the image
as a small thumnail and the image name.
![]()

Main window with generated html or BB code
The generated code is printed in the large box, the parsed data is placed in the small text box next to generate.
An example of this code :
<a class="thumbnail" href="#thumb">
<img src="uploads/images/software/webDataGen/thumb_FILE_NAME" border="0" alt="ALT_DATA"/>
<span>
<img src="uploads/images/software/webDataGen/FILE_NAME" alt="ALT_DATA"/>
<br/>ALT_DATA
</span>
</a>
<p>
(this was used to generated the images on this page)
"ALT_DATA" generates the popup image and the string entered will be placed in its location.
"FILE_NAME" will be replaced with the name of the image found in the directory.
The Application can be downloaded here.
The source makes us of the MigLayout layout manager, this source is attached to my source.
But it can also be downloaded separate from their site http://www.miglayout.com/
