Hugo Introduction theme No 2

More adventures on the PI, I have lost my Hugo Markup for dlf.ddns.net; fortunately it is not a big site. There are no automatic reverse engineering tools and so I’ll have to do it the long way round. So this is version 4. I have a page called Hugo on this site. Version 4 I…

Read more

Political postcodes

How to get an MP name from a post code? I fancy doing this, Obviously “they work for you” have this? Could I write a script or copy their code? I had a look and on first review their database is obfuscated. Can I build my own and how and where to host it? I…

Read more

Email Verify

Another GDPR requirement is that when signing up for something, the publisher needs to verify that the email given is genuine and belongs to the user. WordPress offers several plugins; there are other ways, here are my notes …

Read more

Static page web sites

I came across a video that suggested using google drive as a web hosting solution. This seemed quite a neat idea. I need to examine if I lose anything by not having a web server in-front of it, probably not; there is one which is run and configured by Google. It would however require a…

Read more

Web Site Testing with MaxQ

MAXQ is a web proxy with recording and replay features. It is designed to capture and replay tests. They are quite keen that one understands the terms of use of target sites since many prohibit automated access and these days it would seem defend themselves against it.  This article documents how to run MaxQ and…

Read more

User Styles & Stylish

I experimented with User Styles when I was using the old NWN Vault, because their look and feel was terrible, the vault has gone now and the code i.e. the customisations are held on the browser’s disk, so a growing use of cloud computing challenges this as an answer, but overwriting the CSS  can be…

Read more

Auto-translating a web page

This page was originally set up in 2015 when looking at using REST to invoke web site translations. My original code is still available on the test web site and below but Google & Babelfish have changed their APIs. I decided to refactor the page in 2022. The changes in the google API have been…

Read more