Search
Third-Party Components at Their Best
16.1.2020
I'm a fan of the componentization of the web. I think it's a very nice way to build a website at just about any scale (except, perhaps, the absolute most basic). There are no shortage of opinions about what makes a good component, but say we scope that to third-party for a moment. That...
South Korean Firms Use Blockchain Technology To Safeguard Online Gaming
16.1.2020
Leading tech startup Bloom Technology and game studio Bluside have announced the news about their collaboration focused on employing the expertise of blockchain technology to the new Kingdom Under Fire game. The two reputed South Korea-based firms have teamed up to infuse blockchain technology into...
Venezuela’s Maduro: Airlines Must Use Petros to Pay for Fuel
15.1.2020
The state oil company will only accept petro for airplane fuel, per a new decree from Venezuela's president
Debunking the Myth: Accessibility and React
15.1.2020
I find it notable when the blog of a major accessibility-focused company like Deque publishes an article called Debunking the Myth: Accessibility and React. Mark Steadman is essentially saying if a site has bad accessibility, it ain't React... it's you. The tools are there to achieve good...
Business Dad
15.1.2020
Congrats to Chris Enns, our podcast editor on ShopTalk and CodePen Radio, for landing a really cool new podcast to edit: Business Dad. It's Alexis Ohanian, the co-founder of Reddit, talking to dads. The first episode is with Hasan Minhaj(!)
Speaking of podcasting, Dave wrote up his thoughts...
Netlify High-Fives
14.1.2020
We've got Netlify as a sponsor around here again this year, which is just fantastic. Big fan. Our own Sarah Drasner is Head of DX (Developer Experience) over there, if you hadn't heard. And if you haven't heard of Netlify, well, you're in for a treat. It's a web host, but for your jamstack sites...
Narrative Watch: The Hunt for Crypto’s Killer App
13.1.2020
As a Brooklyn Nets player tokenizes his contract, are income share agreements poised to break out as one of crypto’s killer apps?
Re-creating the ‘His Dark Materials’ Logo in CSS
11.1.2020
The text logo has a slash cut through the text. You set two copies on top of one another, cropping both of them with the clip-path property.
What's interesting to me is how many cool design effects require multiple copies of an element to do something cool. To get the extra copy, at least with...
Is it better to use ems/rems than px for font-size?
10.1.2020
The answer used to be absolutely yes because, if you used px units, you prevented the text from being resized by the user at all.
But browser zoom is the default method for making everything bigger (including text) these days and it works great even if you use px.
But... Kathleen McMahon really...
This Company Sets Out to Prove Crypto Mining Has a Place in Your Home
9.1.2020
Hotmine, a company based in Ukraine which engineers home appliances for crypto enthusiasts, is not new to mining equipment development. But sometimes it takes the right time and the right technology to be able to create and offer solutions that consumers would be willing to buy and use. Thanks...
Australians Won’t Use Libra, Believes Central Bank
9.1.2020
Reserve Bank of Australia officials are not yet convinced cryptocurrencies offer benefits over and above traditional means of payment
Bitcoin Price Will Be Golden in 2020 Thanks to Limited Supply, Increasing Use: Bloomberg Report
8.1.2020
Bitcoin, like gold, is a limited asset that can't be easily increased to meet demand. Bloomberg analysts predict the price of both will rise this year
Erol User Highlights Use of Blockchain For Supply Chain Management
8.1.2020
BlockchainArmy has established itself as a globally renowned capital advisory firm that offers high-grade blockchain consulting services. The super success of the firm can be attributed to the tireless efforts of its well-known Chairman Erol User, who has been an ardent supporter of blockchain...
Jetpack Slideshow Block
7.1.2020
One of the many (many) useful things that Jetpack does is give you extra-fancy custom blocks in the WordPress block (AKA Gutenberg) editor: a slideshow, business hours, contact info, GIF, Mailchimp, Map, Markdown, Pinterest, Star Rating, Recurring Payments Button, Repeat Visitor, Simple Payments...
10 Interesting JavaScript and CSS Libraries for January 2020
7.1.2020
We're kicking off 2020 with a list of some of our favorite web dev libraries, frameworks and tools that you should use in your next project
Store of Value Remains Crypto’s Best Use Case
7.1.2020
Store of value was the most viable and desirable use case across crypto in 2019 and offers a basis to increase adoption in the second decade of crypto, says Ryan Zurrer of Dialectic
Meet the Multi-Cryptocurrency PoS Device Eletropay
7.1.2020
On January 5, Bitcoin.com’s Executive Chairman Roger Ver introduced a bitcoin cash (BCH) point-of-sale (PoS) merchant solution created by the startup Eletropay. The crypto PoS device manufacturer aims to make cryptocurrency payments simple and secure “without the need to use mobile...
33,000 Companies in China Claim to Use Blockchain Technology
6.1.2020
China now has more than 33,000 registered companies claiming to use blockchain technology in their businesses, according to the country’s Center for Information and Industry Development. The information was released at a recent blockchain conference hosted by a Chinese municipal government...
New SLP Telegram Bots Introduced to Bitcoin Cash Supporters
4.1.2020
The Bitcoin Cash community was recently introduced to two new Telegram bots that use Simple Ledger Protocol (SLP) tokens within the messenger application. There’s a new SLP Telegram-based dice bot that claims to provide provably fair gaming and a developer has also launched an SLP dividend...
Is “is” Useful?
3.1.2020
God I'm funny.
Anytime we have fairly repetitive selectors that have a common parent, it's probably a place we can use the :is() pseudo-selector.
Holger Bartel demonstrates like this:
section section h1, section article h1, section aside h1, section nav h1,
article section h1, article article...