An Introduction to GameplayKit: Part 3
This is the third part of An Introduction to GameplayKit. If you haven't yet gone through the first part and the second part, then I recommend reading those tutorials first before continuing with this...
View ArticleThe Beginners Guide to WooCommerce: Adding Coupons—General Settings Part 1
In the 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...
View ArticleBuild a Real-Time Chat Application With Modulus and Python
First of all, let 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...
View ArticleQuiz: Are You Ready to Get Started With Django?
Want to get 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!...
View ArticleMastering WP_Query: Related Functions
Hi, and welcome 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...
View ArticleQuick Tip: Accept Multiple Vouchers in OpenCart 2.0
OpenCart 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...
View ArticleAn Introduction to Ruby's JSON Library
The de facto standard in data portability across web applications and services, JSON has a concise yet powerful syntax for sharing data across platforms. In this short video tutorial from my recent...
View ArticleGoogle Play Services: Using the Nearby Connections API
IntroductionOne of the many APIs available in Google Play Services is the Nearby Connections API. Introduced in early 2015, this framework lets you set one device running your application as a host and...
View ArticleData Structures With JavaScript: Stack and Queue
What You'll Be CreatingTwo of the most commonly used data structures in web development are stacks and queues. Many users of the Internet, including web developers, are unaware of this amazing fact. If...
View ArticleIntroduction to Scratch
One of the highlights of my week is the Code Club I run at my local school. Every Thursday, I spend an hour with some budding coders helping them learn the fundamentals of code.Along with other code...
View ArticleNew Course: Develop Apps for Android Wear
The Android Wear API brings the Android platform to the newest generation of wearable devices and smartwatches. With Android Wear, you can create a user experience designed specifically for wearables....
View ArticleGetUserMedia: Using the Media Capture and Streams API
What You'll Be 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...
View ArticleThe Beginners Guide to WooCommerce: Adding Coupons—General Settings Part 2
In my previous 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...
View Article10 Common Web Developer Mistakes
There 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...
View ArticleSimplify Android Development Using manifoldJS With Crosswalk
With version 0.3.0 of manifoldJS, you can now choose to build your Android apps with Crosswalk instead of the traditional Android webview. It's quite simple to implement as well.If you're not familiar,...
View ArticleDesign Tips for Material Design
IntroductionOver the past months, Material Design has grown in a large design movement. Different components of Material Design, such as content cards and improved use of animation, can be found in...
View ArticleOut-of-the-Box WordPress: The Groundbreaking Way to Activate Plugins &...
In the 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...
View ArticleThe Beginners Guide to WooCommerce: Adding Coupons—Usage Restriction Part 1
In my previous two articles I discussed what coupons are, the different discount types for coupons that are offered in WooCommerce, and how online store owners can configure the General settings at the...
View ArticleBetter Cross-Platform Development: Highlights From the Microsoft Tutorial Series
Recently we've been running a series of sponsored tutorials by Microsoft technical evangelists, designed to help you solve the problem of building things that work well across all platforms. In case...
View ArticleMastering WP_Query: Actions and Filters
Welcome to third part of our series called "Mastering WP_Query". In the previous part, we went through 13 WordPress functions that are related to the WP_Query class. In this part, we will be reviewing...
View Article