…in that transforms WordPress into a powerful eCommerce solution.This WordPress eCommerce plugin now powers over 37% of all online stores and offers a wide variety of plugins that extend and customize WooCommerce in many different ways.Here are 20 useful WordPress WooCommerce plugins available on Envato Market that are worth your consideration:1.…
…injection (DI) and the Symfony service container are important new development features of Drupal 8. However, even though they are starting to be better understood in the Drupal development community, there is still some lack of clarity about how exactly to inject services into Drupal 8 classes. Many examples talk…
…In the course of this tutorial, we'll go through the details of custom SEO-friendly URLs. It's an important aspect you should look at while developing custom modules, and it affects the overall search engine rankings as well.We'll use the latest version of OpenCart, so make sure that you've installed that…
…ing, renewing, installing and managing SSL certificates overwhelmed me with expense and complexity. Now, Let's Encrypt makes it fairly simple and free.Let’s Encrypt is an emerging, free, automated, and open certificate authority brought to you by a California public benefit corporation called the Internet Security Research Group—it also has nonprofit…
…ing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} REST (REpresentational State Transfer) is a web development architecture design style that refers to logically separating your API resources to enable easy access, manipulation, and scaling. Reusable components are written to be easily managed via simple and intuitive HTTP requests such as GET, POST,…
…ing soon.Since the frameworks are so different, using Angular 2 will require a total rewrite of apps to make them work with the new platform. Our new course, Upgrade Your App to Angular 2, takes you through the process step by step.What You’ll LearnIn this course, Envato Tuts+ instructor Reggie Dawson…
…ing open-source software, one of which is the ability to learn from the code that others have built. Other examples include: following along with bug tickets seeing new features merged into the code base learning how to achieve something programmatically viewing the deprecation of an old feature gaining access to…
…ing thumbnails of the original images on the fly. You just need to upload images to a specific directory, and they’ll be picked up to generate the photo gallery.Our goal is to make a module that uses the UberGallery script to generate the gallery, but in an OpenCart way. In…
…in the development space today. One of the more common frameworks that we're seeing used to build web applications is Laravel.Though this tutorial is not specifically about Laravel, I recommend checking it out if for no other reason than to see what else is going on outside of WordPress. Exposing…
…In this second article, we’ll dive a little deeper into Active Record queries in Rails. In case you are still new to SQL, I’ll add examples that are simple enough that you can tag along and pick up the syntax a bit as we go. That being said, it would…