Search
Ripple Garners Praise From Banks In India And Middle East For Its Cross Border Payments Network
21.5.2019
Ripple is one of the most successful platforms in the blockchain based global remittance segment. The payments focused DLT network has partnered with several financial and non-financial institutions across the globe. It continues to be a preferred choice for companies looking to explore blockchain...
Ethereum Classic (ETC) Price Analysis: Will ETC Cross The $10 Mark In Next 30 Days?
20.5.2019
With the addition of Ethereum Classic (ETC) in the Abra Wallet, it now becomes accessible for trading Ethereum Classic’s new updates focus on increasing the security features of the platform It was in 2016 that Ethereum Classic forked from Ethereum and became that twin which is much more secure...
Bitcoin Cash Devs Publish the First 3 of 3 Multi-Sig Schnorr Transaction
19.5.2019
On May 15, the Bitcoin Cash network successfully upgraded by implementing Schnorr signatures, after which a few developers processed some basic Schnorr signatures. Then, on Saturday, May 18, software developers Chris Pacia, Mark Lundeberg, and Checksum0 performed the first multi-sig Schnorr...
NULS Teams up With Consensus Labs
18.5.2019
NULS, a global open-source and community driven blockchain infrastructure for customizable services, has added Consensus Labs to its ecosystem. By joining the NULS principal network, Consensus Lab has initiated a chain building and cross-chain investment layout that will enable the NULS ecosystem...
Binance Coin (BNB) Price Analysis: Will Binance Coin Cross Its All-time High Once Again?
14.5.2019
Binance increases security in transactions by partnering with crypto regulations firms Binance Coin’s price responds bullishly to the Bitcoin rally Binance has launched a unique concept of using blockchain for trading and has seen tremendous response from the market enthusiasts soon after...
Monero (XMR) Price Analysis: Will Monero Cross The 100 USD Mark In May?
13.5.2019
Monero’s partnership with Fortnite has made it accessible to over 200 million users Monero moves upwards in the current market bull run Monero, a cryptocurrency ensuring non-traceability in every transaction, has always been in the news. Be it the strategic partnerships, a sudden rise in prices...
Schnorr Signatures Are Coming to Bitcoin Cash – Here’s What You Should Know
12.5.2019
On Wednesday, May 15, the Bitcoin Cash (BCH) network will be upgraded to incorporate the highly anticipated Schnorr signature algorithm, a digital signature scheme widely known for its simplicity. Also read: Bitcoin History Part 12: When No One Wanted Your BTC Schnorr Sigs Are Coming Next week,...
A Conspiracy to Kill IE6
6.5.2019
Chris Zacharias published a few notes about why the team at YouTube added a banner that asked users to switch from IE6 to a more modern browser back in 2009:
The bittersweet consequence of YouTube’s incredible growth is that so many stories will be lost underneath all of the layers of new paint....
JPMorgan Continues to Explore Blockchain for Cross-Border Payments, Having Signed 220 Banks Worldwide Along the Way
25.4.2019
Although JPM Coin has been widely criticized by the community, the U.S. banking giant continues to explore blockchain and, more importantly, find use cases for it
Edge Goes Chromium: What Does it Mean for Front-End Developers?
11.4.2019
In December 2018, Microsoft announced that Edge would adopt Chromium, the open source project that powers Google Chrome. Many within the industry reacted with sadness at the loss of browser diversity. Personally, I was jubilant. An official release date has yet to be announced, but it will be...
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...
Blurred Borders in CSS
20.3.2019
Say we want to target an element and just visually blur the border of it. There is no simple, single built-in web platform feature we can reach for. But we can get it done with a little CSS trickery.
Here's what we're after:
The desired result.
Let's see how we can code this effect, how we...
The Process of Implementing A UI Design From Scratch
13.3.2019
This is a fantastic post by Ahmad Shadeed. It digs into the practical construction of a header on a website — the kind of work that many of us regularly do. It looks like it's going to be fairly easy to create the header at first, but it starts to get complicated as considerations for screen...
Spoják #6 – Microsoft miluje retro. Vývojáři nemilují Web Extensions.
12.2.2019
Heslovitě: Openpilot. AV1 a Intel. The Road to React with Firebase. Colourise.sg. Vue 2.6. Winfile.exe. Cross Account Protection. Password Checkup. Selhávání Web extensions. NearDB. Websocketd. React 16.8. Never-Slow Chrome
Styling a Select Like It’s 2019
31.12.2018
It's rather heartwarming to know you can style a <select> in a rather cross-browser friendly way that doesn't hurt accessibility. Kudos for documenting this Scott!
See the Pen Styled <select&rt; by Chris Coyier (@chriscoyier) on CodePen.
Direct Link to Article —...
How to Setup, Build and Deploy Native Apps with Vue
17.12.2018
Vue-Native is a framework written by GeekyAnts, it is a framework built to deliver cross platform mobile native applications. It is inspired by the React-native
Build a state management system with vanilla JavaScript
25.7.2018
Managing state is not a new thing in software, but it’s still relatively new for building software in JavaScript. Traditionally, we’d keep state within the DOM itself or even assign it to a global object in the window. Now though, we’re spoiled with choices for libraries and frameworks to help...
How to create a logo that responds to its own aspect ratio
28.6.2018
One of the cool things about <svg> is that it's literally its own document, so @media queries in CSS inside the SVG are based on its viewport rather than the HTML document that likely contains it.
This unique feature has let people play around for years. Tim Kadlec experimented with...
Scroll to the Future
19.4.2018
This is an interesting read on the current state of scrollbars and how to control their behavior across operating systems and browsers. The post also highlights a bunch of stuff I didn’t know about, like Element.scrollIntoView() and the scroll-behavior CSS property.
My favorite part of all though?...
The ride to 5
28.10.2014
Forwards In recent weeks I contacted around 40 people, a cross section of those who have banged away at, or banged on about, HTML5. I asked them for their perspectives on HTML5 becoming a W3C Recommendation. Below are the words of the 28 people who responded, pretty much in the order they hit...