Search

Nalezeno "is just": 3077

RSS Stuff


Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too: Sometimes the content is just an excerpt, encouraging you to read the rest of the content...

gqless


This is so cool. I mean, GraphQL is already cool. It’s very satisfying to write an understandable-looking query for whatever you want and then use that data in templates. But what if you didn’t have to write the query at all? What if you just wrote the templates pretending you already...

Creating an Editable Site with Google Sheets and Eleventy


Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...

Here’s How to Order Food From Your Home Using Cryptocurrency


Staying home during the coronavirus epidemic reduces the risk of getting infected with the deadly covid-19. The disease, which has already claimed the lives of over 20,000 people globally, spreads through human contact. Food is one of the few basic necessities that can regularly get you out of your...

Different Favicon for Development


I bet a lot of us tend to have the production website and the development website up simultaneously a lot. It's almost a developer cliché at this point to make some local change, refresh, refresh, refresh, refresh, and just not see the change, only to discover you were looking at the production...

Flexible Repeating SVG Masks


Tyler Gaw reminds us that mask-image can repeat, resize, and move just like background-image does, which is fun to combine and play with. I could see it being a fun option for an <hr, like Sara is doing. CodePen Embed Fallback Direct Link to Article — Permalink… Read article...

1.2 Million Italians Can Now Buy Bitcoin From Their Bank


Buying bitcoin just got easier for Italians. The country’s mobile bank Hype has announced a partnership with fintech Conio, enabling customers to buy, sell, and securely store BTC from within their banking app. With over a million Italians choosing to bank with Hype, and 60,000 new customers...

CSS2JS


To add inline styles on an element in JSX, you have to do it in this object syntax, like: <div style={{ fontSize: 16, marginBottom: "1rem" }}Content </div That might look a little weird to us folks who are so used to the CSS syntax, where it is font-size (not fontSize), margin-bottom...

Justin Sun vs. Steem Community Case Just Got Even More Complicated


In an expected counter-move to the Steem (STEEM) community's move, which itself was a move to counter a move, Justin Sun and the Tron Foundation have allegedly decided to censor all posts on the platform related to the community's soon-to-be launched new home, Hive. This has been a complicated...

12 Platforms Allowing You to Trade Gift Cards With Cryptocurrencies


In an emergency situation like the current coronavirus pandemic, anything can turn into currency as the fiat system may experience cash shortages and devaluation. Cryptocurrency users have options to trade bitcoin beyond traditional money. A number of platforms will let you exchange...

A Few Background Patterns Sites


If I need a quick background pattern to spruce something up, I often think of the CSS3 Patterns Gallery. Some of those are pretty intense but remember they are easily editable because they are just CSS. That means you could take these bold zags and chill them out. CodePen Embed Fallback My usual...

Flexbox and absolute positioning


Chen Hui Jing notes that when you absolutely position a flex item, it's no longer part of the flex layout. Except... it kinda is a little bit. If you make the child position: absolute; but don't apply any top/right/bottom/left properties, then flexbox alignment will still apply to it. It's odd...

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