Topic Archives

Code Snippet

How to Use WooCommerce Hooks

How to Use WooCommerce Hooks

WooCommerce has proven itself to be a popular and formidable WordPress e-Commerce plugin. Its biggest strength is the fact that it can be customized in so many ways. There are…

How to Style Wide & Full-Width Gutenberg Blocks in WordPress

How to Style Wide & Full-Width Gutenberg Blocks in WordPress

A quick WordPress tutorial that will show you how to add wide alignment support to Gutenberg Blocks and how to style them via CSS.

The Easy Way to Host Google Fonts Locally

The Easy Way to Host Google Fonts Locally

If you are looking to host Google Fonts locally, we’ll introduce you to a quick and easy way to implement them.

What is Responsive Web Design?

What is Responsive Web 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…

The Good & Bad CSS Practices for Beginners

The Good & Bad CSS Practices for Beginners

Learn about some of the most common pitfalls when writing CSS and how to avoid them for cleaner, more efficient code.

Getting Started With CSS Flexbox Using Practical Examples

Getting Started With CSS Flexbox Using Practical Examples

Learn the basics, understand the syntax, and dive into the advanced techniques for creating flexible layouts with flexbox.

20 Code Snippets for Extending the Functionality of WordPress

20 Code Snippets for Extending the Functionality of WordPress

When coding WordPress themes, especially if you do it regularly, its really useful to have a selection of code snippets in your toolbox to just ‘copy-n-paste’ as and when the…

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.

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.

How to Create a Vertical Slide-Out Menu with CSS Transitions

How to Create a Vertical Slide-Out Menu with CSS Transitions

In this tutorial, we’re going to create a vertical slide-out menu using CSS3 transitions. The menus will be place on the left-side of the screen with the main links hiding…

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…

How to Create Round, Flat and Flip-Style CSS Toggle Switches

How to Create Round, Flat and Flip-Style CSS Toggle Switches