Search
Ubisoft at E3: Everything You Need To Know, In 3 Minutes
13.6.2021
Ubisoft Forward, the E3 2021 showcase for the French video game company, unfolded on Saturday afternoon with plenty of reveals, gameplay footage, and teasers. But rather than sitting through an hour of news, why not enjoy a reel of the biggest and best announcements? Read more
Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo!
11.6.2021
There’s a 33-minute video (and resources) over on apple.com covering the upcoming Safari changes we saw in the WWDC keynote this year in much more detail. Look who’s got a little cameo in there:
Perhaps the most noticeable thing there …
The post Safari 15: New UI, Theme Colors...
The Possibilities of Syndication
11.6.2021
That’s the one word that isn’t an adjective in the acronym RSS.
Really Simple Syndication.
RSS isn’t just about RSS readers. Even though, gosh if I don’t love RSS readers. It’s about putting content in a format that is …
The post The Possibilities...
Adding Shadows to SVG Icons With CSS and SVG Filters
11.6.2021
Why would we need to apply shadows to SVG?
Shadows are a common design feature that can help elements, like icons, stand out. They could be persistent, or applied in different states (e.g. :hover, :focus, or :active)
…
The post Adding Shadows to SVG Icons With CSS and SVG Filters appeared...
What Are You Playing This Weekend?
11.6.2021
This weekend is about watching press conferences from the likes of Ubisoft, Microsoft, Bethesda Softworks, and other soft companies. Between the cracks we game like the mighty ninja, swift and silent-ish. Read more
Trading Indicators: What You Need to Know
11.6.2021
Disclaimer: The following article is part of Cryptonews Deals Series and was written as a promotional article in collaboration with the sponsor of this offer. If your company has an exclusive promotion that you would like to share with our readers, we invite you to reach out to us. Let’s build...
Put a Background on Open Details Elements
11.6.2021
One thing that can be just a smidge funky about the <details> element is that, when open, it’s not always 100% clear what is inside that element and what isn’t. I’m not saying that always matters or that it’s a …
The post Put a Background on Open Details...
XCarnival Secures $2 Million Seed Investment
10.6.2021
Synthetic assets open up several opportunities for investors by not confining them to a specific location. If the concept excites you, there’s good news from XCarnival. Recently, XCarnival announced it has secured a two-million US dollar seed investment in its quest to reinvent synthetic...
Sims 4 Wants You To Have A Very Big House In The Country
10.6.2021
The Sims 4 team revealed a new “Cottage Living” Expansion pack for the game today featuring chickens, rainbow cows, and farm vibes. The expansion pack is out on July 22.Read more
Xbox Wants To Let You Play Games Without A Console
10.6.2021
Xbox cloud gaming allows Game Pass Ultimate subscribers to stream popular Xbox games to their Android devices and internet browsers, but that’s only the beginning. In a pre-E3 post on Xbox Wire, Microsoft revealed plans to create TV apps and dedicated streaming devices to bring Xbox gaming to more...
Equal Columns With Flexbox: It’s More Complicated Than You Might Think
10.6.2021
As awesome as flexbox is, what it’s doing under the hood is actually a little strange because, by default, it is doing two things at once. It first looks at the content size which is what we would get if by declaring width: max-content on an element. But on top of that, flex-shrink is also doing...
Building a Headless CMS with Fauna and Vercel Functions
10.6.2021
In this tutorial, we will learn and use headless CMS, Fauna, and Vercel functions to build a blogging platform, Blogify After that, you can easily build any web application using a headless CMS, Fauna and Vercel functions.
The post Building a Headless CMS with Fauna and Vercel Functions appeared...
JavaScript Numeric Separators
10.6.2021
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets...
A Cornucopia of Container Queries
9.6.2021
I don’t know about y’all, but my feeds have been flooded with articles about CSS Container Queries these past few weeks. The buzz about container queries actually started back in December after Miriam Suzanne posted a proposal (picking up on …
The post A Cornucopia of Container...
target=”blank”
9.6.2021
Does that make your eye twitch a little bit? Like… it’s a typo. It should be target="_blank" with an underscore to start the value. As in…
<a target="_blank" href="https://codepen.io"Open CodePen in a New Tab
</a
Welp, that’s correct syntax!…
The post...
Looking at WCAG 2.5.5 for Better Target Sizes
8.6.2021
Have you ever experienced the frustration of trying to tap a button on a mobile device only to have it do nothing because the target size is just not large enough **and it’s not picking up on your press? Maybe …
The post Looking at WCAG 2.5.5 for Better Target Sizes appeared first...
CSS-Trickz: An Experiment with Netlify’s On-Demand Builders
8.6.2021
WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that.
At first, the site …
The post CSS-Trickz: An Experiment with Netlify’s On-Demand Builders...
Take Back the Internet With Crypto: Pocketnet Offers 4 Free Live Educational Sessions
8.6.2021
The Internet was once a bastion of freedom and was hoped to bring economic power to everyday people. These days a few centralized platforms such as Google, Facebook and Amazon dominate the online world, deciding what we can and cannot say, while keeping all the value for themselves. In an upcoming...
Terra Nil Is A City-Builder Where You Rebuild A Shattered Environment
8.6.2021
While most city-builders pitch themselves as something idyllic, all blue skies and green grass, the upcoming Terra Nil for the PC goes in a slightly different direction, giving you a world that has suffered environmental collapse then asking you to clean it up a bit.Read more
Links on Accessibility
7.6.2021
Show/Hide password accessibility and password hints tutorial — Nicolas Steenhout goes deep on <input type="password"> accessibility. For one thing, being able to toggle it to type="text" should be possible, while announcing, politely, the change. But also, put the password hints...