PB — Perl/JavaScript Beautifier
|
This script cleans up and
indents your Perl scripts, and beautifies the JavaScript
parts of your HTML pages. Sort of like cb does for C
code. Also see below for a newer, more powerful
embodiment of this program.
|
SR — Search & Replace
|
This script searches for and
replaces strings in an entire directory of text files.
This is very useful, but if you type in the wrong thing,
it can wreak havoc — always make backup copies if you
are unsure of what you are typing.
|
SYN — Check HTML syntax
|
This script checks your HTML
pages for trivial syntax errors, such as unpaired tags.
It can check an entire directory at once. It lists any
unpaired tags (those that must be in pairs) or makes an
indented list of a particular tag's usage so you can
locate the error.
|
GIFSIZE — List GIF sizes
|
For the current directory,
this script lists the name of each GIF file and its image
width and height. This allows you to write your HTML
pages with defined width and height values — such a page
loads more smoothly than one without these values.
|
cb.exe — Beautify
|
This 32-bit C++ application provides
indentation for program source files. For the current
directory, this program finds and "beautifies"
various program file types. If given an unconditional
wildcard (i.e. *.*), it detects, loads, beautifies, and
saves in place files with the suffixes .C, .CPP, .JAVA, .H, .PL,
.CGI, .HTM, .HTML and .SHTML. It acts differently
depending on the file. Fo the HTML file type it finds and
beautifies any JavaScript segments it finds. It also
finds unmatched braces "{}" and parentheses
"()" and alerts you to any discrepancy between
them, thus performing a simple kind of pre-compilation
syntax check. This application requires mfc42.dll,
normally present on Windows 95 / NT machines.
|