The WordPress Customizer JavaScript APIs: Getting Started
The WordPress Customizer has been actively developed since its inception. The APIs are continually evolving, including the JavaScript API. However, it is one of the least documented APIs in the...
View ArticleNew Course: Real-Time Apps With Rails 5 Action Cable
What You'll Be CreatingDo you want to learn how to create a real-time app in Rails 5? If so, our new short course, Real-Time Apps With Rails 5 Action Cable, is for you.What You’ll LearnUsers have come...
View ArticleCreate a Pokémon GO Style Augmented Reality Game With Vuforia: Part 2
What You'll Be CreatingIn the last post of this series, we learned how to set up Vuforia and start developing an AR game from scratch, adopting a logic similar to the one used on Pokémon GO!Create a...
View ArticleCreating Custom WordPress Administration Pages, Part 4
As we begin the final article in the series on creating custom WordPress administration pages in WordPress, I think it's important to reiterate that this is not meant to say we should be circumventing...
View ArticleFiltering the Payment Methods by Cart Weight in OpenCart
As a developer, you’ll often have to face a scenario that forces you to alter the core behaviour of a framework. If that’s something that is already provided by the admin UI or something similar,...
View ArticleGet Started With an Android App Template in 60 Seconds
Android app templates from CodeCanyon can jump start your app development. This video will show you how to get started with your own app in only 60 seconds! Universal Android WebView App TemplateThe...
View ArticleBuilding Your Startup With PHP: Collecting and Managing User Reports and...
What You'll Be CreatingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my...
View ArticleGetting Started With Ionic: Cordova
What You'll Be CreatingIn this final installment in the Getting Started with Ionic series, you'll learn how to leverage Cordova to add device hardware capabilities to your app. We'll look at how to use...
View ArticleQuiz: Do You Know How to Secure WordPress?
Do you think you know how to secure WordPress? Take this quiz to test your knowledge of WordPress security.WordPress Secure Setup GuideWordPress is, generally speaking, a relatively easy system to...
View ArticleGeoSpatial Search in Rails Using Elasticsearch
In this tutorial, I am going to create a small Rails app. I will show you how to create a rake task to import some venues from Foursquare to our database. Then we will index them on Elasticsearch....
View ArticleGetting Started With Paper.js: Paths and Geometry
In my previous tutorial, I covered the installation process and project hierarchy in Paper.js. This time I will teach you about paths, segments, and their manipulation. This will enable you to create...
View ArticleHost a Parse SDK Backend for Your iOS App on back{4}app
What You'll Be CreatingAbout Parse SDK and back{4}appYou may have read that Facebook is shutting down Parse, but don't worry that the Parse SDK will die. Facebook will retire the parse.com hosting...
View ArticleBuilding RESTful APIs With Flask: An ORM With SQLAlchemy
In the first part of this three-part tutorial series, we saw how to write RESTful APIs all by ourselves using Flask as the web framework. The previous approach provided a whole lot of flexibility but...
View ArticleMaster Authentication With Laravel in Our New Short Course
What You'll Be CreatingAuthentication is extremely important, and as a result, it's extremely difficult to get right. But Laravel's built-in authentication system makes it easier to protect the...
View ArticleInternationalizing WordPress Projects: Updates With WordPress 4.6
Throughout this series, we've covered exactly what you need to do to internationalize your WordPress projects. If you've not read any of the previous posts, I recommend checking them out.Though there...
View ArticleConcurrency on Android with Service
In this tutorial we’ll explore the Service component and its superclass, the IntentService. You'll learn when and how to use this component to create great concurrency solutions for long-running...
View ArticleBuilding Your Startup: The Open-Source Foundation Behind Meeting Planner
What You'll Be CreatingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my...
View ArticleiOS 10: Creating Custom Notification Interfaces
IntroductionWith iOS 10, Apple now allows app developers to create custom interfaces for notifications delivered to their users. The possibilities of this framework are shown in the Messages app, where...
View Article10 Best WordPress Facebook Widgets
Facebook has over 1.71 billion active users worldwide who spend an average of 20 minutes per visit. That explains why, “on average, the Like and Share Buttons are viewed across almost 10 million...
View ArticleLet's Go: Testing Golang Programs
In this tutorial I will teach you all the basics of idiomatic testing in Go using the best practices developed by the language designers and the community. The main weapon will be the standard testing...
View Article