Search
CoinDesk’s New Opinion Section: The Future of the Financial System Is Up for Debate
18.2.2020
Announcing CoinDesk’s new opinion section, a place for discussion on the future of money and all the interesting questions that surround crypto and blockchain as ideas
The Deal with the Section Element
15.1.2020
Two articles published the exact same day:
Bruce Lawson on Smashing Magazine: Why You Should Choose HTML5 <article> Over <section>
Adam Laki on Pine: The Difference Between <section> and <div> Element
They are comparing slightly different things, but they both...
Is “is” Useful?
3.1.2020
God I'm funny.
Anytime we have fairly repetitive selectors that have a common parent, it's probably a place we can use the :is() pseudo-selector.
Holger Bartel demonstrates like this:
section section h1, section article h1, section aside h1, section nav h1,
article section h1, article article...
New Year, New Job? Let’s Make a Grid-Powered Resume!
1.1.2020
Many popular resume designs are making the most of the available page space by laying sections out in a grid shape. Let’s use CSS Grid to create a layout that looks great when printed and at different screen sizes. That way, we can use the resume online and offline, which might come in handy during...
Powering Yahoo Finance’s Cryptocurrency Data and More!
21.11.2019
Key Takeaways: CoinMarketCap now powers the cryptocurrency market data section on Yahoo Finance, providing information on pricing, market capitalization etc,Continue Reading
The post Powering Yahoo Finance’s Cryptocurrency Data and More! appeared first on CoinMarketCap Blog
Powering Yahoo Finance’s cryptocurrency data section and more!
21.11.2019
Key Takeaways: CoinMarketCap now powers the cryptocurrency market data section on Yahoo Finance, providing information on pricing, market capitalization etc, as well as CoinMarketCap indices Soon, CoinMarketCap’s popular daily newsletter and blog content will also be made available. We expect...
A Look at JAMstack’s Speed, By the Numbers
1.11.2019
People say JAMstack sites are fast — let’s find out why by looking at real performance metrics! We’ll cover common metrics, like Time to First Byte (TTFB) among others, then compare data across a wide section of sites to see how different ways to slice those sites up compare.
First, I’d like...
Crypto Ranking Website CoinGecko Launches Derivatives Section
30.10.2019
Crypto ranking website CoinGecko is launching its own cryptocurrency derivatives metrics
Tax Form to Report Revenues From Cryptocurrency Trading Issued in Poland
26.10.2019
Authorities in Poland have clarified the taxation of revenues received from cryptocurrency exchange transactions. The Ministry of Finance has recently published a 2019 tax form that has a dedicated section where taxpayers are expected to declare separately proceeds from crypto trading. Also read:...
IRS to Require 150 Million Tax Filers to Disclose Crypto Dealings
12.10.2019
The U.S. Internal Revenue Service (IRS) has unveiled a new draft tax form used by some 150 million people in the country to file tax returns. It has a section that requires them to answer whether they have received, sold, sent, exchanged, or acquired any financial interest in any cryptocurrencies...
Enhancing The Clickable Area Size
1.10.2019
Here’s a great post by Ahmad Shadeed on making sure that clickable areas in our interfaces are, well, clickable. He writes about making sure that links, buttons and other elements meet accessibility standards for both touch and mouse, too.
I particularly like the section where Ahmad writes about...
Collective #526
20.6.2019
How to Section Your HTML * Darkmode.js * Drop caps & design systems * Servo
Collective #526 was written by Pedro Botelho and published on Codrops
How to Section Your HTML
18.6.2019
The sectioning elements in HTML5 are <nav>, <aside>, <article>, and <section>. <body> is also kind of a sectioning element since all content lying inside of it is part of the default document section.
Here is a brief explanation of each sectioning element...
Traders Are Now Banned From Using Localbitcoins Exchange in Iran
24.5.2019
Traders from Iran have been banned from using the peer-to-peer trading platform Localbitcoins.com within the country. The Iranian section of the website displays a short message that states that the exchange is “currently not available.” The news follows significant Iranian rial trade...
The Thinking Behind Simplifying Event Handlers
9.5.2019
Events are used to respond when a user clicks somewhere, focuses on a link with their keyboard, and changes the text in a form. When I first started learning JavaScript, I wrote complicated event listeners. More recently, I've learned how to reduce both the amount of code I write and the number...
Fixed Headers, On-Page Links, and Overlapping Content, Oh My!
3.4.2019
Let's take a basic on-page link:
<a href="#section-two">Section Two</a>
When clicked, the browser will scroll itself to the element with that ID: <section id="section-two"></section>. A browser feature as old as browsers themselves, just about.
But as soon as...
The Ultimate Guide to JavaScript Algorithms: Anagrams
12.2.2019
Hooray! This article marks the last string manipulation challenge in this section of this course. We've come a long way!
The Ultimate Guide to JavaScript Algorithms: Tools
23.1.2019
To a significant level, the success of a software engineer is highly dependent on the quality of the tools he uses for his craft. In this section, we will highlight the tools that feature prominent
Build Your First Angular Website: Show a Single User Using Route Parameters
30.8.2018
We now have our users section that lists our users. This works great, but now we have to show off a single user. The route to see a single user is defined by their username:
Build Your First Angular Website: Lazy Loading an Angular Section
30.8.2018
Next up, let's create a section of our site specifically dedicated to users. We have many users that are part of our site and we'll have two parts to this:
/users where we