adobe stock iconDownload 10 Free Photos & Design Assets From Adobe Stock Download Now

Topic Archives

Code Snippet

Controlling WordPress Through the Command Line with WP-CLI

Controlling WordPress Through the Command Line with WP-CLI

For anyone looking for more control and the ability to carry out complex WordPress tasks, learning how to use WP-CLI could be just what you need.

20 Time-Saving WordPress SQL Query Snippets

20 Time-Saving WordPress SQL Query Snippets

WordPress stores every single scrap of information within a MySQL database. Posts, pages, comments, shortcodes, plugin settings… absolutely everything. The WordPress backend is fantastic and does allow you to manage…

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