-
How to add a simple login to a web page
Do you need to hide or protect content on a web page. Here is a simple, but not 100% secure way to add a log on. If the images are under copyright you might have a point in keeping the cards somewhat close. Here you can add a .gitignore file (you can choose to ignore […]
-
Calculate Age
A JavaScript age calculator – when you need to know the exact age of a person. If you want to use the age calculator as a web app then use this URI. The code is based on this turotial from Tutorials Tonight.
-
PWA: Webapp with Push in WordPress
A web app is an application made by web technologies. The web app will run similar to a native app, that is if the user agrees to install the web app on the device. Several WordPress plugins are able to do this. Creating a web app i WordPress is surprisingly easy. But make sure, that […]
-
WP.tv: Demystifying theme.json
These days I’m following tutorials about block theme development. In these articles I’ll collect the best of them. In the excellent WordPress.tv series Nick Diego has this workshop about theme.json. Topics covered are: If theme.json seems baflfing to you Nick’s video is a very good walthrough. One of the participants asked about child themes. Nick […]
-
WordPress: wrap columns so that the right one gets on top on mobile devices
Normally WP will wrap the columns after a manner where the right one goes to the bottom om mobile devices. Here is a recipe: Add a class to your column block In additional classes add your class. In this case I added: petjReverse as my class. style.css Then add the this to your style.css: Save […]