Articles - Table of Contents

Better than a Contents of Table! (keys, pen, batteries, two empty ink cartridges, …)

Notes about articles

The following block is placed above articles providing a quick notice. It is worth reading before starting in on an article.

This is a notice. Notices are blue. They might tell you something about browser support for the following article or other important things you might want to know before starting in (or bailing). Caveat emptor: If you skip these, I can't give refunds for time spent if all you needed to know was in this box.

If the following silly examples of HTML, CSS, and JS do not render in nice pretty colors you either have JS turned off or something in your browser is preventing the syntax highlighter from doing its job. Due to this and other JS magic used to make writing easier, articles will still be viewable with it off, but you will have a much harder time understanding them.

function main(args)
{
    console.log("Hello world");
    return 0;
}
div
{
    font-family: Arial,sans-serif;
    color: red;
}

20