Search
Neal.fun
2.1.2020
Hats off to Neal Agarwal for some stellar interactive work lately, like The Deep Sea, a vertical scrolling experience to help us understand the depth of the oceans, and The Size of Space, a side-scrolling experience to help us understand the size scale of things in the universe (check out Josh...
Weekly Platform News: Strict Tracking Protection, Dark Web Pages, Periodic Background Sync
12.12.2019
In this week's news: Firefox gets strict, Opera goes to the dark side, and Chrome plans to let web apps run in the background.
Let's get into the news.
Firefox for Android will block tracking content
Mozilla has announced that the upcoming revamped Firefox for Android (currently available in...
Filtering Lists Dynamically With Vue on the Server Side is Easier Than You’d Think
4.12.2019
I recently attended the ARTIFACT conference in Austin, TX, and was inspired by a few talks about accessibility through the lens of site performance. It became clear to me that there is this tendency to rely on big JavaScript frameworks to handle the work — like React, Vue, and Angular — but that...
The Thought Process Behind a Flexbox Layout
27.11.2019
I just need to put two boxes side-by-side and I hear flexbox is good at stuff like that.
Just adding display: flex; to the parent element lays out the children in a row.
Well, that's cool. I guess I could have floated them, but this is easier.
They should probably take up the full space they have...
HSBC Closes Account Used to Support Hong Kong Protesters
22.11.2019
For months on end, Hong Kong has been the scene of intensive confrontation between pro-democracy activists and its Beijing-supported government. It now seems the financial establishment has taken a side in this conflict. Banking giant HSBC has decided to close an account used to support the protest...
Crypto Swapping App Sideshift AI Drops Access Code Requirement
21.11.2019
Since launching in January, Sideshift.ai has become a well known cryptocurrency application that allows people to swap 20+ cryptocurrencies in an automated manner. When Sideshift first launched, users needed an access code to use the service, but on November 20 the team removed access codes and...
Google, Facebook Take on Banking Duties, Crypto Shrugged to the Side?
21.11.2019
With major tech firms shifting their focus to finance, what does this mean for the future of crypto and the wider financial system?
Oh, the Places JavaScript Will Go
19.11.2019
I tend to be pretty vocal about the problems client-side JavaScript cause from a performance perspective. We're shipping more JavaScript than ever to our user's devices and the result is increasingly brittle and resource-intensive experiences. It's... not great.
But that doesn't mean I don't like...
The Communal Cycle of Sharing
18.11.2019
What I'm interested in this year is how we're continuing to expand on tools, services, and shared side projects to collectively guide where we take the web next, and the way we're sharing that.
So many other mediums—mostly analog ones—have been around for ages and have a deeper history. In...
The Best Cocktail in Town
18.11.2019
I admit I've held in a lot of pent-up frustration about the direction web development has taken the past few years. There is the complexity. It requires a steep learning curve. It focuses more on more configuration than it does development.
That's not exactly great news for folks like me...
Andrew Yang’s ‘Freedom Dividend’ Is Not Only Unnecessary, It’s Unethical
2.11.2019
Andrew Yang has taken to Twitter in dynamic fashion as of late, advertising his universal basic income (UBI) proposal known as the “Freedom Dividend.” While throwing money at people out of pocket always generates a buzz, there’s a mathematically and ethically broken side to...
Bidirectional Horizontal Rules in CSS
25.10.2019
Say you have a <blockquote> and the design calls for a thick border along the left side. Well, you might not necessarily mean left side, but actually mean on the side of the start of the text.
That's exactly what CSS logical properties are meant to address, and Hussein Al Hammad has a nice...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
The only gathering of COOs and Heads of Investment Operations from Leading Buy-Side Firms across Europe
13.9.2019
September 17 – 19, 2019 | Novotel London West, London Would you like to meet some of the best minds and find out how they are innovating their front-to-back cross-asset investment operations to do more with less? Attracting over 350 leaders with representation from the biggest names...
Weekly Platform News: Apple Deploys Web Components, Progressive HTML Rendering, Self-Hosting Critical Resources
13.9.2019
In this week's roundup, Apple gets into web components, how Instagram is insta-loading scripts, and some food for thought for self-hosting critical resources.
Apple deploys web components built using Stencil
The new Apple Music web app (beta) uses a JavaScript framework (Ember.js) but also...
Hamburger Menu with a Side of React Hooks and Styled Components
10.9.2019
We all know what a hamburger menu is, right? When the pattern started making its way into web designs, it was both mocked and applauded for its minimalism that allows main menus to be tucked off screen, particularly on mobile where every pixel of space counts.
CSS-Tricks is all about double...
Should a website work without JavaScript?
2.9.2019
The JS Party podcast just had a fun episode where they debated this classic question by splitting into two groups of two. Each group was assigned a "side" of this debate, and then let loose to debate it. I don't think anybody can listen to a show like this and not be totally flooded with thoughts!...
Crypto Lending Platforms Prepare to Assail the Banking System
30.8.2019
The battle lines have been drawn and the troops assembled. On the one side stands the combined might of the banking cartels, centuries of deeply entrenched financial infrastructure supporting them. And on the other side stands a handful of crypto companies armed with little more than a passionate...
Lego Hidden Side: Vyzkoušeli jsme rozšířenou realitu pro milovníky kostiček
21.8.2019
Lego už nebude vyrábět pouze plastové kostičky • Nově to zkouší i s těmi virtuálními • Existují jen v rozšířené realitě
Let’s Build a JAMstack E-Commerce Store with Netlify Functions
20.8.2019
A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider the history of computing, this type of abstraction isn’t...