166 projects tagged "HTML/XHTML"
TEA is a powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing. It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets, templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous HTML tools, preview in external browser, string manipulation functions, Morse-code tools, bookmarks, syntax highlighting, and more.
Jerry's Music Review System generates an HTML page from a simple flat file containing the band name, album name, date purchased, and a review of the album. It arranges the information and cross-indexes on band name and album name. It also displays a list of the 10 most recently purchased albums. Examples can be found on the homepage.
textslides generates a set of HTML slides from a single plain text file. The output can be used for a presentation or for a web site. You may find textslides useful if you need to create a presentation for a technical audience and you would like to use a text editor to create the presentation content. A simple set of formatting rules governs the translation of the textfile into HTML. The formatting rules for the textfile were inspired by the Wiki Website. textslides uses the Wpager.pm module from the htmlslides project.
@1 Data Sorting Tool grabs contents from a text-based data file and sorts the data before tabulating it into an HTML table. Visitors can click on the title fields to re-sort the table in acending or decending order. It works with MS Excel/Access data files or any other tab/pipe/colon-delimited text files, and supports unlimited tables and sub-user accounts.
DHTML API allows you to animate your Web site with the aid of DHTML. Any content that you place within a div tag with the position CSS attribute set to absolute can be manipulated like a sprite. Just don't forget to set id="unique_name", and pass "unique_name" to the GetLayer() function.