Search
Fun Ways to Use Your Cryptocurrencies
10.9.2019
Cryptocurrencies like Bitcoin have been around for quite a while now, but it was really in 2017 when it got the attention of many. It was in this year when the value of Bitcoin reached over 20,000 US dollars, and this is why many people and businesses started to use it. Apart from Bitcoin, many...
Styling Links with Real Underlines
30.8.2019
Before we come to how to style underlines, we should answer the question: should we underline?
In graphic design, underlines are generally seen as unsophisticated. There are nicer ways to draw emphasis, to establish hierarchy, and to demarcate titles.
That’s clear in this advice from Butterick’s...
Working with Attributes on DOM Elements
30.8.2019
The DOM is just a little weird about some things, and the way you deal with attributes is no exception. There are a number of ways to deal with the attributes on elements. By attributes, I mean things like the id in <div id="cool"></div>. Sometimes you need to set them. Sometimes...
Creating a Maintainable Icon System with Sass
28.8.2019
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages:
They don't require any additional HTTP requests other than the CSS file.
Using the background-size property...
Other Ways to SPAs
21.8.2019
That rhymed lolz.
I mentioned on a podcast the other day that I sorta think WordPress should ship with Turbolinks. It's a rather simple premise:
Build a server-rendered site.
Turbolinks intercepts clicks on same-origin links.
It uses AJAX for the HTML of the new page and replaces the current page...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...
In Search of a Stack That Monitors the Quality and Complexity of CSS
12.8.2019
Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have excellent linters like StyleLint and CSSLint, but they only help at preventing mistakes at a micro level. Using a wrong color notation, adding...
Owning Fiat Just Got More Expensive – NIRP Strikes Again
8.8.2019
With the recent Union Bank of Switzerland (UBS) announcement that even more customers will be charged to hold money in their banks, people are scrambling to find ways to preserve their wealth, while USB and others scramble to dam the losses resulting from national negative interest rate policy...
How to Shuffle BCH and Keep Your Transactions Private With Cashshuffle
6.8.2019
As blockchain surveillance becomes more prevalent, cryptocurrency advocates have created ways to make digital currency transactions more private. Bitcoin Cash (BCH) has an application called Cashshuffle, which allows users to shuffle their BCH with other fractions of BCH to obfuscate...
Collective #536
29.7.2019
Ciao * Building Beautiful UIs * Poolside FM * Livewire * Liquidfun * Practical Ways to Write Better JavaScript
Collective #536 was written by Pedro Botelho and published on Codrops
7 Ways to Short Crypto
21.7.2019
Bitcoin has been on a tear since the start of the year and “crypto winter” has officially been declared over by many analysts. While a lot is pointing towards a continuance of the current “crypto spring” rally, some investors (and notorious bitcoin bears) believe that we could see a correction...
7 Unorthodox Ways to Mine Bitcoin
20.7.2019
Bitcoin isn’t crazy – in fact it might just be the soundest monetary system this generation has ever known. Some of the techniques miners have devised to extract it, however, are extremely unorthodox, ranging from the ingenious to the downright crazy. Here are seven of the strangest...
What the Web Needs Now (and how ARTIFACT is here for it)
19.7.2019
I recently had the pleasure of joining Dave Rupert, Chris Coyier, and Chris Ferdinandi on the Shop Talk Show to talk about the upcoming ARTIFACT Conference (Austin, TX on Sept. 30 – Oct. 1, 2019). ARTIFACT is an intimate gathering of web designers and developers where we discuss ways to build...
Types or Tests: Why Not Both?
10.7.2019
Every now and then, a debate flares up about the value of typed JavaScript. "Just write more tests!" yell some opponents. "Replace unit tests with types!" scream others. Both are right in some ways, and wrong in others. Twitter affords little room for nuance. But in the space of this article we...
Animating with Clip-Path
9.7.2019
clip-path is one of those CSS properties we generally know is there but might not reach for often for whatever reason. It’s a little intimidating in the sense that it feels like math class because it requires working with geometric shapes, each with different values that draw certain shapes...
The Many Ways to Include CSS in JavaScript Applications
8.7.2019
Welcome to an incredibly controversial topic in the land of front-end development! I’m sure that a majority of you reading this have encountered your fair share of #hotdrama surrounding how CSS should be handled within a JavaScript application.
I want to preface this post with a disclaimer: There...
How to Keep Bitcoin Cash Transactions Private
28.6.2019
There are many reasons to keep bitcoin cash transactions private and the top six ways to make them anonymous are outlined in a new video by Bitcoin.com. Meanwhile, the Financial Action Task Force has just released its global guidance for crypto assets, effectively calling on countries and crypto...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Building a Conference Schedule with CSS Grid
24.6.2019
It’s hard to beat the feeling of finding a perfect use for a new technology. You can read every handy primer under the sun and ooh-and-ahh at flashy demos, but the first time you use it on your own project… that’s when things really click.
I gained a new appreciation for CSS Grid when building...