WP-CLI for Beginners

Learn how to start controlling your WordPress site from the command line! Save time on doing many tasks. Nate walks you through how to get…

How to Use the Bootstrap 4 Framework

Bootstrap is the most popular design framework in the world. Bootstrap is an HTML, CSS and Javascript framework that allows you to create clean-looking websites.…

How to Use PHP References

In this intermediate-level PHP class, Robert introduces you to references. PHP references are often useful and sometimes essential tools for accesing data in your code. 

Introduction to PHP, Part 2

This class follows directly on from “Introduction to PHP” and continues to build your knowledge of PHP. You’ll learn about constants, loops, switch and includes…

How to Use LESS

CSS stylesheets can become hard to manage on large projects. LESS is a solution that developers use to make their CSS much more efficient. As many…

How to Use the Zurb Foundation Framework

Zurb Foundation is a very popular alternative to the Bootstrap framework. Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive…

Introduction to JavaScript

HTML and CSS enable you to create beautiful webpages. But what if you want your pages to move or interact with the user? Slideshows, tabbed…

Introduction to Object Oriented PHP

Object oriented programming (OOP) is the most popular approach taken by PHP developers. You’ll find object oriented code in almost all major CMS’s and platforms.…

How to Build Responsive Websites

Responsive design is a foundation of the modern web. This class is a beginners guide that explains what you need to know to make your…

How to Use AngularJS

AngularJS is what HTML would have been, had it been designed for building dynamic web apps. Angular is a Javascript framework that allows you to create HTML…

How to Use the Bootstrap 3 Framework

Bootstrap is the most popular design framework in the world. Bootstrap is an HTML, CSS and Javascript framework that allows you to create clean-looking websites.…

How to Use the Twig Template Engine

Twig is a very powerful template engine for PHP. Twig is safe, fast, easy-to-learn and is used by many different platforms. In this class, you’ll…

How to Use SSH Keys

As you become a more experienced developer, you’ll start to move away from graphical interfaces and towards the command line. This class introduces you to…

Introduction to jQuery

jQuery is designed to make using JavaScript on your website a lot easier. In this class, Robert gives us an introduction to this powerful and…

How to Use CSS With Joomla

Getting your Joomla website to look exactly the way you want often involves editing some of the CSS provided by your template. In this class,…