Search
Seoul to Release Native City-Wide Crypto as Part of Smart City Development
7.8.2019
The South Korean capital is looking to release a native city-wide digital currency dubbed S-coin to encourage citizens to participate in the city’s governance
Zoom, CORS, and the Web
23.7.2019
It's sorta sad by funny that that big Zoom vulnerability thing was ultimately related to web technology and not really the app itself.
There is this idea of custom protocols or "URL schemes." So, like gittower:// or dropbox:// or whatever. A native app can register them, then URLs that hit them...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
CSS-Tricks on Flywheel
4.7.2019
I first heard of Flywheel through their product Local, which is a native app for working on WordPress sites. If you ask around for what people use for that kind of work, you'll get all sorts of answers, but an awful lot of very strong recommendations for Local. I've become one of them!...
Haunted: Hooks for Web Components
3.7.2019
I was just chatting with Dave and he told me about Haunted. It's hooks, but for native web components! Pretty cool. I think the existence of stuff like this makes using web components more and more palatable — particularly in that totally-native no-build-step-needed-at-all kinda way.
I...
Bitcoin ‘Inventor’ Craig Wright Claims He Can’t Access Coins in Court Testimony
29.6.2019
On June 28, Craig Wright, the Australian native who claims to be Satoshi Nakamoto, spent the day in a Florida court battling with the Kleiman attorney. Wright became emotional when he told the court that he designed the network but didn’t like how it turned out. At one point he told the court...
Binance About To Issue BTC-Pegged Tokens On Its Native Chain
18.6.2019
Binance users and fans have a reason to rejoice as the leading exchange has recently announced its decision to issue tokens that will be pegged to Bitcoins. These tokens will be issued on Binance’s native blockchain network which we know as Binance Chain. The leading crypto exchange by trading...
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...
Binance Launches Native Trust Wallet on Binance Decentralized Exchange (DEX)
4.6.2019
Binance, the world’s second largest crypto exchange by adjusted volume, has released its official Trust Wallet on its decentralized trading platform Binance DEX
Binance Exchange is Testing Its Own Stablecoin On Its Native Chain
4.6.2019
The leading digital currency exchange in the world, Binance, is apparently about to launch its very own stablecoin. This stablecoin will be tied to the British Pound and not the United States Dollars, which has been quite a popular choice of the other stablecoins present in the market so far....
Creating Your Own SLP-Based Token Using Memo
3.6.2019
Over the last few months, Simple Ledger Protocol (SLP) tokens have been very popular among Bitcoin Cash (BCH) supporters and there’s been a wide variety of unique tokens created. Since then Memo.cash, the onchain social network built on Bitcoin Cash has revealed users can not only store...
After Twitter’s Success, The Platform’s Co-Founder Is About To Launch Native Cryptocurrency
27.5.2019
As they say, there is no end to achieving greater heights if the aim is not the heights but the journey. This seems to fit well with Twitter’s founder Jack Dorsey. The success story and the popularity of the social media platform (and now the favorite hot hub of the cryptocurrency world)- Twitter...
Subsidiary Of Japanese ANA Airline Group Launched Its Native Token, On Bitcoin Cash Network
19.5.2019
Japan is known to be the land of innovation, and hence, a safe breeding ground for crypto projects. Joining the long list, Alliance Cargo Direct, a company engaged in airline cargo services, launched its native crypto token ACD, based on the Bitcoin Cash network. The announcement was made by Roger...
A Deep Dive into Native Lazy-Loading for Images and Frames
15.5.2019
Today's websites are packed with heavy media assets like images and videos. Images make up around 50% of an average website's traffic. Many of them, however, are never shown to a user because they're placed way below the fold.
What’s this thing about images being lazy, you ask? Lazy-loading...
Walking Through The Potential And The Cautions For The Telegram’s Token ‘Gram’
13.5.2019
From April 2017, when the concept of project of TON (Telegram Open Network) was first built, the journey up till now has been quite interesting. In the same year, developments such as platform development, token model approval, platform testing, and testing of the platform’s native token- ‘Gram’...
A Website is a Car and Not a Book
15.4.2019
I’ve been wondering for a good long while why it feels like web design and development isn’t respected as much as native app development= and why the front-end role in many organizations is seen as a nice-to-have rather than a vital part of the business. Why is it so hard to see that this gig...
Native Lazy Loading
9.4.2019
IntersectionObserver has made lazy loading a lot easier and more efficient than it used to be, but to do it really right you still gotta remove the src and such, which is cumbersome. It's definitely not as easy as:
<img src="celebration.jpg" loading="lazy" alt="..." />
Addy Osmani says...
Collective #506
8.4.2019
World Draw * Native lazy-loading * El Grapho * Illustrated.dev * Hyper Editor * Animating SVG with CSS
Collective #506 was written by Pedro Botelho and published on Codrops
A historical look at lowercase defaultstatus
1.4.2019
Browsers, thank heavens, take backward compatibility seriously.
Ancient websites generally work just fine on modern browsers. There is a way higher chance that a website is broken because of problems with hosting, missing or altered assets, or server changes than there is with changes in...
Better Than Native
27.3.2019
Andy Bell wrote up his thoughts about the whole web versus native app debate which I think is super interesting. It was hard to make it through the post because I was nodding so aggressively as I read:
The whole idea of competing with native apps seems pretty daft to me, too. The web gives us...