Search
The difference between keyboard and screen reader navigation
29.5.2019
There are a few differences between keyboards and screen readers and Léonie Watson highlights of them:
When using the tab key, keyboard focus and screen reader focus are synchronised with each other. The rest of the time, screen reader users have an enormous range of commands at their disposal...
Wallet and Card App Crypto.com Adds Bitcoin Cash Support
29.5.2019
Prepaid, debit and credit cards backed by digital assets are a great way to spend your coins, given that it will take time for retailers to transition to accepting direct cryptocurrency payments. One such card, offered by Crypto.com, has just opened up to bitcoin cash users. Also Read: How...
Iran's Crypto Barometer — Regular Users Feeling the Heat
29.5.2019
Crypto users in Iran have been left with minimal options following LocalBitcoin’s shutdown of services in the country
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Empathy
29.5.2019
Yes, you didn’t see it coming, but empathy is really important. We are talking about the Next Billion Users here, remember? As developers, we might have the expensive resources like 4G internet to
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Bundle Splitting, Deferred Loading and Prefetching
29.5.2019
Since the advent of module bundling, we thought all our asset request got solved because the bundler hands us a single bundle that represents everything. We just shove this bundle right into our ap
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Offline First
29.5.2019
Offline first strategy is the thing of the web right now. It has proven to boost user engagement unbelievably high. If you haven’t given it a shot, here is what it is.
The strategy
New Crypto Wallet Accepted by 30,000 Outlets — Lets Users Buy Mobile Data Anywhere
28.5.2019
A social commerce tech platform has launched a new crypto wallet that enables users to purchase mobile data wherever they are in the world #SPONSORED
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Delivering Optimized Resources
28.5.2019
Don’t just get assets from your resources pool and dump it right into your web pages. There is always a high chance that SVGs, images, fonts, videos, and every kind of asset you can think of come i
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Delivering Optimized Resources
28.5.2019
Don’t just get assets from your resources pool and dump it right into your web pages. There is always a high chance that SVGs, images, fonts, videos, and every kind of asset you can think of come i
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Art Direction
28.5.2019
It is very important not to confuse design with art direction. Design is perfection in technique while art direction is about the important, yet sometimes intangible emotion that powers the design
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Art Direction
28.5.2019
It is very important not to confuse design with art direction. Design is perfection in technique while art direction is about the important, yet sometimes intangible emotion that powers the design
Computer Researcher Finds Wallet Vulnerability That Gave Same Key to Multiple Users
27.5.2019
Until recently, WalletGenerator.net ran on code that differed from its GitHub “copy,” issuing multiple copies of private keys deterministically
App Offering Free Bitcoin and Ether to Users Is a Scam, Malware Hunter Warns
27.5.2019
An app that claims to give users the chance to earn $45 a day in free bitcoin is a scam, a security researcher has warned
Cryptopia's Liquidator Rushes to Protect Users Data in Arizona
27.5.2019
Grant Thornton, the liquidator of New-Zealand based cryptocurrency exchange Cryptopia, applied for urgent interim relief in an attempt to preserve the data stored and hosted on servers with an Arizona based business that is terminating the contract with the exchange, the liquidator announced....
Buysellhodl Aggregates Price Predictions From Traders Like You
26.5.2019
Any transitional period is characterized with uncertainty and crypto investors would appreciate to have some clues as to where the markets are going from here. Often the expectations of other traders are the best indicator. Buysellhodl is a platform that can give you predictions based on...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Offscreen Loading
26.5.2019
Just as the name implies, offscreen images are images that appear below the fold. Since users can't see offscreen images wh