CLI Magic: Making HTML, manpages from plain text with AsciiDoc (NewsForge)

CLI Magic: Making HTML, manpages from plain text with AsciiDoc (NewsForge)
AsciiDoc is a handy program that can produce formatted HTML documents and manpages from plain text files. With it, you can produce general purpose documents or specialized output such as mathematical formulae and musical notation.

Software helps create DHTML tab interfaces. (ThomasNet)

Software helps create DHTML tab interfaces. (ThomasNet)
Available in 2 editions, Ajax-enabled dhtmlxTabbar v1.1 enables tab bar initialization in pure HTML, and supports browsers such as Safari, IE7, and Mozilla. Tabs can be added/deleted, enabled/disabled, and hidden/shown with JavaScript code. Tab labels can also be modified on the fly by script. Size of tab container can be automatically adjusted to inner content, and nested tab panes can be

Using the API for the W3C HTML Validator

Using the API for the W3C HTML Validator
The W3C has introduced an API for their HTML Validator.It is not a SOAP web service, but it does return XML that can be parsed, so now you have the ability to incorporate validation to any web application, Windows program or wherever you want. It works just as the normal validator, by specifying a URL, but you have to add the output=soap12 parameter to the URL like so: http://validator.w3.org/check?uri=http://www.google.com&output=soap12. Ive been playing a little with the possibilities and created a class that encapsulates the validation process and wraps the results up in a suitable class. The collection of errors and