Articles by TutsPlus - Code from October 2016
An Interest In:
Web News this Week
- January 21, 2025
- January 20, 2025
- January 19, 2025
- January 18, 2025
- January 17, 2025
- January 16, 2025
- January 15, 2025
< Return to TutsPlus+-+Code details.
10:26 am - Fri, October 28, 2016
TutsPlus - Code
New Coffee Break Course: FirstLook at Slim PHP
Slim PHP is an excellent framework for building micro applications in PHP. You know, the kind of app that does one thing, and does it well.In our new Coffee Break Course, First Look at Slim PHP, you'l...
09:17 am - Fri, October 28, 2016
TutsPlus - Code
Bring Your Android App to Chromebooks
Ask any developer to name the biggest challenge of developing for Android, and chances are they’re going to say fragmentation. Creating an app that’s flexible enough to run across the huge range o...
11:18 pm - Thu, October 27, 2016
TutsPlus - Code
How to Create an Android Chat App Using Firebase
What You'll Be CreatingWith Firebase, creating real-time social applications is a walk in the park. And the best thing about it: you don't have to write a single line of server-side code.In this tutor...
12:00 pm - Thu, October 27, 2016
TutsPlus - Code
Getting Started With the Twitter Info Widget
Having the ability to connect your Twitter account to your WordPress-powered website is both useful for your visitors and you.Your visitors will be able to get a little bit of information about you, y...
02:59 pm - Wed, October 26, 2016
TutsPlus - Code
Get Started With React Native Layouts
In this tutorial, you'll learn how to lay out React Native apps and how to implement layouts commonly used in apps. This includes the Stack Layout, Grid Layout, and Absolute Layout. I'll be assuming t...
01:00 pm - Tue, October 25, 2016
TutsPlus - Code
Getting Started With Paper.js: Animation and Images
So far in this series, I have covered projects and items, paths and geometry, and user interaction in Paper.js. The library also allows you to animate various items in your projects. If you combine i...
12:00 pm - Tue, October 25, 2016
TutsPlus - Code
Solving Callback Problems WithAsync
When we first start programming, we learn that a block of code executes from the top to the bottom. This is synchronous programming: each operation is completed before the next begins. This is great w...
01:00 pm - Mon, October 24, 2016
TutsPlus - Code
Building Your Startup: Notifying People of Meeting Updates
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 ...
12:00 pm - Mon, October 24, 2016
TutsPlus - Code
Introducing Pandas
In this tutorial I will give a basic introduction to pandas. Oh, I don't mean the animal panda, but a Python library!As mentioned on the pandas website:pandas is an open source, BSD-licensed library ...
11:32 am - Mon, October 24, 2016
TutsPlus - Code
Introduction to Material Motion inAndroid
The Material Design language was created to address issues with flat design on smaller screens by providing visual cues to interactive elements. In this article you will learn about some of the fundam...
03:59 pm - Sat, October 22, 2016
TutsPlus - Code
How to Secure a REST API WithLumen
Lumen is Laravel's little brother: a fast, lightweight micro-framework for writing RESTful APIs. With just a little bit of code, you can use Lumen to build a secure and extremely fast RESTful API.In t...
01:00 pm - Fri, October 21, 2016
TutsPlus - Code
Building Your Startup: Responsive Email for Gmail
This 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 Meeting Planner ap...
12:06 pm - Fri, October 21, 2016
TutsPlus - Code
New Coffee Break Course on Creating WordPress Child Themes
What You'll Be CreatingIf you want to tweak or customize a WordPress theme—whether a built-in theme or theme downloaded from elsewhere—a child theme is the way to go. Otherwise, if you customize t...
12:00 pm - Thu, October 20, 2016
TutsPlus - Code
Using Namespaces and Autoloading in WordPress Plugins, Part 1
Namespaces and autoloading are not topics that are usually discussed when it comes to working with WordPress plugins.Some of this has to do with the community that's around it, some of this has to do ...
01:41 pm - Wed, October 19, 2016
TutsPlus - Code
How to Create and Publish a Jekyll Theme Gem
One of Jekyll’s noteworthy new features is the ability create official themes in the form of Ruby gems. These themes can be installed by a Jekyll user to style their static blog or website with ea...
01:00 pm - Wed, October 19, 2016
TutsPlus - Code
Building Your Startup: Refining Email Templates
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 ...
12:00 pm - Wed, October 19, 2016
TutsPlus - Code
Building RESTful APIs With Flask: ORM Independent
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. In the second part, we created a RESTful API using Flask-R...
10:14 am - Wed, October 19, 2016
TutsPlus - Code
What's New in watchOS 3?
IntroductionThis year at WWDC, Apple officially unveiled watchOS 3, their latest update to the Apple Watch's core software. While there were only a few "headline" user features shown off, watchOS 3 op...
03:26 pm - Tue, October 18, 2016
TutsPlus - Code
Hey, Students! Save 50% on a Yearly Envato Tuts Subscription
If you're a student, you're in luck. For a limited time, you can save 50% on a yearly Envato Tuts+ subscription. That means you pay just $45 for a whole year of learning. Details of the Student Disco...
01:00 pm - Tue, October 18, 2016
TutsPlus - Code
Getting Started With Paper.js: UserInteraction
After reading the first two tutorials, you should be able to create paths and some basic predefined shapes. You should also be able to simplify or flatten your paths as well as draw them on different ...
12:00 pm - Tue, October 18, 2016
TutsPlus - Code
Let'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 testin...
06:52 pm - Mon, October 17, 2016
TutsPlus - Code
10 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 web...
06:48 pm - Mon, October 17, 2016
TutsPlus - Code
iOS 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, wher...
12:00 pm - Mon, October 17, 2016
TutsPlus - Code
Building 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 ...
11:30 pm - Fri, October 14, 2016
TutsPlus - Code
Concurrency 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 ...
12:00 pm - Thu, October 13, 2016
TutsPlus - Code
Internationalizing WordPress Projects: Updates With WordPress4.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 ...
12:38 pm - Wed, October 12, 2016
TutsPlus - Code
Master 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 portio...
12:00 pm - Wed, October 12, 2016
TutsPlus - Code
Building 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 ...
11:27 pm - Tue, October 11, 2016
TutsPlus - Code
Host 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 se...
01:00 pm - Tue, October 11, 2016
TutsPlus - Code
Getting 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 ...
12:00 pm - Tue, October 11, 2016
TutsPlus - Code
GeoSpatial 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. Als...
03:31 pm - Mon, October 10, 2016
TutsPlus - Code
Quiz: 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 ins...
12:20 pm - Mon, October 10, 2016
TutsPlus - Code
Getting 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 ...
12:00 am - Mon, October 10, 2016
TutsPlus - Code
Building Your Startup With PHP: Collecting and Managing User Reports and Feedback
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...
11:21 pm - Fri, October 7, 2016
TutsPlus - Code
Get 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 Template
The...
12:00 pm - Fri, October 7, 2016
TutsPlus - Code
Filtering 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,...
12:00 pm - Thu, October 6, 2016
TutsPlus - Code
Creating 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...
11:47 pm - Wed, October 5, 2016
TutsPlus - Code
Create a Pokmon GO Style Augmented Reality Game WithVuforia: 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...
03:37 pm - Wed, October 5, 2016
TutsPlus - Code
New 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 c...
01:00 pm - Wed, October 5, 2016
TutsPlus - Code
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 WordP...
12:00 pm - Wed, October 5, 2016
TutsPlus - Code
Building RESTful APIs With Flask: The DIY Approach
REpresentational State Transfer (REST) is a web development architecture design style which refers to logically separating your API resources so as to enable easy access, manipulation and scaling. Re...
01:00 pm - Tue, October 4, 2016
TutsPlus - Code
Getting Started With Paper.js: Projects and Items
You may or may not have heard of Paper.js. So, let's begin with the question: what is Paper.js? It is a library that allows you to create and work with vector graphics. The official website describes ...
12:00 pm - Tue, October 4, 2016
TutsPlus - Code
Debugging With Node.js
I feel that debugging is as crucial a part of the development cycle as any other. So it's always good practice to demystify the job of debugging, making it easier and less time-consuming, so that w...
02:18 pm - Mon, October 3, 2016
TutsPlus - Code
Animate Your React Native App
Animation is an important part of user experience design. It serves as feedback on user actions, informs users of system status, and guides them on how to interact with the interface. One of the to...
01:00 pm - Mon, October 3, 2016
TutsPlus - Code
How to Use Python to Find the Zipf Distribution of a Text File
You might be wondering about the term Zipf distribution. To understand what we mean by this term, we need to define Zipf's law first. Don't worry, I'll keep everything simple. Zipf's LawZipf's law s...
12:00 pm - Mon, October 3, 2016
TutsPlus - Code
Building Your Startup With PHP: Choosing and Configuring Production Hosting
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...
03:34 pm - Fri, September 30, 2016
TutsPlus - Code
Who Needs AMP? How to Lazy Load Responsive Images Quick and Easy with Layzr.js
Google's "Accelerated Mobile Pages" (AMP) project has, of late, helped influence websites to become faster. With good technique and a powerful content distrobution network, Google has directly made AM...
10:12 am - Fri, September 30, 2016
TutsPlus - Code
Get Started With Firebase forAndroid
Mobile applications need a back-end server in order to perform tasks such as authenticating users and synchronizing user data across multiple devices. Creating such a server, however, requires a skill...