Design for the lower end of the spectrum: Part 3
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...
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...
I've been meaning to update Bibliotype to more modern technologies and document the process. The original # In 2011 Craig Mod published Bibliotype, a demo and an article in a List Apart. The article...
The idea behind local storage (also known as web storage) is that we can save key/value pairs of data in the browser for later retrieval and use. A good example of where this may be useful is to set...
As I begin working on layouts one of the things that started to beg for attention is how to size the text properly for it to be legible online as well as being pleasant to the eye when looking at the...
As an undergraduate, I did fairly extensive work in early text-based virtual communities, particularly the way in which people interacted and communicated in text-based virtual realities. The research...
A lot of the projects that I work with use a fairly standard setup of tools and scripts. Rather than reinstall them every time and have to fix paths and install dependencies outside the Node ecosystem...