Search

Nalezeno "SET": 2207

Our Value of Money Is Subjective But That Doesn’t Make It Meaningless


In my last op-ed, I discussed how the value we place on items and goods is subjective based on Carl Menger’s Subjective Theory of Value and how these concepts apply to people’s perception of value with things like fiat, gold, and bitcoin. The post outlined the idea that money cannot...

E-Commerce Giant eBay All Set to Start Accepting Payments in Cryptocurrencies


When cryptocurrencies first came into existence, no one quite took it with much seriousness and a future in which payments could be made with those currencies was nothing short of a pipe dream. However, over the past few years, that attitude is changing at a breakneck pace as more and more people...

Why, How, and When to Use Semantic HTML and ARIA


Semantic HTML and Accessible Rich Internet Applications (ARIA) help create interfaces that work for everyone in the most performant, robust, and simple way possible. They add essential meaning to your content, which lets web browsers, search engines, screen readers, RSS readers, and ultimately...

Pár set tisíc obyvatel Aljašky bude mít lepší internet než celé Česko


Jedním z nejrychlejších podmořských kabelů je Marea, do kterého investovaly společnosti Microsoft a Facebook. Souhrnná kapacita při současné technologii dosahuje až 160 Tb/s a v experimentálních podmínkách až rekordních 209,6 Tb/s. Marea spojuje Ameriku s Evropou a její skutečná současná vytíženost

Podvod za pět set. Americkou vědomostní soutěž vyšetřoval Kongres


Měla nabízet souboj mozků nabitých vědomostmi. Jenže do napětí byl zabalen aranžovaný scénář s dopředu nacvičenými reakcemi. Jednu z prvních vědomostních soutěží s názvem Jednadvacítka sledovalo až 50 milionů diváků. Všechny vodila za nos a pořad nakonec vyšetřoval Kongres.Další články...

Faking env() to Use it Now


There is already an env() function in CSS, but it kinda came out of nowhere as an Apple thing for dealing with "The Notch" but it has made it's way to be a draft spec. The point will be for UAs or authors to declare variables that cannot be changed. Global const for CSS, sorta. That spec doesn't...

KV Storage


localStorage is... Good! It's an incredibly easy API to use. localStorage.setItem('name', 'Chris'); let name = localStorage.getItem('name'); Bad! Philip Walton explains why: localStorage is a synchronous API that blocks the main thread, and any time you access it you potentially prevent your...

Creating a Reusable Pagination Component in Vue


The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there are cases when the best possible way of presentation means creating a list. Depending on the amount of data and its content, we may decide...

Set Branch Alias with Git


Version control systems can be difficult to use, especially when you don’t use a UI app. Just think about main branch or revision names: svn uses “trunk”, git uses “master”, and mercurial (hg) uses “tip”. I need to switch between mercurial and...

Buddy: 15 Minutes to Automation Nirvana


(This is a sponsored post.) Deploying a website to the server in 2019 requires much more effort than 10 years ago. For example, here's what needs to be done nowadays to deliver a typical JS app: split the app into chunks configure webpack bundle minify .js files set up staging environment upload...

Exploding 3D Objects with Three.js


A set of WebGL demos that show an exploding 3D object animation inspired by "Kubrick Life Website: 3D Motion". Exploding 3D Objects with Three.js was written by Yuriy Artyukh and published on Codrops

Set Commit Author with git or hg


Knowing who authored a code patch is a sacred and important practice in the world of software engineering. Knowing the author gives the reviewer an idea of trust level, know who to ask questions about the patch, and gives credit to the genius of an important fix. There have been times when...

Encapsulating Style and Structure with Shadow DOM


This is part four of a five-part series discussing the Web Components specifications. In part one, we took a 10,000-foot view of the specifications and what they do. In part two, we set out to build a custom modal dialog and created the HTML template for what would evolve into our very own custom...

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