Search
Fast Static Sites with Netlify and AnyMod
12.9.2019
In about 10 minutes, we'll set up a workflow that makes static sites dead simple.
You'll get the following:
Free https
Free or cheap hosting
Build sites quickly
Edit with live reload
Edit when you’ve forgotten everything in 6 months
Start: signups
We can get all this by using Netlify (really...
Do not stop
12.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 12 September, 2019 Keep Moving "If you can't fly, then run; if you can't run, then walk; if you can't walk, then crawl; but whatever you do, you have to keep moving forward." - […]
The post Do not stop appeared first on CoinMarketCap
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Some HTML is “Optional”
11.9.2019
There is a variety of HTML that you can just leave out of the source HTML and it's still valid markup.
Doesn't this look weird?
<p>Paragraph one.
<p>Paragraph two.
<p>Paragraph three.
It does to me, but the closing </p> tags are optional. The browser will detect...
Awesome Demos Roundup #8
11.9.2019
A roundup of hand-picked web experiments using the latest front-end technologies to ignite the creative coder in you.
Awesome Demos Roundup #8 was written by Mary Lou and published on Codrops
You Can Now Buy Lightning-Powered Bitcoin With a Credit Card
10.9.2019
Payments startup Breez has unveiled a new feature allowing lightning-based bitcoin purchases directly from its mobile app
Trading Cryptocurrencies: Commonly Used Technical Indicators (Part 2)
10.9.2019
Introduction This is the second of our 2-part series on technical indicators commonly used in trading cryptocurrencies. If you have not read our first article, click here for our first article which introduces Simple Moving Average, Relative Strength Index and […]
The post Trading...
Total Surveillance Coin Will Be a Dystopia if Controlled by Facebook or Government
10.9.2019
Digital currency provides unprecedented abilities to spy on and control what people do, and having that power in the hands of a few people is very dangerous. The Big Tech monopolies of Silicon Valley are building a future where your every action is monitored, and giving Facebook control over what...
You gotta want it
10.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 9 September, 2019 Eagerness "That which any one has been long learning unwillingly, he unlearns with proportional eagerness and haste." - William Hazlitt Welcome back to a new week! Grab your cuppa coffee and […]
The post You gotta want...
CSS Security Vulnerabilities
9.9.2019
Don't read that headline and get worried. I don't think CSS is a particularly dangerous security concern and, for the most part, I don't think you need to worry about it.
But every once in a while, articles tend to circulate and get some attention as to the possibilities of what CSS can do that...
How to Contribute to an Open Source Project
9.9.2019
The following is going to get slightly opinionated and aims to guide someone on their journey into open source. As a prerequisite, you should have basic familiarity with the command line and Git. If you know the concepts and want to dive right into the step by step how-to guide, check out this part...
Stop Installing Packages Globally
9.9.2019
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...
You Can Buy a Dream Car With Bitcoin Cash at Autocoincars.com
8.9.2019
Buying a new car is always a thrill. Purchasing a luxury vehicle, a roadster or a classic even more so. But such an enjoyable acquisition is usually accompanied by time consuming formalities. When all you want is to sit behind the wheel as soon as possible, these additional steps can be a nuisance...
Keep it simple stupid
7.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 6 September, 2019 Simplicity "Simplicity is the greatest sophistication." - Leonardo da Vinci And that concludes the first week of September! Good job you guys! Before you go, don't forget to read today's newsletter! ????...
Weekly Platform News: Text Spacing Bookmarklet, Top-Level Await, New AMP Loading Indicator
5.9.2019
In this week's roundup, a handy bookmarklet for inspecting typography, using await to tinker with how JavaScript modules import one another, plus Facebook's in-app browser is only posing as one. Let's get into the news!
Check if your content breaks after increasing text spacing
Dylan Barrell from...
Inspirational Websites Roundup #8
5.9.2019
Another set of inspirational website designs from the previous month to bring you up to date on the current design trends.
Inspirational Websites Roundup #8 was written by Mary Lou and published on Codrops
Using a PostCSS function to automate your responsive workflow
5.9.2019
A little while back, you might have bumped into this CSS-Tricks article where I described how a mixin can be used to automate responsive font sizes using RFS. In its latest version, v9, RFS is capable of rescaling any value for value for any CSS property with px or rem units, like margin, padding...
Learn Design for Developers and SVG Animation with Sarah Drasner ✨????
5.9.2019
(This is a sponsored post.)
Hey, Marc here from Frontend Masters — excited to support CSS-Tricks ❤️!
Have you checked out Sarah Drasner's courses yet? She has two awesome courses on Design for Developers and SVG! Plus another introducing Vue.js!
Design for Developers
In...
It’s only you
5.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 4 September, 2019 Believe "Pride is holding your head up when everyone around you has theirs bowed." - Bryce Courtenay It's midweek, CoinMarketCap fam! Hope your week is going splendid! Alright, ya ready for […]
The post It’s...
Cryptocurrency Projects Are Upping Their Privacy Game
4.9.2019
What you do with your digital currency ought to be nobody else’s business. Unfortunately, law enforcement, regulators, blockchain forensics firms and other opponents of civil liberties are constantly seeking to usurp this basic human right. As a result, crypto developers are caught in...