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

Dynamic Styles in HTML

I was working with Stylish and came across and article that <DIV> tags should be avoided. Stylish uses IDs and CLASSes to change the look & feel Why avoid these elements? A second thought is how can one use buttons to change the look and feel of a page by applying different styles? Do you…

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

Local Government Web Sites

As part of my research into Lewisham’s Democracy Review I needed to look at web site design, UX/UI and usability because theirs is very poor. Here’s what I found about being good.

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

Donating via Pay Pal

😀This page is not a request for donations; I am considering how to set up Pay Pal collections for others. This seems easier than one might expect. A three stage process mainly managed by Pay Pal. Open a non-profit account, use pay pal’s tools to generate the HTML, include it in your web page. Bosh!…

Read more