Web Developer Notes

In this blog you will find articles about web development in general, including topics related to JavaScript, HTML and CSS, PHP, and WordPress. Occasionally, I also publish a few articles outside the web development field — for example, posts about radio and related topics.

The site contains various code examples, plugins, and practical tips that may be useful for developers. All plugins published on this blog are available for free download. Most of the articles are based on my personal experience gained while working on commercial web development projects. My goal is to document practical solutions, interesting cases, and useful techniques that I encounter during real-world development.

meshtastic

What is Meshtastic

Last updated: 13.09.2026
Views: 69
Meshtastic is an open-source decentralized communication system that allows users to exchange messages through small radio devices using LoRa technology. Meshtastic networks do not require cellular networks or the Internet to operate. The radio modules communicate directly with each other, forming a mesh network. If two devices cannot communicate directly, a message can be relayed through in...
css

How to Create a Marquee on a Website

Last updated: 29.08.2026
Views: 165
A marquee is a web element in which text or other information continuously moves across the screen. This effect used to be very popular in web design. It was especially common on websites in the early 2000s, where news, announcements, and various messages would literally “run” across the page. Today, marquees are much less common. Modern web design usually favors a calmer way of presenting info...
Accelerated Mobile Pages

AMP (Accelerated Mobile Pages) technology is becoming a thing of the past, and that’s a good thing

Last updated: 15.07.2026
Views: 240
In 2015, Google introduced Accelerated Mobile Pages (AMP) as a solution to slow-loading websites on smartphones. The idea was simple: website owners would create a separate, stripped-down version of their pages using a limited subset of HTML, CSS, and JavaScript. These pages could be cached by Google and delivered much faster than regular web pages. At first glance, the concept seemed reasonabl...
android

How to Fix Chrome “Pending Authentication” Error When Debugging Android via USB on Windows

Last updated: 02.05.2026
Views: 433
Debugging an Android website through USB using Google Chrome on a Windows laptop may sometimes stop working unexpectedly. I recently encountered a problem where USB debugging on my Android phone was enabled, the phone was connected to the laptop with a USB cable as usual, but Chrome could not establish a debugging session correctly. After opening the Chrome page: chrome://inspect/#devices th...
joomla

Joomla Google Maps Module

Last updated: 01.04.2026
Views: 703
StepMap is a free Google maps module for Joomla. This module is designed for Joomla 6. However, it also works on Joomla 5. The module was not tested on low versions of the CMS (3 and 4). The module allows you to set multiple markers on a single map. Marker descriptions and a customizable zoom level are provided. The description appears on the map when you click on a marker. Markers are placed by e...