…er a situation where you have to have high-contrast, blurred or brighter versions of particular images on your website. Prior to CSS filters, your only options were either to upload different versions of these images or manipulate the images with JavaScript. Unless you want to manipulate the pixels in the…
…es 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…
…e ever developed something 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…
…e reading 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…
…en’t gone through the first part of this series, I would recommend you do so as that’s something 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…
…e of the great things 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…
…e 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 filters.…
…ecent 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 HTTP server…
…erce gives you a sometimes bewildering 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…
…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 for)…