Search
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...
Interviewing for a Technical Position Doesn’t Have to Be Scary
26.4.2019
Jacob Schatz (@jakecodes) is a staff engineer over at GitLab and was kind enough to share how he conducts job interviews for technical positions and his thinking process for them. Technical interviews are talked about often and can be a touchy subject for some, so it’s worth noting that this...
Under-Engineered Toggles
10.4.2019
Toggles. Switches. Whatever you want to call them, they've been with us for some time and have been a dominant a staple for many form interfaces. They're even baked right into many CSS frameworks, including Bootstrap and Foundation.
It's easy to think of them in binary terms: on and off. Off...
Testing for Visual Regressions with Percy
8.4.2019
It’s a Herculean task to test
Undefined: The Third Boolean Value
5.4.2019
I wanted to implement a notification message in one of my projects, similar to what you’d see in Google Docs while a document is saving. In other words, a message shows up indicating that the document is saving every time a change is made. Then, once the changes are saved, the message becomes: “All...
CSS Houdini Could Change the Way We Write and Manage CSS
28.3.2019
CSS Houdini may be the most exciting development in CSS. Houdini is comprised of a number of separate APIs, each shipping to browsers separately, and some that have already shipped (here's the browser support). The Paint API is one of them. I’m very excited about it and recently started to think...
How blockchain will disrupt the communication industry
22.3.2019
From the CMC editorial desk: One of the things we’ve always wanted to explore is what mass adoption of blockchain technology looks like. Here we have some examples of how it will change the face of the communication industry in […]
The post How blockchain will disrupt the communication...
Using <details> for Menus and Dialogs is an Interesting Idea
21.3.2019
One of the most empowering things you can learn as a new front-end developer who is starting to learn JavaScript is to change classes. If you can change classes, you can use your CSS skills to control a lot on a page. Toggle a class to one thing, style it this way, toggle to another class...