Search

Nalezeno ":not": 5985

Using Your Domain with a Netlify-Hosted Site


Netlify has their own docs for Custom Domains, so if you're looking for horse's mouth technical docs on this stuff, that should be treated as the source of truth. But I'd like to take a crack at it from a slightly different angle, where we look at where you are and what you wanna do, and the point...

Can you nest @media and @support queries?


Yes, you can, and it doesn't really matter in what order. A CSS preprocessor is not required. It works in regular CSS. This works: @supports(--a: b) { @media (min-width: 1px) { body { background: red; } } } And so does this, the reverse nesting of the above: @media (min-width:...

then on Objects


Promises were a revelation in JavaScript development, allowing us to enjoy async processing and avoid callback hell. Many new APIs like Battery API, Cache API, and others use the promise API. One fact you may not know is that you can add a then method to any object to make it Promise-like!...

Even Fed Is Not Happy with the Current Payments System


Fed Chairman Jerome Powell. Source: a video screenshot, Youtube, NBC News As Bitcoin and other cryptocurrency projects are already forcing banking incumbents to work more efficiently, the Federal Reserve, the central bank in the U.S., is reportedly “seriously considering” to develop a new...

Using Netlify Forms and Netlify Functions to Build an Email Sign-Up Widget


Building and maintaining your own website is a great idea. Not only do you own your platform, but you get to experiment with web technologies along the way. Recently, I dug into a concept called serverless functions, starting with my own website. I’d like to share the results and what I learned...

Register Now for An Event Apart 2019 in Chicago


(This is a sponsored post.) An Event Apart juuuuust wrapped up its Washington D.C. event yesterday. We hope we got to see you at the event but if not, perhaps we'll see you at the next one happening Aug. 28-28 in Chicago. Why would you go, you might ask? It's three days of experts imparting their...

How much specificity do @rules have, like @keyframes and @media?


I got this question the other day. My first thought is: weird question! Specificity is about selectors, and at-rules are not selectors, so... irrelevant? To prove that, we can use the same selector inside and outside of an at-rule and see if it seems to affect specificity. body { background:...

When Cash Is Banned, Centralized Cryptos Are Not Going to Save You


Australia is now moving forward with its proposed legislation to ban cash purchases over 10,000 AUD ($6,900) for business purposes. According to the treasury website: “The Black Economy Taskforce recommended this action to tackle tax evasion and other criminal activities.” While many...

The Simplest Way to Load CSS Asynchronously


Scott Jehl: One of the most impactful things we can do to improve page performance and resilience is to load CSS in a way that does not delay page rendering. That’s because by default, browsers will load external CSS synchronously—halting all page rendering while the CSS is downloaded...

Large Regulated Token Sales Indicate ICOs May Be Coming Back


Initial coin offerings have seen a significant decline in popularity, but they are not to be written off completely. Although you don’t hear the term “ICO” so often nowadays, some recent regulatory developments indicate they have a place in the digital economy realm. Crowdfunding...

Indian Government Official Resigns After Drafting ‘Flawed’ Crypto Bill


The Indian government official who headed the committee which drafted the bill to ban cryptocurrencies has resigned after releasing the report and draft bill which the crypto community calls “flawed.” Meanwhile, the government has confirmed that cryptocurrency is currently...

How Government Agencies Make Criminals of Crypto Traders


A New Jersey man has been indicted this week for converting over $2 million to bitcoin and operating a private exchange business not registered with the U.S. Secretary of the Treasury. According to a July 24 press release by the U.S. Attorney’s office, 46-year-old William Green could face...

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