Posted inArticles

When to use a static site?

Static sites are great they don’t require a Database or pre-processors and they don’t require any complex server sided setup to get working. All you need is a web server that is set to serve a static folder. In the earlier days of the Internet, everything was static and had to be written because pre-processors […]

Posted inArticles

Emmet for Atom

Emmet is a plugin available for popular text editors that let you write HTML abbreviations without having to directly write HTML tags, instead use Emmet’s shortcuts. It reduces the amount of HTML the user must write and increases efficiency and saves precious time. A simple example. All you have to do is hit TAB it […]