Meet Tuts+ Survey Grand Prize Winner Catherine Dawes
Name: Catherine DawesLocation: Vryburg, South AfricaTopics of Interest: Graphic Art, Print Design, Hand-LetteringOccupation: Graphic Artist and PrintmakerLast month, we unveiled South African graphic...
View ArticleCreate a License Controlled Plugin and Theme Update System — Part 2: The...
This is the second tutorial in a three-part tutorial series about building a license controlled WordPress plugin and theme update system. In the first part of the series, we created a WordPress plugin...
View ArticleBeginning Test-Driven Development in Python
Test-driven development (TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought,...
View ArticleLocalizing a Windows Phone 8 Application
Recent store trends show that offering your app in English will cover only about 25% of Windows Phone customers. Adding Spanish, French, Mandarin, Russian, and German can increase coverage to more than...
View ArticleBuilding Your Startup With PHP: Geolocation and Google Places
What You'll Be CreatingThis is part three of the Building Your Startup With PHP series on Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my Meeting...
View ArticleNew eBooks Available for Subscribers
From Chef to Puppet, and from Scalding to Spring, our latest batch of eBooks will give you an in-depth look at some key topics to help you become a better developer.What You'll LearnThis month we've...
View ArticleFrequently Used Functions in Magento Development
Magento is a very powerful and thus slightly difficult to tame CMS. It is built on the mighty Zend framework, and it often becomes a difficult task to create or edit Magento templates. Here in this...
View ArticleCreative Uses for Webhooks
Source control is the way to go for software development, and using a repository hosting service allows you to manage your code even further.Besides the multiple benefits of Bitbucket that we've...
View ArticleAn Introduction to Xamarin.Forms and SQLite
At some point in your mobile development career, you are going to need to deal with data. Dealing with data means more than processing and displaying information to the end user. You are going to need...
View ArticleApply to Be the Next Tuts+ Course Producer (Audio/Video Production)!
Tuts+ Is Looking for a New Course Producer (Audio/Video Production)!We’re looking for a new Course Producer to help instructors produce top-quality video and audio for their Tuts+ courses. In this key...
View ArticleBehavior-Driven Development in Python
Behavior-Driven Development is an excellent process to follow in software development. With testing often a practice that is pushed aside to the last minute (or ignored entirely), baking the process...
View ArticleWhat's New in Laravel 5
The PHP community has recently been blessed with a new release of one of its most loved frameworks, Laravel. Version 5.0.1 is a major release, so not only are there some great new features available,...
View ArticleEnvato’s Global Meetup Program Is Launching!
If you've been to any of our Tuts+ meetups in the past, you know they're a great way to meet fellow creatives in your industry, share ideas, and make connections. Now our parent company Envato is...
View ArticleRewriting History with Git Rebase
In the fundamental Git workflow, you develop a new feature in a dedicated topic branch, then merge it back into a production branch once it's finished. This makes git merge an integral tool for...
View ArticleThe Beginners Guide to WooCommerce: General Settings
In the previous article, we gave an introduction to WooCommerce. Let’s talk about the General Settings of WooCommerce now.Installation and ActivationBeing a WordPress-based plugin; its installation is...
View ArticleA Look at WooCommerce Products Settings
Products hold a key position for an online store. In the previous article, we learned how to configure the General settings in WooCommerce; today we will look into the various settings for...
View ArticleA 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 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 ArticleCombining Underscores With Bootstrap to Create a Theme Framework: Introducing...
This tutorial is the second in the series Combining Bootstrap and Underscores to Create Your Own Theme Framework. In this tutorial, we are going to introduce you to one of the main components of the...
View ArticleBuilding a Multi-Line Chart Using D3.js
D3.js is a wonderful JavaScript library which is used for creating interactive and visually appealing graphics. D3.js stands for Data Driven Documents and uses HTML, SVG and CSS to run its magic. From...
View Article