Articles tagged with HTML

    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

    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