Loops are just blocks of code that repeat until a condition is met. These are central to programming and can serve many purposes. This article will tackle the different MORE q
By DarkMG73 on March 21st, 2020 in
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 DarkMG73 on March 19th, 2020 in
A method is a ultimately the same as a function in that it is a block of code that performs an action. The difference between a method and a function is that a method is a property of an object. that performs actions on that object. Invoking a function and calling a method are a little different. For a function, you only need the function name and parenthesis. For a method, we need to identify where the method is located first, MORE q
By DarkMG73 on March 7th, 2020 in
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 DarkMG73 on March 3rd, 2020 in
♦ 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 DarkMG73 on October 28th, 2019 in
♦ The Jumbotron 3D Slide Rotator plugin is currently still in beta, but I invite anyone willing to download and use it. I have tested the this plugin a decent amount; however, when needed, I will be happy to fix any bugs that might pop up. Just get in touch with me. ♦ What is it?… MORE q
By DarkMG73 on October 28th, 2018 in
♦ The Human Connection 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. ♦ Human Connection Theme Demo here ⇒ Download… MORE q
By DarkMG73 on October 18th, 2018 in