Search
WordPress Plugin Overload? Give Jetpack a Try!
15.10.2019
The WordPress ecosystem has a plentiful supply of plugins that offer everything from AMP to Zapier integration and so, so, so many other things in between. It's a significant contributor to what makes WordPress great because plugins can account for the needs of nearly any website.
How many plugins...
How to Create a QR Code
15.10.2019
QR codes aren’t everyone’s cup of tea but I quite like them. If I see something I want to remember or check out later, especially when on the road, it’s super easy to take a quick picture — it’s much easier than trying to remember a URL and much faster than typing...
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...
Tax Guide: What Crypto Owners Should Know
14.10.2019
With the rise in price and the growing adoption of cryptocurrencies, more governments worldwide have been ramping up efforts to tax them. Some countries are using extreme measures to get their hands on this new source of untapped revenue, but there are also tax-friendly countries that are...
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...
As Deepfake Videos Spread, Blockchain Can Be Used to Stop Them
9.10.2019
A deepfake is deemed to be a photoshop job on steroids. Blockchain’s inherent nature of being an aggregator of trust will be vital in putting trust back into the media
United Nations Agency Unicef Launches Cryptocurrency Fund
9.10.2019
Unicef announced Wednesday that it has launched a cryptocurrency fund and become the first United Nations organization to hold onto its crypto donations. Without converting them into fiat, the fund will hold two cryptocurrencies and disburse them to support projects benefiting children worldwide....
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...
Tether Created ‘Largest Bubble in Human History’ Claims Lawsuit Against Bitfinex
9.10.2019
A common attack against Tether in the crypto ecosystem is that the stablecoin isn’t really backed one-to-one by the U.S. dollar. We might soon get to know if these concerns are substantial, as the matter is now going to court. A new lawsuit against the operators of USDT accuses them...
A Snippet to See all SVGs in a Sprite
8.10.2019
I think of an SVG sprite as this:
<svg display="none">
<symbol id="icon-one"> ... <symbol>
<symbol id="icon-two"> ... <symbol>
<symbol id="icon-three"> ... <symbol>
</svg>
I was long a fan of that approach for icon systems...
Clipping, Clipping, and More Clipping!
8.10.2019
There are so many things you can do with clipping paths. I've been exploring them for quite some time and have come up with different techniques and use cases for them — and I want to share my findings with you! I hope this will spark new ideas for fun things you can do with the CSS clip-path...
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...
The 3 Traps That Hinder Blockchain Development Along with Potent Counters to Tackle Them
6.10.2019
Blockchain terminology came into limelight when Satoshi Nakamoto introduced the first-ever digital currency, Bitcoin to the world. In its true sense, blockchain is an increasing list of records, categorically called blocks that are linked to each other using cryptography. Each block comprises of...
Turkish Government Freezes Over 3 Million Bank Accounts
5.10.2019
Hundreds of thousands of businesses and individuals with tax obligations to the Turkish state have received foreclosure notices this week informing them about their frozen bank accounts. The government of Turkey, which is struggling with financial and economic problems under geopolitical pressure...
Demonstrating Reusable React Components in a Form
2.10.2019
Components are the building blocks of React applications. It’s almost impossible to build a React application and not make use of components. It’s widespread to the point that some third-party packages provide you with components you can use to integrate functionality into your application.
These...
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...
New Malware Swaps Out Crypto Wallet Addresses as You Type Them
27.9.2019
A newly discovered piece of malware can secretly steal your crypto wallets and passwords
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...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
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...