Progressive Web Apps: The Case for PWAs

Now that you know what a progressive web app is, you’re probably wondering if your organization would benefit from one. To determine if it makes sense for your organization, ask yourself two questions:… Source: https://alistapart.com/article/progressive-web-apps-excerpt

Best Practices 10up Engineering

The 10up Engineering Best Practices are not geared to teach anyone to become an engineer. Rather, they aim to illustrate how to engineer the 10up way. Therefore, these best practices are intended for capable engineers…. Source: https://10up.github.io/Engineering-Best-Practices/

Replace Animated GIFs with Video

Have you ever seen an animated GIF on a service like Imgur or Gfycat and inspected it in your dev tools, only to find out that GIF was really a video? There’s a good reason for that. Animated GIFs can be downright huge…. Source: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/

Replace Animated GIFs with Video

Have you ever seen an animated GIF on a service like Imgur or Gfycat and inspected it in your dev tools, only to find out that GIF was really a video? There’s a good reason for that. Animated GIFs can be downright huge…. Source: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/

Accessibility Testing Tools

There is a sentiment that accessibility isn’t a checklist, meaning that if you’re really trying to make a site accessible, you don’t just get to check some things off a list and call it perfect. The list may be imperfect and worse, it takes the user out of the equation, so it is said…. Source: […]

A free guide to elements

Pinterest lets you prevent people from saving things from your website, according to their help center. The description is optional. Since Chrome 31, you can set up your web app to “app mode” like Safari…. Source: http://gethead.info/?utm_source=dlvr.it&utm_medium=facebook

Saving SVG with Space Around It from Illustrator

Note how the art doesn’t touch the edges of the artboard. Say you want that space around it, and you want to save it as SVG for use on the web. THE CLAW! You’ll see space around here, but unfortunately the classic Save for Web dialog doesn’t export as SVG at all, so that’s not […]