Swift from Scratch: Access Control and Property Observers
In the previous tutorial, we added the ability to create to-do items. While this addition has made the application a bit more useful, it would also be convenient to add the ability to mark items as...
View ArticleA Simple Guide to the WordPress Quicktags API
As of version 4.0, there are 18 built-in APIs in WordPress. They are all extremely important to different aspects of WordPress, and together they help WordPress to be the most flexible content...
View ArticleBetter Subversion Practices
When we say Subversion, or SVN, every developer who uses it understands what we are going to talk about. SVN should be the de facto element of any development cycle. We can use SVN not only with code...
View ArticleBuilding Your Startup With PHP: Localization With I18n
What You'll Be CreatingThis is part four 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 ArticleMeet Tuts+ Survey Prize Winner Tassia Pellegrini
Name: Tassia PellegriniLocation: Amsterdam, NetherlandsTopics of Interest: Graphic Design, UX Design, Front-End Development, UI, Information ArchitectureOccupation: Interface Designer, Booking.comWhen...
View ArticleIntroduction to Smart Watch App Development with Tizen
What You'll Be CreatingBecoming a smart watch app developer is a great idea, but what if you are an HTML developer? Will you be able to realize your dream without switching to a completely different...
View ArticleDisplay the Most Recent Post in Each Category
By default, your main WordPress blog page displays your most recent posts in descending date order. But if you're using categories on your site and your readers will want to see what's new in each...
View ArticleNew Course: iPhone App Development With Swift
Whether you are a seasoned iOS developer or just getting started, it pays to learn how to use the Swift programming language for your next app. Swift is the future of application development for Apple...
View ArticleHow to Restore Your WordPress Website With CodeGuard
What You'll Be CreatingThis is the second part of a series sponsored by CodeGuard. Although I'll walk you through the basics of adding your site in this tutorial, I suggest beginning with our detailed...
View ArticleCreate a Simple CRM in WordPress: Creating Custom Fields
In this series, we've been looking at how to create a simple CRM system in WordPress. In the first part of this series, we created a WordPress Plugin that registered a 'Contacts' Custom Post Type, but...
View ArticleDependency Injection With Dagger 2 on Android
Dependency injection is a software design pattern focused on making our applications loosely coupled, extensible, and maintainable. In this tutorial, you will learn how to handle dependency injection...
View ArticleWindows Phone 8 Succinctly: Data Access—Storage
Local StorageThe Internet plays an important role in mobile applications. Most Windows Phone applications available in the Store make use of the network connection offered by every device. However,...
View ArticleGet Started Building Your Blog With Parse.js: Add a New Blog
What You'll Be CreatingHave you ever got excited by your idea for a website, but found yourself becoming miserable when trying to make it dynamic and actually run it on a server? With Parse.js,...
View ArticleHTTP Mock Testing in NodeJS
What You'll Be CreatingHTTP mock tests let you implement and test a feature even if dependent services are not implemented yet. Also, you can test services that have already been implemented without...
View ArticleNode.js Succinctly: Basic Node.js Programming
This chapter will describe some basic Node.js programming. Node.js uses the JavaScript language to write code. If you have experienced programming in JavaScript, you will find it easier to write...
View ArticleSwift from Scratch: Initialization and Initializer Delegation
In the previous installments of Swift from Scratch, we created a functional to-do application. The data model could use some love though. In this tutorial, we're going to refactor the data model by...
View ArticleMeet Tuts+ Survey Prize Winner David Kehrer
Name: David KehrerLocation: Traverse City, Michigan, USATopics of Interest: Web Design, Design & Illustration and Code Occupation: Creative Director at digital marketing agency OneupwebIn...
View ArticleA Definitive Guide to Magento Security
Although the security of all websites is important, the security of an eCommerce website is particularly important because these sites keep records of users’ data and order-related financial...
View ArticleDesign Patterns: The Command Pattern
After covering a few creational and structural design patterns, we have started behavioral patterns now. You can see the first article in this category of the strategy pattern. With creational...
View ArticleCustom Block Development in Magento
In this tutorial, we are going to explore Magento blocks, one of the essential components of the Magento architecture. We'll see the difference between structural and content blocks. I'll also...
View Article