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...
1279 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...
1279 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...
547 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...
590 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...
640 reads
The DOM or Document Object Model represents an API (application programming interface) for HTM...
1512 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...
570 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...
447 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...
810 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...
418 reads
As a web designer or developer there usually comes a time when you need something more than a basic HTML based website to get your or your client’s content live. **Conte...
501 reads
Many people think Git is too advanced and a tool they will never master. The ever frightening command line keeps many designers and developers from...
2071 reads