web

Web related articles

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 »

Dictate page (overview)

The web extensions that are currently shown on this page can be used to start custom actions in the user’s browsers. As currently only single words can be used for dictation can be used, there is a need for improvement- to be able to set simple sentences or groups of sentences as task to be

Dictate page (overview) Read More »

Banning impolite bots (2)

Detecting bots and getting rid of them As an extension to the article “Banning impolite bots (1)” here are some additional ideas for banning bots. One simple approach to get rid of bots (or other malicious actors) is to detect them as soon as possible and prevent their access. Although some botnets play as a

Banning impolite bots (2) Read More »

Scroll to Top