Search

Nalezeno "Mind": 233

It’s all relative.


I remember sitting in the back seat of our family’s Subaru station wagon. I was six and this was long before child carseats were a thing. My dad was at the wheel and my mom played 20 Questions with me while we drove to some vacation spot I can’t even remember. It was my mom’s turn...

Alliance Bernstein Tells Clients Bitcoin Has a Role in Asset Allocation


Alliance Bernstein has told its clients that bitcoin has a role in investment portfolios. The head of the Portfolio Strategy team of the firm’s research arm said he has changed his mind about bitcoin after previously stating that it did not have a place in investment portfolios. Alliance...

Websites We Like: Whimsical


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...

Full Bleed


We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques. Perhaps my favorite is this little utility class: .full-width { width: 100vw; position:...

Your Bitcoin Brainwallet Can Be Swept Even Without Reading Your Mind


If you're considering setting up a "brainwallet" to secure your bitcoin (BTC), you might want to think twice and learn from a recent experiment. It showed that BTC might be stolen in less than a second. Contrary to a paper wallet, where a BTC owner has their seed phrase written...

Leading Auction House Christie’s Listing Bitcoin Art for the First Time


The world’s largest auction house, Christie’s, will be presenting Bitcoin artwork for the first time. Block 21 of “Portraits of a Mind,” an art project showcasing the original Bitcoin code by Satoshi Nakamoto, will include a painting and a unique digital non-fungible token....

Working with JavaScript Media Queries


What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this: body {   background-color: plum; } 
 @media (min-width: 768px) {   body {     background-color: tomato;   } } CSS media queries are a core ingredient in any responsive...

OKEx CEO Says Indian Crypto Ban 'Unlikely', Has 3 Scenarios in Mind


Major crypto exchange OKEx opened the doors of their new platform in India, amidst speculations that another crypto ban might be incoming. This scenario the exchange's CEO finds unlikely to happen, describing the platform's first day of trading as a "huge success." On August 5,...

A Bit on Web Component Libraries


A run of Web Components news crossed my desk recently so I thought I’d group it up here. To my mind, one of the best use cases for Web Components is pattern libraries. Instead of doing, say, <ul class="nav nav-tabs"> like you would do in Bootstrap or <div class="tabs"> like...

John Perry Barlow: A Declaration of the Independence of Cyberspace


Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather. We have no elected government,...

Hide Scrollbars During an Animation


CSS still can’t animate to auto dimensions. .dropdown { transition: 0.2s; height: 0; } .dropdown.open { /* the height will change, but it won't animate. */ height: auto; } There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....

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