Articles by TutsPlus - Code from August 2023
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.
08:34 am - Wed, August 30, 2023
TutsPlus - Code
How to Redirect a Page or URL inWordPress
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#inog{background-color:#f3f5f6;}In this post, I’ll sho...
07:41 am - Tue, August 29, 2023
TutsPlus - Code
How to Create a WordPress Authors Page Template
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#iz18f{background-color:rgb(243, 245, 246);}If you run a...
08:21 am - Wed, August 23, 2023
TutsPlus - Code
How To Use The WordPress get_posts() Function
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ig2h{background-color:rgb(243, 245, 246);}This article ...
07:42 am - Tue, August 22, 2023
TutsPlus - Code
Webflow to WordPress Migration: A Step-by-Step Guide
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i0eyw{background-color:rgb(243, 245, 246);}Transitionin...
01:49 pm - Thu, August 17, 2023
TutsPlus - Code
The Ultimate Guide To WordPress Maintenance Mode: What You Need To Know
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i9gb{background-color:rgb(243, 245, 246);}Are you strug...
10:37 am - Thu, August 17, 2023
TutsPlus - Code
Why is my WordPress Website Stuck in Maintenance Mode?
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#izfg{background-color:rgb(243, 245, 246);}Most websites...
01:40 pm - Wed, August 16, 2023
TutsPlus - Code
How to Make a Sticky Menu in WordPress
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i9fu{background-color:#f3f5f6;}In this tutorial, you’...
01:36 pm - Tue, August 15, 2023
TutsPlus - Code
Understanding and Working With the WordPress Options Table
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
In the earlier parts of this series, we looked at the t...
04:06 am - Tue, August 15, 2023
TutsPlus - Code
Guide to Generative AI and Coding
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
Generative AI is an algorithm that can be used to gener...
03:45 am - Mon, August 14, 2023
TutsPlus - Code
Learn JavaScript Dates
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Dates and times run our daily lives. JavaScript has a bu...
03:49 am - Sun, August 13, 2023
TutsPlus - Code
Learn JavaScript Events
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
JavaScript events make web pages interactive and dynami...
01:27 pm - Fri, August 11, 2023
TutsPlus - Code
Add a Custom Column in WordPress Posts and Custom Post Types Admin Screen
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i76e{background-color:rgb(243, 245, 246);}In this tutor...
01:22 am - Fri, August 11, 2023
TutsPlus - Code
Working With Nested Arrays In JavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
If you’re finding it difficult to understand and work...
01:22 am - Fri, August 11, 2023
TutsPlus - Code
Working With Nested Arrays inJavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
If you’re finding it difficult to understand and work...
01:17 am - Wed, August 9, 2023
TutsPlus - Code
Three Ways to Handle Events in JavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
JavaScript is a versatile and powerful programming lang...
01:17 am - Wed, August 9, 2023
TutsPlus - Code
3 Ways to Handle Events inJavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
JavaScript is a versatile and powerful programming lang...
01:31 am - Tue, August 8, 2023
TutsPlus - Code
Kotlin From Scratch: Abstract Classes, Interfaces, Inheritance, and Type Alias
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
Kotlin is a modern programming language that compiles t...
01:25 am - Mon, August 7, 2023
TutsPlus - Code
Use JavaScript APIs to Get the Current Date and Time
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}
JavaScript provides APIs that enable developers to easi...
01:23 am - Sat, August 5, 2023
TutsPlus - Code
An Introduction to Handlebars
* { box-sizing: border-box; } body {margin: 0;}
If your site's data regularly changes, then you might want to take a look at Handlebars. Handlebars is a template processor that generates HTML pages dy...
01:18 am - Fri, August 4, 2023
TutsPlus - Code
Learn React 18: Using CSS Modules
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
CSS modules...
01:18 am - Fri, August 4, 2023
TutsPlus - Code
Learn React 18: Using CSSModules
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
CSS modules...
01:17 am - Thu, August 3, 2023
TutsPlus - Code
Learn React 18: Using Controlled Inputs
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
We have now...
01:17 am - Thu, August 3, 2023
TutsPlus - Code
Learn React 18: Using ControlledInputs
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
We have now...
01:14 am - Wed, August 2, 2023
TutsPlus - Code
Learn React 18: Using Uncontrolled Inputs
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
In our prev...
01:11 am - Tue, August 1, 2023
TutsPlus - Code
Learn React 18: Writing Components as Classes
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#ide9{background-color:rgb(243, 245, 246);}
We have wri...