Lover of programming, maker of monsters
The words were all there when you talked about the topic in conversation yesterday, but when it comes to actually writing the post…impossible. But wait, that’s just it! Record yourself talking about it. I spend roughly 23% of my life walking (that’s an exaggeration, but I do walk a lot). Why not write a blog…
In a nutshell, progressive enhancement is building “content out”, separating the structure of a website (HTML) from its presentation and behavior (CSS and JS). Content should be available regardless of the capabilities of the device, and should not rely on styling or scripting to function at a base level. There are some strong opionions for…