Search
Here’s What Happens When You Use Lightning Network for the First Time
16.12.2019
Do you remember receiving your first bitcoin? Seeing those satoshis arrive in your wallet is a magical, almost spiritual, experience. In that moment, the most beautiful thing about bitcoin is not its censorship resistance or pseudonymity: it’s that it works at the first time of asking....
lite-youtube-embed
13.12.2019
A standard copy-and-paste YouTube embed lands on your page as an <iframe> which loads a big ol' pile of other stuff to play that video. But the UX of it is still essentially an image and a play button. Click the play button and the video plays. You can build essentially the same thing with...
Hybrid intelligence crypto fund
13.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 13 December, 2019 “Attitude is a little thing that makes a big difference.” - Winston Churchill In today's newsletter, we will be covering: Hybrid AI firm Cindicator launching crypto fund based on hybrid intelligence […]
The post...
Crypto-Twitter Could Be the Next Big Thing in the Crypto Sphere
12.12.2019
In an interesting observation, the Angel investor and co-founder of Earn, Balaji S. Srinivasan, courted the idea of Crypto-Twitter. The thought was floated by Srinivasan on Twitter, and in response, a number of comments came from his followers – some appreciating the idea while others...
Music and Web Design
9.12.2019
Brad has a long history in music outside of being a web designer, and draws some interesting parallels. One is that he had reached for more complex music in an effort to become a better musician — and developers can do the same thing. The other is that the composition of music can be seen...
Motion Paths – Past, Present and Future
3.12.2019
The ability to animate along a motion path is a really useful thing to have in your SVG animation toolkit. Let's explore a few ways to achieve this, including the upcoming CSS motion path module and the newly released GSAP3.
Motion Paths – Past, Present and Future was written by Cassie Evans...
Security Token Offerings: The Next Big Thing in Fintech
28.11.2019
Move aside ICOs and IPOs, here come STOs. But what are security token offerings, and what benefits do they offer for businesses and investors? #Sponsored
Product Search and Filters Are a Snap With WooCommerce
26.11.2019
Let's say you visit an e-commerce site because you want to buy the latest banana peeler model. Bananas are hard enough to peel, right? Only a tool will do!
What's the first thing you're going to do on the site? Chances are, it's entering something into the (hopefully) prominent search field....
We are Programmers
22.11.2019
Building websites is programming. Writing HTML and CSS is programming. I am a programmer, and if you're here, reading CSS-Tricks, chances are you're a programmer, too.
The thing is, the details in programming layout with CSS are different, for example, than the details in programming API endpoints...
The New Good Ol’ Days
22.11.2019
Eighteen years into this game, I love to reminisce back to the good ol’ days of the early to mid-2000s when there was an explosion of creativity on the web. It felt fresh and unbridled, with boundaries expected to be pushed at every turn, and they were. This was mainly down to one thing, the thing...
What the web still is
21.11.2019
Being a pessimist is an easy thing to fall back on, and I’m trying to be better about it. As we close the year out, I thought it would be a good exercise to take stock of the state of the web and count our blessings.
Versatile
We don't use the internet to do just one thing. With more than...
The future is bright, because the future is static
20.11.2019
I've been doing this web thing for money for 10 years this year and although I haven’t been around as long as some folks, I feel like I've seen a few cycles come and go now, so let's say that hot new things are often cynically viewed, initially. This milestone of mine has also got me in...
How Do You Remove Unused CSS From a Site?
19.11.2019
Here's what I'd like you to know upfront: this is a hard problem. If you've landed here because you're hoping to be pointed at a tool you can run that tells you exactly what CSS you can delete from your project, well... there are tools out there, but I'm warning you to be very careful with them...
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...
Two-Value Display Syntax (and Sometimes Three)
8.11.2019
You know the single-value syntax: .thing { display: block; }. The value "block" being a single value. There are lots of single values for display. For example, inline-flex, which is like flex in that it becomse a flex container, but behaves like an inline-level element rather than a block-level...
Crypto Secularizes Wealth by Returning Power to the People
5.11.2019
Secularization is the process of converting something from a religious status to a nonreligious one. In its usage here, the word “religious” has no necessary connection to a deity. The word refers to the mystification of a thing in order to elevate it to the status of the divine where...
Float Element in the Middle of a Paragraph
4.11.2019
Say you want to have an image (or any other element) visually float left into a paragraph of text. But like... in the middle of the paragraph, not right at the top. It's doable, but it's certainly in the realm of CSS trickery!
One thing you can do is slap the image right in the middle of...
ECB President: ’We Should Be Happier to Have a Job Than to Have Our Savings Protected’
1.11.2019
Newly installed European Central Bank President Christine Lagarde made controversial remarks in a recent statement prior to assuming her new role. The former IMF Managing Director implored: “isn’t it true that ultimately we have done the right thing to act in favour of jobs and...
Satoshi’s Final Messages Leave Tantalizing Clues to His Disappearance
30.10.2019
As Jameson Lopp once quipped, the smartest thing Satoshi did after creating Bitcoin was to disappear. The question isn’t ‘why did Satoshi disappear?’ but rather ‘why then?’ Was Satoshi’s departure in early 2011 scheduled long in advance, or did unforeseen events...
Bidirectional Horizontal Rules in CSS
25.10.2019
Say you have a <blockquote> and the design calls for a thick border along the left side. Well, you might not necessarily mean left side, but actually mean on the side of the start of the text.
That's exactly what CSS logical properties are meant to address, and Hussein Al Hammad has a nice...