Search
Chameleonic Header
26.2.2020
Nice demo from Sebastiano Guerriero. When a fixed-position header moves from overlapping differently-colored backgrounds, the colors flop out to be appropriate for that background. Sebastiano's technique is very clever, involving multiple copies of the header within each section (where the copies...
Bitcoin Rich: 6 Crypto Entrepreneurs Make the 2020 Hurun Billionaire List
26.2.2020
On Wednesday, the “Hurun Global Rich List,” a ranking of the wealthiest individuals, published its 2020 report that notes the world saw 346 new billionaires last year. This year’s list also includes six blockchain entrepreneurs who made the Hurun Global Rich List through...
Weaving a Line Through Text in CSS
26.2.2020
Earlier this year, I came across this demo by Florin Pop, which makes a line go either over or under the letters of a single line heading. I thought this was a cool idea, but there were a few little things about the implementation I felt I could simplify and improve at the same time.
First off,...
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Bitcoin in INR: Binance, Wazirx, Cashaa, Zebpay Announce New Offers for India
26.2.2020
Several cryptocurrency exchanges in India have recently stepped up their offerings as they wait for the supreme court’s decision on the RBI ban. Binance and Wazirx have made some improvements to their platforms, Cashaa is waving some fees, and Zebpay has announced zero fees on a trading pair...
Instant GraphQL Backend with Fine-grained Security Using FaunaDB
25.2.2020
GraphQL is becoming popular and developers are constantly looking for frameworks that make it easy to set up a fast, secure and scalable GraphQL API. In this article, we will learn how to create a scalable and fast GraphQL API with authentication and fine-grained data-access control...
Responsive Grid Magazine Layout in Just 20 Lines of CSS
25.2.2020
I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar.
The easy part was grabbing a list of posts with excerpts from...
China Adopts Security Standards for Blockchain Applications in the Financial Sector
25.2.2020
Keeping the focus on blockchain development, banking authorities in China have issued a set of rules pertaining to the secure application of crypto-related technologies in the financial sphere. The new standards, the first of this kind, are to guide the work of developers and service providers...
Pages for Likes
24.2.2020
I posted about parsing an RSS feed in JavaScript the other day. I also posted about my RSS setup talking about how Feedbin is at the heart of it.
Dave discovered that Feedbin can also produce an RSS feed for all your likes. Likes is a feature of Feedbin, and fortunately also NetNewsWire, which...
US Develops Cryptocurrency Intelligence Program Targeting P2P Sites, Forums, Darknet Markets
24.2.2020
The U.S. Department of Homeland Security has revealed a cryptocurrency intelligence program aimed at identifying unlicensed crypto businesses using P2P sites, online forums, and darknet markets. These areas have consistently presented “a significant challenge to law enforcement” and...
Gutenberging
24.2.2020
It's been over a year since the big WordPress launch of Gutenberg, the new editor. It seems to me most of the controversy around it has died down. There has been enough time that the UX and accessibility of it have improved, and people are seeing the potential a lot more clearly. There ain't...
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
Cryptocurrency Explained on the Latest Episode of The Simpsons
23.2.2020
Could this be a sign that the mainstream media is warming up to bitcoin again like they did before the 2017 rally? The Simpsons featured an almost two-minute segment explaining how cryptocurrency and blockchain work with the actor who played Sheldon Cooper on The Big Bang Theory. Also Read: 12.6M...
Brave Challenges Google’s Advertising Power Before the UK Competition Watchdog
22.2.2020
The company behind the privacy-oriented browser Brave has set out to convince regulators in the U.K. to end Google’s advertising monopoly in the digital space. In a filing with the country’s Competition and Markets Authority (CMA), Brave puts forward recommendations on how...
Chinese Government-Backed Institute Releases New Ranking of 37 Crypto Projects
22.2.2020
China’s Center for Information and Industry Development has published its latest crypto project ranking — the first this year. A total of 37 crypto projects, two more than in the previous ranking, were evaluated and ranked overall this month as well as in three separate categories. Also...
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...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
A Guide to Console Commands
21.2.2020
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...