Search
The Browser Can Remember Edited Content
22.5.2019
You can make the text inside any HTML element editable by adding the contenteditable attribute.
<div contenteditable>
Hey, I'm like a textarea kinda now!
</div>
I wouldn't say there are wheelbarrows full of use-cases for that, but it's neat. One possible use might be...
Getting Started with React Testing Library
22.5.2019
I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?
But react-testing-library is not just another testing library. It’s...
$19 Million: Ethereum Foundation to Fund Work on 2.0 Upgrade, Plasma and More
21.5.2019
The Ethereum Foundation issued a blog post today outlining how an estimated $30 million would be spent to further develop the ethereum ecosystem
What Does it Mean to Be “Full Stack”?
21.5.2019
I was asked this recently by a fellow developer who was at the same web tech conference I was at. This developer had met a lot of new people who literally introduced themselves as full-stack developers sort of the way Bob Vance, Vance Refrigeration would on The Office, but it was Tony Frank...
How I Use CleanMyMac X
21.5.2019
[Chris]: I'm a lifelong Mac user. Ever since our family upgraded from a Commodore 128 to an Apple Macintosh Performa 636 (CD) when I was in middle school, I've never owned or worked on anything other than a Mac. I'm pretty dedicated to running a clean, fast, optimized, safe, and organized machine....
As HSBC Guns for More Market Share, More Tech Jobs To Come Up in China
21.5.2019
HSBC Holdings is one of the largest banking giants in the world and over the course of its history; the bank has always had a strong presence in Asia. However, the lender is not going to rest on its laurels and is looking to further consolidate its presence in the continent by adding as many...
RHOVIT Token is Now Available for Movies, Gameplay, Rewards and Much More!
21.5.2019
Recently, NEM has made an announcement on Twitter about the availability of its platform-based token- RHOVIT. As per the announcement, the users can do so many exciting things with the newly launched token. For instance, the user can watch the latest trailer of movies, can check out gameplay...
Coinbase Expands its Project ‘Earn’ to More Than 100 Countries
21.5.2019
Crypto enthusiasts would already know that the crypto exchange giant, Coinbase had rolled out a project named Coinbase Earn to educate users while earning crypto, in December, last year. Now, the update has come from the exchange itself that Coinbase Earn has reached to more than 100 Countries....
The “Inside” Problem
20.5.2019
So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge. You want to:
Limit the width (for large screens)
Pad the edges
Center...
Bitcoin.com’s Market Cap Aggregator Adds More Informative Crypto Data
20.5.2019
A little over a year ago, our web portal launched a new market cap aggregator, Markets.Bitcoin.com, which showcases the top 500 cryptocurrency market valuations. More recently we’ve added some great data to Markets.Bitcoin.com so people can get information on not only the price of their...
Creating a Diversity Scholarship Program for Your Conference
20.5.2019
My partner and I ran a design and development conference company for eight years. During that time, we produced hundreds of hours of conferences, both on-site and online. Diversity scholarships were only becoming a typical conference offering around the time we decided to sunset our business....
Bitcoin Cash Upgrade and 30K Stores Accepting BCH in the Weekly Update From Bitcoin.com
19.5.2019
Bitcoin Cash network successfully undergoes an upgrade and more than 30,000 new stores now accept BCH payments. Watch these and other developments discussed in this week’s video update on Bitcoin.com’s Youtube channel. Also Read: After Trillions Printed Under QE, Politicians Now...
Inflation Bug Still a Danger to More Than Half of All Bitcoin Full Nodes
19.5.2019
Close to 50,000 bitcoin full nodes are still vulnerable to the inflation bug
My Bank Account Was Frozen for Bitcoin – And It Only Made Me Love Crypto More
19.5.2019
The guy who coined the term "hodl" has a real bitcoin story that only made his interest in the technology stronger
Studies Indicate Young Generation Likely To Invest In Bitcoin More Than Gold, Says Grayscale
18.5.2019
Gold has been the most preferred investment asset for steadiness and stability for decades; however, the pattern seems to be changing. Crypto funding platform, Grayscale claims that the young generation is breaking the trend and moving away from gold investments. In a tweet on Friday, the company...
Footnotes That Work in RSS Readers
17.5.2019
Feedbin is the RSS reader I'm using at the moment. I was reading one of Harry's blog posts on it the other day, and I noticed a nice little interactive touch right inside Feedbin. There was a button-looking element with the number one which, as it turned out, was a footnote. I hovered over it,...
Everything You Ever Wanted to Know About inputmode
17.5.2019
The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display when a user has selected any input or textarea element.
<input type="text" inputmode="" />
<textarea inputmode="" />
Unlike changing the type...
How to Earn Bitcoin Cash Income
17.5.2019
Earning cryptocurrency income online has become increasingly popular for more people around the world. Many employers and marketplaces are now offering jobs and tasks that pay in cryptocurrencies. The top 10 ways to earn bitcoin cash are outlined in the latest installment from Bitcoin.com’s...
Iterating a React Design with Styled Components
16.5.2019
In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs. There would be consensus among developers about the best way to approach styling. There’d be one or more CSS gurus on the team who could ensure...
Evergreen Googlebot
16.5.2019
I've heard people say that the #1 most exciting and important thing that came out of Google I/O this year was the evergreen Googlebot:
Today, we are happy to announce that Googlebot now runs the latest Chromium rendering engine (74 at the time of this post) when rendering pages for Search. Moving...