How to Get Started With an Android App Template
Creating an attractive user interface for Android apps is almost always a time-consuming task, what with supporting dozens of Android versions, screen sizes, and pixel densities. These days, with more...
View ArticleGetting Started With the Asset Pipeline, Part 1
In this first article of a new series on the Asset Pipeline in Rails, I’d like to discuss a few high-level concepts that are handy to fully grasp what the Asset Pipeline has to offer and what it does...
View ArticleUsing Namespaces and Autoloading in WordPress Plugins, Part 2
In the previous tutorial, we began talking about namespaces and autoloading with PHP in the context of WordPress development. And although we never actually introduced either of those two topics, we...
View ArticleWhat’s New in OpenCart 2.3
In this article, I’m going to spotlight some of the key features introduced in OpenCart 2.3. If you’re an OpenCart developer who is familiar with earlier OpenCart versions, OpenCart 2.3 brings a couple...
View Article20 Useful PHP Contact Forms on CodeCanyon
Just about every website needs to have a contact form. Not only can it help cut down the amount of spam from those acquiring a direct email address, it can also help leverage the exchange into...
View ArticleUpgrade Your App to iOS 10
In this article, I would like to talk about iOS 10 and what you need to do to prepare your apps for iOS 10. As with every major release, iOS 10 introduces a slew of changes and enhancements. Some are...
View ArticleBuilding Your Startup: Delivering Notifications
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 ArticleNew Course: Angular Testing Inside Out
Unit testing is a key tool for ensuring the correctness of our software, and Angular apps are no exception! In fact, part of what makes Angular so amazing is that it's a framework written from the...
View ArticleGet Started With an iOS App Template in 60 Seconds
iOS 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 for iOS App TemplateHey there, folks....
View ArticleGetting Started With the Asset Pipeline, Part 2
By the end of this article you should have a good understanding of the features of the Asset Pipeline in Rails that beginners usually have a tricky time with. You will also have a good introductory...
View ArticleHow to Add AdMob Banner Ads to Your iOS Swift App
What You'll Be CreatingBanner ads are an important source of revenue for many app developers. In this tutorial you will learn how to add AdMob ads to your iOS app, using Swift 3 and Xcode 8.Create a...
View ArticleProgramming With Yii2: Security
If you're asking, "What's Yii?" check out Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of Yii 2.0.In this Programming With Yii2 series, I'm guiding...
View Article15 Useful PHP Login Forms on CodeCanyon
There are several things to consider when looking for PHP login forms. There are the more obvious considerations like security and the supported PHP version. You also need to consider the overarching...
View ArticleBackground Audio in Android With MediaSessionCompat
One of the most popular uses for mobile devices is playing back audio through music streaming services, downloaded podcasts, or any other number of audio sources. While this is a fairly common feature,...
View ArticleCustomizer JavaScript APIs: Panel, Section, and Control
Today, we will resume our discussion on the JavaScript API in the WordPress Customizer. In the last tutorial, we prepared and loaded two JavaScript files, customizer-control.js and...
View ArticleBuilding Your Startup: Preparing for Reminders
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 ArticleProgramming With Yii2: Using Ajax
What You'll Be CreatingIf you're asking, "What's Yii?", check out Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of Yii 2.0, released in October 2014.In...
View ArticleiOS 10: Notification Service Extensions
IntroductionWhen receiving a notification in an iOS app, you may want to be able to download content in response to it or edit the content before it is shown to the user. In iOS 10, Apple now allows...
View ArticleUsing Namespaces and Autoloading in WordPress Plugins, Part 3
In this tutorial, we're going to take a break from writing code and look at what PHP namespaces and autoloaders are, how they work, and why they are beneficial. Then we'll prepare to wrap up this...
View ArticleGet Started With PhpStorm in Our New Coffee Break Course
Codebases are becoming ever larger and ever more sophisticated. This leads to greater demands on developers to be familiar with codebases and to be efficient with them. PhpStorm dramatically reduces...
View Article