Search
The Paper Prototype Rule
1.10.2020
I’ve been lucky to have worked with some of the best designers in the industry, including Zhenya Rynzhuk, Louis Paquet, Maria de la Paz Vargas, and of course, dozens of the amazing designers at MediaMonks. Many of the projects we’ve worked on require custom animation and guidelines that enable...
‘Great Artists Steal’ – What Enterprise Blockchain Can Learn From the Past
30.9.2020
Enterprise blockchain doesn't need to reinvent the wheel: Communications standards in use for decades are built for machine-to-machine commerce
Achieving Vertical Alignment (Thanks, Subgrid!)
30.9.2020
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and aligning things horizontally across a page using a 12-column grid. Media queries came along which required a serious mental shift. It solved...
POW
30.9.2020
As a connoisseur of web trickery, this is a must share:
POW stands for Packaged Offline/online Webpage. It turns out the png format includes ways to save metadata alongside the image file. A powfile has a metadata entry that contains a zip file that contains a full website.
So a PNG file...
Devere Group CEO Predicts Bitcoin Can Replace Gold as Top Safe-Haven Within a Generation
30.9.2020
A few weeks ago, Devere Group CEO and founder Nigel Green said that he believed the U.S. election would bolster the price of bitcoin. Speaking with the financial broadcast MoneyFM on Monday, Green said he also believes that bitcoin will replace gold as the ultimate financial safe haven within...
Some New Icon Sets
29.9.2020
I’ve bookmarked some icon sets lately, partly because I can never find a nice set when I need to. I figured I’d even go the extra mile here and blog them so I can definitely find them later. Aside from being nice, cohesive, and practical sets of icons, I find it interesting that...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
Shoelace 2.0: A Forward-thinking Library of Web Components
29.9.2020
A few years ago, I released a lightweight alternative to Bootstrap affectionately named Shoelace. Shoelace was small and fast because of its minimal design and pure CSS approach to styling. It used CSS custom properties extensively to enable customizations, even when loaded via CDN — something...
CoinDesk Live: Can Old Schools Teach New Tech?
29.9.2020
On Oct. 6, we'll reveal the results of our first CoinDesk U ranking of the top-20 universities for blockchain education. Here's how you can watch it live
The Flavors of Object-Oriented Programming (in JavaScript)
28.9.2020
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for you.
The post The Flavors of Object-Oriented...
How to Detect the Default Branch in a git Repository
28.9.2020
Over the past few years, many engineering teams have switched their default git branch name from master to a different, potentially less offensive term. I’m all for choosing to name your default branch whatever you’d like, but not having a universal default branch name can complicate...
USDT Holders Can Now Earn 12-15% With a New Feature on Waves.Exchange
28.9.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
The new OTC desk on Waves.Exchange allows investors to convert their Tether into USDN stablecoins that yield 12-15% in staking rewards – and then exchange them back to USDT at a 1:1 ratio.
Expanding the range...
ooooops I guess we’re* full-stack developers now
27.9.2020
This is a written version of my talk from Jamstack Conf London 2019.
The post ooooops I guess we’re* full-stack developers now appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
Crypto-Fueled Market Openbazaar to Close Shop Unless OB1 Raises Community Funding
27.9.2020
On September 25, the creators of the decentralized marketplace, Openbazaar, announced that unless the project can gather community funding, the supporting services like seed nodes and the API wallet will shut down. The firm behind the project, OB1 is also removing the Haven app from the iOS...
Cryptojacking: A Rising Threat to All Internet Users
27.9.2020
The cryptocurrency revolution steadily marches on. While it has yet to completely reshape the financial and other systems of everyday life, crypto acquisition and usage grow yearly. There is so much to love about cryptocurrency. From its decentralized and democratic nature to the higher levels...
Linearly Scale font-size with CSS clamp() Based on the Viewport
25.9.2020
Responsive typography has been tried in the past with a slew of methods such as media queries and CSS calc().
Here, we’re going to explore a different way to linearly scale text between a set of minimum and maximum sizes as the viewport’s width increases, with the intent of making its behavior...
You can now trade on Uniswap without leaving Twitter
25.9.2020
Mask Network has launched a widget allowing Twitter users to trade on Uniswap without leaving the social platform
Web Technologies and Syntax
24.9.2020
JavaScript has a (newish) feature called optional chaining. Say I have code like:
const name = Data.person.name;
If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write:
const name = Data.person?.name;
Now if person...
How Small Business Can Achieve ‘Economies of Scale’ By 2030
24.9.2020
Blockchain tech will allow small businesses to collaborate as never before, reducing the power of big business to dictate terms
A Gentle Introduction to Using a Docker Container as a Dev Environment
24.9.2020
Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they may be.
When Dylan Thomas penned the words, “Do not go gentle into that good...