Search
BCH Microblog ‘Member’ Shows the Future of Reddit-Like Forums
16.9.2019
Since the Bitcoin Cash upgrade in May 2018, software developers have unleashed a slew of microblogging protocols that utilize OP_return transactions. One application called Member is a BCH-based browser that makes use of these types of transactions and the extra space added to the data carrier...
(Why) Some HTML is “optional”
16.9.2019
Remy Sharp digs into the history of the web and describes why the <p> tag doesn’t need to be closed like this:
<p>Paragraphs don’t need to be closed
<p>Pretty weird, huh?
Remy writes:
Pre-DOM, pre-browsers, the world's first browser was being written by Sir...
Browser Extensions Can Help Scammers Steal Your Bitcoin: Casa CEO
15.9.2019
Browser add-ons can steal your crypto and identifying information, said Casa's Jeremy Welch
LocalBitcoins: Tor Browser Users at Risk of Losing Their Bitcoins
12.9.2019
Finnish P2P crypto exchange LocalBitcoins says Tor Browser users are at risk of having their Bitcoin stolen
Some HTML is “Optional”
11.9.2019
There is a variety of HTML that you can just leave out of the source HTML and it's still valid markup.
Doesn't this look weird?
<p>Paragraph one.
<p>Paragraph two.
<p>Paragraph three.
It does to me, but the closing </p> tags are optional. The browser will detect...
Brave Browser Tops Google Play Ranking for Highest Downloads in Japan
11.9.2019
By beating the other rival browsers, Brave ranked as the most downloaded web browser in Japan. Because of its privacy-based application and other user-friendly features, it was downloaded 2 million times in the last month in Japan. It also registered as a better performer than other rival...
Caniuse and MDN compatibility data collaboration
10.9.2019
Second only to "silly GIFs," I'd guess screenshots of caniuse are the most common slide graphic at web conferences. It's become the ultimate source for looking at web compatibility data in the hearts and minds of web developers.
Can I use CSS filter in Firefox? Yes. Can I use the filter() function?...
Decentralized Brave Browser Tops Chrome in Google Play Rankings in Japan
10.9.2019
Decentralized web browser Brave ranks higher than major browsers like Chrome and Firefox by Google Play ranking in Japan
10 Useful Browser Plugins to Help Crypto Users
9.9.2019
There are many different browser extensions or plugins that benefit cryptocurrency users, ranging from price trackers and wallets to those that help crypto users with security and privacy. Bitcoin.com has produced a video, listing 10 of the most useful browser extensions with explanations of...
Weekly Platform News: Text Spacing Bookmarklet, Top-Level Await, New AMP Loading Indicator
5.9.2019
In this week's roundup, a handy bookmarklet for inspecting typography, using await to tinker with how JavaScript modules import one another, plus Facebook's in-app browser is only posing as one. Let's get into the news!
Check if your content breaks after increasing text spacing
Dylan Barrell from...
Multiline truncated text with “show more” button
4.9.2019
Now that we've got cross-browser support for the line-clamp property, I expect we'll see a lot more of that around the web. And as we start to see it more in use, it’s worth the reminder that: Truncation is not a content strategy.
We should at least offer a way to read that that truncated content...
Firefox blocks third-party tracking cookies and cryptominers
4.9.2019
This is super interesting stuff from Mozilla: the most recent update of Firefox will now block cryptominers and third-party tracking scripts by default. In the press release they write:
For today’s release, Enhanced Tracking Protection will automatically be turned on by default for all users...
Brave Browser Creates Buzz by Making Wikipedia a Verified Publisher
28.8.2019
Wikipedia, the ultimate source of information on the online arena, has joined hands with Brave browser to bring about a revolution in the advertising world. The most widely used and trusted website in the world, Wikipedia, has partnered with Brave browser to shine in its esteemed list of verified...
Brave Browser Announces Development of Crypto Wallet for ETH and BAT
27.8.2019
Brave Browser is working on a crypto wallet that it intends to integrate into Brave Rewards
Brave Expands Crypto Tipping to Reddit and Vimeo After Twitter
25.8.2019
Brave’s crypto tipping option on Reddit and Vimeo comes weeks after it was first applied on Twitter
Using rel=”preconnect” to establish network connections early and increase performance
20.8.2019
Milica Mihajlija:
Adding rel=preconnect to a <link> informs the browser that your page intends to establish a connection to another domain, and that you'd like the process to start as soon as possible. Resources will load more quickly because the setup process has already been completed...
Can you view print stylesheets applied directly in the browser?
19.8.2019
Yep.
Let's take a look at how to do it in different browsers. Although note the date of this blog post. This stuff tends to change over time, so if anything here is wrong, let us know and we can update it.
In Firefox...
It's a little button in DevTools. So easy!
Open DevTools...
Brave Browser Adds Support for New Cryptocurrency Wallets
17.8.2019
Brave browser is all set to add more features with regards to wallets. As per their official subreddit, Brave Browser has added support for native digital currency wallets to Brave Nightly, Brave Browser’s test + development variant. With this latest update, other crypto wallets, especially...
Brave Browser Adds Access to New Crypto Wallets
16.8.2019
Prior to the addition, Brave users could only place BATs in Uphold, a wallet Brave partnered with for BAT
All the New ES2019 Tips and Tricks
13.8.2019
The ECMAScript standard has been updated yet again with the addition of new features in ES2019. Now officially available in node, Chrome, Firefox, and Safari you can also use Babel to compile these features to a different version of JavaScript if you need to support an older browser.
Let’s look...