Search
A Glassy (and Classy) Text Effect
29.8.2019
The landing page for Apple Arcade has a cool effect where some "white" text has a sort of translucent effect. You can see some of the color of the background behind it through the text. It's not like knockout text where you see the exact background. In this case, live video is playing underneath....
Decred Adds More Privacy to Its Coin
29.8.2019
Decred, a developer of digital currency that is currently ranked 32nd by market capitalization, came out with their new privacy features.
“It is expected that roughly 12.5% of all Decred in circulation will make use of privacy within a few months,” the creators claim.
Project Lead for Decred...
Goldman Sachs States That There is More Pain in Store for Indian Economy
29.8.2019
The global economy is currently in the middle of turmoil due to a wide range of factors. Two of the world’s biggest economies, the United States and China, are locked in a bruising trade war, while Europe’s biggest economy, Germany has experienced a downturn. However, among all that it is perhaps...
ERC20 Tether Transactions Flip Their Omni Equivalent
29.8.2019
Crypto enthusiasts have noticed that the Ethereum blockchain has come awfully close to reaching capacity due to the added transactions stemming from the Tether (USDT) network. The transaction count since mid-August shows the ERC20 version of tether has surpassed the original version that uses BTC....
Nested Gradients with background-clip
28.8.2019
I can't say I use background-clip all that often. I'd wager it's hardly ever used in day-to-day CSS work. But I was reminded of it in a post by Stefan Judis, which consistently was itself a learning-response post to a post over here by Ana Tudor.
Here's a quick explanation.
You've probably seen...
Creating a Maintainable Icon System with Sass
28.8.2019
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages:
They don't require any additional HTTP requests other than the CSS file.
Using the background-size property...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...
The Case for Crypto Funds: Transparent, Less Expensive, More Diverse
28.8.2019
Interest in crypto funds is on the rise, and a platform is aiming to help portfolio managers connect with switched-on consumers
Going Buildless
27.8.2019
I'm in a long distance relationship. That means I’m on a plane to England every few weeks, and every time I'm on that plane, I think about how nice it would be to read some Reddit posts. What I could do is find a Reddit app that lets me cache posts for offline (I’m sure there is one out there),...
More Flexible Online Stores WooCommerce and Gutenberg Blocks
27.8.2019
Blocks have become an indispensable component for managing content in WordPress since the Gutenberg editor was officially released earlier this year. Not only does WordPress include some nifty blocks right out of the box, but we're starting to see plugin developers take advantage of them...
Reusable Popovers to Add a Little Pop
26.8.2019
A popover is a transient view that shows up on top of a content on the screen when a user clicks on a control button or within a defined area. For example, clicking on an info icon on a specific list item to get the item details. Typically, a popover includes an arrow pointing to the location from...
Collective #543
26.8.2019
JavaScript: The Modern Parts * Ruffle * Pagemap * Mario HTML * Consume less, create more
Collective #543 was written by Pedro Botelho and published on Codrops
Moře v srdci kontinentu: Kyrgyzské slané jezero Issyk-kul
26.8.2019
Moře v srdci kontinentu: Kyrgyzské slané jezero Issyk-kul
Minds Behind Crypto Scam Charged with $500,000 and More by US FTC
25.8.2019
On February 16th, 2018, the Federal Trade Commission (FTC) of the United States filed a lawsuit against four individuals—Thomas Dluca, Louis Gatto, Eric Pinkston, and Scott Chandler—for violating FCT Acts by “advertising, marketing, and promotion of purported money-making schemes.” In their...
The White House Just Blamed Bitcoin for America’s Opiate Crisis
24.8.2019
The opioid epidemic is the new devil Bitcoin is being blamed for inflaming, to be added to the already long list of heinous crimes crypto is supposedly responsible for, like terrorism, money laundering, and trafficking. While it’s painfully clear that the U.S. dollar is a much more common...
Jeremy Keith – Building the Web
23.8.2019
I really enjoyed this interview with Jeremy Keith on the state of the web, how things have changed in recent years and why he’s a mix of optimistic and nervous for the future.
One thing that caught my attention during the interview more than anything was where Jeremy started discussing how folks...
Multiplayer Tic Tac Toe with GraphQL
23.8.2019
GraphQL is a query language for APIs that is very empowering for front-end developers. As the GraphQL site explains it, you describe your data, ask for what you want, and get predictable results.
If you haven’t worked with it before, GraphQL might be a little confusing to grok at first glance....
The Push to Kill Cash – Australia’s Proposed Ban Shows It’s Not Conspiracy Theory
23.8.2019
The supposed coordination of governments and tech companies to create a one-world, cashless society is often viewed as little more than fodder for silly Youtube conspiracy videos. After all, cash is still king in daily life, even in extremely high-tech, innovative societies like Japan. Upon closer...
Weekly Platform News: Improving UX on Slow Connections, a Tip for Writing Alt Text and a Polyfill for the HTML loading attribute
23.8.2019
In this week's roundup, how to determine a slow connection, what we should put into alt text for images, and a new polyfill for the HTML loading attribute, plus more.
Detecting users on slow connections
Algolia is using the Network Information API (see the API’s Chrome status page) to detect users...
Advice for Technical Writing
22.8.2019
In advance of a recent podcast with the incredible technical writer and Smashing Magazine editor-in-chief Rachel Andrew, I gathered up a bunch of thoughts and references on the subject of technical writing. So many smart people have said a lot of smart things over the years that I thought I'd round...