Search

Nalezeno "Chrome": 450

A Deep Dive into Native Lazy-Loading for Images and Frames


Today's websites are packed with heavy media assets like images and videos. Images make up around 50% of an average website's traffic. Many of them, however, are never shown to a user because they're placed way below the fold. What’s this thing about images being lazy, you ask? Lazy-loading...

Weekly Platform News: Feature Policy, Signed Exchanges, iOS browsers


👋 Hey folks! This is the first edition of a new weekly update we'll be posting that covers timely news at the intersection of development standards and the tools that make them available on the web. We often talk about the pace of change in our industry. It's fast and touches everything...

A CSS Golfing Exercise


Code golfing is a type of programming where the goal is to accomplish a task using as few bytes as possible. CSSBattle is a code golfing battleground where players complete to recreate target images using CSS and HTML. The rules are fairly simple: No external resources (sorry, no <img...

Prohlížeč Chrome pro android má chybu, která umožní podvrhnout adresu


Poměrně jednoduchý útok umožní podvrhnou adresu, takže si uživatel nemusí uvědomit, že je na falešné stránce. Problém to může být třeba u internetového bankovnictví. Další články k tématu:Nevěřte e-mailům ani z parlamentu: jak snadné je podvrhnout adresu?Otisky prstů lze podvrhnout falešnými....

How to Get a Progressive Web App into the Google Play Store


PWA (Progressive Web Apps) have been with us for some time now. Yet, each time I try explaining it to clients, the same question pops up: "Will my users be able to install the app using app stores?" The answer has traditionally been no, but this changed with Chrome 72 which shipped a new feature...

Using the Web Speech API for Multilingual Translations


Since the early days of science fiction, we have fantasized about machines that talk to us. Today it is commonplace. Even so, the technology for making websites talk is still pretty new. We can make our pages on the web talk using the SpeechSynthesis part of the Web Speech API. This is still...

Edge Goes Chromium: What Does it Mean for Front-End Developers?


In December 2018, Microsoft announced that Edge would adopt Chromium, the open source project that powers Google Chrome. Many within the industry reacted with sadness at the loss of browser diversity. Personally, I was jubilant. An official release date has yet to be announced, but it will be...

Native Lazy Loading


IntersectionObserver has made lazy loading a lot easier and more efficient than it used to be, but to do it really right you still gotta remove the src and such, which is cumbersome. It's definitely not as easy as: <img src="celebration.jpg" loading="lazy" alt="..." /> Addy Osmani says...

[aktualita] Firefox i Chrome chtějí omezit notifikace webových stránek


Webové stránky, zejména e-shopy a zpravodajské weby, dnes hojně využívají možnosti API rozhraní, které umožňuje požádat uživatele o povolení zasílaní notifikací na uživatelské rozhraní systému. Pokud je uživatel občas odsouhlasí, stává s narůstajícím počtem notifikujících stránek po čase štvanou...

KV Storage


localStorage is... Good! It's an incredibly easy API to use. localStorage.setItem('name', 'Chris'); let name = localStorage.getItem('name'); Bad! Philip Walton explains why: localStorage is a synchronous API that blocks the main thread, and any time you access it you potentially prevent your...

Chrome Lite Pages


The Chrome team announced a new feature called Lite Pages that can be activated by flipping on the Data Saver option on an Android device: Chrome on Android’s Data Saver feature helps by automatically optimizing web pages to make them load faster. When users are facing network or data constraints...

Windows Defender ochrání ve firmách Chrome a Firefox před podvodnými stránkami


Microsoft již delší dobu nabízí firmám Application Guard, který umožňuje lépe chránit počítač izolováním jednotlivých spuštěných aplikací a stránek. S novým rozšířením se funkce přesouvá i do Chromu a Firefoxu a pokud si uživatel zobrazí nedůvěryhodnou stránku, zablokuje ji s tím, že ji stále půjde

Chrome nově poslechne multimediální tlačítka, vylepšil se PiP


Ovládání multimediálními tlačítky, lepší obraz v obraze, nebo černé „noční“ barevné provedení pro macOS - to jsou nejzajímavější novinky v novém prohlížeči Chrome.Další články k tématu:Facebook slibuje revoluci. Zuckerberg otočil, soukromí prý bude priorita

Chrome nově poslechne multimediální tlačítka, vylepšil se PiP


Ovládání multimediálními tlačítky, lepší obraz v obraze nebo černé „noční“ barevné provedení pro macOS. To jsou nejzajímavější novinky v novém prohlížeči Chrome.Další články k tématu:Facebook slibuje revoluci. Zuckerberg otočil, soukromí prý bude priorita

The Bottleneck of the Web


Steve Souders, "JavaScript Dominates Browser CPU": Ten years ago the network was the main bottleneck. Today, the main bottleneck is JavaScript. The amount of JavaScript on pages is growing rapidly (nearly 5x in the last 7 years). In order to keep pages rendering and feeling fast, we need to focus...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace