Search

Nalezeno "Javascript": 803

Invoker Commands: Additional Ways to Work With Dialog, Popover… and More?


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


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...

Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations


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


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


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


“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?


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...

All About JavaScript Loops


Every programming language has loops. Loops perform an operation (i.e., a chunk of work) a number of times, usually once for every item in an array or list, or to simply repeat an operation until a certain condition is met.… All About JavaScript Loops originally published on CSS-Tricks...

Jak v JavaScriptu zrušit Promise


V JavaScriptu neexistuje nativní způsob, jak zastavit vykonávání Promise. Zachary Lee ve článku How to Annul Promises in JavaScript prozkoumal dvě možnosti, jak dosáhnout zastavení promisí. První způsob pracuje s metodou Promise.withResolvers() a…

Javascript Is Coming to Tezos X Blockchain


Tezos X announced the development of Jstz (pronounced “justice”), a Layer 2 rollup that will allow developers to use Javascript, a programming language used by nearly 23 million developers worldwide, on the blockchain. This move is aimed at scaling the utility of blockchain...

Služba Polyfill.io byla napadena hackery


Používáte službu polyfill.io? Nedávno došlo k rozsáhlému zneužití této služby. Namísto distribuce oblíbené knihovny Polyfill.js začala služba odesílat podvržený kód, který přesměrovával návštěvníky na nežádoucí stránky

Výsledky ankety State of JavaScript 2023


Výsledky každoroční ankety se letos poněkud protáhli, ale máme je tady. Účastnilo se jí přes dvacet tisíc respondentů v rozmezí převážně 20-40 let a rozhodně to nevypadá, že by JavaScriptu odzvánělo. Můžete porovnat…

Jak vytvořit ZIP v prohlížeči


Pro práci se ZIP soubory v JavaScriptu můžete použit knihovnu JSZip, proces vytvoření souboru ZIP je pak celkem jednoduchý: Detailní rozbor kódu najdete v článku Generating ZIP Files With Javascript

Jak psát testy v Node.js bez použití frameworků


Od verze 18 obsahuje Node.js vlastní způsob pro psaní a spouštění testů. Ty spustíme prostým node --test. Samotné testy se píšou pomocí dobře srozumitelné syntaxe. Nechybí nic, co můžete při testování potřebovat, vyhodnocení…

React Query Builder usnadní tvorbu dotazů


Komponenta React Query Builder umožní vizuální tvorbu dotazů v různých formátech včetně SQL, MongoDL nebo ElasticSearch. Komponenta je snadno konfigurovatelná (vyzkoušejte si demo) a můžete ji použít ve vaší aplikaci

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace