Developer Tools
& Wizards
- New: Checkbox Maker - Converts a block of text into a series of checkboxes, with labels and all that jazz
- Markup Maker - Takes a simple list of page ids that you enter and converts it to a valid XHTML document
- Yes/No list creator - It's a tool for quickly generating accessible, XHTML-compliant yes/no radio button choices from a list
- Insta-Select - An easy XHTML-compliant
select list generator
- List-o-matic - Create CSS-styled navigation blocks based on unordered list
<li> items. Get your semantics on!
- Acrobot - converts all your acronyms/abbreviations using the
<acronym> and <abbr> tag
- HTML
to JavaScript Convertor - Similar to Response.Right, this tool takes your
markup and converts it to a series of
document.write() statements
that you can use in a block of JavaScript.
- XFN (XHTML
Friends Network) Link Creator - Build up XFN-friendly links for copying/pasting
into a blog-roll or navigation menu.
- Response.Right
- Save time converting large blocks of text/HTML to server-side write statements
(such as PHP
echo or ASP response.write) with
this handy convertor.
- Quick Escape
- Converts HTML to escaped characters suitable for pasting into form textarea
inputs.