10 CSS and JavaScript Linting Tools for Code Optimization
Editor’s note: This article is part of our Code Optimization series, where we take a look at how to optimize coding for better efficiency in a bid t…
Editor’s note: This article is part of our Code Optimization series, where we take a look at how to optimize coding for better efficiency in a bid t…
A website design comes to life with well-executed animation. If you’re looking for the proper libraries to add effects to your project, here I’ve …
Did you know that JavaScript (along with JScript and ActionScript) is an implementation of a general-purpose client-side scripting language specificat…
Advent marks a period of anticipation leading up to Christmas, starting four Sundays before December 25. Traditionally, this time is tracked using an …
JavaScript functions are capable of more than just merely enclosing a bunch of codes while waiting for the call to execute. Functions have evolved ove…
Have you ever been entangled in spaghetti code? Would you rather feed your app something healthier? If so, take a peek at what can be accomplished wit…
With web design and development evolving at a fast pace in the past couple of years, more and more new tools are introduced with better approaches to …
So you have in your hand tons of data, with a number of variables, that you have to somehow relay to somebody else. Raw, unorganized data is going to …
It is now common to see certain elements in a site fixed to a position when you scroll up or down the site e.g. the navigation menu, the header or the…
Dealing with typography on the web has been real quirky. Each browser has its own algorithm to render fonts which could lead to unexpected discrepanci…
For those of us constantly on the go, notifications keep us informed about important events, news, and updates. Notifications reduce waiting times whi…
I’ve already written about how to get started with Gulp as well as how to get started with Grunt. They both automate our tasks, they both use Node, …