Articles by TutsPlus - Code from April 2021
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.
03:45 pm - Thu, April 29, 2021
TutsPlus - Code
14 Best Stripe Payment Plugins for WordPress
Do you want to accept credit card payments on your website? Stripe is one of the most popular payment processing gateways for accepting payments by credit cards on your WordPress website. And a Strip...
02:12 pm - Thu, April 29, 2021
TutsPlus - Code
Anonymous and Arrow Functions in PHP
I've already covered the basics of functions in PHP in one of a previous tutorials. Even though PHP has a lot of built-in functions, it gives us the choice to define our own functions as well. There ...
02:12 pm - Thu, April 29, 2021
TutsPlus - Code
Anonymous and Arrow Functions inPHP
I've already covered the basics of functions in PHP in a previous tutorial. Even though PHP has a lot of built-in functions, it gives us the choice to define our own functions as well. There are diff...
11:18 am - Thu, April 29, 2021
TutsPlus - Code
How to Create Lists in your App with Flutter?
A list is a key UI element for mobile apps. You'll learn all about how to create lists in your Flutter app in this tutorial.
You don't need to be an expert developer to create lists in your Flutter a...
11:18 am - Thu, April 29, 2021
TutsPlus - Code
How to Create Lists in Your App WithFlutter
A list is a key UI element for mobile apps. You'll learn all about how to create lists in your Flutter app in this tutorial.
You don't need to be an expert developer to create lists in your Flutter a...
11:46 am - Tue, April 27, 2021
TutsPlus - Code
30 Popular WordPress User Interface Elements
Are you looking for interfaces that will help your Wordpress website run smoothly?
User interface elements are one of the most important parts of your website's design. They help your users understan...
09:14 am - Tue, April 27, 2021
TutsPlus - Code
17 Best Video Background Plugins for WordPress
Having trouble getting your website's message across? Need an interactive and eye-catching way to draw in more traffic?
CodeCanyon and Envato Elements has many high-quality video background plugins a...
10:32 am - Mon, April 26, 2021
TutsPlus - Code
Four Free Flutter Widgets You Should Know About
Flutter development has experienced unprecedented growth in the last year. Not only has it expanded as a channel for developers to expand their skillset in Dart, but it has also allowed them to enjo...
10:32 am - Mon, April 26, 2021
TutsPlus - Code
4 Free Flutter Widgets You Should Know About
Flutter development has experienced unprecedented growth in the last year. Not only has it expanded as a channel for developers to expand their skillset in Dart, but it has also allowed them to enjo...
08:07 am - Mon, April 26, 2021
TutsPlus - Code
Build a Shopping Cart With PHP and MySQL
Where To Find The Best PHP Shopping Cart Scripts For 2021
If you're looking for a quick, ready-made solution, there are many premium PHP shopping cart scripts to choose from on Envato Market. Here'...
08:07 am - Mon, April 26, 2021
TutsPlus - Code
Build a Shopping Cart With PHP andMySQL
Where to Find the Best PHP Shopping Cart Scripts for 2021
If you're looking for a quick, ready-made solution, there are many premium PHP shopping cart scripts to choose from on Envato Market. Here'...
11:03 am - Fri, April 23, 2021
TutsPlus - Code
Best WordPress Contact Form Plugins
If you run a WordPress site, you need a reliable contact form so that visitors can reach you with their questions and comments. However, with so many WordPress form builders on the market, it can be ...
03:12 pm - Wed, April 21, 2021
TutsPlus - Code
How to Include and Require Files and Templates in WordPress
When it comes to PHP, a lot of developers love the language, a lot of the developers hate the language, and a lot of developers generally just use it to get their work done.
For what it's worth, I'm ...
11:52 am - Wed, April 21, 2021
TutsPlus - Code
Best PHP Invoicing and Billing Scripts
Do you want to automate your billing and invoicing process and receive payment faster? PHP invoicing scripts will streamline your billing and invoicing process and make it more efficient.
These scr...
03:00 pm - Tue, April 20, 2021
TutsPlus - Code
How to Work With Regular Expressions in PHP
In this article, we’ll go through the PHP functions that allow you to use regular expressions to perform search and replace operations on strings.
What is a Regular Expression?
Regular expressions�...
02:38 pm - Tue, April 20, 2021
TutsPlus - Code
Top 18 Best Practices for Writing Super Readable Code
Code readability is fundamental for development—it is key to maintainability and working together with a team. This article will detail the 18 most important best practices when writing readable co...
02:14 pm - Mon, April 19, 2021
TutsPlus - Code
How to Use Base64 Encoding in PHP
In this quick article, we’ll discuss the basics of base64 encoding in the context of PHP. Basically, we’ll see how you could use PHP functions to transform data to the base64-encoded format.
What...
01:45 pm - Mon, April 19, 2021
TutsPlus - Code
Best Affiliate WooCommerce Plugins Compared
WooCommerce and WordPress are, together, a powerful and winning combination for online commerce.
Together they run 37% of eCommerce business online. Leveraging these two is the perfect combination fo...
01:44 pm - Mon, April 19, 2021
TutsPlus - Code
Best Coming Soon Plugins for WordPress
Are you preparing to launch a new website or product or project?
Coming soon pages are not merely placeholders to inform users that your website is under construction or unavailable. They are effec...
12:56 pm - Mon, April 19, 2021
TutsPlus - Code
Get the First and Last Elements of an Array in PHP
It is very common when writing code that you will have to deal with a collection of objects. It could be a set of customer names or the number of posts created by different users. Storing this data i...
11:36 am - Mon, April 19, 2021
TutsPlus - Code
Best WordPress Recipe Plugins
Do you want to share your passion for cooking delicious cuisines and inventing new dishes with others? You can do it by sharing your recipes online! You just need to start a food blog and install a r...
02:56 pm - Sun, April 18, 2021
TutsPlus - Code
Android From Scratch: UsingRESTAPIs
Most of us have developed voracious appetites for new information, what with the Internet being such an important part of our lives. Our attention spans too are shorter than ever, so building Android...
08:51 am - Sun, April 18, 2021
TutsPlus - Code
How to Delete Your WordPress Account or Blog
Is it time to say goodbye to your WordPress website?
Maybe it’s time for a fresh start, or perhaps you want to distance yourself from the kind of content you used to create—whatever your reasons,...
11:41 am - Sat, April 17, 2021
TutsPlus - Code
What is PHP Used For?
PHP is an open source language that was created to make web development easier. It's primary and most suitable purpose is as a web development language for creating web apps or APIs.
You don't need a...
03:24 pm - Fri, April 16, 2021
TutsPlus - Code
How to Use the array_map Function in PHP With Examples
In this quick article, we’ll discuss the array_map function in PHP. Basically, we’ll go through the syntax of the array_map function and demonstrate how to use it with real-world examples.
The ar...
03:13 pm - Thu, April 15, 2021
TutsPlus - Code
How to Create an Android Chat App Using Firebase
What You'll Be Creating
With 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 tut...
02:23 pm - Thu, April 15, 2021
TutsPlus - Code
Create a Contact Form in PHP
No matter what type of website you own or manage, you probably need a contact form. The contact form can help your visitors request a quote, ask for information, or share any tips or problems they're...
11:04 am - Mon, April 12, 2021
TutsPlus - Code
Real-Time Global Aviation Data With the aviationstack API
Aviation is among the most important global industries because it connects people and businesses across cities, countries, and continents. It is the only rapid transportation network that spans the w...
11:03 pm - Fri, April 9, 2021
TutsPlus - Code
Get Real-Time Weather Data With the weatherstack API
"You can always talk about the weather." It’s a cliched phrase, but regardless of a person’s personality, political views, or culture, the weather is a subject that anyone and everyone can talk a...
09:57 am - Thu, April 1, 2021
TutsPlus - Code
Best Affiliate WooCommerce Plugins Compared
WooCommerce and WordPress are, together, a powerful and winning combination for online commerce.
Together they run 37% of eCommerce business online. Leveraging these two is the perfect combination fo...
03:22 pm - Wed, March 31, 2021
TutsPlus - Code
Best WordPress and WooCommerce Review Plugins
Do you want to add customer reviews on your website? Reviews are the best free advertising for your business and your products.
they bring traffic and make customers spend more time engaging with...
02:50 pm - Wed, March 31, 2021
TutsPlus - Code
Number Systems: An Introduction to Binary, Hexadecimal, and More
Ever see crazy binary numbers and wonder what they meant? Ever see numbers with letters mixed in and wonder what is going on? You’ll find out all of this and more in this article. Hexadecimal doesn...
02:22 pm - Wed, March 31, 2021
TutsPlus - Code
Android Essentials: Creating Simple User Forms
Android applications often rely upon data supplied by users. This tutorial walks you through the creation and use of a number of the most common controls used to collect data from the user.
Getting S...