Currently On

The Blog

CSS3 Animations for Beginners

CSS3 Animations can be great and very simple to implement onto any website. In this post, I will break down what is required to create a simple animations.

Read post

Getting Started with Flexbox

Flexbox is looking to be the likely successor to CSS floating containers. It has powerful, intuitive features and finally being adopted by every major browser. Here’s a quick three step guide to getting started with Flexbox.

Read post

Sticky Header with jQuery slideDown()

If your webpage gets long, you may have the desire to keep some form of branding on your website for readers to always see as they scroll through your content. This approach achieves that in a subtle yet effective way without being overly pushy.

Read post

Sketchbook with HTML5 Canvas and jQuery

Here’s how to build a drawing space on your website using the HTML5 canvas tag. This article will cover the very basics of getting started with canvas, but you’ll soon see how you’ll be able to take it even further.

Read post

Horizontal Responsive Menu

It’s easier than you think to create a simple horizontal menu with just some CSS3 media queries and jQuery. This example doesn’t include any multi-tier drop downs, but for the sake of keeping things simple, here’s a great solution. No plugin required.

Read post