Search
Make Yourself a Little API With Netlify Functions
10.3.2020
Here's an example of a nice little use case for cloud functions. Glitch has this great package of friendly words. Say you wanted to randomly generate "happy-elephant" or "walking-tree", and you need to do that on your website in JavaScript. Well, this package is pretty big (~200 KB), necessarily...
You Call That Volatility? Bitcoin Traders Scoff at Wall Street’s Gyrations
9.3.2020
As traditional markets undergo a level of anxiety not seen since the 2008 recession, the cryptocurrency industry showed few existential signs of distress
Negative Margins
9.3.2020
PPK digs into the subject, which he found woefully undercovered in web tech documentation. Our entry doesn't mention them at all, which I'll aim to fix.
Agree on this situation:
This is by far the most common use case for negative margins. You give a container a padding so that its contents have...
I Pressed ⌘B. You Wouldn’t Believe What Happened Next
9.3.2020
This talk by Marcin Wichary is — beyond both enthusiastic and outstanding — all about the complexity of UI design, typography, and the lengths his team at Figma has gone to make sure that doing something as simple as selecting a font from a dropdown does what you expect it to.
I’d recommend this...
Use a:visited in your CSS stylesheet
9.3.2020
Evert Pot:
Unfortunately, when setting a new color (e.g. a { color: #44F }) the ‘purple visited link’ feature also gets disabled. I think this is a shame, as there’s so many instances where you’re going through a list of links and want to see what you’ve seen before.
The 2 examples I ran into...
"What You Said" (Mar. 9), a Weekly Round-Up of Sentiments From the Community
9.3.2020
Hello CoinMarketCap fam! Welcome back to this week’s edition of “What You Said,” where fun polls are conducted for ourContinue Reading
The post "What You Said" (Mar. 9), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
5 Crypto Cashback Solutions That Award You Satoshis to Shop
9.3.2020
Cashback is a popular ecommerce system that administers rewards and rebates for shopping. Every time you shop online, and in some cases in-store, you’ll earn up to 1% of the transaction value back. Traditionally administered in cash or rewards points, certain cashback schemes now dispense...
Geoff’s Redesign Posts
9.3.2020
I love it when people redesign "in the open" and write about it. I'd just like to shout out to our own Geoff who has been doing this for 3 months now. He started in late December last year. He's been sharing stuff like his dev tooling choices, considering performance, considering accessibility...
Check These Five Bitcoin Escrow Services You Could Use in 2020
8.3.2020
Source: iStock/Bet_Noire
Making larger bitcoin (BTC) transactions for business or other purposes can be daunting – and that is why many choose to make use bitcoin escrow services. Simply put, these can help you ensure that you only part with your coins after all aspects of your agreement have been...
Investing in Bitcoin or Altcoins – Which One will Give You More Returns?
8.3.2020
The cryptocurrency sector comes with a lot of different currencies. Apparently, we have a new altcoin coming into the scene almost every day that can change the cryptocurrency field. Knowing where to invest your money can save a lot of hassles and time. There is no right decision or wrong decision...
What to Use Instead of Number Inputs
6.3.2020
You might reach for <input type="number> when you're, you know, trying to collect a number in a form. But it's got all sorts of issues. For one, sometimes what you want kinda looks like a number, but isn't one (like how a credit card number has spaces), because it's really just a string...
Creating a Modal Image Gallery With Bootstrap Components
6.3.2020
Have you ever clicked on an image on a webpage that opens up a larger version of the image with navigation to view other photos?
Some folks call it a pop-up. Others call it a lightbox. Bootstrap calls it a modal. I mention Bootstrap because I want to use it to make the same sort of thing. So, let’s...
HTC Unveils Privacy Protecting 5G Router, Pundi X Finalizes Blockchain Phone Prototype
6.3.2020
Product announcements in the mobile and internet communications sector have indicated that cryptocurrency-related features are going to become more common. A 5G router with a Bitcoin node that provides secure connectivity, a new blockchain phone you can customize, and a flagship’s hardware...
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...
Animating CSS Width and Height Without the Squish Effect
6.3.2020
The first rule of animating on the web: don't animate width and height. It forces the browser to recalculate a bunch of stuff and it's slow (or "expensive" as they say). If you can get away with it, animating any transform property is faster (and "cheaper").
Butttt, transform can be tricky. Check...
Consistent Backends and UX: Why Should You Care?
6.3.2020
More than ever, new products aim to make an impact on a global scale, and user experience is rapidly becoming the determining factor for whether they are successful or not.
The post Consistent Backends and UX: Why Should You Care? appeared first on CSS-Tricks
Inspirational Websites Roundup #13
5.3.2020
A special collection of excellent web designs that reveal current trends and that will get you inspired.
Inspirational Websites Roundup #13 was written by Mary Lou and published on Codrops
The Slideout Footer
5.3.2020
A fascinating new site called The Markup just launched. Tagline: Big Tech Is Watching You. We’re Watching Big Tech. Great work from Upstatement. The content looks amazing, but of course, around here we're always interested in the design and tech as well. There is loads to adore, from the clean...
Automated Selenium Testing with Jest and LambdaTest
5.3.2020
You know what the best thing is about building and running automated browser tests is? It means that the site you're doing it on really matters. It means you're trying to take care of that site by making sure it doesn't break, and it's worth the time to put guards in place against that breakages....
The Beginner’s Guide to Buying Goods on the Darknet
5.3.2020
Darknet markets (DNMs) supply all manner of goods, some legal, others less so, but all purchasable with cryptocurrency and delivered to your door. Indeed, many people’s first exposure to bitcoin is when they have the need to purchase something off the darknet. For shopping of last resort,...