Search
Cryptocurrency News From Japan: March 15-21 in Review
22.3.2020
This week’s news from Japan includes institutions joining a blockchain startup, Toyota building a blockchain ID platform, and more
Big Brother Capitalizes on Coronavirus Fears, Crypto Industry Responds
20.3.2020
Coronavirus fears bring personal data privacy issues to a new level, crypto community says
Brave New World: Browser Challenging Google for the Future of Privacy
20.3.2020
With an increasing number of people looking to make use of privacy-focused web tools, Brave’s daily user count recently surged past the 4 million mark
Telemetrie prohlížeče Edge žaluje do Redmondu podobně jako ruský Yandex Browser
19.3.2020
Nový prohlížeč Edge od Microsoftu, postavený na jádru Chromium, je rychlý, pěkný a kompatibilní. Podle studie odborníků z Trinity College Dublin však zaostává v ochraně soukromí. Odesílaná telemetrická data totiž obsahují hardwarový identifikátor, který by mohl být použit ke zjištění identity
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Opera Browser Enables Apple Pay and Debit Card Crypto Purchases in the US
17.3.2020
Opera desktop and mobile browsers for both Android and Apple iOS will support direct crypto purchases of Bitcoin and Ether for U.S. users
Opera Browser Adds New Cryptocurrency Purchase Options
17.3.2020
The Opera browser app has partnered with e-payments startup Wyre to expand its built-in wallet’s crypto buying power
Brave Browser Delivers on Promise, Files GDPR Complaint Against Google
16.3.2020
Brave files a formal complaint against Google — claiming it abuses GDPR rules
A Guide to Handling Browser Events
13.3.2020
In this post, Sarah Chima walks us through how we can work with browser events, such as clicking, using JavaScript. There’s a ton of great info in here! If JavaScript isn’t your strong suit, I think this is the best explanation of event handling that I’ve read in quite some time.
When an event...
Daily Users of Brave’s Blockchain Web Browser Pass Four Million
9.3.2020
In one year, the number of Brave publishers has increased more than 550% on Youtube and 750% on Twitch
5 Crypto Cashback Solutions That Award You Satoshis to Shop
9.3.2020
Cashback is a popular ecommerce system that administers rewards and rebates for shopping. Every time you shop online, and in some cases in-store, you’ll earn up to 1% of the transaction value back. Traditionally administered in cash or rewards points, certain cashback schemes now dispense...
Animating CSS Width and Height Without the Squish Effect
6.3.2020
The first rule of animating on the web: don't animate width and height. It forces the browser to recalculate a bunch of stuff and it's slow (or "expensive" as they say). If you can get away with it, animating any transform property is faster (and "cheaper").
Butttt, transform can be tricky. Check...
Automated Selenium Testing with Jest and LambdaTest
5.3.2020
You know what the best thing is about building and running automated browser tests is? It means that the site you're doing it on really matters. It means you're trying to take care of that site by making sure it doesn't break, and it's worth the time to put guards in place against that breakages....
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