Search
Fixed Headers and Jump Links? The Solution is scroll-margin-top
21.2.2020
The problem: you click a jump link like <a href="#header-3">Jump</a> which links to something like <h3 id="header-3">Header</h3>. That's totally fine, until you have a position: fixed; header at the top of the page obscuring the header you're trying to link to!
Fixed...
Same HTML, Different CSS
19.2.2020
Ahmad Shadeed covers the idea of a card component that has a fixed set of semantic HTML with some BEMy classes on it. There is a title, author, image, and tags. Then he redesigns the card into five totally different designs without touching any of the HTML just the CSS.
If this is an ah-ha moment...
Bitcoin Fixed Supply Means Futures Aren’t a ‘Threat’ to Price — PlanB
26.12.2019
Bitcoin’s “inelastic” supply makes it stronger against futures manipulation, PlanB suggests
Kuverit Launches Multi Trader Marketplace
2.11.2019
To what was considered as the “dot-com bubble” in the year 2000, Blockchain technology has become as sensationalised and disruptive as the internet was in the late 1990s.Even though the technology is still in its infancy stage, individuals and corporate bodies are already leveraging on it to expand...
Ten-Ton Widgets
15.10.2019
At a recent conference talk (sorry, I forget which one), there was a quick example of poor web performance in the form of a third-party widget. The example showed a site that installed the widget in order add a "email us" button fixed to the bottom right of the viewport. Not even a live-chat widget...
A Dangerous Bug in Bitcoin’s Lightning Network Has Been Fixed
27.9.2019
Bitcoin developer Rusty Russell disclosed Friday the lightning network vulnerability that forced software upgrades in July
Bitcoin Is the Fraud? JPMorgan Metals Desk Fixed Gold Prices for Years
17.9.2019
JPMorgan back in the dock for precious metals trading fraud
Vulnerability Fixed in Facebook Contract Language for Libra Cryptocurrency
10.9.2019
The vulnerability in the Move IR compiler allows malicious actors to introduce executable code to their smart contracts," OpenZepplin’s CEO Demian Brener told CoinDesk
Marshall Islands Announces Its Digital Currency with Fixed Supply of 24 Million Tokens
5.9.2019
On September 4th, the Honourable Minister In-Assistance to the President and Environment of Marshall Islands, David Paul, officially announced that the country would issue its own sovereign currency in a digital form, leveraging blockchain technology. The announcement came as a part of an essay...
Marshall Islands Launches National Crypto With 'Fixed Supply'
4.9.2019
The digital currency will have a fixed, tamper-proof money supply, with growth predetermined at 4% per year
Blockmodo Lets You Create a Snapshot Cryptocurrency Price Widget
17.6.2019
Cryptocurrency prices never stop moving, as the market exists in a constant state of flux. There are instances, though, when it’s useful to be able to hit the pause button and view the price of a cryptocurrency at a fixed point in time. For such occasions, Blockmodo’s snapshot widgets...
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...
Scroll-Linked Animations
29.3.2019
You scroll down to a certain point, now you want to style things in a certain way. A header becomes fixed. An animation triggers. A table of contents appears. To do anything based on scroll position, JavaScript is required right now. You watch the scroll position via a DOM event and alter...
CSS Algorithms
6.3.2019
I wouldn't say the term "CSS algorithm" has widespread usage yet, but I think Lara Schenck might be onto something. She defines it as:
a well-defined declaration or set of declarations that produces a specific styling output
So a CSS algorithm isn't really a component where there is some parent...
Dealing with overflow and position: sticky;
25.2.2019
Any overflow value other than visible and no height is the enemy of child elements with position: sticky;. It's like that element is ready to stick when the parent scrolls, but it never does because the height is unconstrained. Adding a fixed height can solve the issue, but that's not always...
Getting to Grips with the Airtable API
14.2.2019
The Airtable web app is pretty neat. You can use it like a spreadsheet but it’s useful for all sorts of other things too. The neatest thing about it for me is that it has an API so that you can treat it like a database.
I’ve been thinking about making weekly notes for the different teams I work...
CSS Ellipsis Beginning of String
18.12.2018
I was incredibly happy when CSS text-overflow: ellipsis (married with fixed width and overflow: hidden was introduced to the CSS spec and browsers; the feature allowed us to stop trying to marry JavaScript width calculation with string width calculation and truncation. CSS ellipsis was also very...
Random Day in the Life of a Developer
11.7.2018
Yesterday, I started going through my email as soon as I got to work. I always start my day with email. I kinda like email. I read some interesting things in keeping up with the industry. I deal with some business things. I handle with some personal things. I make a note of the most important stuff...
Writing Good Support Requests
2.7.2018
My take on trying to be helpful to a support staff.
One bit is just as relevant for learning development:
Writing out a ticket will help you figure out the problem.
Sometimes when you have to take a second to collect your thoughts and explain something, the problem will become clear and maybe even...
Bungie says it has fixed Destiny 2's infamous “Bureaucratic Walk” emote, which was allowing play
2.11.2017
Bungie says it has fixed Destiny 2's infamous “Bureaucratic Walk” emote, which was allowing players to glitch through walls to access parts of the game that they shouldn’t have been able to access. A hotfix released today patched that bug and made some tweaks to Faction Rallies and Crucible...