Development Category

Mastering HTML -- The Complete Guide's thumbnail
Development

Mastering HTML -- The Complete Guide

Ever wondered how HTML really works? This guide breaks it all down — from the simplest tags to HTML5 semantics — so you can finally understand what’s happening behind every web page.

21 Oct 2025 28 views

Read more

Chap1 - DB - Conceptual Modeling's thumbnail
Development

Chap1 - DB - Conceptual Modeling

Learn the fundamentals of the Entity-Relationship (E/R) model: understand entities, attributes, relationships, and cardinalities. Build and optimize conceptual E/R diagrams for efficient database design.

10 Oct 2025 88 views

Read more

Automating FusionDirectory Plugin Installation's thumbnail
Development

Automating FusionDirectory Plugin Installation

This Bash script automates the installation of plugins for FusionDirectory. It installs the plugin, its schemas, and registers it within FusionDirectory.

01 Mar 2025 209 views

Read more

Hscanner v2's thumbnail
Development

Hscanner v2

HScanner is a Python-based tool designed to scan IP addresses within a network, identify active hosts, and optionally scan for open ports. This tool is highly customizable and provides detailed, user-friendly output.

13 Jan 2025 222 views

Read more

Solving the “Cannot read property ‘X’ of undefined” error in JavaScript's thumbnail
Development

Solving the “Cannot read property ‘X’ of undefined” error in JavaScript

The “Cannot read property ‘X’ of undefined” error is one of the most common errors encountered by JavaScript developers. It usually occurs when trying to access a property of an object that is undefined or null. This article explains the common causes of this error and how to resolve it.

18 Jul 2024 179 views

Read more

OneDrive Illegal Char Renamer's thumbnail
Development

OneDrive Illegal Char Renamer

This script renames files and folders with "illegal" characters (characters not allowed in Windows file names) by replacing these characters with a hyphen ('-'). This is particularly useful for synchronizing files from macOS to OneDrive or other services that follow Windows naming conventions.

15 Jul 2024 190 views

Read more

Microsoft Access Disk Inventory's thumbnail
Development

Microsoft Access Disk Inventory

This python script adds information on physical disks to a Microsoft Access database. The information is automatically retrieved from hddfaqs.com, using the model number of the disks scanned by the user.

15 Jul 2024 175 views

Read more

Hscanner's thumbnail
Development

Hscanner

The hscanner tool is an IP address scanner designed to help you detect active hosts on a local network and, if necessary, open ports on these hosts. You can customize the scanning parameters to suit your specific needs.

14 Jul 2024 173 views

Read more