How To Speed Up WordPress Website

How To Speed Up aWordpress Website 2023 Why Is Website Speed Important? Page Load Speed can literally make or break your website. Nobody likes a slow website, users will leave before it even loads and this will severely impact your google rankings. According to a...

Javascript Loops

JavaScript Loops JavaScript Loops Loops are used to repeatedly run a block of code over and over again until a condition has been reached. This is often the case when working with arrays. You would want to loop through all the data and perform some kind of action on...

JavaScript Functions

Javascript Functions JavaScript Functions A function is a block of code that is designed to perform a task that can be used over and over again. Functions are very important in Javascript. JavaScript Built In Functionsconsole.log(); // Writes out text to JavaScript...

JavaScript Conditional Logic

Javascript Conditional Logic JavaScript Conditional Logic - If Statements If statements are used to make decisions in code. If this happens then do this. If not, do this instead. The order matters once the first condition is met it does not check any other conditions....

Javascript Arrays

Javascript Arrays Javascript Arrays - Storing Data In Lists In JavaScript Arrays are a way to store multiple values in one variable. They’re great for storing a list of items. Creating an array is similar to creating a variable except you assign it with square...

Javascript Variables

Javascript Variables Storing & Manipulating Data With Variables Variables are containers for storing data.  A variable name is a label that points to this data that will allow you to access and manipulate this stored data. Creating a variable is called declaring...

How Do I Add JavaScript To A Webpage?

How do I add JavaScript to a webpage? How do I add JavaScript to a webpage? To insert JavaScript into a web page, use the <script> tag.  The older method used the type or language attributes. This is no longer required as JavaScript is now the default scripting...

WEBDESIGN RESOURCES

WEB DEsign Tools & Resources Google’s Tools Web Tools SEO Tools Programing Themes & Templates Domains & Hosting Chrome Extentions Google’s Tools Google Page Speed Insights PageSpeed Insights analyzes the content of a web page, then generates...

The Principles of Animation

The Principles of Animation 1. Squash & Stretch This is the most important principle. It gives an object a sense of weight and flexibility. Could be simple like a bouncing ball or more complex like a character being exaggerated for a comical effect. In realistic...
Facebook Video