Some developers attest to their knowledge of JavaScript by being able to correctly explain what a closure is in JavaScript and why it is useful. Bragging rights aside cl...
565 reads
Some developers attest to their knowledge of JavaScript by being able to correctly explain what a closure is in JavaScript and why it is useful. Bragging rights aside cl...
565 reads
If you’ve been on the web for a while now chances are you have heard of a tool known as WordPress. Starting as a simple blogging tool WordPress has transformed the way p...
1293 reads
Continuing on in our JavaScript series I will introduce you to jQuery. In most cases, newcomers to the language will be doing this the opposite way...
553 reads
Long before flexbox became a thing we as web designers struggled to use floats, display properties, and clear methods to achieve the different types of layouts wit...
600 reads
Object-oriented programming is an advanced way to make use of JavaScript data types as a whole. This type of programming works for most languages available, but our focu...
650 reads
The DOM or Document Object Model represents an API (application programming interface) for HTM...
1515 reads
Functions are the core of any programming language. Think of functions as frozen fruit. You go to the store buy fruit knowing it has an expiration date quickly appro...
579 reads
Continuing on in our series titled How to REALLY Learn JavaScript I direct your attention to some of the most powerful components of the programming language. Combin...
580 reads
Today I continue the series on how to REALLY learn JavaScript. I will dive into some aspects of JavaScript that makes it a truly dynamic programming language. Knowing th...
456 reads
JavaScript is a dynamic computer programming language. It’s commonly used to enhance a website’s user experience. This can be anything from what happens after clicking o...
809 reads
WordPress has come a long way as a blogging platform. Over the years the open-source software has opened its doors to many applications. Everything from blogs, social me...
423 reads