WHATWG FAQ
What is the WHATWG? The Web Hypertext Application Technology Working Group (WHATWG) is a community of people interested in evolving the web through standards and
HTML Computer Code Elements
HTML contains several elements for defining user input and computer code. <code> x = 5; y = 6; z = x + y; </code> HTML
Display Posts – Pagination
Display Posts is the simplest way to query and display content in WordPress. This plugin extends Display Posts by letting you paginate the results. You can
Using SVG
SVG is an image format for vector graphics. It literally means Scalable Vector Graphics. Why use SVG at all? Small file sizes that compress well
Color Names Supported by All Browsers
All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color
Page-list
SHORTCODES: [pagelist[ – hierarchical tree of all pages on site (useful to show sitemap of the site); [subpages[ – hierarchical tree of subpages to the current page;
Display Posts
Easy lists, grids, navigation, and more Display Posts allows you easily list content from all across your website. Start by adding this shortcode in the
How and When to Apply Session Storage with JavaScript
When to use session storage Session storage can be used to check for the user’s authentication state. Users who are logged in can be redirected
Please Stop Using Local Storage
local storage is a new feature of HTML5 that basically allows you (a web developer) to store any information you want in your user’s browser
PHP Authorization with JWT (JSON Web Tokens)
JWTs versus Sessions Why are sessions not such a good thing? Well, there are three key reasons: Data is stored in plain text on the server.
How to Create a Global Section in Elementor
Step by Step creation of global sections Create the section/inner sections and columns, add widgets/content/design Save the section as a template Place a template widget
Apache mod_rewrite Introduction
The Apache module mod_rewrite is a very powerful and sophisticated module which provides a way to do URL manipulations. With it, you can do nearly