Search
Stop Animations During Window Resizing
14.10.2019
Say you have page that has a bunch of transitions and animations on all sorts of elements. Some of them get triggered when the window is resized because they have to do with size of the page or position or padding or something. It doesn't really matter what it is, the fact that the transition...
Android Tool Lets You Check Crypto Payment Apps for Double-Spends
13.10.2019
The risk of double-spending has traditionally been a major obstacle to creating and fully using digital money. A flaw of this kind would be detrimental to the credibility of any system claiming to provide universal solutions to the financial needs of our era. Whoever created Bitcoin elegantly...
Coinbase Receives E-Money License From the Central Bank of Ireland
13.10.2019
Coinbase has secured a new legal foothold in Europe. The San Francisco-based cryptocurrency exchange has received an e-money license from the Bank of Ireland, which it can potentially use to continuing serving its customers across the continent, in case Brexit causes any disruptions. Also Read:...
IRS to Require 150 Million Tax Filers to Disclose Crypto Dealings
12.10.2019
The U.S. Internal Revenue Service (IRS) has unveiled a new draft tax form used by some 150 million people in the country to file tax returns. It has a section that requires them to answer whether they have received, sold, sent, exchanged, or acquired any financial interest in any cryptocurrencies...
Two Images and an API: Everything We Need for Recoloring Products
11.10.2019
I recently found a solution to dynamically update the color of any product image. So with just one <img> of a product, we can colorize it in different ways to show different color options. We don’t even need any fancy SVG or CSS to get it done!
We’ll be using an image editor (e.g. Photoshop...
Recipes for Performance Testing Single Page Applications in WebPageTest
10.10.2019
WebPageTest is an online tool and an Open Source project to help developers audit the performance of their websites. As a Web Performance Evangelist at Theodo, I use it every single day. I am constantly amazed at what it offers to the web development community at large and the web performance folks...
Research Claims EOS Network Can Freeze, Block.one Denies Any Errors
4.10.2019
The entire EOS network can be frozen with just $6 worth of tokens, new research suggests. Block.one developers reassure that everything is “operating correctly”
Adaptive Photo Layout with Flexbox
3.10.2019
Let’s take a look at a super lightweight way to create a horizontal masonry effect for a set of arbitrarily-sized photos. Throw any set of photos at it, and they will line up edge-to-edge with no gaps anywhere.
The solution is not only lightweight but also quite simple. We’ll be using an unordered...
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...
Ripple’s Xpring Launches Crypto, Fiat Payments That Integrate Into Any App
2.10.2019
Xpring says its tech uses XRP ledger to make it possible for developers to integrate payments into any application
Telegram’s Gram, More Decentralized & Faster Than Any Other Cryptocurrencies
30.9.2019
Telegram’s fifth-generation blockchain cryptocurrency Gram is launched by October 31, 2019. Gram will run on Telegram Open Network (TON). TON Labs is one of the main independent developers of TON. CEO Alexander Filatov and CTO Mitja Goroshevsky, TON Labs, claims it is “more decentralized than...
Bankers Start to Recognize Bitcoin’s Role in Financial Evolution
29.9.2019
Digitization, disruption, blockchain, and frictionless payments. It’s amazing how prominent figures from the financial elite can provide a pretty detailed description of decentralized money without uttering “bitcoin” or “crypto.” But the fact of the matter is that...
A Codebase and a Community
27.9.2019
I woke up one morning and realized that I had it all wrong. I discovered that code and design are unable to solve every problem on a design systems team, even if many problems can be solved by coding and designing in a dark room all day. Wait, huh? How on earth does that make any sense? Well...
Weekly Platform News: Layout Shifts, Stalled High-Bitrate Videos, Screenshots in Firefox
26.9.2019
In this week's roundup: fighting shifty layouts, some videos might be a bit stalled, and a new way to take screenshots in Firefox.
Let's get into the news!
Identifying the causes of layout shifts during page load
You can now use WebPageTest to capture any layout shifts that occur on your website...
Ethereum Classic Just like any other Altcoin of the market Turns Bearish
21.9.2019
Ethereum Classic is now available on Dex-Trade to be traded in. One can trade in ETC against BTC, ETH and USDT. Additionally, the crypto team has successfully activated the Atlantis hard fork which is aimed to improve the functionality and compatibility of ETC with Ethereum. Ethereum Classic Price...
Now Buy Bitcoin from Any 7-Eleven Store in the Philippines
20.9.2019
Abra, a renowned cryptocurrency wallet application, has begun selling digital currencies for cash across all the 7-Eleven stores based in the Philippines. The company has achieved this feat through its latest collaboration with ECPay, Philippines’ eminent electronic payment service provider. Abra...
Ripple Retains the Fort of $0.26; Any Escalation Seems Unlikely as of Now
16.9.2019
Ripple grows by 0.5% in the last 24 hours. The next resistance may fall at 0.2695 USD. Ripple managed to grow by more than half a percent in the last one day. It has been through four price shifts in this period. The current value is above 0.26 USD. The price range for XRP for …
The post...
Distrust of the Bolivar Prompts Venezuelans to Seek Sound Money
14.9.2019
There’s a small team of committed researchers and activists called the Ryver Bitcoin Cash group surveying Venezuelans, and giving them educational resources about the benefits of bitcoin cash. The Venezuelan country has been suffering from rapid inflation and many people distrust...
BlockFi Clients Can Now Start Earning Interest On Any Amount of Crypto
14.9.2019
Clients of BlockFi, a cryptocurrency lending company, will now be able to earn interest on any amount of Bitcoin, Ether, and Gemini Dollar
Using Custom Properties to Wrangle Variations in Keyframe Animations
12.9.2019
Have you ever wondered how to customize CSS animations keyframes without using any preprocessor feature, like mixins? I keep reaching for preprocessors for this reason, but it would so nice to drop yet one more dependency and go with vanilla CSS.
Well, I found a way to account for variations within...