JavaScript |

JavaScript Compressors: How and Why to Minify Your JS

We’ve all been there, you learned how to build an awesome website, but once you publish it, it’s unbearably slow. Minifying your javascript is one way to speed up website response times (along with compressing HTML), and fortunately for you, it’s an easy process. Today I’ll show you everything you need to know. What Does… read more »

JavaScript and Web Development: Using the Document Object Model

This article will introduce you to the document skeleton that JavaScript works with. Having a working knowledge of this abstract document object model, you can write JavaScript that works on any web page. Introduction How do web pages and JavaScript work together and how are they able to talk to each other? The answers lie… read more »

A Basic Guide to JQuery for Javascript Programmers

JQuery is one of the most popular JavaScript libraries on the planet (what is JavaScript). At the time of it’s inception, JavaScript (will be referred to as JS from here on in) was in a very different place. January 14th 2006 was the day when jQuery was announced at BarCampNYC. JS was still lacking somewhat… read more »

Really Learn JavaScript with 5 Top Udemy Courses

A language that runs on any computer in the world. A language that does not need any special software to run. A language ranked among the top in the world. Why wouldn’t you learn JavaScript? There are close to 300 programming languages in the world, but JavaScript is almost essential education for any coding career. It is… read more »

Sidebar