Search
Jetpack Backup
17.11.2020
It’s no secret that CSS-Tricks is a WordPress site. And as such, we like to keep things WordPress-y, like enabling the block editor and creating some custom blocks. We also rely on Jetpack for a number of things, which if you haven’t tried, is definitely worth your time as it’s...
Crypto Gaming Pioneer Cloudbet Officially Launches in Argentina
10.11.2020
PRESS RELEASE. Cloudbet, the pioneering crypto casino and sportsbook, has officially launched an Argentina-focused service in response to the country’s surging interest in bitcoin and crypto gaming. The platform has unveiled a country-specific site and blog to help Argentinians learn more...
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
How to Create a Commenting Engine with Next.js and Sanity
6.11.2020
One of the arguments against the Jamstack approach for building websites is that developing features gets complex and often requires a number of other services. Take commenting, for example. To set up commenting for a Jamstack site, you often need a third-party solution such as Disqus, Facebook,...
Ledger owners lose 1.1 million XRP to scam site
6.11.2020
After a major leak of email and personal information earlier this year, Ledger customers are experiencing a surge in phishing attempts
Collective #633
5.11.2020
Webbed Briefs * Chasing the Pixel-Perfect Dream * Flow CSS Utility * Site-Speed Topography
The post Collective #633 appeared first on Codrops
More People Dipping Toes Into Web Monetization
5.11.2020
Léonie Watson:
I do think that Coil and Web Monetization are at the vanguard of a quiet revolution.
Here’s me when I’m visiting Léonie’s site:
Enjoy the pennies!
My Coil subscription ($5/month) doles out money to sites I visit that have monetization set up and installed.
Other...
[článek] Co všechno si už novináři z BBC nesmějí dovolit na sociálních sítích
5.11.2020
[5 minut čtení] Nový generální ředitel britské BBC dává najevo, že nebude novinářům tolerovat takové chování na sociálních sítích, které poškozuje důvěru v tuto prestižní organizaci. Redaktoři a spolupracovníci britské veřejnoprávní televize BBC si budou muset nechat své politické a společenské...
Websites We Like: Whimsical
3.11.2020
Whimsical is an app that lets you create flowcharts, wireframes, and mind maps but it was only earlier today that I spotted just how great the website is — especially the product pages. Check out this page where they describe how to use the Mind Maps feature where you can use the product right...
Týden mobilně 555: Záplava výhodných akcí, krásné nové sítě a další mizející nabíječky
1.11.2020
Minulý Týden nám sebral iPhone 12, takže jsme měli co dohánět! Epidemie a blížící se vánoce spustily neuvěřitelnou sérii akcí u mobilních operátorů. Zaměřují se hlavně na žáky, studenty, jejich učitele a seniory:
Koronavirové akce od T-Mobilu
Koronavirové akce u O2 a Vodafonu
Vánoce u
Little Things on My Personal Site
30.10.2020
I updated my personal website the other day. Always a fun project since it’s one of the few where it’s 100% just me. It’s my own personal playground with no other goal than making the site represent me to have a little fun. It’s not a complete re-write, just some new paint....
Comparing Static Site Generator Build Times
28.10.2020
There are so many static site generators (SSGs). It’s overwhelming trying to decide where to start. While an abundance of helpful articles may help wade through the (popular) options, they don’t magically make the decision easy.
I’ve been on a quest to help make that decision easier. A colleague...
Harvest Finance Token Plummets 65% After Attack Saps DeFi Site of TVL
26.10.2020
A possible exploit in DeFi protocol Harvest Finance has caused the site's TVL to drop sharply, along with the price of its FARM token
Facebook Dating je v Česku. Do sociální sítě se dostává plnohodnotná seznamka
23.10.2020
Facebook po dlouhé odmlce opět rozšířil svou seznamku – Facebook Dating. V oddělené sekci je tak možné si vytvořit seznamkový profil a nelézt životní lásku. Teda takto si to alespoň Facebook představuje. Služba je dostupná i v Česku.
V rámci aplikací na seznamování celosvětově zabírá významnou
Hotel Bitcoin ATMs on the Rise With Addition of Swiss Hotel Dolder Grand
21.10.2020
The number of hotels with a bitcoin ATM on-site is growing in Switzerland. The latest announcement came from The Dolder Grand, a luxury hotel and spa in Zurich, which recently installed a crypto ATM supporting four cryptocurrencies. Bitcoin ATMs Gaining Popularity in Hotels The Dolder Grand...
How to Think Like a Front-End Developer
21.10.2020
The topical idea of “how to think like a front-end developer” began for me as a series of podcast interviews on ShopTalk Show. That was in preparation for a talk I was preparing (and gave) of the same name. That talk evolved into my essay The Great Divide, which evolved into the essay...
WooCommerce Payments, Now with Support for Subscriptions and Saved Cards
20.10.2020
A little while back we shared the news that WooCommerce shipped a beta payments feature as part of its 4.0 release. It’s a free plugin with no monthly costs or setup fees. You only pay when you make a sale.
We’re actually using this right here at CSS-Tricks. In fact, Chris blogged...
Our Best Posts on Web Components
19.10.2020
A grouping of hand-selected posts from our site about Web Components. We've published a very useful article series from Caleb Williams, so that's here, but also sprinkled in some other informational and link posts on the subject.
The post Our Best Posts on Web Components appeared first...
[článek] Neřešme původ, největším nebezpečím je uživatel a jeho levné krabičky mimo bezpečnostní pravidla sítě
19.10.2020
[6 minut čtení] Mají-li operátoři stavět gigabitové sítě, potřebují od státu jasná pravidla pro jejich zabezpečení. Čím dříve, tím lépe, píše šéf jedné z operátorských asociací. Hodně se teď mluví o kybernetické bezpečnosti, zabezpečení a tom, jak bezpečné či nebezpečné jsou čínské firmy v sítích...
Netlify Edge Handlers
13.10.2020
Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is:
export function onRequest(event) {
console.log(`Incoming request for ${event.request.url}`);
...