Category Frontend

HTML5, CSS3 and jQuery tutorials. Also some tools and guides.

Tailwind CSS with Parcel v2

Parcel Tailwind CSS

Getting Tailwind to compile with Parcel v2 is easier than ever. We will leverage the Parcel v2 PostCSS support to automatically compile Tailwind assets with little configuration.

63% of web video is HTML5 friendly

According to MeFeedia, from all the web videos around the net, 63% of them are HTML5 friendly. For those on iPad or iPhones, it believe this is a very good thing. Flash is a thing of the past for watching…

Element indexes and jQuery

Once the DOM is structured by the browser, each element in our HTML page has an index relative to its parent. Retrieving an element’s index with jQuery is an easy task, and it is so useful that it can save…