Category: Insights

CSS Custom Properties What are they, how can they be used and what are there key use cases? – By Eddy Haynes and Miri Jones

CSS custom properties, sometimes called variables or cascading variables contain specific values that allow coders to reuse them throughout the document. In this article, we discuss what they are, how they can be used with various methods, key use cases, uniqueness, and a summary of why they are worth including in your document. What They Are […]

UX and Me Article- by Eddy Haynes

In this article, I will describe how the principles of user experience design and the insights that I gained from the two workshops on user experience design and research will inform the development of my project. This is both in terms of the overall approach of user experience design and how it emphasises identifying and […]

The Importance of Structure

Workflow It is important to consider how a web page is structured in terms of HTML, CSS and JavaScript. It is useful to consider the web standards model “CSS Presentation, HTML structure, JavaScript behaviour.”  This helps both in an organizational sense in that it helps organize your workflow and what to focus on first when […]