How To Create A PDF From Your Web App
Rachel Andrew takes a look at the tools that are available for creating a PDF from a web app, sharing recommendations to help find the tool that works best for you. - http://amp.gs/rxiM
#web #pdf
Rachel Andrew takes a look at the tools that are available for creating a PDF from a web app, sharing recommendations to help find the tool that works best for you. - http://amp.gs/rxiM
#web #pdf
Smashing Magazine
How To Create A PDF From Your Web Application — Smashing Magazine
There is a wide variety of choices when it comes to creating a PDF from a web application. In this article, Rachel Andrew takes a look at the tools that are available and shares her recommendations to help you find the tool that works best for you.
The Browser Monopoly
Touches upon how, with Chrome, Google “enjoys substantial control over the vast majority of the world’s portal to the internet”. - http://amp.gs/A11V
#web #browsers
Touches upon how, with Chrome, Google “enjoys substantial control over the vast majority of the world’s portal to the internet”. - http://amp.gs/A11V
#web #browsers
Blair Reeves
The Browser Monopoly
There is really only one Big Tech monopoly that I actively worry about. It’s not Amazon, Facebook or Apple, though they are all extremely dominant in their respective fields and do act in anti-comp…
How Web Content Can Affect Power Usage
Users spend a large proportion of their online time on mobile devices, or on untethered laptop computers. This post digs into factors that affect battery life, and how to make your pages more power efficient so that users can spend more time engaged with your content. - http://amp.gs/Afa3
#web
Users spend a large proportion of their online time on mobile devices, or on untethered laptop computers. This post digs into factors that affect battery life, and how to make your pages more power efficient so that users can spend more time engaged with your content. - http://amp.gs/Afa3
#web
In A Swipe At Chrome, Firefox Now Blocks Ad Trackers by Default
Firefox 69, as released this week (above), enables Enhanced Tracking Protection by default, which blocks cryptominers and certain types of third party cookies designed to track users for advertising purposes. - http://amp.gs/AhtT
#web #news
Firefox 69, as released this week (above), enables Enhanced Tracking Protection by default, which blocks cryptominers and certain types of third party cookies designed to track users for advertising purposes. - http://amp.gs/AhtT
#web #news
WIRED UK
In a swipe at Chrome, Firefox now blocks ad trackers by default
The block might appeal to users, but is potentially worrying to publishers
The Baseline Interpreter: A Faster JS Interpreter in Firefox 70
JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O
#web #news
JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O
#web #news
Mozilla Hacks – the Web developer blog
The Baseline Interpreter: a faster JS interpreter in Firefox 70
Modern web applications load and execute a lot more JavaScript code than they did just a few years ago. While JIT (just-in-time) compilers have been very successful in making JavaScript ...
Avoid 100vh On Mobile Web
If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t
#mobile #web
If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t
#mobile #web
chanind.github.io
Avoid 100vh On Mobile Web
Viewport units in CSS sound great. If you want to style an element to take up the full screen height, you can just set height: 100vh and voila - you have a perfect fullscreen element, which resizes as the viewport changes! Sadly, this is not the case. 100vh…
The Web Almanac 2019: Mobile Web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
almanac.httparchive.org
Mobile Web | 2019 | The Web Almanac by HTTP Archive
Mobile Web chapter of the 2019 Web Almanac covering page loading, textual content, zooming and scaling, buttons and links, and ease of filling out forms.
How to Monitor Your Web Page's Total Memory Usage with performance.measureMemory()
Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT
#web #monitor #memory
Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT
#web #monitor #memory
web.dev
Monitor your web page's total memory usage with measureUserAgentSpecificMemory()
Learn how to measure memory usage of your web page in production to detect regressions.
Inspecting & Debugging Mobile Sites On Real Devices
There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU
#debugging #mobile #web
There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU
#debugging #mobile #web
The Official Publii Blog
Inspecting and debugging mobile websites on real devices
Tools, iPhone, iPad, Android emulators and other solutions available to help you test, inspecting, debugging and diagnose websites issues on mobile devices.
5 Common Mistakes Developers Do that Affect Page Load Time
Is your web site too slow? Find out where it could have gone wrong and to avoid the common pitfalls - http://amp.gs/cpOo
#web
Is your web site too slow? Find out where it could have gone wrong and to avoid the common pitfalls - http://amp.gs/cpOo
#web
Medium
5 Common Mistakes Developers Do that Affect Page Load Time
Is your web site too slow? Find out where it could have gone wrong and to avoid the common pitfalls