Creating a horizontal nav menu
One of the biggest pain points for me has been to create horizontal menus for navigation or other data we want to display across the page. If we're using the following HTML... <nav> <ul> ...
One of the biggest pain points for me has been to create horizontal menus for navigation or other data we want to display across the page. If we're using the following HTML... <nav> <ul> ...
I still keep looking for new items in the Webpack space that will make my code work better or will give me more information about it. I found two that are of particular interest to me. Size plugin...
After a long time, Babel 7 has been released. If you use Babel at all, it's important to do the following things to make sure you're good to go: Make sure that the project's package.json file points...
IndexedDB (currently version 2) provides client-sided database storage for web applications. From the specification: This document defines APIs for a database of records holding simple values and...
If you haven't read my prior articles about CSS Houdini, I'll point you to the video below by Tab Atkins where he talks about Houdini as a (far) future combination of CSS and Javascript (he should...
Ideas for client-side # So how do we address some problems of the web? There are aspects that go beyond PWAs and contribute to the bloat of the web and, I would imagine, the large size of apps. For...
Framing the issue through social lenses # Bruce Lawson's presentation about the web around the world and it being our responsibility to keep in mind those people who are not in the wealthy western...
Ever since I've been on the web (1994) I've been a part of a tension between the right and the easy way to do things, between tables and CSS, between frameworks, between techniques, between...
These are things that will take a while to work through either because the APIs are harder to work with or because I'm not certain of the status of the API and research plus implementation will take...
The rest of the project deals with additional "nice to have" items that will make this into a full-fledged PWA. Remaining issues with (S)CSS and Javascript # The function that makes the font...