Search
SPAs, Shared Element Transitions, and Re-Evaluating Technology
1.6.2022
Nolan Lawson sparked some discussion when he described a noticeable shift away from single-page applications (SPAs):
Hip new frameworks like Astro, Qwik, and Elder.js are touting their MPA [multi-page application] with “0kB JavaScript by default.”
…
SPAs, Shared Element Transitions,...
Improving Icons for UI Elements with Typographic Alignment and Scale
17.5.2022
Utilizing icons in user interface elements is helpful. In addition to element labeling, icons can help reinforce a user element’s intention to users. But I have to say, I notice a bit of icon misalignment while browsing the web. Even …
Improving Icons for UI Elements with Typographic...
SEC Fines Nvidia $5.5 Million for Failing to Disclose Crypto Mining Significantly Boosted Its Revenue
8.5.2022
The U.S. Securities and Exchange Commission (SEC) has charged Nvidia Corp. for failing to disclose that crypto mining significantly boosted its revenue. The company agreed to a cease-and-desist order and to pay a $5.5 million penalty. Nvidia Failed to Disclose That Crypto Mining Was a Significant...
Writing Strong Front-end Test Element Locators
22.4.2022
Automated front-end tests are awesome. We can write a test with code to visit a page — or load up just a single component — and have that test code click on things or type text like a user would, …
Writing Strong Front-end Test Element Locators originally published on CSS-Tricks. You should...
Square Enix Insists on Integrating Blockchain Elements Into Its Games
21.4.2022
Square Enix, the Japanese gaming company, is pressing on with its vision of integrating blockchain elements into its games. In a recent interview, president Yosuke Matsuda talked about the importance of user-generated content and the advantages that allowing this kind of development, as well...
Bruce Willis a jeho nezapomenutelné filmy. Smrtonosné pasti, Pátý element, Pulp Fiction a mnoho dalších
31.3.2022
Bruce Willis kvůli nemoci ukončil v březnu 2022 kariéru. Pojďte si připomenout jeho nejlepší a nezapomenutelné filmy. Víme, kde si je můžete rovnou pustit online
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties
30.3.2022
We recently covered creating fancy borders with CSS mask properties, and now we are going to cut the corners with CSS mask and clip-path! A lot of techniques exist to cut different shapes from the corners of any element. …
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties...
CSS :has
28.3.2022
For as long as developers have written CSS code, we’ve been desperate to have a method to allow styling a parent element based child characteristics. That’s not been possible until now. CSS has introduced the :has pseudo-class which allows styling a parent based on a relative...
12-Year-Old Prodigy-Created Project, TheRandomDao, Listed on LBank
18.3.2022
PRESS RELEASE. Meme coins have been trending for a while now in the crypto space and most of them are animal related. Dogs, in particular, are the most popular meme element used in global meme coin community. From Dogecoin to Shiba Inu (SHIB), the success of numerous meme coins has been witnessed...
Say Hello to selectmenu, a Fully Style-able select Element
3.3.2022
I want to introduce you to a new, experimental form control called <selectmenu>. We’ll get deep into it, including how much easier it is to style than a traditional <select> element. But first, let’s fill in some context …
Say Hello to selectmenu, a Fully Style-able select...
Into the Gaming Metaverse: Cardania Launches on KICK․IO Starting February 15
15.2.2022
PRESS RELEASE. Gaming is quickly becoming less about games and more about people. As people seek out engaging experiences online, the social element within games is increasingly the main attraction and a key selling point. The popularity of MMOs like WoW, Everquest, or Second Life can partly...
Multi-Value CSS Properties With Optional Custom Property Values
11.2.2022
Imagine you have an element with a multi-value CSS property, such as transform: optional custom property values:
.el {
transform: translate(100px) scale(1.5) skew(5deg);
}
Now imagine you don’t always want all the transform values to be applied, so some …
Multi-Value CSS Properties With...
How to Make CSS Slanted Containers
9.2.2022
I was updating my portfolio and wanted to use the forward slash (/) as a visual element for the site’s main layout. I hadn’t attempted to create a slanted container in CSS before, but it seemed like it …
How to Make CSS Slanted Containers originally published on CSS-Tricks. You should...
Replace JavaScript Dialogs With the New HTML Dialog Element
8.2.2022
You know how there are JavaScript dialogs for alerting, confirming, and prompting user actions? Say you want to replace JavaScript dialogs with the new HTML dialog element.
Let me explain.
I recently worked on a project with a lot of …
Replace JavaScript Dialogs With the New HTML Dialog...
How to Cycle Through Classes on an HTML Element
26.1.2022
Say you have three HTML classes, and a DOM element should only have one of them at a time:
<div class="state-1"</div<div class="state-2"</div<div class="state-3"</div
Now your job is to rotate them. That is, cycle through classes …
How to Cycle Through Classes on...
What Would it Take to Prevent CSS Tooltips From Overflowing?
12.1.2022
Say you have an elements with CSS tooltips and you’re going to position those tooltips such that it opens up next to the element on hover (or probably better: when clicked/tapped). Next to it where? Above it? What if the …
What Would it Take to Prevent CSS Tooltips From Overflowing?...
On Yak Shaving and md-block, a new HTML element for Markdown
29.12.2021
Lea Verou made a Web Component for processing Markdown. Looks like there were a couple of others out there already, but I agree with Lea in that this is a good use case for the light DOM (as opposed …
Element․Black Forms Strategic Partnership With DJ Snake
21.12.2021
PRESS RELEASE. Social-fi has been the trend of the blockchain industry as of late. The concept, closely linked to the idea of co-creating, combines the terms “social” and “DeFi” to promote a diversified interactive platform for the public. Element.Black, a recent...
Get 'Em Princess
13.12.2021
Cycle Circle is an artist based in China.Read more
A Clever Sticky Footer Technique
17.11.2021
Upon hearing “sticky footer” these days, I would think most people imagine a position: sticky situation where a footer element appears fixed on the screen while in the scrolling context of some parent element.
That’s not quite what I’m talking …
The post A Clever...