HTML Aide

[Download: source | executable]

This is a little utility that assists in writing HTML code (and some JavaScript). Here's what it does:

If you select text and press this... You get this...
Ctrl+B Bold (<b>...</b>)
Ctrl+K Hyperlink (<a href="..." class="udrline">...</a>)
Ctrl+L List (<ul>...</ul> or <ol>...</ol>)
Ctrl+Shift+[+] Footnote number (<sup style="font-size:.8em">...</sup>)

If you type this... You get this...
[Space]{ { | }
<!-- <!-- | -->
/* /* | */
<acronym> <acronym>|</acronym>
<address> <address>|</address>
<b> <b>|</b>
<big> <big>|</big>
<blockquote> <blockquote> | </blockquote>
<caption> <caption>|</caption>
<cite> <cite>|</cite>
<code> <code>|</code>
<dd> <dd>|</dd>
<del> <del>|</del>
<div> <div> | </div>
<dl> <dl> | </dl>
<dt> <dt>|</dt>
<em> <em>|</em>
<fieldset> <fieldset> | </fieldset>
<form> <form> | </form>
<frameset> <frameset> | </frameset>
[Enter]function[Space] function | () { }
<h1> <h1>|</h1>
<h2> <h2>|</h2>
<h3> <h3>|</h3>
<h4> <h4>|</h4>
<h5> <h5>|</h5>
<h6> <h6>|</h6>
<html> <html> <head> <title></title> </head> <body> | </body> </html>
<i> <i>|</i>
<iframe> <iframe>|</iframe>
<ins> <ins>|</ins>
<kbd> <kbd>|</kbd>
<label> <label>|</label>
<legend> <legend>|</legend>
<li> <li>|</li>
<map> <map> | </map>
<noframes> <noframes> | </noframes>
<noscript> <noscript> | </noscript>
<ol> <ol> | </ol>
<optgroup> <optgroup> | </optgroup>
<option> <option>|</option>
<p> <p> | </p>
<pre> <pre> | </pre>
<samp> <samp>|</samp>
<script[Space] <script type="text/javascript" language="JavaScript"> | </script>
<select> <select> | </select>
<small> <small>|</small>
<span> <span>|</span>
<strong> <strong>|</strong>
<style[Space] <style type="text/css"> | </style>
<sub> <sub>|</sub>
<sup> <sup>|</sup>
<table> <table> | </table>
<tbody> <tbody> | </tbody>
<td> <td>|</td>
<textarea> <textarea>|</textarea>
<tfoot> <tfoot> | </tfoot>
<th> <th>|</th>
<thead> <thead> | </thead>
<tr> <tr> | </tr>
<tt> <tt>|</tt>
<ul> <ul> | </ul>
<var> <var>|</var>
<xmp> <xmp> | </xmp>

| = Where cursor is placed

Right-click on the tray icon and select Suspend to temporarily disable the tool.