Your Web News in One Place

Articles by TutsPlus - Code from January 2018

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
01:30 pm - Tue, January 30, 2018
TutsPlus - Code Get Started With Processing for Android
Processing is one of the most powerful libraries available today for creating visual algorithmic artworks, both 2D and 3D. It is open source, based on Java, and comes with a large variety of functions...
01:00 pm - Tue, January 30, 2018
TutsPlus - Code Histogram Equalization in Python
Remember when you saw that low-quality image and felt a bit disappointed? It wasn't clear enough, and the details were a bit fuzzy. What if you could enhance that image to a better version? Wouldn't t...
12:00 pm - Tue, January 30, 2018
TutsPlus - Code How to Create an Audio Oscillator With the Web Audio API
What You'll Be CreatingThe Web Audio API is a model completely separate from the <audio> tag. It's a JavaScript API for processing and synthesizing audio for the web. The goal of this API is to ...
03:00 pm - Mon, January 29, 2018
TutsPlus - Code Overview of Wearable Development Platforms
Technology is rapidly changing, and today's latest device becomes completely outdated in a flash. In such a dynamic and emerging tech environment, developers might get somewhat confused. We all want t...
01:00 pm - Mon, January 29, 2018
TutsPlus - Code How to Cache Using Redis in Django Applications
One of the ways to relieve strain on a server is by caching data. This is done by caching data after it has been processed and then serving it from the cache the next time it is requested. This tutori...
12:00 pm - Fri, January 26, 2018
TutsPlus - Code 20 Essential WordPress Utilities to Manage Your Site
Though WordPress is incredibly flexible and offers loads of features, there is still a lot of room to improve basic and critical functionality, and the best way to do so is with utility plugins. With ...
03:00 pm - Thu, January 25, 2018
TutsPlus - Code How to Code a Bottom Navigation Bar for an Android App
What You'll Be CreatingThe material design team at Google defines the functionality of bottom navigation bars in Android as follows:Bottom navigation bars make it easy to explore and switch between ...
02:00 pm - Thu, January 25, 2018
TutsPlus - Code Beginner's Guide to Angular 4: HTTP
In the previous tutorial, you saw how to implement routing in Angular web applications using Angular routing. In this tutorial, you'll learn how to communicate with web APIs and services from an Angu...
02:00 pm - Wed, January 24, 2018
TutsPlus - Code Get More Installs and Better Ratings for Your Apps Using Instabug
Use of smartphones has seen some explosive growth over the last decade. For this reason, many companies and independent developers see publishing an app on either Google Play or Apple's app store as a...
01:00 pm - Wed, January 24, 2018
TutsPlus - Code Rapid Web Deployment for Laravel With GitHub, Linode, and RunCloud.io
If you are a PHP programmer working with the Laravel framework, I am sure that you deploy your web application on cloud servers on providers like Linode, Digital Ocean, Vultr and the rest. That’s be...
12:00 pm - Wed, January 24, 2018
TutsPlus - Code Beginners Guide to Angular 4: Routing
In the second part of the beginner's guide to Angular tutorial series, you learnt what services are in Angular 4 and how to write Angular services and use them in an Angular component. In this part...
11:00 am - Wed, January 24, 2018
TutsPlus - Code Getting Started With Cloud Firestore for Android
Cloud Firestore is a recent addition to the Firebase family of products. Although still in beta, it's already being presented by Google as a more flexible and feature-rich alternative to the Firebase ...
03:29 pm - Tue, January 23, 2018
TutsPlus - Code Learn Something New: Master These Trending Topics for 2018
The New Year is a great time to pick up some brand new skills. If you want to stay ahead of the game then check out our top insights for 2018! 1. CSS Grid"What’s the most important thing happening i...
12:00 pm - Tue, January 23, 2018
TutsPlus - Code Beginner's Guide to Angular 4: Services
In the first part of the beginner's guide to Angular tutorial series, you learnt what components are in Angular 4 and how to write Angular components. In this part of the tutorial series, you'll lear...
09:00 am - Tue, January 23, 2018
TutsPlus - Code Git Version Control on the Command Line for iOS Devs
It's happened to us all: we change something in our code, and suddenly, everything seems to be "broken." This is when version control is a boon—if you know how to use it. In this tutorial, we'll lea...
12:00 pm - Mon, January 22, 2018
TutsPlus - Code Beginner's Guide to Angular 4: Components
Angular is a popular framework for creating front ends for web and mobile applications. It all started with AngularJS 1.x and then AngularJS 2, and now it's finally Angular, with the latest updates a...
08:32 am - Mon, January 22, 2018
TutsPlus - Code Newly Updated Course: Build a CMS With Laravel
What You'll Be CreatingWant to build your own content management system (CMS) in 2018? Learn exactly how it's done in our comprehensive course Build a CMS With Laravel, freshly updated with brand new ...
01:00 pm - Fri, January 19, 2018
TutsPlus - Code Building Games With Python 3 and Pygame: Part 5
OverviewThis is part five of a five-part series of tutorials about making games with Python 3 and PyGame. In part four we detected collisions, responded to the ball hitting various game objects, and c...
12:39 pm - Fri, January 19, 2018
TutsPlus - Code How to Code a Navigation Drawer for an Android App
What You'll Be CreatingThe material design team at Google defines the functionality of a navigation drawer in Android as follows:The navigation drawer slides in from the left and contains the navigat...
12:05 pm - Fri, January 19, 2018
TutsPlus - Code Android Things: Adding Google Assistant
With the growth of the Internet of Things (IoT), developers and engineers have had to re-think how users interact with devices on a day-to-day basis. While screens work well for websites and most apps...
12:00 pm - Fri, January 19, 2018
TutsPlus - Code Creating a Drop-Down Menu for Mobile Pages
This tutorial will teach you how to create and animate a hamburger menu icon and then attach an event listener through jQuery for triggering a drop-down menu.I will be using Jade (Pug) and Sass instea...
01:02 pm - Thu, January 18, 2018
TutsPlus - Code Design Patterns for Cocoa: MVC and MVVM
Design patterns make your app's code more modular and forgiving when it comes to bug fixes and changes. In this article, you'll be learning about the MVC (Model-View-Controller) and the MVVM (Model-Vi...
01:00 pm - Thu, January 18, 2018
TutsPlus - Code Building Games With Python 3 and Pygame: Part 4
OverviewThis is part four of a five-part series of tutorials about making games with Python 3 and Pygame. In part three, we dove into the heart of Breakout and learned how to handle events, met the ma...
12:00 pm - Thu, January 18, 2018
TutsPlus - Code Introduction to Forms in Angular 4: Writing Custom Form Validators
This is the third part of the series on creating forms in Angular. In the first two tutorials, we used Angular's template-driven and model-driven approach to create forms. However, while detailing bot...
01:00 pm - Wed, January 17, 2018
TutsPlus - Code Building Games With Python 3 and Pygame: Part 3
OverviewThis is part three of a five-part series of tutorials about making games with Python 3 and Pygame. In part two, we covered the TextObject class used to render text on the screen, created the m...
12:00 pm - Wed, January 17, 2018
TutsPlus - Code Elixir Metaprogramming Basics
Metaprogramming is a powerful, yet pretty complex technique, that means a program can analyze or even modify itself during runtime. Many modern languages support this feature, and Elixir is no excepti...
06:00 pm - Tue, January 16, 2018
TutsPlus - Code How to Use the Android ListView Component
IntroductionLists of related items are needed for almost every app. An example of this is your Gmail app, which displays a scrollable list of messages. To add this functionality to your app, make use ...
01:00 pm - Tue, January 16, 2018
TutsPlus - Code Building Games With Python 3 and Pygame: Part 2
OverviewThis is part two of a five-part series of tutorials about making games with Python 3 and Pygame. In part one, I introduced the series, covered the basics of game programming, introduced Pygame...
12:00 pm - Tue, January 16, 2018
TutsPlus - Code Canny Edge Detector Using Python
Edge detection is an essential image analysis technique when someone is interested in recognizing objects by their outlines, and is also considered an essential step in recovering information from ima...
10:00 am - Tue, January 16, 2018
TutsPlus - Code Three Ways to Make Your Swift Code More Readable
The importance of code readability is often underestimated, especially when programming in an environment which emphasizes user interface and user experience. While it's true that it is extremely impo...
01:00 pm - Mon, January 15, 2018
TutsPlus - Code Building Games With Python 3 and Pygame: Part 1
OverviewA lot of developers get into software development because they want to build games. Not everybody can be a professional game developer, but everybody can build their own games for fun and mayb...
12:00 pm - Mon, January 15, 2018
TutsPlus - Code 10 Best WordPress Booking & Reservation Plugins
Businesses that rely on bookings and reservations can rely on WordPress to help them meet their online business goals.From haircuts to hotels, and from health salons to consulting firms, these 10 best...
12:00 pm - Fri, January 12, 2018
TutsPlus - Code How to Auto Update WordPress Salts
If you've ever viewed the core configuration file (wp-config.php) for a WordPress site then you'll probably have noticed a section defining eight WordPress constants relating to security keys and salt...
11:31 am - Fri, January 12, 2018
TutsPlus - Code Quick Tip: Create a Custom Quick Settings Tile for Android
The quick settings panel needs no introduction to Android users. They use the switches it offers all the time to turn services such as WiFi, Bluetooth, and GPS on and off. Over the years, it has grown...
12:00 pm - Thu, January 11, 2018
TutsPlus - Code How to Download Files in Python
Python provides several ways to download files from the internet. This can be done over HTTP using the urllib package or the requests library. This tutorial will discuss how to use these libraries to ...
11:32 am - Thu, January 11, 2018
TutsPlus - Code New Course: Build a Web App With the Flask Microframework for Python
Want to learn how to use a full-featured Python microframework? Try our new course, Build a Web App With the Flask Microframework for Python.In this two-hour course, instructor Derek Jensen will show ...
12:00 pm - Wed, January 10, 2018
TutsPlus - Code Run Automated Website Tests on Thousands of Devices Using CrossBrowserTesting
Thoroughly testing a website that you have created is just as important as developing it. Let's say your company has created an e-commerce website. If you just tested the "Buy Now" button for the ele...
12:00 pm - Mon, January 8, 2018
TutsPlus - Code 10 Best WordPress Star Rating Plugins
The power of the star.Not one. Not two. How about five?That'd be great.The five-star rating system is one that says so much, so quickly. Browsing movies, products, comments? No matter. A quick glance ...
12:00 pm - Fri, January 5, 2018
TutsPlus - Code Image Enhancement in Python
Let me start this tutorial by taking some theoretical jargon out of your way. When we talk about image enhancement, this basically means that we want a new version of the image that is more suitable ...
10:05 am - Fri, January 5, 2018
TutsPlus - Code New Course: The Designers Guide to JavaScript Optimization
Using JavaScript can help you add some wonderful features to your website, but it can also slow the site down and frustrate potential visitors. Discover some easy solutions in our new short course, Th...
02:58 pm - Tue, January 2, 2018
TutsPlus - Code 8 Best Practices for Perfect CSS Documentation
In the world of CSS, documentation is underused. Since documentation is not visible to the end user, its value is often overlooked by clients. Also, if it’s your first time documenting code, it can ...
02:22 pm - Tue, January 2, 2018
TutsPlus - Code Top WordPress Security Tips for Admins
In this video from my course, WordPress Security Top Tips, you'll discover some key steps administrators should take to make their WordPress sites more secure.Top WordPress Security Tips for Admins�...
12:00 pm - Tue, January 2, 2018
TutsPlus - Code Handling Forms in Vue.js
IntroductionWhen building web applications, there is always the possibility of working with forms. Learning to handle them as you work with different tools is very important. In this tutorial, you wil...
12:00 pm - Mon, January 1, 2018
TutsPlus - Code Sending Emails in Python With SMTP
This tutorial will give an introduction to SMTP, a Python module used for sending mail. It will also demonstrate how to send different email types like simple text emails, emails with attachments, an...
11:03 pm - Sun, December 31, 2017
TutsPlus - Code How to Train a Core ML Model for an iOS App
What You'll Be CreatingCore ML makes it easy for iOS developers to add deep machine learning to their apps. In this post, I'll show you how you can train a Core ML model to derive intelligent insights...