Blog

  • JavaScript Open Window

    JavaScript Open Window

    Create And Open Window In JavaScript

    A new window can be opened in a new web browser window or tab.

    Multiple windows can be opened and reused assuming that JavaScript is not disabled.

    (more…)

  • JavaScript Map Methods

    JavaScript Map Methods

    Create Map Methods In JavaScript

    A Map holds key-value pairs and the keys can be of any data type.

    The map maintains the insertion order of keys and provides a size property. Common methods for working with maps include set(), get(), delete() and clear().

    (more…)

  • WordPress CMS Posts

    Ultimate WordPress CMS Posts Guide

    Learn how to create impressive posts using WYSIWYG (What-You-See-Is-What-You-Get) via the Gutenberg editor and the Classic editor. Live stream 2025-02-14 at 20:00:00 Eastern for the normal Friday 8PM YouTube live stream participation or scroll down and watch it.

    WordPress is an open source PHP content management system for creating, modifying and publishing website content.

    (more…)

  • JavaScript Maps

    JavaScript Maps

    Create Maps In JavaScript

    In JavaScript, a Map holds key-value pairs here keys can be of any data type.

    A map maintains the insertion order of keys and provides a size property.

    (more…)

  • JavaScript Generator Functions

    JavaScript Generator Functions

    Create Generator Functions In JavaScript

    In JavaScript, a function declaration defines a function with the specified parameters and code block.

    Functions can be called before their creation due to hoisting. A JavaScript function is a subprogram that can be called by code externally or internally to the function. Generator functions allow execution pausing and resuming.

    (more…)

  • JavaScript IIFE Functions

    JavaScript IIFE Functions

    Create IIFE Functions In JavaScript

    In JavaScript, a function declaration defines a function with the specified parameters and code block.

    Functions can be called before their creation due to hoisting. A JavaScript function is a subprogram that can be called by code externally or internally to the function. Immediately Invoked Function Expression (IIFE) functions run as soon as they are defined.

    (more…)

  • Get WordPress CMS Plugins

    Ultimate WordPress CMS Plugins Guide

    Learn how to find and setup WordPress CMS plugins. Live stream 2025-02-07 at 20:00:00 Eastern for the normal Friday 8PM YouTube live stream participation or scroll down and watch it.

    WordPress is an open source PHP content management system for creating, modifying and publishing website content.

    (more…)