Your Web News in One Place

Articles by TutsPlus - Code from October 2018

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
03:09 pm - Tue, October 30, 2018
TutsPlus - Code What's New in Core ML 2?
Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a...
01:41 pm - Tue, October 30, 2018
TutsPlus - Code 15 Best Modern JavaScript Admin Templates for React, Angular, and Vue.js
Are you building an app and looking for tools that can help you streamline your build? Take the effort out of your next front-end app build with one of these powerful admin templates.Whether you prefe...
04:42 am - Tue, October 30, 2018
TutsPlus - Code Google Flutter From Scratch: Using Firebase Services
With Google Firebase, one of the most powerful and versatile serverless platforms available today, you can effortlessly add essential features such as user management, crash reporting, analytics, real...
04:08 am - Tue, October 30, 2018
TutsPlus - Code How to Create a WordPress Landing Page Template
What You'll Be CreatingOne of the purposes of a website is to generate leads. This can happen a number of ways: you might have a form for people to contact you for a specific quote, you might encourag...
07:20 pm - Mon, October 29, 2018
TutsPlus - Code 15 Best Modern JavaScript Admin Templates for React, Angular and Vue.js
Are you building an app and looking for tools that can help you streamline your build? Take the effort out of your next front-end app build with one of these powerful admin templates.Whether you prefe...
09:05 am - Mon, October 29, 2018
TutsPlus - Code Learn How to Make PHP Forms in Our New Course
If you already know the basics of the PHP language and have created some simple scripts or applications, you might be wondering about your next step. Why not extend your skill set by taking our new sh...
07:11 am - Wed, October 24, 2018
TutsPlus - Code How We Test for Accessibility at Envato (Tools and Tips)
Tackling the challenge of creating an accessible website–or making an existing website accessible–can sometimes be a difficult task. It can be awkward to understand exactly how a user with low-vis...
09:48 am - Tue, October 23, 2018
TutsPlus - Code New Course: Create Custom WordPress Queries With WP_Query
If you want to take your WordPress development to the next level, you need to understand WP_Query. Our new course, Create Custom Queries in WordPress With WP_Query, will show you the power of WP_Query...
02:00 pm - Mon, October 22, 2018
TutsPlus - Code Angular Authentication With JWT
Security is an important part of every web app, and devs must ensure that they design apps with secure authentication. In this tutorial, you'll learn how to implement JWT-based authentication in Angul...
09:44 am - Mon, October 22, 2018
TutsPlus - Code 20 Best HTML5 Game Templates of 2018 With Source Code
Over the past several years, we have seen HTML5 used to create many great online solutions. We have also seen it used to create some great fun! With the vanishing of Flash, HTML5 quickly became the un...
11:10 am - Fri, October 19, 2018
TutsPlus - Code 10 Stunning Ionic App Templates
Ionic is a popular framework for creating modern, hybrid, mobile applications, using the wildly popular Angular framework. Because developers can use technologies they are already famil...
09:58 am - Fri, October 19, 2018
TutsPlus - Code How to Zip and Unzip Files in PHP
Compressing files when transferring them over the internet has a lot of advantages. In most cases, the combined total size of all the files in the compressed format comes down by a nice margin. This m...
12:14 pm - Thu, October 18, 2018
TutsPlus - Code How to Use the Symfony Event Dispatcher for PHP
Today, we're going to learn how to use the Symfony event dispatcher component, which allows you to create events and listeners in your PHP applications. Thus, different components of your application ...
10:39 am - Thu, October 18, 2018
TutsPlus - Code New Course: Build an App With JavaScript and the MEAN Stack
You can make your web development work a whole lot easier by taking advantage of the MEAN stack (MongoDB, Express, Angular, and Node.js). Find out how in our comprehensive new course, Build an App Fro...
03:29 am - Thu, October 18, 2018
TutsPlus - Code Apps and Tools to Support LGBTQ Youth This Spirit Day
Bullying and harassment are serious concerns in the LGBTQ community, especially among youth. According to the GLSEN National School Climate Survey, over 85% of LGBTQ students have experienced verbal h...
11:40 pm - Wed, October 17, 2018
TutsPlus - Code Practical Test-Driven Development
What Is Test-Driven Development?Test-driven development (TDD) simply means that you write your tests first. You set the expectations for correct code up front, before you have even written a single li...
12:19 pm - Wed, October 17, 2018
TutsPlus - Code Training an Image Classification Model with Create ML
Machine learning is great, but can be hard to implement in mobile applications. This is especially true for people without a data science degree, but with Core ML, Apple makes it easy to add machine l...
03:31 pm - Tue, October 16, 2018
TutsPlus - Code 11 Practical Web Animation Courses
Meaningful, well-designed animation can really enhance the user experience in your websites and apps. It can tell a story, aid in navigation, and so much more.If you want to know how to use animation ...
06:33 pm - Mon, October 15, 2018
TutsPlus - Code 19 Best Templates for Mobile App Monetization
Imagine that you're ready to kick-start your own mobile app development business. Chances are you'd like to use the best development practices for your first app, and also code it as quickly as possib...
12:56 pm - Mon, October 15, 2018
TutsPlus - Code PHP Control Structures and Loops: if, else, for, foreach, while and More
Today, we're going to discuss control structures and loops in PHP. I'll show you how to use all the main control structures that are supported in PHP, like if, else, for, foreach, while and more.What ...
12:56 pm - Mon, October 15, 2018
TutsPlus - Code PHP Control Structures and Loops: if, else, for, foreach, while, and More
Today, we're going to discuss control structures and loops in PHP. I'll show you how to use all the main control structures that are supported in PHP, like if, else, for, foreach, while, and more.What...
12:31 pm - Fri, October 12, 2018
TutsPlus - Code Hands-on With ARIA: Accessibility Recipes for Web Apps
In the confusing world of web applications, ARIA can help improve accessibility and ease of use for your creations. HTML isn't able to handle many types of relationship between elements on the page, b...
12:06 pm - Fri, October 12, 2018
TutsPlus - Code Trigonometry, Random Numbers and More With Built-in PHP Math Functions
Basic maths is used a lot during programming. We need to frequently compare, add, multiply, subtract and divide different values when writing code. Sometimes, the maths required in a program can be m...
12:02 pm - Thu, October 11, 2018
TutsPlus - Code How to Build Medium's Real-Time Applause Feature with Angular and Pusher
In this article you'll learn how to code real-time Angular apps with Pusher. We'll make an app that gives real-time feedback when a post is clicked—just like Medium's applause feature!What is Pusher...
12:09 am - Wed, October 10, 2018
TutsPlus - Code World Mental Health DayApps for a Changing World
Content note: The article contains mention of suicide, in the context of suicide prevention.October 10 is World Mental Health Day. This year, the theme is Young People and Mental Health in a Changing ...
12:09 am - Wed, October 10, 2018
TutsPlus - Code World Mental Health Day: Apps for a Changing World
Content note: The article contains mention of suicide, in the context of suicide prevention.October 10 is World Mental Health Day. This year, the theme is Young People and Mental Health in a Changing ...
03:07 pm - Fri, October 5, 2018
TutsPlus - Code Introduction to Firebase
We are in an era of rapid prototyping. We may get bright ideas, but sometimes they don't get implemented if they take too much work. Often, the back-end is the limiting factor—many ideas never get...
10:17 am - Thu, October 4, 2018
TutsPlus - Code 10 Best WordPress Facebook Widgets
Facebook has over 2.23 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 millio...
01:57 am - Thu, October 4, 2018
TutsPlus - Code How to Use Sessions and Session Variables in PHP
Session handing is a key concept in PHP that enables user information to be persisted across all the pages of a website or app. In this post, you'll learn the basics of session handing in PHP. We'll s...
03:06 pm - Sun, September 30, 2018
TutsPlus - Code 11 Best Social Media Scripts and Plugins to Streamline Your Workflow
If you are running a business or building a brand, you are always looking for ways to improve increase your online reach. A streamlined, accessible and consistent social media presence is essential, w...