Hey,
We have great new technology available to enhance our websites. But while theoretical articles explain well what the technologies do, we often struggle to find real use cases or details on how things worked out in actual projects.
This week I stumbled across a couple of great posts that share exactly these precious real-life insights: stories about HTTP/2 implementation, experiences from using the Cascade of CSS in large-scale projects, and insights into employing Service Worker and BackgroundSync to build solid forms.
News
- Support to style input type checkbox and radio via CSS landed in Firefox Nightly.
- After the time picker landed in Firefox Nightly a few weeks ago, there’s now a datepicker as well.
- GitLab 8.14 brings Time Tracking, Chat commands, merge prevention until a review is done, and many other small improvements.
- Firefox will soon warn people if they are about to enter a password in insecure (HTTP) contexts. It’s time to secure every login with an HTTPS connection and enforce this as a best practice.
- Lastly, I don’t want to write too much about this weird Black Friday that causes millions of people to buy stuff they’ll never use or need. But Jason Koebler has that the best deal is to repair a gadget you already own instead of buying new stuff.
Web Performance
- Kazuho Oku’s slide deck about reorganizing website architecture for HTTP/2 shares real experiences of implementing HTTP/2 and valuable details on browser implementation.
Accessibility
JavaScript
- Michael Scharnagl explains how you can enhance a basic form ((i.e. a login or comment form) with custom validation, AJAX requests, auto-expansion of a textarea, and, finally, Service Worker and BackgroundSync to store input when a connection is unstable.
CSS
- Heydon Pickering wrote about “CSS Inheritance, The Cascade And Global Scope: Your New Old Worst Best Friends.”
Work & Life
- Justin White shares his story of becoming a programmer, his job hunt in the Silicon Valley, and why he chose not to work for an average startup.
- The CTO of Basecamp critizes Microsoft’s new advertising campaign for Office 365. A good read on why sleep and dedicated non-work matter and why we shouldn’t endorse companies that don’t value these needs.
Go beyond…
- Bill Sourour’s article “The Code I’m Still Ashamed Of” points out an important aspect of our jobs as developers: responsibility. An incredibly important story.
Anselm