2025

Web page timers

One important part of the interactive web pages is the timings and event responses. The timer approach is usually simpler- after preset time something is executed. The sequence follows a pattern. Be it one time delayed execution or execution on regular intervals. It is usually used for actions that are always performed. The event driven […]

Web page timers Read More »

To sync or to async

The web has to be asynchroneous with fallback (to simplified content) and with error handling, but sometimes some (or a lot) of the operations have to be performed in a sequence. If some data is not yet loaded, but it is expected to be used (and this is “critical”), the process has to be attempted

To sync or to async Read More »

Frontend mockup (audio testing)

The main parts of the mockup are: The mockup is oversimplified realistic looking page. It is currently more “proof of concept” than real mockup. Temporary link and the building process as ZIP file (will be updated later and the audio files folders are not yet ready). So the ugly page has: On page refresh the

Frontend mockup (audio testing) Read More »

Scroll to Top