Web development tools online

Web development tools online

Websites that make web development possible: JSONLint : Validate and format JSON data. Postman : I use Postman primarily to test script protection and data responses. GitHub : Online Git…
Octoparse: scrape the web into Data

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

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.

HTML HEAD guide

HTML HEAD guide

Josh Buchea created a comprehensive list of all possible elements to be used in the <HEAD> section of any webpage. For example useful to check what META tags are needed…