Search

Nalezeno "like": 3848

CSS Security Vulnerabilities


Don't read that headline and get worried. I don't think CSS is a particularly dangerous security concern and, for the most part, I don't think you need to worry about it. But every once in a while, articles tend to circulate and get some attention as to the possibilities of what CSS can do that...

Despite Setbacks, Darknet Markets Show Continuous Growth in 2019


Since the birth of the Silk Road, there’s been a cat and mouse game between global law enforcement and darknet market (DNM) operators. Over the last two years, law enforcement agencies have knocked out a slew of markets like Hansa and the massive Alphabay. Months later, Dream and Wall Street...

Crypto Banking Expands With Positive Interest Rates and New Services


Banking, in the traditional sense of the term, has become a financial burden for account holders in regions where the era of subzero interest rates has already set in. European nations like Sweden, Denmark, Switzerland, and Eurozone countries have been in negative territory for some time, and banks...

Stop Installing Packages Globally


These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...

Using a PostCSS function to automate your responsive workflow


A little while back, you might have bumped into this CSS-Tricks article where I described how a mixin can be used to automate responsive font sizes using RFS. In its latest version, v9, RFS is capable of rescaling any value for value for any CSS property with px or rem units, like margin, padding...

PR: PayKassa.pro Launches Multifunctional Payment Aggregator


Cryptocurrencies will be in great demand in the future, as the cryptocurrency market surprised skeptics once again. As soon as Bitcoin began its bullish trend, hundreds of other crypto coins followed the example. The authorities of large countries are starting to think about regulation,...

Need to scroll to the top of the page?


Perhaps the easiest way to offer that to the user is a link that targets an ID on the <html> element. So like... <html id="top"> <body> <!-- the entire document --> <a href="#top">Jump to top of page</a> ...

Should a website work without JavaScript?


The JS Party podcast just had a fun episode where they debated this classic question by splitting into two groups of two. Each group was assigned a "side" of this debate, and then let loose to debate it. I don't think anybody can listen to a show like this and not be totally flooded with thoughts!...

CoinMarketCap Daily Newsletter #283


CoinMarketCap Daily Newsletter Your daily newsletter for 30 August, 2019 Opportunity "Most people miss opportunity because it is dressed in overalls and looks like work." - Thomas A. Edison Friyay! Since there're no newsletter tomorrow, this concludes the end of August! Hope y'all […] The...

CoinMarketCap Daily Enterprise Newsletter #283


CoinMarketCap Daily Newsletter Your daily newsletter for 30 August, 2019 "Most people miss opportunity because it is dressed in overalls and looks like work." - Thomas A. Edison Breather  Over the last 24 hours, total market capitalization stayed within a tight range […] The post...

Styling Links with Real Underlines


Before we come to how to style underlines, we should answer the question: should we underline? In graphic design, underlines are generally seen as unsophisticated. There are nicer ways to draw emphasis, to establish hierarchy, and to demarcate titles. That’s clear in this advice from Butterick’s...

Working with Attributes on DOM Elements


The DOM is just a little weird about some things, and the way you deal with attributes is no exception. There are a number of ways to deal with the attributes on elements. By attributes, I mean things like the id in <div id="cool"></div>. Sometimes you need to set them. Sometimes...

The Best (GraphQL) API is One You Write


Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It's like a menu of available data and I can ask for whatever I want. That's a massive improvement over REST and highly empowering for me as a front-end developer...

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