Your Web News in One Place

Articles by TutsPlus - Code from December 2018

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
11:24 am - Fri, December 28, 2018
TutsPlus - Code Create a Contact Form in PHP
No matter what type of website that someone owns or manages, they probably need a contact form. The contact form can help your visitors request a quote, ask for information, or share any tips or probl...
09:20 am - Fri, December 28, 2018
TutsPlus - Code New Course: Building JavaScript Websites With Meteor
Meteor.js is a full-stack, open-source framework for building web and mobile apps. In our new course, Building JavaScript Websites With Meteor, you will learn how to use Meteor and its front-end frame...
04:50 pm - Thu, December 27, 2018
TutsPlus - Code Adding Swipe Gestures to RecyclerViews
A big part of Material Design is the way users get to interact with the visual elements of an app. Therefore, in addition to taps and long presses, a well-made Android app today is expected to handle ...
02:04 am - Thu, December 27, 2018
TutsPlus - Code What Makes WPBakery (Visual Composer) the Best WordPress Page Builder Today?
Are you looking for a WordPress page builder that takes the hassle out of creating your website? WPBakery (formerly known as Visual Composer) is hands-down the best WordPress page builder available to...
04:58 pm - Fri, December 21, 2018
TutsPlus - Code Looking Ahead to 2019WordPress in the Year to Come
What a year! At the end of 2017, I remember thinking that the previous year had been one of the biggest when it came to change in WordPress. But I didn't know what was in store for 2018!2018 has seen ...
04:58 pm - Fri, December 21, 2018
TutsPlus - Code Looking Ahead to 2019: WordPress in the Year to Come
What a year! At the end of 2017, I remember thinking that the previous year had been one of the biggest when it came to change in WordPress. But I didn't know what was in store for 2018!2018 has seen ...
02:00 pm - Thu, December 20, 2018
TutsPlus - Code Show WordPress Related Posts With Taxonomy and a Custom Post Type
What You'll Be CreatingSometimes you want your blog posts to appear on more pages in your WordPress site than just your blog.You've already got the option of using category and taxonomy archives, as w...
02:27 am - Wed, December 19, 2018
TutsPlus - Code Create a New WordPress Site While Keeping Your Old Static Site Running
What You'll Be CreatingIf you're switching to WordPress from a static site, from a site builder provided by your hosting provider, or even from an old WordPress site, you'll want to ensure that your o...
02:25 am - Wed, December 19, 2018
TutsPlus - Code Design Patterns for Communication Between Vue.js Component
As developers, we want to produce manageable and maintainable code, which is also easier to debug and test. To make this possible, we adopt best practices known as patterns. Patterns are proven algori...
02:25 am - Wed, December 19, 2018
TutsPlus - Code Design Patterns for Communication Between Vue.js Components
As developers, we want to produce manageable and maintainable code, which is also easier to debug and test. To make this possible, we adopt best practices known as patterns. Patterns are proven algori...
10:27 am - Tue, December 18, 2018
TutsPlus - Code How to Build a SaaS Dashboard in React With Google Sheets and FusionCharts
In this tutorial I’ll explain the process of creating a SaaS dashboard by fetching data from Google Sheets using the Google Sheets API. To create this dashboard we will be using React, a JavaScript ...
03:09 am - Tue, December 18, 2018
TutsPlus - Code 20 Best Social Plugins for WordPress
With around 3 billion people in the world using social media, you can’t afford not to use social plugins on your WordPress site. Adding social widgets, such as the Facebook like button, Twitter...
03:07 am - Tue, December 18, 2018
TutsPlus - Code Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool
In this article, we’re going to review PDO CRUD—a form builder and database management tool. PDO CRUD helps you build forms for your database tables with just a few lines of code, making it quick...
03:07 am - Tue, December 18, 2018
TutsPlus - Code Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool
In this article, we’re going to review PDO CRUD—a form builder and database management tool. PDO CRUD helps you build forms for your database tables with just a few lines of code, making it quick...
08:06 am - Mon, December 17, 2018
TutsPlus - Code New Short Course: WordPress SEO Without Plugins
We all want our sites to be SEO-friendly, don't we? A boost in search engine ranking can result in huge increases in traffic and sales. In our new short course, WordPress SEO Without Plugins, you'll l...
11:34 am - Fri, December 14, 2018
TutsPlus - Code Create Style Variations for WordPress Gutenberg Blocks: Part 2
In the previous post we learned all about block style variations and how they're used in the brand new WordPress 5.0 editor to switch between predefined styles easily.We'll take things a little furthe...
03:58 am - Fri, December 14, 2018
TutsPlus - Code The Binary Search Algorithm in JavaScript
What You'll Be CreatingIn this post, I'll compare linear search and binary search algorithms. You'll see pseudocode for each algorithm, along with examples and a step-by-step guide to implementing eac...
08:30 am - Thu, December 13, 2018
TutsPlus - Code Best JavaScript Game Engines and Games to Download
Picking the best JavaScript game engine to use for your project can be tough. There are tons of factors to consider before making your final choice. Not only the big options like features, restriction...
02:47 am - Thu, December 13, 2018
TutsPlus - Code 8 Best and Most Beautiful WordPress Gallery Plugins
If you’re a WordPress theme user and you’re looking for the best way to display a collection of photos, videos, art pieces, or even blog posts or testimonials, a WordPress gallery plugin is the an...
02:35 am - Thu, December 13, 2018
TutsPlus - Code Train a Text Classification Model With Create ML
Machine learning is great, but it can be hard to implement in mobile applications. This is especially true for people without a data science degree. With Core ML, however, Apple makes it easy to add m...
05:44 pm - Wed, December 12, 2018
TutsPlus - Code 8 Most Beautiful WordPress Gallery Plugins
If you’re a WordPress theme user and you’re looking for the best way to display a collection of photos, videos, art pieces, or even blog posts or testimonials, a WordPress gallery plugin is the an...
08:19 am - Tue, December 11, 2018
TutsPlus - Code How to Sort Arrays in PHP
It is always easier to grab a specific piece of information from sorted data, otherwise you have to go through each element of the array one at a time. For example, lets say you have stored the score...
08:24 pm - Mon, December 10, 2018
TutsPlus - Code Comparing the 5 Best PHP Form Builders
If you’re developer using PHP to build a website for yourself or a client, chances are at some point you’ll need to add a form to the site. The most common forms on the average website are contact...
07:12 pm - Mon, December 10, 2018
TutsPlus - Code Comparing PHP Database Abstraction Layers and CRUD Plugins
In this article, we're going to look at different database abstraction layers for PHP. We'll also look at a couple of PHP CRUD database plugins that could make your life easier when interacting with a...
09:19 am - Mon, December 10, 2018
TutsPlus - Code New Course: How to Use Custom Post Types in WordPress
Custom post types allow you to extend WordPress's default post with data that is useful for your own website. Learn how to use them in our new short course, How to Use Custom Post Types in WordPress.W...
04:06 am - Tue, December 4, 2018
TutsPlus - Code Object-Oriented PHP With Classes and Objects
In this article, we're going to explore the basics of object-oriented programming in PHP. We'll start with an introduction to classes and objects, and we'll discuss a couple of advanced concepts like ...
09:01 am - Mon, December 3, 2018
TutsPlus - Code New Short Course on File Handling in PHP
If you want to learn the ins and outs of file handling for PHP, try our new course, Practice PHP and Learn: File Handling. In just under an hour of video instruction, you'll master all the important a...
01:01 am - Mon, December 3, 2018
TutsPlus - Code Best Practices for ARIA Implementation
Today, to mark the International Day of Disabled Persons, we are highlighting accessibility here at Envato Tuts+.ARIA is an important feature that web developers can use to help make their s...
12:30 am - Mon, December 3, 2018
TutsPlus - Code Accessible AppsBarriers to Access and Getting Started With Accessibility
Today, we are highlighting accessibility—something we strive to think about every day here at Envato Tuts+. December 3 is International Day of Disabled Persons. Created by the United Nations in 1992...
12:30 am - Mon, December 3, 2018
TutsPlus - Code Accessible Apps: Barriers to Access and Getting Started With Accessibility
Today, we are highlighting accessibility—something we strive to think about every day here at Envato Tuts+. December 3 is International Day of Persons With Disabilities. Created by the United Nation...
02:03 pm - Fri, November 30, 2018
TutsPlus - Code Create a CSS Grid Image Gallery (With Blur Effect and Interaction Media Queries)
In this tutorial we’re going to take a bunch of ordinary thumbnail links and turn them into a responsive CSS grid gallery with a blurred hover effect. We’ll also use a great CSS trick to make sure...
11:32 am - Fri, November 30, 2018
TutsPlus - Code 15 Best WordPress Audio Player and Video Player Plugins
There are so many creative ways to embed audio and video content in your website, once you step away from default players and explore custom plugin options.Whether you are showcasing content that you ...
09:39 am - Fri, November 30, 2018
TutsPlus - Code Create a CSS Grid Image Gallery (With Blur Effect and Interaction Media Queries)
In this tutorial we’re going to take a bunch of ordinary thumbnail links and turn them into a responsive CSS grid gallery with a blurred hover effect. We’ll also use a great CSS trick to make sure...