Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Sunday, 11 September 2016

First time using Bootstrap

It may come across as a surprise but I have never used a CSS framework before, preferring to hand roll my own stylesheets. I had no idea how much I was missing out!

Sunday, 4 September 2016

Sunday, 18 January 2015

Sunday, 11 January 2015

Simple form validation when there's no HTML5

HTML5 offers easy-to-use form validation, but what if you're stuck with older clients? The easy way is to get a shim/polyfill. In this post we explore another easy (old) way, using JavaScript only.

Sunday, 28 December 2014

Generate trees from materialized paths in Jade

Suppose you have the following objects retrieved from a database, in an array. How would you generate a tree in HTML?

Sunday, 26 October 2014

Web page layout using CSS

In this post we explore a simple way to give web pages a navigation bar and a fixed-width sidebar.

Sunday, 7 September 2014

Introduction to CSS

The ubiquitous Cascading Style Sheets (CSS) is used in web pages to separate content from formatting.