Search
Balancing on a pivot with Flexbox
8.10.2020
Let me show you a way I recently discovered to center a bunch of elements around what I call the pivot. I promise you that funky HTML is out of the question and you won’t need to know any bleeding-edge CSS to get the job done.
I’m big on word games, so I recently re-imagined the main menu...
Should You Invest in Cryptocurrency Today?
8.10.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
If you’re a crypto buff, you must have noticed that all cryptocurrencies have suffered a big blow in March this year. However, Bitcoin’s volatility has been on the low for almost two years now. The world’s most...
The Widening Responsibility for Front-End Developers
7.10.2020
This is an extended version of my essay “When front-end means full-stack” which was published in the wonderful Increment magazine put out by Stripe. It’s also something of an evolution of a couple other of my essays, “The Great Divide” and “Ooops, I guess we’re full-stack developers now.”
The post...
Bitcoin Stays Resilient, While Ethereum & Aave Prepare for Upgrades : A Data Perspective by IntoTheBlock
7.10.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Bitcoin Stays Resilient, While Ethereum & Aave Prepare for Upgrades : A Data Perspective by IntoTheBlock appeared first...
You can now pay for 400,000 Viator tourism experiences with crypto
7.10.2020
Tripadvisor experience marketplace Viator has partnered with ShareRing to facilitate payments and store travelers sensitive information
Looking at AWS Amplify
7.10.2020
AWS Amplify is a collection of tools from AWS to help you build applications.
Allow me to set the stage here to try to make that as clear as I know how. I have a friend (true story) who wants to build an app centered around physical training. His wife is a physical trainer, and they think perhaps...
Using JavaScript to Adjust Saturation and Brightness of RGB Colors
6.10.2020
Lately I’ve been taking a look into designing with color (or “colour” as we spell it where I’m from in New Zealand). Looking at Adam Wathan and Steve Schroger’s advice on the subject, we find that we’re going to need more than just five nice looking hex codes from a color palette...
Wolf.bet Is a Provably Fair Gambling Casino Supporting Multiple Cryptocurrencies
6.10.2020
Have you been looking for an online gaming platform you can trust with your digital assets and that won’t bother you with cumbersome identification procedures? Wolf.bet is a 100% provably fair gambling casino supporting multiple cryptocurrencies, without KYC and a great lineup of additional...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Styling Complex Labels
5.10.2020
Danielle Romo covers the HTML pattern you need when you have a wordy <label> with fancy styling for an <input type="radio">.
The trick? The ol’ <span class="hidden-visually"> that contains the label that you want to be read, and a <span aria-hidden="true"> with...
Yearn Finance Connect (YFIC) New DeFi Project Decentralized Finance, Staking, Lending & Yield Farming
5.10.2020
Yearn Finance Connect is a decentralized token under the ERC-20 protocol, that allows users to stake YFIC, borrow assets, and vote for improvements within the community. Yearn Finance Connect staking platform enables investors to earn a yield on YFIC token, depositing, and selecting the amount...
How to Make an Unobtrusive Scroll-to-Top Button
5.10.2020
A button to return to the top of the page allows the user to quickly return to the top of the page without making too much effort. This can be very useful when the page has a lot of content or which happens, for example, on one page websites, when infinite scrolling is used, or on mobile devices...
You should care about decentralized identity in the wake of COVID-19
5.10.2020
Developing self-sovereign identity should be a leading priority for every company, legislator and investor engaged in the security industry
Recreating the “100 Days of Poetry” Effect with Shader, ScrollTrigger and CSS Grid
5.10.2020
The latest ALL YOUR HTML live coding session where you'll learn how to recreate the effect seen on the "100 Days of Poetry" website.
The post Recreating the “100 Days of Poetry” Effect with Shader, ScrollTrigger and CSS Grid appeared first on Codrops
Parsel: A tiny, permissive CSS selector parser
2.10.2020
If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back.
If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...
A Complete Guide to CSS Media Queries
2.10.2020
Media queries can modify the appearance (and even behavior) or a website or app based on a matched set of conditions about the user's device, browser or system settings.
The post A Complete Guide to CSS Media Queries appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
There’s a good reason why experienced devs say “it depends” so often
2.10.2020
I feel like Jerod Santo really understood what I was trying to say in Weaved Webs, when I was trying to cover the emerging WordPress (“versus”) Jamstack conversation.
If you asked El Duderino if you should go Jamstack he’d probably tell you, “It’s a complicated case. Lotta ins. Lotta...
Self-Sovereign Identity Will Reshape the Internet (if You Use It)
1.10.2020
Heard the phrase "self-sovereign identity"? Here is what it means and how it could change your practical experience of the internet
Some Industry Podcasts
1.10.2020
Clearleft made a 6-episode Season One
It’s called The Clearleft Podcast if you can believe that. It gets into new (at least to me) concepts like Design Ops and Design Sprints, which are loaded terms and need nuanced discussion. It’s really well-edited, pulling in clips from relevant...
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...