Search
Brave Browser Sees 1,200% Increase of Registered Publishers Over Year
12.8.2019
The number of publishers using the blockchain-based decentralized browser Brave has increased by 1,200% over the past year
Tech Behemoth IBM Files for a Blockchain-Enabled Web Browser Patent
11.8.2019
American technology behemoth IBM has filed for a blockchain-enabled web browser patent
IBM Recently Registers a Patent for Blockchain-Based Web Browser for the Peer-to-Peer Framework
11.8.2019
The latest patent application from IBM represents about a blockchain-based internet browser. Registered on sixth August by the United States Patent and Trademark Office, IBM’s patent is for an internet browser supported by a peer-to-peer framework. IBM is as of now spearheading...
IBM Files Patent for a Blockchain-Based Web Browser
10.8.2019
The patent describes a peer-to-peer network for managing and storing browsing session data
Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
9.8.2019
In this week's roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Use font-style: oblique on variable fonts
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant)...
Quick Gulp Cache Busting
7.8.2019
You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser "hang on to this file basically forever." That way, when navigating from page to page on a site — or revisiting it, or refreshing...
Basic Attention Token Price Analysis: Trends are Bearish, Brave Browser Enabled Twitter Tipping Using BAT
7.8.2019
Recently, Brave browser announced that the new version of its desktop software would support tipping on Twitter using Basic Attention Token. Brave users can now send Basic Attention Token for an amount of their choosing directly to the author of the tweet by clicking the “tip” button on each tweet....
Weekly Platform News: Preventing Image Loads with the Picture Element, the Web We Want, Svg Styles Are Not Scoped
1.8.2019
In this week's week roundup of browser news, a trick for loading images conditionally using the picture element, your chance to tell bowser vendors about the web you want, and the styles applied to inline SVG elements are, well, not scoped only to that SVG.
Let's turn to...
Brave Browser: Prohlížeč, díky kterému ušetříte 50 % mobilních dat a ochráníte své soukromí
31.7.2019
Internetová reklama je všudypřítomná. Její rozmach jde tak daleko, že tvoří většinu dat na některých stránkách. Podle článku New York Times tvoří u prvních 50 amerických zpravodajských serverů stažená data z více než poloviny reklama. Brouzdání zpravodajskými weby s ohledem na skutečnost, že...
Don’t comma-separate :focus-within if you need deep browser support
24.7.2019
I really like :focus-within. It's a super useful selector that allows you to essentially select a parent element when any of its children are in focus.
Say you wanted to reveal some extra stuff when a <div> is hovered...
div:hover {
.extra-stuff {
/* reveal it */
}
}
That's...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Color Inputs: A Deep Dive into Cross-Browser Differences
12.7.2019
In this article, we'll be taking a look at the structure inside <input type='color'> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. Having a good understanding of this input allows us to evaluate whether a certain cross-browser...
Opera Browser Adds Support For Bitcoin And TRON, Will Allow Trading On Built-in App
11.7.2019
Popular mobile browser Opera has added support for Bitcoin and Tron on its Android app. It will now enable Bitcoin (BTC) and Tron (TRX) trading on its built-in crypto wallet app, in the beta version on the Android platform. .@Opera browser has added support for #Bitcoin & #TRON blockchains...
Pozvánka na workshop VideoHunter@MFF. Najdete Homera ve videu?
10.7.2019
VideoHunter@MFF je workshop spojující popularizační přednášky z oblasti inteligentního vyhledávání v audio-vizuálních datech a soutěž týmů ve vyhledávání ve videu pomocí nástroje vyvíjeného na MFF. Soutěžní část je inspirovaná prestižní mezinárodní kampaní Video Browser Showdown…
Bitcoin Cash Scaling Benchmarks, Brewdog, and Rising Transaction Volume
7.7.2019
Over the last week, there’s been lots of going on within the Bitcoin Cash (BCH) environment with companies implementing BCH support, new applications, and various announcements. While Bitcoin Cash supporters keep bolstering adoption, development and community projects have continued...
Brave, First Cryptocurrency Oriented Browser Is Working On Integrating Ethereum Along With Ledger And Trezor Wallet
1.7.2019
According to the publication, a new welcome landing page is included in the Brave extension for Chrome. The page highlights three wallets, and these are Ethereum wallet, Ledger and Trezor hardware wallets. Pictures on Github disclose that clients can pick any of these wallets to set up. Moreover...
Bitcoin Cash Register Surpasses 10,000 Installs and BCH is Coming to Brave in Weekly Video Update
1.7.2019
Bitcoin Cash Register has surpassed 10,000 installs on the Google Play Store, live streaming platform Twitch reinstates cryptocurrency payments and BCH is coming to the Brave web browser. Watch these and other developments discussed in this week’s video update on Bitcoin.com’s Youtube...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
How to Debug Remote Browsers
27.6.2019
It’s super frustrating when bugs pop up only in a remote browser. Something about that user, that device, or that environment is different, but I don’t know what! And of course, I can’t recreate it on my local development machine. The team at TrackJS came up with a cool way...