Search
For Initial Exchange Offerings, Liquidity is King
9.11.2019
There are many benchmarks for measuring IEO success. Token price, community size, code shipped, and milestones met are all yardsticks for gauging the progress of a tokenized project. For projects seeking to create the biggest possible splash, however, liquidity is the crucial factor. The more...
Justin Sun Writes an Open Letter Discussing the Progress of TRON Protocol
29.9.2019
Justin Sun has written an open letter addressing the community in which he discusses the progress of the TRON Protocol in 4th Quarter, 2019. The letter primarily talks about five vital projects that the company has underway namely, TRON Protocol’s evolution, Sun Network’s introduction, Blockchain...
Indian Parliament Member Helping Crypto Community Influence Regulation
17.9.2019
The Indian crypto community has made progress towards influencing the government’s crypto policies. Some industry leaders have met with an influential lawmaker who has agreed to help bring about positive crypto regulation in the country. Also read: India’s Popular ‘Who Wants to...
Crypto, Blockchain Progress Continues in Argentina, Venezuela, Ecuador
15.8.2019
Source: iStock/Anson_iStock
Cryptocurrency prices may be falling, but Bitcoin, altcoins and blockchain technology are still trying to gather momentum in Latin America.
Reports from Argentina continue to claim that citizens are flocking to bitcoin as an alternative to the fast-depreciating peso –...
PR: Uruguayan President Meets With the Founder of SCRY
2.8.2019
Uruguay, nicknamed South America’s Switzerland, has always taken a positive attitude towards the development of science and technology and information economy as well as science and technology services, thus becoming the first Latin American country to step into 5G information this year. Miss...
Justin Sun Speaks At Asia Blockchain Summit 2019, Briefs About Progress And Future Plans
4.7.2019
The Asia Blockchain Summit 2019 has been a successful event, with major crypto-blockchain leaders from the region and outside delivering important keynotes. Among these high profile personalities, was Justin Sun, co-founder and CEO of Tron Foundation, who spoke about the development of Tron network...
Bank of Japan Boss Keen to Follow Facebook's Libra Progress
21.6.2019
Haruhiko Kuroda. Source: a video screenshot, Youtube, Bloomberg
With regulators and financial chiefs around the world lining up to express their concerns and doubts over Facebook’s forthcoming Libra cryptocurrency, it looks like one of Japan’s biggest financial players would rather look on...
Every Layout
18.6.2019
Every Layout is a new work-in-progress website and book by Heydon Pickering and Andy Bell that explains how to make common layout patterns with CSS. They describe a lot of the issues when it comes to the design of these layouts, such as responsive problems and making sure we all write maintainable...
Bitcoin Does Not Progress As Payment Method in the Travel Industry, As It Has Failed As A Functional Payment Form!
13.6.2019
Currently, Bitcoin’s usage as a method of commercial payment has been vastly declined during the year, while the cryptocurrency is seen to be going steady. Moreover, Bitcoin failing to be received as a functional payment form in the travel industry, crypto players are concentrating on...
Ethereum vs Bitcoin: ETH and BTC Progress with Slow Recovery
6.6.2019
In the last two days, Ethereum has gone through frequent price slumps. The coin was struggling to break the bearishness that lasted for a couple of days. However, since yesterday, the ETH price is slowly moving upward. Bitcoin price, on the other hand, has also increased in the last 24 hours....
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...
Singapore’s Investment Firm Marvelstone Group Stays Silent About Its Progress
13.5.2019
Singapore has been a thriving financial hub for decades now and needless to say, the country has seen the establishment of a fair share of investment funds in the process as well. One of those is ‘Marvelstone Group’ which is purportedly involved in investment in the financial technology space...
Neither Dominant Nor Defeated, EOS Still a Work in Progress
20.3.2019
A trillion-dollar transaction glitch shows how far EOS still has to go to make a real impact
A Funny Thing Happened on the Way to the JavaScript
12.2.2019
Around this time last year, I wrote an article about the JavaScript learning landscape. Within that article, you’ll find my grand plans to learn JavaScript — complete with a link to a CodePen Collection I started for tracking my progress, and it even got dozens of comments cheering me on.
Like most...
Collective #471
26.11.2018
Progress-estimator * Felipe * Fibre * Electricity * Hue * What, exactly, is the DOM? * Essential TypeScript Types * Canvas Proximity Mask
Collective #471 was written by Pedro Botelho and published on Codrops
Understanding The Underlying Processes of JavaScript’s Closures And Scope Chain
5.7.2018
When developers start exploring the JavaScript programming language, the concept of Scope and Closures can be expected to be a hurdle to their progress. The reason behind this behavior is the compl
Animating Progress
30.4.2018
Jonathan Snook on the complexity of animating the <progress> element. If you’re unfamiliar, that’s the element that spits out a bar chart-like visual that indicates a position between two values:
This example has custom styles, but you get the point.
Jonathan's post shows off a method...
Collective #410
26.4.2018
Native-Like Animations * Grid to Flex * Sketch UX Kit * Day.js * Classroomies * Recurss * Animating Progress * VHS Effects
Collective #410 was written by Pedro Botelho and published on Codrops
Reset File Changes with git
25.4.2018
There are many different philosophies when it comes to code review but mine is fairly simple: I like receiving early “work in progress” patches, I like to be positive in my code review messages, and if a patch is 90% there, I like to finish the patch myself so the project...