A Look at More WooCommerce Product Settings
In the previous article, we configured how an online store owner can set some of the product settings. We configured half of the setting and in this post we are going to completely configure...
View ArticleOptimizing Your Workflow
One thing I keep asking myself: “How can I work more efficiently?” Efficient workflows are hard to obtain and even harder to keep efficient. Everyone has the tendency to fall into ruts which end up...
View ArticleSwift from Scratch: An Introduction to Classes and Structures
In the previous articles of this series, we covered the basics of the Swift programming language. If you followed along, you should now have a solid understanding of variables, constants, functions,...
View ArticleMaking Your WordPress Knowledge Base Live
If you've been following this series, you now have a theme for a knowledge base with a structure and front end. The final step is to make the knowledge base live. If the requirements of your knowledge...
View ArticleCreate a License Controlled Theme and Plugin Update System, Part 1: The...
As great as the official WordPress theme and plugin directories are, there are times when you don't want to use them for distributing your plugin or theme. Maybe it's because you are selling your...
View ArticleThe Beginners Guide to WooCommerce Taxes
Now that we've finished looking at WooCommerce Products and their associated settings, let's look into the tax configuration options for WooCommerce.Tax SettingsBeing an online store owner you will...
View ArticleCreate a Ringtone Randomizer on Android
Android users are always on the lookout for apps that can alter the behavior of their devices in new and innovative ways. The Android platform gives its developers a lot of freedom to build such apps....
View ArticleIntroducing JScrambler: Protect Your Code
What You'll Be CreatingAs the importance of JavaScript grows, so does the need to protect your intellectual property. In this tutorial we'll take a look at JScrambler, a tool you can use to protect...
View ArticleProgramming With Yii2: Exploring MVC, Forms and Layouts
What You'll Be CreatingIn Programming with Yii2: Getting Started, we set up Yii2 locally, built a Hello World application, set up a remote server, and used Github to deploy our code. This tutorial will...
View ArticleBuild Your Own URL Shortener With YOURLS
What You'll Be CreatingIn this tutorial, I'll show you how to install your own open source, PHP-based URL shortener, called YOURLS.The Benefit of URL ShortenersURL shorteners reached their peak in...
View ArticleMagento SEO: Internationalization and Extensions
In this series, we have covered all of the useful steps and techniques required to make your Magento installation SEO friendly. In this final article, we’ll cover some SEO considerations to keep in...
View ArticleIdentifying People With Qualcomm's Snapdragon SDK
It wasn't that long ago that taking photos was fairly expensive. Cameras required film with limited capacity and seeing the results also required additional time and more money. These inherent...
View ArticleA Linux Developer's Setup
Have you ever tried to go with Linux on a consistent basis but found it hard to get used to? Do you feel confused when having to choose a Linux distribution in order to develop software? Are you afraid...
View ArticleHow to Use jQuery with ZingChart
Web charts built with JavaScript are a great way to add interactivity to your apps and sites, but if you prefer working in jQuery, your options can be limited. Developers are often left to choose...
View ArticleThe Beginners Guide to WooCommerce: Introduction
Creating an e-commerce website can be a daunting journey. Imagine if it were nothing more than a matter of few clicks. Thanks to WooCommerce, this is now possible. WooCommerce is a WordPress plugin...
View ArticleNew Course: Essential Tools for JavaScript Developers
JavaScript is the most popular, and probably the most important, programming language today. As such, there are countless tools that make our lives just a little bit easier. But what are the tools that...
View ArticleQuick Tip: Enumerations in Swift
Enumerations are a common design pattern in many programming languages. While you may be familiar with enumerations in C and Objective-C, Swift's implementation of enumerations is significantly more...
View ArticleDocument Object Model
What You'll Be CreatingToday, you’ll be learning about a web technology that is known as the Document Object Model, commonly referred to as the DOM. This technology is tremendously powerful as it...
View ArticleCombining Underscores With Bootstrap to Create a Theme Framework: Introducing...
What You'll Be CreatingBootstrap is a front-end framework for developing responsive, mobile-first projects on the web. In this tutorial you'll get an overview of how it works, and what advantages it...
View ArticleAn Introduction to Working With Canvas
What You'll Be CreatingToday, you’ll be learning about a web technology that is known as Canvas and how it's related to the the Document Object Model, commonly referred to as the DOM. This technology...
View Article