Tutorials on Web Development, Programming, and Web Design

Creating a Child Theme in WordPress

In Tutorials

In this tutorial, we will create a child WordPress theme called based off of the Twenty Fifteen theme. First we create a new folder “/wp-content/themes/twentyfifteen-child” in which we...

read more

Adding a custom section in the WordPress Theme Customizer

In Tutorials

In this tutorial, we add the “Copyright” section to the WordPress Theme Customizer that is displayed when user goes to “WP Dashboard -> Appearance -> Customizer”...

read more

Registering Menu Locations in WordPress

In Tutorials

In order to have menus in a WordPress theme, it needs to put the menu into a “Menu Location”.  The Twenty Fifteen theme comes with two menu locations as seen in “Appearance ->...

read more

Creating Custom Post Type in WordPress

In Tutorials

In this tutorial, we are going to add a custom post type of “Employees” to our WordPress theme.   We attach our own function create_employees_post_type to the “init” hook. ...

read more

Adding Types with Typescript

In Tutorials

In this tutorial, we add types to a regular function “computeTip”.   Javascript does not yet have types, so we use Typescript which adds types to Javascript.  We create a new typescript...

read more

ES6 Modules Overview

In Tutorials

To learn about ES6 Modules, you have to have Node.js and the typescript compiler tsc installed as described in previous tutorial.  This is because at the time of this writing, browsers have not...

read more

Installing tsc Typescript Compiler

In Tutorials

To install the command line tsc Typescript Compiler using npm, you have to have Node and npm installed as described in previous tutorial. Then at terminal (in Mac) or Node.js command prompt in...

read more

Example of set in Javascript ES6

In Tutorials

Here is an example of iterating through the values of a set in ES6… Unlike Map, it can only contain unique values.  You add to a set using “add” instead of “set”....

read more

Example of Map in Javascript ES6

In Tutorials

With ES6, we have Map where we can store key value pairs using the “set” method… We get elements out using “get” method.  The map has a property of size to indicate...

read more

Learn Web Tutorials is hosted by Hostmonster and design based on Wordpress template by Elegant Themes
All contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.