…in the original image, CSS filters provide an easy way out. Let's begin this tutorial with a brief discussion of all available filters.Blur FilterThis filter will apply a Gaussian blur to your images. You will have to provide a length value which will determine how many pixels need to blend…
…IntroductionHookr provides two super useful features for WordPress developers. First, its website offers a fast, easy-to-browse index of hooks, classes, APIs, constants, etc., for the WordPress core as well a growing number of popular plugins and themes. Second, Hookr now offers a plugin for WordPress that allows you to see and drill…
…ing for WordPress, be it a theme or a simple plugin, you are already familiar with the modularity of WordPress. WooCommerce is developed with extendability in mind also.In this tutorial we will create a simple shipping method for WooCommerce which will calculate the cost of shipping. We will also add…
…ing essential to go through before you develop the files in this article.As a quick reminder, we’re developing a Recent Products plugin that lists X number of products in the front-end. You can configure the number of products to be displayed from the back-end configuration form that was built in…
…ing this, you know that chat bots are one of the biggest tech trends of 2016.The bot revolution is not only about artificial intelligence. A bot can be a tool in your messenger with a simple chat interface that can be used to extend the functionality of sites or services…
…ings about a CMS like WordPress is the ability to sculpt it into whatever kind of online solution you need. Gone are the days when something like WordPress is only a blogging platform.WordPress natively has the ability to create users with different levels of control. This makes it a great solution…
…In the previous tutorial of this series we discussed how to use CSS filters to edit images. While filters can produce great results, they are limited to just a single layer.Let's say you have an image and you want to overlay it with red color. You can't do that with…
…In a recent course, I took you through the process of learning PHP from scratch. In this short video from the course, you’ll learn to write your first line of PHP code. I’ll show you how to mix HTML and PHP in a .php file. I’ll also teach you about…
…ing array of choices when it comes to categorizing your products, and it can be difficult to identify exactly which one is right for which products. I know I've certainly gone through the experience of setting up a product in one way, only to realize I should have used a…
…ing eCommerce platform, adding thousands of new merchants every month.The great thing about the Shopify platform is that Shopify has openly said they aren't concerned with solving every problem for their merchants. Instead they have created their APIs and App Store so that independent developers can build out (and charge…