Trigger animations with Intersection Observer API
In this short article we explain how to use the Intersection Observer API to animate elements when they enter the visible viewport.
WordPress Programmer Learns TYPO3
Embracing a new technology requires your mind to expand to encapsulate it but how many of us have the time to plough into a new technology just for the fun of learning it these days? Read on to learn from my journey from fuzzy, WordPress comfort zone and into the unknown abyss of TYPO3.
The technical challenges in building a data portal
We recently designed and built a data portal which collects disaggregated data from multiple sources from 40 countries for Leonard Cheshire and The Department for International Development. This data is presented on the portal in a series of visualizations across 16 development indicators, grouped into the four themes of inclusive education, economic empowerment, technology/innovation and stigma/discrimination.
Using a post-merge git hook to clean up old branches
When you've been working on a project for a while, you might find you have a few stale branches hanging around. At Liquid Light we have a git hook which tidies up after a merge
Using Vue.js with a Lumen powered API
Lumen is a mico-framework from the creators of Laravel. This blog post walks though how to integrate Vue.js with Vue router and use Lumen as an API for your app
How I wrote a book; the writing process from one of our Developers
In 2017, one of our front-end developers wrote and released a book about the JavaScript library; Vue.js. This blog post explains the process he went through to get the book from his mind to print.
Schema - what is it and how do I use it?
Schema markup is a method of adding extra tags to your website in order to help machines, such as Google, understand the data. It can help identity key bits of information such as your address or reviews of your services. This enables users find you or trust you quicker. This blog post explains more about Schema and how you can use it.
How can I verify my Google Event Tracking is working?
Validating your Google Event tracking is working can be a tricky business. This blog post walks you through checking the data being sent to Google Analytics, so you can verify the information is correct.
CMS Showdown: TYPO3 v WordPress - Which is the best?
For most websites a Content Management System (CMS) is an essential tool that can help you create and manage your website more easily. There are of course many CMS’s - with strange names, and very different features - but which is the best?
Navigation drop-downs. Should they be hover or click?
Navigation drop-downs, or mega menus as they are sometimes dubbed, are becoming more and more common on the web. A drop-down menu is a navigation block which appears when a link is clicked (or hovered) - a good example of this can...
Getting started with Webpack 3
Webpack is a javascript module bundler that became one of the most popular and important front-end tools for modern web development. This blog post walks you through setting up Webpack 3 with Gulp so you can start to utilise it’s powerful features.