Developer Code

DEVELOPER CODE

LOGIN AND REGISTRATION CODES

REGISTRATION.PHP

This is the English version of the registration form for the private website. It works with validation.php file.

 
 
 

REGISTO.PHP

This is the Portuguese version of the registration form for the private website. It works with validation.php file.

 
 
 

VALIDATION.PHP

This file checks submissions to the private website (both the English and Portuguese versions) and emails submissions out to selected addressees.

 
 
 

REDIRECT TO REGISTRATION/LOGIN FORM

This is used to redirect visitors who login to the old registration form to the new form.

VBA UTILITIES

We record here VBA code to create lists of Given Names and of Nicknames. These were generated using ChatGPT.

GIVEN NAMES

NICKNAMES

In the file NewNicknames.htm we described the steps in updating the Nicknames.htm file. Nothing else is needed but we record here the VBA code used to create the list of nicknames.

DISPLAY

SCROLL TO TOP

Coding for a scroll-to-top button that is used on these training pages

 

READ MORE

RESPONSIVE

Purpose: This code is entered in PageSets → Main Page → Extra Head. It performs two functions:

  • On screens wider than 900 pixels, it forces containers using the .equal-cols class to display all columns at equal widths.
  • It loads the Lora Google font so that it is available throughout the site.
1