Your Web News in One Place

Articles by TutsPlus - Code from February 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
05:23 pm - Fri, February 26, 2021
TutsPlus - Code Formatting the Current Date and Time in PHP
You'll often want to work with dates and times when developing websites. For example, you might need to show the last modified date on a post or mention how long ago a reader wrote some comment. You ...
03:59 pm - Fri, February 26, 2021
TutsPlus - Code How to Check if a String Contains Another Substring in PHP
A lot of times when I am working with strings in PHP, it becomes important to check if a string contains another substring. PHP has a lot of functions to help you manipulate strings any way you like....
02:25 pm - Fri, February 26, 2021
TutsPlus - Code Example of How to Add Google reCAPTCHA v3 to a PHP Form
In this article, I’m going show you how to add Google reCAPTCHA v3 to a form on your PHP website. The latest reCAPTCHA is different than the previous versions—it doesn’t require user interactio...
03:49 am - Fri, February 26, 2021
TutsPlus - Code Working With Tables in React: Part Two
In this two-part series, you will learn about the ins and outs of working with tabular data in React using the React Bootstrap Table2 component. You'll be able to create sophisticated and professiona...
03:49 am - Fri, February 26, 2021
TutsPlus - Code Working With Tables in React: PartTwo
In this two-part series, you will learn about the ins and outs of working with tabular data in React using the React Bootstrap Table2 component. You'll be able to create sophisticated and professiona...
04:32 pm - Thu, February 25, 2021
TutsPlus - Code 10 Best Android News App Templates (and 5 Free Templates)
Are you interested in building a news app for you or your clients?  News apps have become a must-have application type because there is so much happening all around us, and keeping abreast with new...
04:29 pm - Thu, February 25, 2021
TutsPlus - Code Best CSS Animations and Effects on CodeCanyon
In the past few years, browsers have come a long way when it comes to supporting newer CSS properties that allow developers to create nice effects and animations using just pure CSS. There is a lot o...
03:46 pm - Thu, February 25, 2021
TutsPlus - Code How to Make a Live Chat Script in PHP
In this article, we’ll discuss how you can make a live chat script in PHP. Although, there are different ways you could achieve this, we’ll use a socked-based implementation. If you’re building...
03:46 pm - Thu, February 25, 2021
TutsPlus - Code How to Make a Live Chat Script inPHP
In this article, we’ll discuss how you can make a live chat script in PHP. Although there are different ways you could achieve this, we’ll use a socket-based implementation. If you’re building ...
03:28 pm - Thu, February 25, 2021
TutsPlus - Code 10 Best PHP Chat Scripts on CodeCanyon
Do you want to provide real time, instant solution to your customers most pressing problems?  Live chat lets you have real-time conversations with customers and resolve their problems instantly. It ...
05:50 am - Thu, February 25, 2021
TutsPlus - Code 30 CSS Best Practices for Beginners
CSS is a language that is used by nearly every developer at some point. While it's a language that we sometimes take for granted, it is powerful and has many nuances that can help (or hurt) our des...
06:23 pm - Wed, February 24, 2021
TutsPlus - Code 22 Best WPBakery Page Builder (Visual Composer) Addons and Extensions of 2021
Add the best WPBakery add-ons and extensions ever developed to your page builder and give your website visitors the experience they need. From carousel add-ons to extra WooCommerce product extensions...
05:57 pm - Wed, February 24, 2021
TutsPlus - Code How to Make a Drop-Down Menu in WordPress
What You'll Be Creating Navigation menus are having a bit of a moment in the spotlight. From burger menus for mobile through mega menus for stores to sticky menus for enhanced user experience, the...
04:26 pm - Tue, February 23, 2021
TutsPlus - Code 20 Chart Plugins for WooCommerce and WordPress (With 5 Free)
Do you want to turn boring data into visually stimulating charts that will engage your website visitors?  Some things can be communicated better using charts. And how do you build charts in a way th...
05:21 pm - Mon, February 22, 2021
TutsPlus - Code 19 Best HTML5 and JavaScript Game Engines and Templates
Do you want to code an online game? You're in luck—this is a great time for any online game developer and those aspiring to be online game developers.  The days of Flash are over, and this has pav...
04:51 pm - Mon, February 22, 2021
TutsPlus - Code How to Create a Custom WordPress Plugin From Scratch
Every WordPress site needs a theme to pull content from the database and display that in a design. And theoretically you could run a site with just a theme and nothing else. But that site would be ve...
02:09 am - Fri, February 19, 2021
TutsPlus - Code 11 Best PHP Blog Scripts and Blogging Platforms
Are you looking to start an independent blog or add a business blog to your website? Blogs are the most reliable means of growing a business and boosting revenue. They are the best way of letting vis...
11:23 pm - Wed, February 17, 2021
TutsPlus - Code Make a Simple Mobile App With Material Design: Create a Login Screen
Material Design is a design system that helps teams build high-quality digital experiences. It brings together style, interaction, and motion to create hierarchy, meaning, and continuity throughout t...
04:43 am - Wed, February 17, 2021
TutsPlus - Code How to Call a PHP Function From JavaScript
PHP comes with a lot more built-in functions to work with strings, arrays and other types of data in comparison to JavaScript. Therefore, it is natural for a lot of people to feel the urge to call PH...
04:23 am - Wed, February 17, 2021
TutsPlus - Code Functions in PHP: Return Values and Parameters
Functions are an important part of programming languages. They help us avoid code duplication by allowing us to run same set of instruction over and over again on different data. In this tutorial, we...
01:56 am - Tue, February 16, 2021
TutsPlus - Code How to Work With Cookies in PHP
You might have heard about cookies, but what exactly are they and what can we actually do with them? In this tutorial, we will focus on the basics of cookies, and learn about their functionality in v...
01:56 am - Tue, February 16, 2021
TutsPlus - Code How to Use Sessions and Session Variables in PHP
Session handling 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 handling in PHP. We'l...