HTML Tools scripts - Top 4 Download

HTML Tools script downloads

Automatic HTM documentation

It will automatically produce documentation in HTML format from a list of .m files within a folder. Requirements: · MATLAB 7.6 or higher ...
Matlab

DataTable

It can export data into these kind of table formats: HTML, Wiki, Latex, and plain text. Requirements: · MATLAB 7.6 or higher ...
Matlab

PHP Docbook Displayer

PHP Docbook Displayer provides XSL and CSS stylesheets, and PHP scripts, to generate easily and dynamically websites from Docbook files. It aims at simplifying to the max the web publication process : simply drop the docbook file under the site root ! ...

HTML to JavaScript converter

This clever utility converts normal HTML code to dynamically generated JavaScript instead. It is very useful in applications where the code must be dynamically generated, such as contents inside a JavaScript scroller, text of a random quote script etc. It requires to type in regular text or HTML code, and presss ...

BGTSoftware SSC

The BGTSoftware SSC is a style-sheet creator that uses PHP, XHTML and JAVASCRIPT. It uses a nice graphical user interface that generates a hip and happening style-sheet customised to you, ready to use in minutes. ...

SiteVision

SiteVision is a free, open source HTML editor and web development suite. It has a full-featured, highly customizable development environment that can be used to create, edit, validate, preview and publish web pages and scripts. SiteVision is also a multi-purpose tool that has support for many scripting and programming languages. SiteVision ...
Delphi

Porqual

Porqual is a website generator that manages documents using the Sesame RDF database and it has a rich web client on Flash, focused on usability and accesibility and integrated in the Semantic Web. It is programmed in Java, ActionScript and JavaScript. ...

Common HTML GUI Widgets

Common HTML GUI Widgets is a library for PHP that is used in every website that uses PHP and MySQL. It may speed up production of websites. It makes coding easier and aids the benefit for possible RAD envionment programs. ...

HTML2PHP API

HTML2PHP API is a complete set of classes for building Web Systems according the W3C HTML 4.01 Specification, over 80 classes including methods for setting and getting VALID attributes, you won't write different versions of your site for correct browser rendering, you will be always using W3C HTML 4.01 specification, also ...

HTML Parser for PHP

This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example. This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results ...

Tree Perl

This script walks through a directory and builds a HTML list of all files. The files' title tags are taken as the linked text, and if there is no title tag, the filename is used. ...

info2html

info2html is a perl script which looks for a specific info node in an info file and translates it to HTML syntax.Link directives are translated in URLs pointing back to the server. Some icons are provided for link directives and cross references. infocat is a little front-end that gives an index ...

Random Content colors

This script lets you randomly change the background color of select elements on your page, such as a DIV or table cell, each time the page loads. Not only that, you can optionally change the element's text and link color at the same time. It's a highly effective yet simple way to ...
JavaScript

Random Content from DIVs script

By using this script you can easily display a random piece of content on the page to your visitors. Just wrap the participating contents each inside a DIV with a special CSS classname, and that's it!Furthermore, you can have multiple "groups" of random content, with the script picking one to display ...
JavaScript

HTMLTags

The HTMLTags module defines a class for each valid HTML tag, written in uppercase letters. To create a piece of HTML, the general syntax is :  t = TAG(innerHTML, key1=val1,key2=val2,...) . ...
Python

HTML Page Scraping

HTML Page Scraping script allows you to scrap html pages. ...
Python

Simple Application of htmllib for Parsing HTML

This script shows: how to derive a class from NullWriter that accumulates text from the body of an HTML page, how to derive a class from HTMLParser that retains metatag information, how to instantiate these classes and display a typical result of using them. ...
Python

Grabbing text between HTML tags

Grabbing text between HTML tags script allows you to grab the text contained in various html tags. ...
Python

HTML Templates Script

This script consists of two classes usable for managing html templates, applicable to output from a CGI. ...
Python

z html

In this script two classes are provided, HTML_Table and HTML_Month. HTML_Table can manage the generation of a table in HTML format. HTML_Month builds on top of HTML_Table and expands on its capabilities. It allows to create dynamically tables that have the look of the selected month. Requirements: · z_matrix ...
Python