Programming

The programming section of HtmlEscape.net consist of two sections, one with Java code for Html Escaping and one with JavaScript code.
The source code can easily be translated into other languages, and has been made as simple as possible, while still being accurate and fast.

The source codes was originally written for DayWeekYear.com (also owned by SiteProject ApS) in 2004 and has been updated on occasions ever since.

The Java version of the HtmlEscape is currently being used at, at least 10 large multinational companies and a lot of other places, for showing special characters on their web sites.
The main reasons are, the code is totally free, the code is public and it is fast. There are no license for using our source code (except a small disclaimer), the code is simply a gift from us, to other programmers.

Html Escape for Java Source code for escaping text for HTML, in Java. Fast, simple and effective and used by a lot of programmers world wide.
The code is free and easy to use, and in a new updated version.
Html Escape for JavaScript Ajax and dynamic HTML means the need to write text directly in the current document. This can cause problems, unless the text is escaped correctly.
The Html Escape for JavaScript code, does that, in situations where it is not possible to escape server side.