Dispatches From The Internets

ClickClickClick

Ever wonder if websites can track your every move?

Privacy matters.


Les défis du “progressive enhancement”

This is a nice overview (in French) of how Hopwork handles progressive enhancement in their SaaS product. Their back-end is Java too. It’s nice to see folks talking about how to progressively enhance products in that language; we don’t hear about that often enough.





Mac-like Special Characters in Windows

I am a bit of a geek for proper punctuation: Em dashes… en dashes… curly quotes… ellipses… I love them all! Prior to 2007, I was a long-time Windows user and was a master of the Alt + numeric code system of entering special characters on that operating system. For nearly a decade, however, I’ve been writing and developing on a Mac and I absolutely love how much easier it is to use special characters. When I started setting up my new Surface Book, I began searching for a way to bring Mac-like special character entry to Windows 10. [^1]: I actually memorized a ton of the codes, much to my amazement. I still remember a few, but I am thankful to have reclaimed a bit of that memory space over the last few years.


iOS doesn’t support Progressive Web Apps, so what?

As usual, Jason Grigsby nails it:

  • Progressive Web Apps still work on iOS
  • Progressive Web Apps perform better on iOS
  • Billions of people use browsers that support Progressive Web Apps
  • Apple appears to be warming to Progressive Web App technology
  • Progressive Web Apps benefit all users

Done and done.



Technical Credit

This is an excellent post about progressive enhancement from the “technical credit” (as opposed to “technical debt”) point of view.


Is Progressive Enhancement Over?

This is an excellent missive from Nicholas covering the progressive enhancement debate.

First … progressive enhancement isn’t about having a JavaScript vs. JavaScript-disabled experience, it’s about providing the best possible user experience throughout the entire lifecycle of the web application. …

Second, progressive enhancement isn’t a strict prescription, it’s a way of thinking about the software you’re building. … Instead, it encourages you to think more deeply about the problem you’re trying to solve, and guides you towards solutions that work for the maximum number of users.

These two points are why I believe progressive enhancement is as relevant today as it has ever been. The only difference now is that we have more options for improving the user experience than ever before.

I couldn’t have said it better myself.