HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet. It is the fifth revision of the HTML standard.

HTML5

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

Adding Annotations to Web Content with Annotator.js

Annotator.js is an open-source (available on GitHub) JavaScript library created by the Open Knowledge Foundation that allows you to add annotations to web pages....
Leon Atherton
50 sec read

Developers Guide to NetBeans IDE

      We have spent a lot of time using NetBeans and written many articles on our blog. This Developer guide lists the...
Virentha Mendis
42 sec read

How to fill shapes on HTML5 Canvas using EvenOdd…

A little over a year ago, I wrote a short series of articles that talked about Canvas’ inability to fill shapes using the even-odd...
Leon Atherton
1 min read

What we love and hate about Java IDEs –…

Last time I mentioned that I’d be writing a series of articles about integrated development environments (IDE) and what we love and hate about them....
Alex Marshall
1 min read

Check if a PDF is valid using the HTML5…

Using the HTML5 File API to validate PDF Files Recently in my own time I have been familiarizing myself with the HTML5 File API....
Lyndon Armitage
5 min read