Configuring Product Settings in WooCommerce
In the first two parts of this series, you learned how to install WooCommerce and configure its settings. Now it's time to add some products to your store!But before you can add any products, you need...
View ArticleIntroduction to Syncano
Nowadays we all want to get notified as soon as things happen on the Internet. Google, Facebook and Twitter all offer real-time updates, because they know that none of us will use their service if we...
View ArticleExport Your Gravity Forms Submissions to a Google Spreadsheet with Zapier
What You'll Be CreatingAnyone who has read my tutorials knows that I'm a big fan of Gravity Forms. I don't often promote paid plugins because there are just so many good free plugins out there, but...
View ArticleFifty Actions of WordPress – 50 Examples (1 to 10)
The previous part of our series was the "introduction" to the world of WordPress actions. In this tutorial, we're going to start reviewing 50 selected actions by explaining what they do and see an...
View ArticleSwift from Scratch: Introduction
If you're reading this article, then chances are that you have heard of a new programming language called Swift. Apple released Swift during this year's WWDC, the company's annual developer conference,...
View ArticleCreating the Starting Files for Your WordPress Theme Framework
In the earlier parts of this series, you've learned how theme frameworks work and have considered your approach to the framework you're developing.Now it's time to dive into some code!In this tutorial...
View ArticleA Primer on ES7 Async Functions
If you've been following the world of JavaScript, you've likely heard of promises. There are some great tutorials online if you want to learn about promises, but I won't explain them here; this article...
View ArticleFifty Actions of WordPress – 50 Examples (11 to 20)
In the previous part of this series, we started going through 50 WordPress actions, selected among hundreds and we started by reviewing 10 of them. In this tutorial, we're going to see another batch...
View ArticleQuick Tip: How to Use the EventBus Library
What You'll Be CreatingBuilding an Android app that has multiple active components communicating with each other can get tedious. To save time, developers often end up with tightly coupled components...
View ArticleRESTful API Design With NodeJS & Restify
What You'll Be CreatingThe RESTful API consists of two main concepts: Resource, and Representation. Resource can be any object associated with data, or identified with a URI (more than one URI can...
View ArticleAdding Action Hooks to Your WordPress Theme Framework
If you've been following the earlier parts of this series, you'll now have:Understood how theme frameworks workIdentified your approach to developing your ownCreated your starting theme filesIn this...
View ArticlePivotal Tracker 101 for Developers
Pivotal Tracker is a tool that basically aids project managers and developers in planning their software development project. It's based on agile development methods, but works very well for all kinds...
View ArticleWorking With Isolated Storage on Windows Phone 8
Isolated storage is used to store local data on a Windows Phone. It is "isolated" because other applications can't access this data. In this tutorial you'll get an overview of isolated storage and...
View ArticleToken-Based Authentication With AngularJS & NodeJS
What You'll Be CreatingAuthentication is one of the most important parts of any web application. In this tutorial, we'll be discussing token-based authentication systems and how they differ from...
View ArticleIncreasing Speed and Adding Rich Snippets in Magento
So far in this series, we have made most of the required steps for on-site optimization. Now, in the third part of this series, you'll learn how to optimize your Magento installation to reduce page...
View ArticleNew eBooks Available for Subscribers
If you want to master AngularJS, we've published three new eBooks this month to help you along. You can also learn about JavaScript promises, Laravel design patterns, HTML5 game development, and...
View ArticleBeing Part of the Tuts+ Community
Whatever I've done online, I've always been part of a community. Tuts+ has an active community and there are many ways you can take part. Here I talk about community, what we've been doing, and how you...
View ArticleFifty Actions of WordPress – 50 Examples (21 to 30)
In this series, we're taking a look at WordPress actions: a type of hook that the application offers that allows us to customize execution. In the last article, we looked at the second set of 10...
View ArticleSwift from Scratch: Variables and Constants
In the first article of Swift from Scratch, you learned about Xcode playgrounds and wrote your first lines of Swift. In this article, we start learning the fundamentals of the Swift programming...
View ArticleCustomize the Behavior of the WooCommerce Sale-Flash
What You'll Be CreatingFor those who are familiar with WooCommerce, you may also be aware of its sale-flash functionality. This is primarily used to display when an item is on sale. In this tutorial,...
View Article