Search
Why Do Some HTML Elements Become Deprecated?
2.4.2020
The internet has been around for a long while, and over time we’ve changed the way we think about web design. Many old techniques and ways of doing things have gotten phased out as newer and better alternatives have been created, and we say that they have been deprecated.
Deprecated. It’s a word...
Rethinking Code Comments
2.4.2020
Justin Duke asks if treating code comments like footnotes could help us understand the code in a file better. In his mockup, all the comments are hidden by default and require a click to reveal:
What a neat idea! Justin’s design reminds me of the way that Instapaper treated inline...
Mobikwik to Offer 100 Million Indian Users Direct Cryptocurrency Trading Via Buyucoin Integration
2.4.2020
Mobile payment platform Mobikwik, which has about 107 million users in India, has partnered with Delhi-based cryptocurrency exchange Buyucoin. News.Bitcoin.com talked to the CEO of the crypto exchange to find out how Mobilkwik users can soon buy and sell cryptocurrencies within the Mobikwik app....
Coronavirus Fuels P2P Connectivity: Crypto-Driven Meshnet Gives Rural Towns Internet
2.4.2020
While the coronavirus wreaks havoc on the economy across the U.S., a number of the 1,737 residents from Clatskanie, Oregon can’t obtain an internet service provider (ISP). The situation has motivated the town to adopt a decentralized meshnet ISP called Althea and the network’s users...
Web Performance Checklist
2.4.2020
The other day, I realized that web performance is an enormous topic covering so very much — from minimizing assets to using certain file formats, it can be an awful lot to keep in mind while building a website. It’s certainly far too much for me to remember!
So I made a web performance checklist....
An Annotated Docker Config for Front-End Web Development
2.4.2020
Andrew Welch sings the praises of using Docker containers for local dev environments:
Here are the advantages of Docker for me:
• Each application has exactly the environment it needs to run, including specific versions of any of the plumbing needed to get it to work (PHP, MySQL...
Cloudinary Studio
2.4.2020
I knew that Cloudinary worked with video as well as images but, the other day, I was curious if Cloudinary offered a video player embed just like other video hosts do (e.g. YouTube, Vimeo, etc). Like an <iframe> that comes with a special player.
I was curious because, as much as...
AT&T Files for Dismissal in $24M Phone Hack Case, Claims Crypto Exec Didn’t Read T&Cs
1.4.2020
Terpin claims he lost $24 million in crypto due to AT&T's negligence. The firm says he didn't read the company's policy documents
Performant Expandable Animations: Building Keyframes on the Fly
1.4.2020
Animations have come a long way, continuously providing developers with better tools. CSS Animations, in particular, have defined the ground floor to solve the majority of uses cases. However, there are some animations that require a little bit more work.
You probably know that animations should...
Let a website be a worry stone
1.4.2020
Ethan Marcotte just redesigned his website and wrote about how the process was a distraction from the difficult things that are going on right now. Adding new features to your blog or your portfolio, tidying up performance issues, and improving things bit by bit can certainly relieve a lot...
Indian State Ministry Discusses Cryptocurrency Plans With Founders of Crypto Bulls Roadshow
1.4.2020
An Indian state official recently met with the founders of the “India Crypto Bulls” initiative and discussed cryptocurrency development, investment, and innovation in India. News.Bitcoin.com talked to Kumar Gaurav, one of the founders, to find out more about the meeting. Also read:...
How to build a bad design system
31.3.2020
I didn’t realize this until it was far too late, but one of the biggest mistakes that’s made on a design systems team is a common mismanagement issue: there are too many people in a meeting and they have too many dang opinions.
Is there a conversation about the color of your buttons that’s taking...
Max Stoiber’s Strong Opinion About Margins
31.3.2020
Going with that title instead of the classic developer clickbait version Max used. ;)
We should ban margin from our components.
Don’t use margin?! This thing I’ve been doing my entire career and don’t have any particular problems with?!
Well, that’s not exactly Max’s...
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...
Wide Gamut Color in CSS with Display-P3
31.3.2020
Here’s something I’d never heard of before: Display-P3 support in CSS Color Module Level 4 spec. This is a new color profile supported by certain displays and it introduces a much wider range of colors that we can choose from.
Right now the syntax looks something like this in CSS:
header...
The Crypto Industry’s $400M Cash and Stock Deal – Binance to Acquire Coinmarketcap.com
31.3.2020
The popular cryptocurrency exchange Binance is allegedly in talks with the owners of coinmarketcap.com in hopes of purchasing the website for $400 million. People familiar with the matter explained the acquisition will be announced this week and could be one of the largest procurements in...
23 Approved Cryptocurrency Exchanges in Japan — Number Rises Amid Pandemic
31.3.2020
Despite the global coronavirus pandemic, Japan continues to approve more cryptocurrency exchanges to legally operate in the country. The latest one was approved on Monday, bringing the total number of legal crypto exchanges in Japan to 23. Also read: 2x Bitcoin — Wanna Double Your BTC to...
RSS Stuff
31.3.2020
Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too:
Sometimes the content is just an excerpt, encouraging you to read the rest of the content...
gqless
30.3.2020
This is so cool. I mean, GraphQL is already cool. It’s very satisfying to write an understandable-looking query for whatever you want and then use that data in templates.
But what if you didn’t have to write the query at all? What if you just wrote the templates pretending you already...
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
30.3.2020
CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...