Web development tools online
Octoparse: scrape the web into Data
I wanted to compare zero sugar syrup pricing from several websites. However, typing or copy-pasting data would take a lot of time. So I asked Chat-GPT how to get Data from web-pages into a Google sheet. After several Google import types needing structured webpages, the scrapers were mentioned. So I tried out Octoparse.
PDFgear: Free PDF editing
I needed a PDF-Editor to modify a PDF-document. Most editors like Foxit editor and PDFxChange editor need a paid license, and online editors require a paid plan to be able to save your edits.
I found a great alternative in PDFgear.
Configuring webpages for Apple
Documentation what definitions you need in your HTML code to best integrate into Apple devices.
HTML HEAD guide
Test IBAN numbers
Free webservice to test if your IBAN number is a valid one. Easy to use.
Webhook.site to test posting
Use this free website to test if your http/ https posts works, and what data is sent.
I needed to check what data was being posted using some Javascript I found. And I wanted to test this without programming a receiving back-end before. This article on BannerBear explains webhooks and how to use the webhook.site.