HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser, current HTML is in its 5 iteration and is a markup language for structuring and presenting content for the World Wide Web and a core technology of the Internet, HTML5 is also a potential candidate for cross-platform mobile applications.

HTML

Beware JavaScript Layout Thrashing!

What is Layout Thrashing? Layout Thrashing is where a web browser has to reflow or repaint a web page many times before the page...
Leon Atherton
2 min read

FormCalc vs Javascript [PDF / XFA in HTML5]

This is one of the articles in the XFA series index which investigates the important factors to be considered during the conversion from FormCalc script to...
suda
1 min read

Dynamic XFA/PDF to HTML – resolveNode method

Dynamic XFA forms contain JavaScript which needs some considerable tidying up to convert into content which will run on a Browser. In this  technical...
suda
1 min read

Using Apache htaccess to password protect documents

Introduction Most web sites are run on servers which use the Apache software. This offers some very useful features for websites. For example, it...
Mark Stephens
2 min read

Adding Fullscreen to WebApps using the JavaScript API

In addition to the standard (F11) full-screen modes in web browsers, there is now also a way to enable full screen using JavaScript, providing...
Leon Atherton
5 min read