Search
Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs
7.6.2019
In this week's news, a new Feature Policy API in Chrome, Firefox blocks cookies from known trackers, Chrome for Android now allows websites to share images, and more.
The post Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs appeared first on CSS-Tricks
Report: Nearly $10 Million in XRP Stolen in GateHub Hack
6.6.2019
GateHub estimates that hackers have managed to compromise around 100 XRP Ledger wallets, with reported losses of nearly $10 million
How to Use the Web Share API
6.6.2019
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to trigger the native share dialog of a device (or desktop, if using Safari) when sharing content — say a link or a contact card — directly from...
Creating Animations Using React Spring
4.6.2019
Have you ever needed animation in your React application? Traditionally, implementing animation has not an easy feat to accomplish. But now, thanks to Paul Henschel, we there’s a new React tool just for that. react-spring inherits from animated and react-motion for interpolations, optimized...
Open-Source IP Geo-location API
4.6.2019
Geo-location is the identification or estimation of the real-world geographic location of an Internet-connected computer terminal or device.
Basically, we can get location data from their IP
IP Geolocation API
4.6.2019
Detecting geolocation information from your user provides you a massive advantage: improved conversion, better segmenting and analytics, and providing more relevant content. There are numerous paid services which will provide geolocation info but they’re oftentimes too costly or short...
[aktualita] Aplikace Wallet od BudgetBakers získala licenci ČNB, napojí se na bankovní API
30.5.2019
Český fintechový startup BudgetBakers po nedávné investici od Rockaway Capital hlásí další novinku. Jeho aplikace Wallet umožňující správu osobních financí získala licenci od České národní banky. Bude se tak moci napojovat na bankovní API rozhraní. Jde o další pokračování vývoje kolem evropské...
Class Components in Vue are No Longer Happening
30.5.2019
An upcoming Vue update was set to have classes implemented. In React and Angular, we can create components u
Velocity Ledger Technology Launches Testnet and Blockchain API in Bermuda
28.5.2019
Velocity Ledger Technology announced an early access opportunity for users to make apps for issuing, trading, and settling utility tokens with their API and testnet
10 React Challenges (Beginner): Fetch and Display from an API
28.5.2019
A number of web applications and sites rely on third-party APIs and services for data.
In this React challenge, we will learn to make an API r
Startup Týdne #126: Amio umožňující implementaci různých messengerů pomocí jedné API
24.5.2019
Když Matouš Kučera před třemi lety koukal na prezentaci Marka Zuckerberga o budoucnosti Messengeru, uvědomil si, že to není jediné médium, které lidi používají na komunikaci. A proto se se svým týmem pustil do vývoje Amio, díky kterému může vývojář implementovat všechny „messengery“ dohromady....
Resize Observer
21.5.2019
Creating websites that are reactive and responsive used to be considered advanced but responsiveness is a necessity for successful websites and apps. We’ve added media queries, matchMedia, and a host of other APIs to help developers make responsiveness easier and now we get a new one:...
Crescent Cash Users Can Now Send Bitcoin Cash Via Text Message
16.5.2019
On May 15, the BCH-based and open source Android wallet Crescent Cash launched a new feature that allows people to send bitcoin cash through a text message. The SMS sending service added to the wallet is due to the latest open source API introduced by the crypto startup Cointext. Also read: Bitcoin...
[aktualita] Státní agentura API začala s příjmem žádostí o dotace na vysokorychlostní internet
9.5.2019
Agentura pro podnikání a inovace, státní příspěvková organizace podřízená Ministerstvu průmyslu a obchodu ČR, začala přijímat žídosti o dotace na budování sítí pro vysokorychlostní internet v rámci tzv. Výzvy II programu Vysokorychlostní internet. Výzvu vyhlásilo v únoru Ministerstvo průmyslu...
A Few Functional Uses for Intersection Observer to Know When an Element is in View
8.5.2019
You might not know this, but JavaScript has stealthily accumulated quite a number of observers in recent times, and Intersection Observer is a part of that arsenal. Observers are objects that spot something in real-time — like birdwatchers going to their favorite place to sit and wait for the birds...
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
The Many Ways of Getting Data Into Charts
1.5.2019
Data is available everywhere nowadays, whether it’s in a plain text file, a REST API, an online Google sheet… you name it! It’s that variety of context that makes building graphs more than simply having a database in your local project — where there is data, there is a way.
That’s pretty much what...
Earth day, API’s and sunshine.
1.5.2019
Cassie Evans showcases some really nifty web design ideas and explores using the API provided by the company her team over at Clearleft recently hired to cover their building's roof with solar panels. Cassie outlines her journey designing a webpage that uses the API to populate some light data...
Happy 6th Birthday! DATA Alliance, Block Explorers and more
1.5.2019
Today we are celebrating our sixth anniversary at CoinMarketCap. To commemorate this momentous occasion, we are announcing several major initiatives that we’ve been working on for months: CoinMarketCap Data Accountability & Transparency Alliance CoinMarketCap Block Explorers CoinMarketCap Shop...
Collective #512
29.4.2019
Let's Make A Design System! * CSS Spatial Navigation Level 1 * MutationObserver API * 3D Projection
Collective #512 was written by Pedro Botelho and published on Codrops