Vanadium Vanadium

web design

Leon Janzen

  1. Don’t use tables for tabular data

    Leave a Comment

    We all know that it is bad practice in HTML to use tables for layout. “Only use tables for tabular data” is what we have been told since the advent of CSS (tabular data being data that is well suited to rows and columns, like anything in a spreadsheet). (more…)

  2. WAMP Part 1 – installation

    Leave a Comment

    This is the first part of a 4 part series on WAMP setup and configuration. Part 1 is a newer version of the original WAMP setup post that includes the following versions of the software in the stack.

    • Windows 8 Pro
    • Apache 2.4.6
    • MySQL Community Server 5.6.13
    • PHP 5.5.3

    (more…)