JavaScript Terms to Know | Basic & Advanced

Basic JS Terms Attribute An attribute is a piece of information that controls access to a property More detail→ Conditional A conditional statement will be some variation of an if-then statement. These statements allow an application to test whether a particular condition is true and then take different action for a return of true or…  MORE q

By on March 27th, 2020 in

Conditional Statements

Conditional Statements test a claim and then either run a block of code or pass to the next step. Ultimately, these statements provide dynamic programmed responses where data can be set programmatically or change, like in the case of user input, and the JavaScript code can respond in different programmed ways. Conditional Statements: if - When a condition is met, run a block of code. else - When a condition is not met in an if statement, run a different bloc   MORE q

By on March 22nd, 2020 in

Every Method in JavaScript

There are a large number of methods that JavaScript includes as part of the various Objects that are built automatically. The previous article, JS Methods, gave an introduction to methods and detailed some of the more commonly used. There are many more, of course. Every JavaScript method is listed here. This is sorted by object so we can see what is available when working with any specific one. These objects will usually inherit methods that will work on the object, but, are not exclusive. In the list below, these inherited methods can be toggled on or off. When toggled off, the inherited methods will be  MORE q

By on March 19th, 2020 in

Functions in JavaScript

Functions are pieces of code that perform actions. There are both functions built into JavaScript and an almost limitless number of functions a developer can create. The Anatomy of a Function Function can be created using the function keyword, usually followed by a unique name, though a name is not required, followed by () and then { } Inside of the (), you can set perimeters. These perimeters ore optional, but, if used, allow for data to be transferred in to the function to be used. Functions usually end with the keyword return. This keyword signals the JavaScript engine to stop processing the function and will take  MORE q

By on March 3rd, 2020 in

WordPress Theme: Steel Theme

♦ The Steel theme is currently still in beta, but I invite anyone willing to download and use it. I have tested the theme a decent amount; however, when needed, I will be happy to fix any bugs that might pop up. Just get in touch with me. ♦ Steel theme demo here ⇒ Download the beta…  MORE q

By on October 28th, 2019 in

About This Theme

The theme I am currently using for GlassInteractive.com is my Steel theme. This has a few modifications, the largest being the use of my "Jumbotron 3D Post Rotator" plugin. For information on the Steel theme, ⇒check this out. For detail on the Jumbotron 3D Post Rotator ⇒check this out. Feel free to post a comment…  MORE q

By on October 28th, 2018 in

Post Navigation