Search
XRP Ledger Foundation spots ‘crypto stealing backdoor’ in code library
22.4.2025
The XRP Ledger Foundation has identified a “serious vulnerability” in the official JavaScript library used for interacting with the XRP Ledger blockchain network, the nonprofit said.On April 22, blockchain security specialist Aikido said in a blog post that XRP Ledger’s...
XRP Ledger Foundation spots ‘crypto stealing backdoor’ in code library
22.4.2025
The XRP Ledger Foundation has identified a “serious vulnerability” in the official JavaScript library used for interacting with the XRP Ledger blockchain network, the nonprofit said.On April 22, blockchain security specialist Aikido said in a blog post that XRP Ledger’s...
XRP Ledger Foundation spots ‘crypto stealing backdoor’ in code library
22.4.2025
The XRP Ledger Foundation has identified a “serious vulnerability” in the official JavaScript library used for interacting with the XRP Ledger blockchain network, the nonprofit said.On April 22, blockchain security specialist Aikido said in a blog post that XRP Ledger’s...
Next Level CSS Styling for Cursors
14.4.2025
Custom cursors with CSS are great, but we can take things to the next level with JavaScript. Using JavaScript, we can transition between cursor states, place dynamic text within the cursor, apply complex animations, and apply filters.
Next Level CSS Styling for Cursors originally published...
SMIL on?
2.4.2025
Well, it turns out that SVG's built-in animation features were never deprecated as planned. Sure, CSS and JavaScript are more than capable of carrying the load, but it's good to know that SMIL is not dead in the water as previously thought, and is actually well-supported.
SMIL on? originally...
StringTune: The JavaScript Library Born from a Design Agency’s Workflow
19.3.2025
Learn how to use this flexible JavaScript library for animations, smooth scrolling, and interactive effects
Efektivnější vývoj UI nebo API: Co si odnést z WebExpo 2025?
26.2.2025
Jak snadno implementovat moderní uživatelské rozhraní? Které funkce brzdí rychlost vašeho webu? A kdy raději sami přibrzdit, abychom využitím AI nepřekročili etické principy? Debatu aktuálních dev témat rozdmýchá sedmnáctý ročník technologické konference WebExpo, která proběhne v Praze od 28....
Zapřáhněte AI jako nikdy předtím. Květnová konference WebExpo přivítá hvězdy technologického světa
28.1.2025
Od 28. do 30. května 2025 promění pražský Palác Lucerna na tři dny technologická konference WebExpo. Na programu je více než 80 přednášek a workshopů od expertů z celého světa. WebExpo tradičně propojuje vývojáře, designéry, marketéry i byznysové lídry a nabízí praktické dovednosti, strategické...
Vitest 3: Nová verze přináší vylepšení a nové funkce
17.1.2025
Oblíbený JavaScript testovací framework Vitest se dočkal vydání verze 3. Tato aktualizace přináší řadu novinek, včetně rychlejšího běhu testů, zlepšené podpory TypeScriptu a intuitivnější konfigurace. Kromě toho Vitest 3 nabízí lepší integraci s…
How to Create Multi-Step Forms With Vanilla JavaScript and CSS
18.12.2024
When was the last time you developed a multi-step form? There’s so much to think about and so many moving pieces that need to be managed. But doing it by hand can be a good exercise and a great way to polish the basics. Fatuma Abdullaho walks you through her first multi-step form using vanilla...
One of Those “Onboarding” UIs, With Anchor Positioning
2.12.2024
We can anchor one element to another. We can also attach one element to multiple anchors. In this experiment, Ryan riffs on those ideas and comes up with a new way to transition between two anchors and the result is a practical use case that would normally require JavaScript.
One of Those...
Apple rushes out patch fixing zero-day attacks on macOS systems
21.11.2024
The vulnerabilities caught the attention of the former CEO of Binance, Changpeng “CZ” Zhao who advised users to update their operating system immediately
Invoker Commands: Additional Ways to Work With Dialog, Popover… and More?
20.11.2024
Web browsers are experimenting with two HTML attributes — technically, they’re called “invoker commands” — that are designed to invoke popovers, dialogs, and further down the line, all kinds of actions without writing JavaScript. Although, if you do reach for JavaScript, the new attributes come...
The Different (and Modern) Ways to Toggle Content
8.11.2024
Let’s spend some time looking at disclosures, the Dialog API, the Popover API, and more. We’ll look at the right time to use each one depending on your needs. Modal or non-modal? JavaScript or pure HTML/CSS? Not sure? Don’t worry, we’ll go into all that.
The Different (and Modern) Ways...
GitHub spočítal projekty a své uživatele. Vládne Python, Javascript a co nevidět Indie
3.11.2024
GitHub se pochlubil novou výroční zprávou Octoverse , která v hromadě grafů komentuje dění na největším skladišti zdrojového kódu. Na GitHubu se dnes nachází 518 milionů projektů a jen letos do nich autoři přispěli 5,2 miliardami úprav . Závratnou rychlostí také roste počet repozitářů, které se
Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations
1.11.2024
Can we recreate a JavaScript library for scrolling animations with a modern CSS approach using CSS Scroll-Driven Animations? Yes. Yes, we can.
Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should...
Mastering theme.json: You might not need CSS
18.10.2024
I totally get the goal here: make CSS more modular and scalable in WordPress. Put all your global WordPress theme styles in a single file, including variations. JSON offers a nicely structured syntax that’s easily consumable by JavaScript, thereby allowing …
Mastering theme.json:...
Quick Hit #21
20.9.2024
Seeing a lot more headlines decrying JavaScript and pumping up PHP. Always interesting to see which direction the front-end zeitgeist is leaning.…
Quick Hit #21 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
Quick Hit #16
5.9.2024
“Never, ever hire for JavaScript framework skills. Instead, interview and hire only for fundamentals like web standards, accessibility, modern CSS, semantic HTML, and Web Components.” — Alex Russell…
Quick Hit #16 originally published on CSS-Tricks, which is part of...
Callbacks on Web Components?
22.8.2024
A gem from Chris Ferdinandi that details how to use custom events to hook into Web Components. More importantly, Chris dutifully explains why custom events are a better fit than, say, callback functions.
With a typical JavaScript library, you pass
…
Callbacks on Web Components? originally...