…ecently, we offered a free short course to help you Create an Image Gallery in Ruby. In just seven short videos, Tuts+ instructor José Mota showed you how to build your own image gallery app using Ruby, Sinatra, Sequel and Carrierwave.That course turned out to be very popular, so we thought we'd offer you…
…et started with Django? Take our quiz and find out if you're ready.Getting Started With DjangoIf you like the elegance of the Python programming language, Django is the web framework for you! Django is a powerful but pragmatic framework, with an emphasis on getting work done.In our course, Getting Started…
…et me show you the final look of the chat application that we will completed by the end of this article.We will implement the application with Flask, Gunicorn for standalone WSGI application, and Flask-SocketIO for real-time communication. 1. ScenarioLet's look at an example scenario that we can use throughout this…
…e previous article I gave an overview of how you can manage and track all of your coupons in WooCommerce. Today we will explore the process of adding a new coupon. I will explain how you will add a new coupon and will configure various settings that are associated with…
…enCart is an open-source, PHP-based online e-commerce solution that allows you to accept orders online. It allows customers to shop using vouchers, but only one at a time by default. If you want to allow your customers to use multiple vouchers at once, you'll need to modify the code. I'll…
…elcome to the second part of the series called "Mastering WP_Query". In the first part, we started off with the series by simply introducing what the WP_Query class is. And in this second part, we're going to learn about the functions related to WP_Query. Let's begin! Harnessing the Power of…
…e CreatingToday I’d like to experiment with the Media Capture and Streams API, developed jointly at the W3C by the Web Real-Time Communications Working Group and the Device APIs Working Group. Some developers may know it simply as getUserMedia, which is the main interface that allows webpages to access media…
…ere seem to be endless choices regarding how to accomplish the same task: to develop a website that works in today's modern web. Web developers have to choose a web hosting platform and underlying data storage, which tools to write HTML, CSS, and JavaScript in, how design will be implemented, and…
…evious article I started off with the procedure to add new coupons in WooCommerce. There I explained the coupon title and description along with the various Discount types in the section of General Coupon data. Today, I will continue with the remaining options which you'll find in the General settings…
…e previous part of this series, we learned about bundling a WordPress installation with plugins and themes, and tweaking the wp-config-sample.php file. Granted, bundling themes and plugins isn't such an amazing idea, but you have to admit that editing wp-config-sample.php to install WordPress with custom wp-config.php tweaks is kind of…