Why your z-index isn't working

Rather than setting the z-index of an element to 9999 expecting it to somehow work, this article lists possible reasons why your z-index doesn't work and how to go about it.

Read More

Font loading strategies: FOIT and FOUT

Flash Of Invisible Text and Flash Of Unstyled Text are two font loading strategies used in major browsers. This post looks at what they are and how they affect your website.

Read More

Building Accessible Modals Using JavaScript

Modals or dialogs are important building blocks in modern web applications. This post talks about how to improve accessibility of the modals while taking advantage of JavaScript

Read More

Document Fragments and why you should use them

This post discuss document fragments, its pros, and how you can use them to improve your site performance

Read More

.append vs .appendChild

This post covers the basic differences between the append and appendChild method, where, and when to use them.

Read More