Search
(Hyper) Links About (Hyper) Links
2.8.2024
Heydon on the virtues of hyperlinking hypertext in an anchor element:
Sometimes, the <a> is referred to as a hyperlink, or simply a link. But it is not one of these and people who say it is one are
…
(Hyper) Links About (Hyper) Links originally published...
Elon Musk slams NFTs but ends up arguing the case for Bitcoin Ordinals
2.11.2023
Elon Musk argued that NFT projects “should at least encode the JPEG in the blockchain,” to the delight of many Bitcoiners
WDRL — Edition 313: Native URL parse check, HTML popovers, and native loading states in JavaScript.
17.7.2023
Hey,
David Cain has a lot of very good thoughts out there on his blog. When I read the current article »don’t forget to swim now and then«, I wholeheartedly agreed to many aspects in it. We people strive for activities our bodies and brains adapted to over eons, while we struggle a lot with modern...
URL.canParse
17.7.2023
Parsing of URLs on the client side has been a common practice for two decades. The early days included using illegible regular expressions but the JavaScript specification eventually evolved into a new URL method of parsing URLs. While URL is incredibly useful when a valid URL is provided,...
Qui Zhou announces the approval of a new URL against http://
16.3.2023
Times are changing, and it has come to the point that http:// could soon be replaced by a decentralized URL – Web3://. This comes after Qui Zhou, the founder of the new URL, announced that the Web3 URL has been approved by EIP editors and finalized for the launch. It will soon go live, giving...
Forget HTTP: Ethereum has a new URL standard that can't be blocked
15.3.2023
Under a newly rolled out Ethereum standard, DApps and NFTs can be accessed by internet users without the worry of centralized censorship
Overwatch 2 Players Are Getting Hit With Server Errors Following Latest Update
26.10.2022
Right now there’s a Halloween event running for Overwatch 2, but a fair amount of players are facing a different kind of terror: A previously known server error with the code “LC-208” appears to be disproportiantely hitting players after the most recent update. Read more
Beeple's Discord URL 'hijacked,' directing users to wallet drainer
4.10.2022
Other users in the crypto Twitter Community believe lax security management is to blame for the latest phishing scam aimed at Beeple's fans and followers
A Step-by-Step Guide on How to Access Your ETHW Tokens if You Held ETH Before The Merge
2.10.2022
With the new Ethereumpow (ETHW) network launch, ethereum holders are eligible to receive a single ETHW for every ether they own. The following is a simple guide that shows ethereum holders how to access their ETHW tokens using a wallet like Metamask. Accessing the ETHW Network via Metamask’s...
Why I Chose Angular to Build a URL Shortener
22.7.2022
URL Shorteners are tools we use to make links shorter than they actually are. With a URL Shortener, you can transform a long link (maybe for a registration form or article) into a shorter version.
Behind the scenes, the long …
Why I Chose Angular to Build a URL Shortener originally published...
Trailing Slashes on URLs: Contentious or Settled?
25.2.2022
A fun deep dive from Zach. Do you have an opinion on which you should use?
1) https://website.com/foo/
2) https://websites.com/foo
The first option has a “trailing slash.” The second does not.
I’ve always preferred this thinking: you use a trailing …
Trailing Slashes...
Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)
2.11.2021
First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL:
addEventListener("fetch", (event) ={
event.respondWith(
fetch("https://css-tricks.com")
);
});
It doesn’t have any error handling or anything, but hey, it works:
Now imagine how …
The...
On Browser-Specific URL Schemes
26.10.2021
We’ve covered URL schemes:
A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!
I’d call it non-trivial, but developers can register new …
The post On Browser-Specific URL Schemes...
iExec Launches Oracle Factory Allowing Anyone To Create Custom Oracles in Minutes
12.10.2021
PRESS RELEASE. Using the iExec Oracle Factory, developers are able to create their own decentralized oracles with just the API’s URL and key. October 12th, Lyon, France, 2021 – iExec, a decentralized marketplace for computing assets, has announced the launch of the iExec Oracle...
Video optimization for the web simplified with ImageKit
21.9.2021
Learn how you can resize and optimize video assets using ImageKit's URL-based video APIs.
The post Video optimization for the web simplified with ImageKit appeared first on Codrops
If I work really hard on my Open Graph images, people will share my blog posts.
2.9.2021
Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
The post If I work really hard on my Open Graph images, people will share...
Application-Specific Links
31.8.2021
You know like https:? That’s a URL Scheme. You’re probably familiar with the concept, thanks to others that come up in front-end development, like mailto:. You can actually make your own, which is pretty cool. There …
The post Application-Specific Links appeared first...
Native JavaScript Routing?
23.8.2021
We can update the URL in JavaScript. We’ve got these APIs:
// Adds to browser history
history.pushState({}, "About Page", "/about");
// Doesn't
history.replaceState({}, "About Page", "/about");
JavaScript is also capable of replacing any content in the DOM....
‘A Lazy Way to Showcase NFTs’ — Mark Cuban’s Lazy.com NFT Platform Integrates With Polygon
5.8.2021
On Thursday, the non-fungible token (NFT) platform and digital art gallery backed by Mark Cuban announced the project has integrated with Polygon. The platform allows anyone to showcase NFTs by leveraging a unique lazy URL to social media profiles, and the integration announcement highlights...
Bitcoin Cash Payment Processor Evolves Adding URL Shortener, Paypal API Integration
5.7.2021
Prompt.cash, a bitcoin cash noncustodial payment processor, is adding a bunch of interesting functionalities. The payment processor now features a URL shortener that allows users to monetize content on any site on the net. Also, Prompt.cash added Paypal API integrations, making it easier...