Quantcast
Channel: HTML5EdTech via Ted Curran on Inoreader
Viewing all articles
Browse latest Browse all 22746

162

$
0
0

Hey,

We shouldn’t let ourselves get distracted by people who work on different projects than we do. If a developer advocate works on a web-based QR code application, for example, their way of tackling things most certainly won’t fit your project. If someone builds a real-time dashboard, their concept won’t relate to the company portfolio website you’re building. Bear in mind that you need to find the best concept, the best technologies, the best solution for your specific project.

Thinking about the right decisions rather than following cool, new trends blindly, is the first step to building responsible web solutions. That’s what we call progressive enhancement. The only subjective matter in this undertaking is you, judging what level of progressive enhancement a solution should have.

News

  • Angular 1.x users, here’s version 1.6 for you. Todd Motto shares what’s new in the version and how to migrate easily.
  • The new Microsoft Edge build features support for Brotli, for CSS Custom Properties, as well as async/await. DOM performance has also been improved.

Generic

Concept & Design

Security

  • Mathias Karlsson shares the common pitfalls of postMessage and why this can be a source of client-side vulnerabilities. The postMessage API is an alternative to JSONP, XHR with CORS headers and other methods enabling sending data between origins.

Web Performance

HTML & SVG

  • These fun statistics on HTML and SVG usage are really insightful. By analyzing eight million websites, some interesting facts could be discovered: href="javascript:void(0)", for example, is still used massively, and span.button can also be found in a lot of codebases.

JavaScript

  • Unfortunately, there’s no further source to back up this statement, but Domenic Denicola found out that the Filesystem API might be removed from the specification as it turned out that it’s used for incognito mode detection in browsers in 95% of the use cases.
  • The parallax effect isn’t going away anytime soon, so if we need to make use of it, we should at least do it in the most effective, most performant way. Paul Lewis shares how to achieve that.
  • Remy Sharp reports how he got started with React.js and how he finally made Server Side React work in his project.
  • Pawel Grzybek has built a dependency-free, not styled carousel called Siema that is flexible to use.

Work & Life

And with that, I’ll close for this week. If you like what I write each week, please support me with a donation or share this resource with other people. You can learn more about the costs of the project here. It’s available via email, RSS and online.

— Anselm


Viewing all articles
Browse latest Browse all 22746

Trending Articles