Search

Nalezeno "Data X": 5658

Searching the Jamstack


Here's Raymon Camden on adding site search functionality to a site that is statically hosted. A classic trick! Just shoot 'em to Google and scope the results to your site: <form action="https://www.google.com/search" method="get"<input type="search" name="q"...

How many CSS properties are there?


Tomasz Łakomy posted a joke tweet about naming all the CSS attributes and Tejas Kumar replied with a joke answer, going as far as making an npm module. You can even run a terminal command to see them: npx get-all-css-properties You'll get 259 of them. The source code uses the website quackit.com...

Snowpack


Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports). This is how I digest it. When you write a line of code...

Animate Text on Scroll


We covered the idea of animating curved text not long ago when a fun New York Times article came out. All I did was peek into how they did it and extract the relevant parts to a more isolated demo. That demo is here: See the Pen Selfie Crawl by Chris Coyier (@chriscoyier) ...

Close to 11 Million BTC Haven’t Moved in Over a Year


According to a new research report published by Digital Asset Data, more than 10 million BTC has been sitting dormant for a whole year. Data shows that unmoved bitcoins account for roughly 59% of the current minted supply and it’s the largest number of dormant coins since the start of 2017....

CSS-Only Carousel


It's kind of amazing how far HTML and CSS will take you when building a carousel/slideshow. Setting some boxes in a horizontal row with flexbox is easy. Showing only one box at a time with overflow and making it swipable with -webkit-overflow-scrolling is easy. You can make the "slides" line...

[aktualita] Data ČD dodá O2 s T-Mobile, na čtyři roky budou stát 280 milionů


Mobilní data poskytnou v nadcházející čtyřech letech Českým drahám operátoři O2 a T-Mobile, vyplývá to z rámcových smluv pro O2 a T-Mobile a dalších dokumentů  zveřejněných na profilu zadavatele zakázky na serveru Tenderarena.cz. Oba operátoři dohromady ročně drahám dodají zhruba 6 000 000 GB...

Understanding Async Await


When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so we'll need a way to handle those long-running processes. Async/Await is a way to handle this type of time-based sequencing. It’s especially great...

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