20+ Best Flat Design, Modern WordPress Themes for 2019

Flat design burst onto the web design scene some years ago, arguably fuelled by the tech giants of the time. Major influencers included Microsoft’s Metro style, Apple’s release of iOS7, and Google’s Material design, all characterized by vibrant colors and a minimalistic approach to user interfaces. Since then plenty of WordPress themes have made use… Continue reading 20+ Best Flat Design, Modern WordPress Themes for 2019

How to Set Up a Quiz on Your WordPress Website

Today, we’re going to explore the WP Quiz plugin which allows you to set up quizzes on your WordPress site. We’ll go through the details of this plugin and we’ll end the post with a real-world example. Setting up online quizzes is one of the best way to engage your visitors and it’s always fun… Continue reading How to Set Up a Quiz on Your WordPress Website

Best MailChimp Templates to Level Up Your Business Email Newsletter 2019

People love MailChimp because of its ease-of-use and beautiful designs. The problem is, it’s often cumbersome to try and use your own customized templates if they’re not specifically optimized for MailChimp. Instead, you end up sacrificing either the intuitive interface or the jaw-dropping user experience, neither of which are what you want. Happily, we’ve once… Continue reading Best MailChimp Templates to Level Up Your Business Email Newsletter 2019

26 Best New Business Brochure Templates for 2019

Every business can benefit from a well-made brochure. Find the perfect design for your startup in this list of brochure templates. 26 NEW Business Brochure Templates Ready to smash your business goals for 2019? Then take on a new opportunity with a brilliant brochure design. Try out a new look your audience will love by… Continue reading 26 Best New Business Brochure Templates for 2019

20 Best HTML5 and JavaScript Game Engines and Templates

With Flash end-of-life announced for the end of 2020, HTML5 and JavaScript games have quickly taken over, becoming a major source of gaming on the web. With this major shift in the landscape though came a move from largely using one tool to create online games, to using dozens (maybe hundreds!) of different engines, libraries,… Continue reading 20 Best HTML5 and JavaScript Game Engines and Templates

Create a Booking System With a WordPress Booking Plugin

What You’ll Be Creating If you run any sort of business that involves appointments or meetings with clients or between staff members, then your life will be made much simpler if you enable bookings on your website. This doesn’t just apply to meetings—hotels, spas and other leisure businesses can also benefit from using online bookings.… Continue reading Create a Booking System With a WordPress Booking Plugin

How to Make a Business Brochure in InDesign

What You’ll Be Creating In this tutorial, you’ll learn how to make a business brochure with a clean, corporate style in Adobe InDesign. Business brochure templates are quick and simple to put together in InDesign, and can be easily adapted with your own text and images.  This eight-page brochure design has a clean and modern… Continue reading How to Make a Business Brochure in InDesign

How to Create an Online Store with WordPress and BigCommerce

In this tutorial I’m going to show you how to make a WordPress shopping cart, using the BigCommerce WordPress plugin. We’ll go over the following things (in both video and written format, choose whichever you prefer!): What is BigCommerce (and the concept of “headless”)? How to download the plugin and create an account Setting up… Continue reading How to Create an Online Store with WordPress and BigCommerce

Code a Burger Menu for Mobile Users in WordPress

What You’ll Be Creating If you want your site to be responsive (and who doesn’t?), then it’s important to make sure that your main navigation menu works well on small screens. Large navigation menus can take up too much space on a mobile phone, or if they don’t, they can be too small to read… Continue reading Code a Burger Menu for Mobile Users in WordPress

Complete Guide to WordPress Multisite

WordPress Multisite is a powerful tool for developers who need to host multiple WordPress sites on the same server. Learn how to get the most out of it in our new course, Complete Guide to WordPress Multisite. What You’ll Learn WordPress Multisite makes it easier and more secure to host a number of WordPress sites… Continue reading Complete Guide to WordPress Multisite

Features, Syntax, and the Problem It Will Solve

CSS subgrid is slowly making its way into browsers. The CSS Working Group is actively working on it and the related W3C specification has already reached Level 2. This new feature will enable us to enhance grid items with subgrids that inherit the grid tracks of their parent grid and seamlessly align with it. As CSS subgrid is… Continue reading Features, Syntax, and the Problem It Will Solve

How to Create a Rolling Stone-Inspired Magazine Cover

What You’ll Be Creating The first issue of iconic music magazine Rolling Stone was put on sale on 7 November 1967. Featuring John Lennon on the cover, the San Francisco-founded publication went on to become the go-to magazine for music fans worldwide. In this tutorial, we’ll pay tribute to the iconic graphic style of Rolling Stone, which… Continue reading How to Create a Rolling Stone-Inspired Magazine Cover

Best WordPress Membership Plugins of 2019

Adding a membership is a great way to bring in revenue for your business. But turning your WordPress site into a membership site can be quite complex. Thankfully, CodeCanyon has a library full of membership plugins that let you add this membership functionality to your site without you having to do any coding.  Starting off… Continue reading Best WordPress Membership Plugins of 2019

How to Use Firebase Firestore in an iOS App

In this tutorial, you’ll learn how to manage data in a Firebase Firestore database. For some background on Firebase and instructions on how to get your Firestore database set up, please read my earlier Introduction to Firebase post. Data, Documents, and Collections Working with Firestore, data, documents and collections are the key concepts which we need… Continue reading How to Use Firebase Firestore in an iOS App

Top WordPress Audio and Video Plugins of 2019

WordPress audio and video plugins are essential if you are looking to add video and audio players to your website. In this post, I’ll share some of my favorites for 2019—I’ve picked plugins that have features that are missing from many of the other plugins available.  WordPress Audio Player Plugins 1. MP3 Sticky Player This MP3… Continue reading Top WordPress Audio and Video Plugins of 2019

How to Make Modern Websites With Clean WordPress Themes

Creating a website has never been easier thanks to platforms like WordPress. Not only is WordPress very easy to learn, it’s the perfect platform to create any type of website.  Thanks to the huge number of themes, you can get your site up and running in a matter of hours, whether you want to launch… Continue reading How to Make Modern Websites With Clean WordPress Themes

How to Make a Newsletter Email Subscription Popup with the ConvertPlus WordPress Plugin

A newsletter is a report sent by an organization or business containing any recent news. In an e=commerce business, it might contain news or sales on products which might interest the subscriber. Newsletters allow you to encourage website visitors to return to your site and can be a powerful tool for boosting sales and viewership.… Continue reading How to Make a Newsletter Email Subscription Popup with the ConvertPlus WordPress Plugin

How to Build an Amazon Affiliate Website With a WooCommerce Affiliate Plugin

Amazon is one of the biggest e-commerce platforms on the planet, selling a huge variety of products.  In addition to keeping the world supplied with everything from top-of-the-range MacBooks, to dishwasher tablets and mattresses, Amazon offers an Amazon Associates program that makes it possible for anyone to earn commission, simply by referring people to the… Continue reading How to Build an Amazon Affiliate Website With a WooCommerce Affiliate Plugin

Tips for Using Location-Based Photos on Your Website

Photography can be one of a web designer’s most powerful assets. We can use it to transport users to another place and time. It can convey a feeling and amplify a message. Today, we’re going to focus on images that were taken on location. This can cover anything from a stunning skyline shot… Continue reading Tips for Using Location-Based Photos on Your Website

How to Make a Purchase Icon in Adobe Illustrator

What You’ll Be Creating Love icon design? If so, follow this tutorial and learn how to make a minimal purchase icon in three different versions. We will use only basic shapes, and with the help of the Align options and the Pathfinder options, we will build these icons step by step. By the end of… Continue reading How to Make a Purchase Icon in Adobe Illustrator

Easy Form Validation With jQuery

In our previous tutorial, we discussed how to implement basic form validation using some input attributes in HTML5 and a little Regex.  HTML5 Form Input Validation Using Only HTML5 and Regex Monty Shokeen In this tutorial, we will learn how to use a jQuery plugin to add form validation to your website. Using a jQuery… Continue reading Easy Form Validation With jQuery

How to Create a Seder Plate for Passover in Adobe Illustrator

What You’ll Be Creating Whether or not you observe Passover, this is a great time to create and learn about the Seder plate and what it means during this Jewish holiday season. Celebrated this year from sunset on 19th April to 27th April, Passover celebrates the story of the exodus of the Israelites from Egypt.… Continue reading How to Create a Seder Plate for Passover in Adobe Illustrator

8 Best Project Management Systems and CRMS on CodeCanyon

Project management and CRM (customer relationship management) entails tracking all aspects of a business from planning, assigning tasks, follow up, task management, and invoicing—along with many more activities. The success of any website or business largely depends on the structures put in place to ensure the smooth running of operations. From planning and tasks assignment to… Continue reading 8 Best Project Management Systems and CRMS on CodeCanyon

New Course: Figma to HTML

What You’ll Be Creating If you haven’t yet got to grips with the Figma interface design application, now’s your chance. In our new course, Figma to HTML: Code Up a Single-Page Design, you’ll master Figma by going through the process of converting a Figma website design to HTML.   What You’ll Learn In this course, Kezz… Continue reading New Course: Figma to HTML