Text to HTML Converter
-3
Converts Hex values to Decimal, useful for reading & converting values from the registry.
-2
A painfully simple method of viewing the contents of an ASP script via an ASP script.
1
Output is a boolean array of the size 8 where true is for "1" and false for "0"
3
These are some prototype methods to handle class names in html elements. As you all should know, a html element can have more than one class name.
This is part of my dom handling toolkit. Check it out and use it at will.
Cheers
This is part of my dom handling toolkit. Check it out and use it at will.
Cheers
3
Ackermann recursive.
4
This code allows you to set the "opcity" style attribute on a element without affecting it's content.
Just call the function for a specific element or to all elements of a given classname after the document loads.
Examples and advanced usage here...
Just call the function for a specific element or to all elements of a given classname after the document loads.
Examples and advanced usage here...
4
check title ; ) unfortunately cannot remember the name(s) of the author(s) , so the courtesy goes to them ...
5
Simple set of functions for capturing and manipulating the className member of an HTMLElement
5
This class intended to collect TODO comments from java/c++/etc source files.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.









