Search
Beacon Chain Contracts Proposal By Vitalik Buterin Could Change The Way To Deploy Dapps On Ethereum
27.5.2019
The launch of Ethereum 2.0 is one of the most awaited crypto events of 2019, and it continues to be in the headlines. As per new reports, the core infrastructure of the hyped 2.0 update, based on the Proof-of-Stake consensus, might be up for a redesign. Vitalik Buterin, the co-founder of Ethereum...
Ethereum Classic (ETC) Price Analysis: Slowly and Steadily, It Will Change Your Investment Figures!
27.5.2019
On Monday, May 27th, Ethereum Classic is still showing a great upward trend each day even after witnessing some financial difficulties. Speaking of the news about the same, the execution of 51% attack on the ETC was confirmed in January which seemed like a disappointing journey. However, even...
Front-End Documentation, Style Guides and the Rise of MDX
23.5.2019
You can have the best open source project in the world but, if it doesn’t have good documentation, chances are it’ll never take off. In the office, good documentation could save you having to repeatedly answer the same questions. Documentation ensures that people can figure out how things work...
The Browser Can Remember Edited Content
22.5.2019
You can make the text inside any HTML element editable by adding the contenteditable attribute.
<div contenteditable>
Hey, I'm like a textarea kinda now!
</div>
I wouldn't say there are wheelbarrows full of use-cases for that, but it's neat. One possible use might be...
NYSE Arca Files Proposed Rule Change with SEC for Bitcoin-, T-Bills-Backed Investment Trust
21.5.2019
NYSE Arca has filed a proposed rule change with the U.S. SEC for an application to list shares in a bitcoin investment trust that would be backed by the cryptocurrency and T-bills
BTC vs. XRP: XRP Movements Coincide with Bitcoin, Though Has No Change in the Market Position
21.5.2019
Bitcoin price that was a virtuoso in the race of bullish market seems to have a struggling journey to continue the Bull Run. By the end of the previous week, Bitcoin value has been abating in comparison to the hike it had in the fortnight. However, as the weekend turned the corner Bitcoin price...
Zulu Republic’s WhatsApp Move Via Lite.IM Could Change The Crypto Game For The Masses
21.5.2019
Cryptocurrencies are here to stay; there’s no doubt about it. The market withstood the worst times and survived through them, proving their mettle. However, the mass adoption of digital currencies is still a few breakthroughs away. Zulu Republic’s announcement made on Sunday could just be that....
NYSE Arca Seeks Rule Change to List ETF Backed by Bitcoin and T-Bills
20.5.2019
NYSE Arca has formally applied to the SEC for a rule change that would let it list shares in a proposed bitcoin trust managed by Wilshire Phoenix Funds
10 React Challenges (Beginner): DOM Movement with Events
20.5.2019
Styling elements or in some instances, components in a React project is essential. Sometimes, you need to make a change in the style of an element bas
‘Tackling Real World Issues’: Hackers at ETH New York Build Apps Geared Towards Social Change
19.5.2019
A New York Blockchain Week ended last Friday we spent time at an ethereum hackathon where developers came together to build blockchain tools with social impact
Everything You Ever Wanted to Know About inputmode
17.5.2019
The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display when a user has selected any input or textarea element.
<input type="text" inputmode="" />
<textarea inputmode="" />
Unlike changing the type...
Price Analysis of Litecoin (LTC) – Hardware Wallet Set To Change Litecoin’s Fortune
14.5.2019
One of the best performers of 2019. Launch of hardware wallet and partnership with Travala caused a price surge of around 14%. Ranked at number 5 in the crypto market. Current market cap is around 5.67 USD billion. Litecoin (LTC) has entered into a strategic partnership with Travala.com, for online...
Change Color of SVG on Hover
13.5.2019
There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover, :active, :focus, class name change, etc. — is different.
Let's look at the ways.
Inline SVG
Inline SVG is my favorite way to use...
SVG Properties and CSS
13.5.2019
There are many Scalable Vector Graphics (SVG), but only certain attributes can be applied as CSS to SVG. Presentation attributes are used to style SVG elements and can be used as CSS properties. Some of these attributes are SVG-only while others are already shared in CSS, such as font-size...
Russian Prosecutors Fail to Block Crypto Website
13.5.2019
A court case in Russia has signaled a change in the attitude authorities have towards the cryptocurrency space, at least on first glance. An online portal helping traders find the best exchange options for their digital assets will be allowed to restore normal operations. That’s after...
Zcash (ZEC) Price Analysis: Will Zcash Change The Financial Markets Scenario?
13.5.2019
Aims to work towards a complete makeover of Global Financial Markets. Launch of Zcash’s hard fork expected to be a major factor in its future growth prospects. Circulating supply is at 6,520,994 ZEC. Has one of the best privacy features among blockchain platforms. The launch of Zcash hard fork...
Mike Novogratz: Web 3.0 Will Change the World, Not Bitcoin
12.5.2019
Bitcoin is not going to change the world as it is just a store of value, Galaxy Digital CEO Michael Novogratz argued at ConsenSys’ Ethereal Summit
Weekly Platform News: Feature Policy, Signed Exchanges, iOS browsers
10.5.2019
👋 Hey folks! This is the first edition of a new weekly update we'll be posting that covers timely news at the intersection of development standards and the tools that make them available on the web. We often talk about the pace of change in our industry. It's fast and touches everything...
Holo (HOT) Price Analysis: Can the Realization of Planned Deals Change the Course of Holo’s Price Trend?
10.5.2019
Holo has many planned upcoming associations which can give it access to huge users’ base. The 2019 target should be 20x the current value. Holochain (HOT) is a digital network which provides peer-to-peer networking for agent-centric agreements. The platform is decentralized and maintains...
A responsive grid layout with no media queries
9.5.2019
Andy Bell made a really cool demo that shows us how to create a responsive grid layout without any media queries at all. It happens to look like this when you change the size of the browser window:
I think this is a wonderful layout technique that’s just 6 lines (!) of CSS.
.auto-grid...