Journal

Entries marked as: opinion

Circles

We all have circles of concern and circles of influence. The circles of concern are normally much larger than the circles of influence.

Point break

If you’ve been working with responsive web design then you will be familiar with the term ‘breakpoint’ being used to define a media query with a browser width (usually although height can be used too) at which something in the website’s layout or look should be changed. The name itself though has a negative connotation associated with it and we should change that.

On hybrid apps

After recently spending some time (lots of time…) building a hybrid application for the first time, I thought I would share a few thoughts on the subject, based on experience and what I’ve learnt whilst actually doing it.

On HTML5 and the proposed main element

As many of you probably already know, the HTML5 specification has a number of new structural elements whose intention is to add more semantic meaning to the content of a HTML document. One of the elements that some claim to be missing is a main element that would indicate the main content of a document. This might be about to change.