A progress bar can be used for more than just…displaying progress. No doubt you’ve seen them used for a variety of purposes, and the reasoning is simple. Progress bars, if done correctly, can be a visually interesting way to display information on your website. There are many libraries out there…
How to Use Google Maps API to Create A Custom Map
Adding a map to your website is easy enough with Google Maps. You simply type in the address you want to show, click “Share” and “Embed Map” and you have yourself an iframe that you can paste into your code that’ll show a nice map for you. But what if…
How to Create a Slideshow with Advanced Custom Fields and Slick
I think it’s safe to say that slideshows are a common website feature. Do a quick search on Google and you can find countless plugins, libraries and tutorials on how to create one. However, when it comes to building a slideshow that will be easy for a client to update…
How to Create a Simple Video Gallery
Depending on the purpose of your website, you may find the need to have a video gallery. There are a ton of video gallery libraries and plugins out there for you to choose from. Some are very easy to implement and use, and others require a little more coding knowledge….
Easy Popup Overlay with jQuery
A popup overlay can be a useful (or annoying depending on who you ask, but for the sake of this article, let’s go with useful) tool if used correctly on your website. Let’s say you want to try and get more of your visitors to sign up for your email…