Topic Archives

Code Snippet

10 Useful htaccess Code Snippets & Hacks

10 Useful htaccess Code Snippets & Hacks

With this useful collection of HTACCESS snippets, you will be able to cache and compress files, speed-up load time, control access to files, block visitors, and much more.

How to Speed up Google Fonts in WordPress

How to Speed up Google Fonts in WordPress

In this quick tutorial, we show you a couple of methods for optimizing and drastically speeding up Google Fonts in WordPress.

What is Responsive Design?

What is Responsive Design?

It wasn’t too long ago that designers didn’t really need to worry about how websites looked on mobile phones and tablets. Phones weren’t yet really practical for web viewing, and…

10 Useful Snippets for Improving WordPress Search

10 Useful Snippets for Improving WordPress Search

It is no secret that the standard search within WordPress is not the greatest. The problem is that WordPress takes your search term far too literally. In this post, we…

20 PHP Snippets for Making the WordPress Admin Easier for Clients

20 PHP Snippets for Making the WordPress Admin Easier for Clients

These PHP code snippets will allow you to control areas of the WordPress Dashboard, and customize it to benefit your client’s tech level.

Simple CSS Transition, Transform & Animation Tutorial

Simple CSS Transition, Transform & Animation Tutorial

This is part 1 of a series of tutorials about practical use cases of CSS transitions, transforms, and animations. In this tutorial, we’ll look at a “flipping card” scenario, and…

Naming Conventions for Sizes in Scalable CSS

Naming Conventions for Sizes in Scalable CSS

In this article, I’ll be exploring how naming conventions can be used to represent sizes in scalable CSS. So, what do I mean by this? One aspect of scalable CSS…

How to Resize Images in an Article or Post with jQuery

How to Resize Images in an Article or Post with jQuery

If you own a blog, chances are you post pictures in your posts once in a while. Likewise, you have probably encountered the problem of resizing the images so that…

Building Modular JavaScript Projects with RequireJS

Building Modular JavaScript Projects with RequireJS

With so much emphasis being laid upon providing a smoothly flowing User Experience in any web project, the client-side codebase is now a very considerable chunk of the overall codebase….

Dynamically Filtering Layouts with Isotope & Bootstrap

Dynamically Filtering Layouts with Isotope & Bootstrap

I’m sure pretty much anyone who makes websites has stumbled upon jQuery Masonry at some point or other. Some people haven’t though, so here’s what Masonry is – it’s a…

How to Make Any Website Responsive with Restive.JS

How to Make Any Website Responsive with Restive.JS

We introduce a new process for quickly and easily making any website responsive using a web design framework called RestiveJS.

Building a Simple Reddit API Webapp Using jQuery

Building a Simple Reddit API Webapp Using jQuery