Search
Under-Engineered Responsive Tables
1.12.2020
I first blogged about responsive data tables in 2011. When responsive web design was first becoming a thing, there were little hurdles like data tables that had to be jumped. The nature of <table> elements are that they have something a minimum width depending on the content they contain...
The Most Bullish Bitcoin Arguments for Your Thanksgiving Table
25.11.2020
This year, come prepared to explain the asset that has everyone from famous financiers to political dissidents talking about a money revolution
Parsing Markdown into an Automated Table of Contents
13.11.2020
A table of contents is a list of links that allows you to quickly jump to specific sections of content on the same page. It benefits long-form content because it shows the user a handy overview of what content there is with a convenient way to get there.
This tutorial will show you how to parse...
ECB Begins Public Survey About a Digital Euro, Implying a Broad Retail Offering Is Now on the Table
1.11.2020
The survey indicates a much more profound change in the way finance works is being contemplated
In Defense of Tables and Floats in Modern Day Development
30.10.2020
Twenty-plus years ago, tables were the main way web pages were created in HTML. It gave web builders consistent control of constructing pages with some “design.” No longer did sites only have to be top-to-bottom in a linear manner — they could be set up with columns that align left-to-right...
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
$12K Bitcoin price back on the table after BTC rallies above $11.4K
10.10.2020
Bitcoin price rallied to $11,491 after bulls managed to flip the $11K level from resistance to support
Dinner is served: Here’s what DeFi’s food-meme tokens bring to the table
27.9.2020
Food-themed meme tokens are the latest craze in the DeFi world. Here’s a look at the structure of the most popular ones
Editing HTML Like A Boss In VS Code
16.9.2020
Here’s a seven minute video from Caleb Porzio that focuses on some of Emmet‘s HTML editing features. You might think of Emmet as that thing that expands abbreviations like table.stats>tr*3>td*3 into glorious, expanded, and perfect HTML. But Emmet has other HTML editing trickery...
New Craze is Served on the DeFi Table, Competing with Uniswap - Sushi
31.8.2020
There is a new item on the decentralized finance (DeFi) table - SushiSwap. While some find it a potential threat to decentralized exchange protocol Uniswap, others are expecting its demise. That said, it's been recording some strong numbers in terms of daily trading volume and total value locked....
To grid or not to grid
20.8.2020
Sarah Higley does accessibility work and finds that “tables and grids are over-represented in accessibility bugs.”
The drum has been banged a million times: don’t use a <table> for layout. But what goes around comes around. What’s the the #1 item in a list...
Another Major Conglomerate, Hanhwa, Takes its Place at the Crypto Table
16.7.2020
South Korean business giant Hanhwa Group has made its first direct investment in a crypto-related firm – stumping up over USD 3.3 million in Series A investment in Xangle, an information-sharing platform for crypto companies.
Per Fn News, the injection of funds has come from the group’s Hanwha...
Book: The Greatest CSS Tricks Vol. I
29.6.2020
Ya know, for a site called “CSS-Tricks” that I’ve run for well over a decade, it’s a little funny we’ve never done a book under that name. I’ve written a book about WordPress and SVG, but never CSS!
Well, allow me to change that. I’ve been working on...
From Sea to Table: Norway’s Seafood Industry Hooks Into IBM Blockchain
25.6.2020
Norwegian seafood producers seek to prove high-quality and fully traceable fish products through blockchain despite the technology’s drawbacks
Rotated Table Column Headers… Now With Fewer Magic Numbers!
1.6.2020
Rotated <table> column headers is something that’s been covered before right here on CSS-Tricks, so shout-out to that for getting me started and helping me achieve this effect. As the article points out, if you aren’t using trigonometry to calculate your table styles, you’ll have to rely...
Advice for Writing a Technical Resume
27.4.2020
Marco Rogers asked a very good question on Twitter:
I talk to a lot of people new to tech from non-traditional backgrounds, e.g. bootcamps or self-taught. I'm looking for good information for those people on how to build out a strong resume when they don't have work experience yet. Advice...
Hex Opacity Table
6.3.2020
We’ve used hex colors for years but 8-digit hexadecimal is still relatively new. While rgba is simple to understand, 8-digit hex is more difficult, as you need to provide a hex representation of a numeric value. The following is a hexadecimal chart of opacity! 100 FF 99 FC 98 FA 97 F7 96...
Sticky Table of Contents with Scrolling Active States
30.1.2020
Say you have a two-column layout: a main column with content. Say it has a lot of content, with sections that requires scrolling. And let's toss in a sidebar column that is largely empty, such that you can safely put a position: sticky; table of contents over there for all that content in the main...
5 Online Casinos That Accept Bitcoin Cash
27.1.2020
Digital cash was the original use case for bitcoin, and it remains the primary one for bitcoin cash (BCH) today. The ability to send funds anywhere in the world quickly and cheaply has made bitcoin cash a popular choice for online casino players. There are scores of gaming sites where you...
Teaching CSS
19.11.2019
I've been using CSS as a web developer since CSS became something we could actually use. My first websites were built using <font> tags and <table>s for layout. I remember arguments about whether this whole CSS thing was a good idea at all. I was quickly convinced, mostly due to...