Search
Opera Browser Adds Bitcoin Payments to Android Update
22.10.2019
The enhanced crypto functionality will let Opera for android users make bitcoin payments from its built-in digital wallet and interact with dapps on TRON
Opera Becomes First Major Browser to Enable Direct Bitcoin Payments
22.10.2019
Web browser Opera now allows to send and receive BTC directly from the browser
Why Parcel Has Become My Go-To Bundler for Development
21.10.2019
Today we’re gonna talk about application bundlers — tools that simplify our lives as developers. At their core, bundlers pick your code from multiple files and put everything all together in one or more files in a logical order that are compiled and ready for use in a browser. Moreover, through...
How to Use JPEG 2000 (JP2) for a Faster Images on iPhone (Sponsored)
21.10.2019
Images Slow Down Websites Images slow down the page-loading performance of many websites. Audit tools like Google’s Lighthouse can quickly tell you how many seconds you can save by optimizing your images. When you are delivering to desktops or android devices running Chrome browser, a quick...
Vtipálci vypustili do světa falešný Tor Browser. Ten teď okrádá Rusy o bitcoiny
18.10.2019
Tor Browser má surfaře ochránit před případnými zvídavými zraky, veškerou komunikaci prohlížeče totiž zašifruje a anonymizuje skrze několik prostředníků – podobně jako anonymizační VPN.
Uvnitř alternativní sítě Tor zároveň přežívají podobně anonymizované weby a na nich třeba darknetové e-shopy.
Fake Tor Browser Steals Bitcoin From Darknet Users, Warns ESET
18.10.2019
Trojanized Tor Browser steals Bitcoin from darknet shoppers, ESET warns
Fake Tor Browser Has Been Spying, Stealing Bitcoin ‘For Years’
18.10.2019
Hackers have been distributing a compromised version of the official Tor Browser that's packed with malware designed to steal bitcoin
Crypto-Friendly Browser Brave Hits 8 Million Monthly Active Users
17.10.2019
Ethereum-enabled web browser Brave announced that it reached 8 million monthly active users
The `hidden` Attribute is Visibly Weak
16.10.2019
There is an HTML attribute that does exactly what you think it should do:
<div>I'm visible</div>
<div hidden>I'm hidden</div>
It even has great browser support. Is it useful? Uhm. Maybe. Not really.
Adam Laki likes the semantics of it:
If we use the hidden...
Scrape the Web with scrapestack (Sponsored)
14.10.2019
I first grew to love Firefox not as a web developer but as user, and what drew me to this amazing new browser was its add-on ecosystem. The add-on I used the most? Web scrapers. Piracy had just hit mainstream and I also need imagery and documentation to create my first websites. Scrapers were...
Patterns for Practical CSS Custom Properties Use
9.10.2019
I've been playing around with CSS Custom Properties to discover their power since browser support is finally at a place where we can use them in our production code. I’ve been using them in a number different ways and I’d love for you to get as excited about them as I am. They are so useful...
Interview with a Pornhub Web Developer
7.10.2019
Regardless of your stance on pornography, it would be impossible to deny the massive impact the adult website industry has had on pushing the web forward. From pushing the browser’s video limits to pushing ads through WebSocket so ad blockers don’t detect them, you have to be clever...
Zero hands up.
2.10.2019
Asked an entire room full of webdevs yesterday if any of them knew that FF/Chrome/Opera/Brave/etc. for iOS weren't allowed to compete on engine quality.
Zero hands up.
— Alex Russell (@slightlylate) September 25, 2019
It's worth making this clear then. On iOS, the only browser engine...
designMode
1.10.2019
Every once in a while I stumble upon an API or browser setting that I can’t believe ever existed. Such examples can be seen in the numerous String.prototype properties such as bold, italics, and even blink, which wrap given string text in their representative HTML tags. Bizarre. It...
Multi-Million Dollar HTML
30.9.2019
Two stories:
Jason Grigsby finds Chipotle's online ordering form makes use of an input-masking technique that chops up a credit card expiration year making it invalid and thus denying the order. If pattern="\d\d" maxlength="2" was used instead (native browser feature), the browser is smart enough...
Traders Bemoan New Localbitcoins Identity Requirements
28.9.2019
Recent data shows that countries with corrupt governments have a strong correlation with Localbitcoins trade volumes. However, even though the over-the-counter (OTC) marketplace Localbitcoins has grown massive over the years, traders are complaining about heightened know-your-customer/anti-money...
Preloading Pages Just Before They are Needed
27.9.2019
The typical journey for a person browsing a website: view a page, click a link, browser loads new page. That's assuming no funny business like a Single Page App, which still follows that journey, but the browser doesn't load a new page — the client fakes it for the sake of a snappier...
What happens when you open a new install of browsers for the 1st time?
27.9.2019
Interesting research from Jonathan Sampson, where he watches the network requests a browser makes the very first time you launch it on a fresh install, and otherwise do nothing. This gives you a little insight into what kind of information that browser wants to collect and disseminate.
This...
Browser Engine Diversity
24.9.2019
We lost Opera when they went Chrome in 2013. Same deal with Edge when it also went Chrome earlier this year. Mike Taylor called these changes a "Decreasingly Diverse Browser Engine World" in a talk I'd like to see.
So all we've got left is Chrome-stuff, Firefox-stuff, and Safari-stuff. Chrome...
UX Considerations for Web Sharing
20.9.2019
From trashy clickbait sites to the most august of publications, share buttons have long been ubiquitous across the web. And yet it is arguable that these buttons aren’t needed. All mobile browsers — Firefox, Edge, Safari, Chrome, Opera Mini, UC Browser, Samsung Internet — make it easy to share...