Search
4 Ways to Animate the Color of a Text Link on Hover
3.3.2020
Let’s create a pure CSS effect that changes the color of a text link on hover… but slide that new color in instead of simply swapping colors.
There are four different techniques we can use to do this. Let’s look at those while being mindful of important things, like accessibility, performance,...
Private Brave Browser Integrates Auto Wayback Machine Lookup
29.2.2020
Google Chrome and Firefox rival Brave browser now allows users to check pages that were removed from the web
Microsoft Updates Edge Browser to Protect Against Illicit Crypto Miners
28.2.2020
Later versions of Edge can now be set to block downloads of malicious mining apps
The Sandbox Announces Partnership With Opera Web Browser
28.2.2020
Sandbox, the immensely popular gaming platform, has announced the news about its strategic partnership with a globally acclaimed web browser, Opera, which also takes pride in being the world’s first web browser infused with a crypto wallet. The integration is likely to pave the way for the success...
When CSS Blocks
28.2.2020
Tim Kadlec:
One particular pattern [for loading non-critical CSS] I’ve seen is the preload/polyfill pattern. With this approach, you load any stylesheets as preloads instead, and then use their onload events to change them back to a stylesheet once the browser has them ready.
So you're...
Decentralized Browser Brave Adds 404 Detection System and Wayback Machine
27.2.2020
Source: a screenshot, Instagram / bravebrowser
Is there anything more annoying than a “404 page not found” message? In a bid to make the web more reliable, blockchain-based decentralized browser Brave has added a tool that it says could make messages like this a thing of the past.
The latest...
10+ Examples of Responsive Websites That Got It Right
27.2.2020
How do you make sure your website will look good on every browser and device? Take a look at these responsive web designs and you’ll discover how.
10+ Examples of Responsive Websites That Got It Right was written by Bogdan Sandu and published on Codrops
SafeTech Acquires Comet Browser Extension and CometVerse
27.2.2020
Serving the crypto community with its world-class blockchain solutions, SafeTech has announced the news about it entering into an acquisition agreement with curators of Comet, Totient Labs, to acquire the Comet Browser Extension and CometVerse. The collaboration between the two globally acclaimed...
SafeTech Acquires Comet Browser Extension and CometVerse
27.2.2020
Serving the crypto community with its world-class blockchain solutions, SafeTech has announced the news about it entering into an acquisition agreement with curators of Comet, Totient Labs, to acquire the Comet Browser Extension and CometVerse. The collaboration between the two globally acclaimed...
Privacy Study: Brave Browser Smacks Down Chrome, Firefox & Safari
26.2.2020
A study conducted by a privacy expert proves that Brave browser protects your privacy better than Chrome, Firefox or Safari
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Brave Challenges Google’s Advertising Power Before the UK Competition Watchdog
22.2.2020
The company behind the privacy-oriented browser Brave has set out to convince regulators in the U.K. to end Google’s advertising monopoly in the digital space. In a filing with the country’s Competition and Markets Authority (CMA), Brave puts forward recommendations on how...
Brave Browser Wants the UK to Use GDPR to Crack Down on Google
21.2.2020
Brave browser urges UK authorities to fully enforce GDPR against Google or threatens to take it court to protect consumers
Do This to Improve Image Loading on Your Website
20.2.2020
Jen Simmons explains how to improve image loading by simply using width and height attributes. The issue is that there’s a lot of jank when an image is first loaded because an img will naturally have a height of 0 before the image asset has been successfully downloaded by the browser. Then it needs...
Tim Draper-Backed Startup Launches Blockchain Browser to Avoid Censorship
19.2.2020
Unstoppable Domains is rolling out a blockchain-based browser to simplify access to the decentralized web
Building an Images Gallery using PixiJS and WebGL
12.2.2020
Sometimes, we have to go a little further than HTML, CSS and JavaScript to create the UI we need, and instead use other resources, like SVG, WebGL, canvas and others.
For example, the most amazing effects can be created with WebGL, because...
Building the Web We Want
10.2.2020
On the Microsoft Edge team, we’re committed to an open web and helping to drive innovation forward, which is why we’ve kicked off a new initiative in collaboration with Google, Mozilla, Samsung Internet, Igalia and — most importantly — the web community, called The Web...
Helping Browsers Optimize With The CSS Contain Property
10.2.2020
There is a growing number of things that we have to do to help the browser achieve for peak performance.
Responsive image syntax has several. For example, needing to tell the browser how large the image will be in our layout with the sizes attribute and how big the images are with w descriptors....
Cryptojacking Projection an Area of Focus for Microsoft’s Edge Browser
10.2.2020
As cryptojacking becomes more prevalent, Microsoft Edge developers aim to protect users from having their processing power stolen to mine cryptocurrencies
Awesome Forward & Reverse Geocoding API: positionstack (Sponsored)
6.2.2020
One awesome web functionality we take for granted is geolocation. Based on geolocation data, we can get someone to their destination, provide them suggestions based on their location, and so on. One downside of native geolocation, especially in the browser, is that it’s limited in both input...