Search
Run Gulp as You Open a VS Code Project
13.10.2020
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on the latest-and-greatest stuff and have my workflow just how I like it. I did a few more tweaks a few months...
Curate Custom Content with mediastack
6.10.2020
I used to have a personal aggregator of sites I enjoyed but maintaining it was a nightmare. I needed to grab each site’s RSS feed, categorize their contents, deal with errors and individual rate limits, etc. I had to tear the whole project down because it was a nightmare to manage. Fast...
Cryptowisser: 75 Crypto Exchanges Dead in 2020 – More Will Follow
5.10.2020
5th October 2020, leading Crypto service comparison site – Cryptowisser, announces its Crypto exchange graveyard. The detailed page lists and explains the many crypto exchanges (largely centralized exchanges) that have disappeared, expired or collapsed this year, giving an insight into...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
Jak sociální sítě ovlivňují náš život: Informace jsou v moci algoritmů
26.9.2020
Sociální sítě se pro mnohé uživatele staly synonymem pro internet: nechodí na konkrétní weby dle vlastního zájmu, ale pouze na ty, které jim nabídnou algoritmy sociálních sítí. Proč je to nebezpečné? A jak dnes sociální sítě bojují proti šíření fake news?
Market Wrap: Bitcoin Sticks to $10.7K; DeFi Site dForce Doubles TVL in 24 Hours
25.9.2020
Bitcoin's price forecast is looking bullish heading into the weekend. Meanwhile, DeFi investors doubled the total value locked in dForce
Data Site DeFi Pulse Fixes Bug, Says Value Locked Actually Hit $13B Last Week
23.9.2020
Popular data analytics site DeFi Pulse has claimed a "previously undetected issue" saw TVL under-reported by more than $4 billion on Sept. 18
Accessible Web Animation: The WCAG on Animation Explained
22.9.2020
It’s true, web animation can be accessible! Sometimes it just takes a little extra effort to make sure that it is. There are strategic things we can do to make sure our animations have a positive impact on accessibility, like planning how they contribute to the overall UX and ease of use of...
New Binance-Backed DeFi Site Lets You Earn Yield on Bitcoin, Other Non-Ethereum Assets
18.9.2020
Kava Labs has launched its first application: a yield-generating decentralized finance (DeFi) platform for bitcoin and other non-Ethereum assets
Jetpack 8.9: Take Donations, Capture Email Subscribers, AMP integration, and More
8.9.2020
(This is a sponsored post.)
Jetpack 8.9 shipped on September 1 and it shows why the plugin continues to be the premier way to take a WordPress site from good to holy smokes! Several new features are packed into the release, but a few really stand out.
Take donations with a new block
The first...
Facebook zkoumá vliv sítě u voleb. Zkouší platit uživatelům, aby sociální síť nepoužívali
6.9.2020
Vliv sociálních sítí na volby v jednotlivých státech je velké téma, které se řešilo hlavně u volby amerického prezidenta. Facebook nyní chystá na toto téma výzkum a hodlá uživatelům platit za to, že jej nebudou používat.
V letošním roce čekají USA nové prezidentské volby a oči se, kromě
Pornhub Accepts Bitcoin: Top Adult Site Expands Cryptocurrency Payment Options
2.9.2020
Pornhub now accepts bitcoin as the platform expands its cryptocurrency payment options. The leading adult video streaming website has over 12 million videos, more than 130 million daily visitors, and was visited 42 billion times last year, according to the platform. Pornhub Accepts Bitcoin Pornhub...
Comparing Browsers for Responsive Design
1.9.2020
There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing CSS and making sure it’s working across all the viewports in a single glance.
They are all very similar. For example, they...
[aktualita] Část vysílačů digitální rozhlasové sítě firmy RTI má technické problémy
1.9.2020
Celkem šest vysílačů digitální rozhlasové sítě DAB1 má technické problémy. „Byli jsme nuceni na dobu nezbytně nutnou vypnout některé lokality,“ oznámil provozní ředitel firmy RTI Roman Kropáček. Na dotaz Digizone.cz upřesnil, že se jedná o Javorník, Klatovy, Třebouňský vrch, Beroun, Příbram...
Ground Rules for Web Animations
31.8.2020
Animations can make a site stand out. Or, they can just as easily kill the experience. When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations that are  too long or too quick, or not using right type...
Going Jamstack with React, Serverless, and Airtable
27.8.2020
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re...
Design.dev Review: A New Place to Find Free High-Quality Design Resources
27.8.2020
The hip new design resource site Design.dev will provide you with unique resources and premium designs that you won't find anywhere else.
The post Design.dev Review: A New Place to Find Free High-Quality Design Resources appeared first on Codrops
Why DeFi Pulse’s Key Metric Is So Simple It’s Confusing
27.8.2020
DeFi Pulse invented "Total Value Locked." Yet TVL's mechanics have been somewhat confusing to those in the space. Here's how the leading DeFi metric works
Comparing Data in Google and Netlify Analytics
25.8.2020
Jim Nielsen:
the datasets weren’t even close for me.
Google Analytics works by putting a client-side bit of JavaScript on your site. Netlify Analytics works by parsing server logs server-side. They are not exactly apples to apples, feature-wise. Google Analytics is, I think it’s fair...
Where Does Logic Go on Jamstack Sites?
24.8.2020
Here’s something I had to get my head wrapped around when I started building Jamstack sites. There are these different stages your site goes through where you can put logic.
Let’s look at a special example so you can see what I mean. Say you’re making a website for a music venue. The most...