Search

Nalezeno "you": 6685

Telling the Story of Graphic Design


Let me just frame this for you: we're going to take a piece of production UI from a Sketch file, break it down into pieces of information and then build it up into a story we tell our friends. Our friends might be hearing, or seeing, or touching the story so we are going to interpret and translate...

Datalist is for suggesting values without enforcing values


Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea. But this little story is about something...

JavaScript Proxy with Storage


The JavaScript Proxy API provides a wealth of “magic” within JavaScript, allowing you to use any object as sort of an alias that allows a wall of validation, formatting, and error throwing. Did you know that you could also employ the Proxy API as an abstraction to different types...

Responsive Iframes


Say you wanted to put the CSS-Tricks website in an <iframe>. You'd do that like this: <iframe src="https://css-tricks.com"></iframe> Without any other styling, you'd get a rectangle that is 300x150 pixels in size. That's not even in the User Agent stylesheet, it's just some...

The Next Big Financial Meltdown Is Around the Corner, Many Voices Warn


“The economy is looking great,” how many times have they told you that? And why do you usually hear it when you are late on a mortgage payment or during a downsizing purge at your company? Relying on your senses is always a safer bet than trusting the wishful thinking of those...

Don’t comma-separate :focus-within if you need deep browser support


I really like :focus-within. It's a super useful selector that allows you to essentially select a parent element when any of its children are in focus. Say you wanted to reveal some extra stuff when a <div> is hovered... div:hover { .extra-stuff { /* reveal it */ } } That's...

10 Need to Know Mac Terminal Commands


If you want to get into web development, knowing what the Terminal is and how to use it is very beneficial. But there are some essential commands that we’ll go over so we feel comfortable using it

Unsuck It


Julia Carrie Wong and Matthew Cantor's How to speak Silicon Valley: 53 essential tech-bro terms explained was pretty hilarious. A little something in there to offend everyone. Speaking of kinda douchey words, I'm reminded of one of my favorite sites on the internet: Unsuck It. Not only does...

Pseudo Code


Yonatan Doron wrote a post on Medium not long ago called "Art of Code — Why you should write more Pseudo Code." Love that title, as a fan of pseudo code myself. That is, writing "code" that describes something you want to do or communicate, but that isn't of any particular language and doesn't...

CSS :not() with Multiple Classes


Say you want to select an element when it doesn't have a certain class. That's what the :not() selector is for. body:not(.home) { } But what if there are multiple classes you want to avoid? There are no logical combinators with :not(), like and or or, but you can chain them, which...

CSS Animation Libraries


There are an awful lot of libraries that want to help you animate things on the web. These aren't really libraries that help you with the syntax or the technology of animations, but rather are grab-and-use as-is libraries. Want to apply a class like "animate-flip-up" and watch an element, uhhh...

Why You Can’t Bet With Bitcoin at Online Casinos in the US


Since the dawn of Bitcoin, the cryptocurrency landscape has seen a lot of digital currency gaming websites where users can wager their coins in games like poker, dice, blackjack and slots. Because public blockchains are transparent, the protocols have made online gaming provably fair. However...

I Know What you did Last Crypto Winter: 20 Crypto Jokes


Bitcoin went bellow USD 10K. That happened. By the time I typed this, altcoins rallied, then Bitcoin jumped over USD 10K. That happened. In the ever-larger world of regulations-related news, a Chinese court reportedly recognized Bitcoin as having legal value as property; U.S. CFTC is investigating...

With Carbon Money, You can now Buy Cryptos on TRON within the App


Yesterday, Justin Sun, the founder of TRON and the current CEO of BitTorrent; announced on Twitter about the latest integration with Carbon. Carbon is a FinTech company based in New York. The company’s vision is to make blockchain apps more user-friendly. Its area of focus is on the payments...

Using GraphQL Playground with Gatsby


I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this: Data Sources → Pull data from anywhere. Build → Generate your website with React and GraphQL. Deploy → Send the site to...

Should You Trade with Kraken Futures? Let’s Investigate


Kraken Futures have come into the limelight in the recent time. The trading volume has shot up to 350 Million U.S. Dollars, making a new record in 24 hours, last month. There are of course many other platforms in the market today, but why Kraken is gaining so much of popularity is matter to ponder...

Coinbase Gives You a Look into Actions of its Top 10% Traders


U.S.-based cryptocurrency exchange Coinbase released their new group of signalling tools, which should provide information about trading behavior and price correlation to all Coinbase customers for free. The idea is that looking into what experienced traders are doing could be useful to...

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