Facebook
Instagram
Twitter
Youtube
Latest Articles
Categories
All Categoris
C#
ASP.NET Web Forms
MySQL
HTML, CSS, JS
Arduino
General
Vanilla ASP.NET Web Forms
Contact
Search
adriancs.com
adriancs.com
Latest Articles
Categories
All Categoris
C#
ASP.NET Web Forms
MySQL
HTML, CSS, JS
Arduino
General
Vanilla ASP.NET Web Forms
Contact
Search
Search
Latest Articles
A Simple and Lightweight CSS Loading Animation
HTML, CSS, JS
March 22, 2025
CSS: /* Big Loading Animation */ #bigLoadingOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: flex; ...
A Simple Reusable JavaScript Confirmation Box with Custom Callback Actions
HTML, CSS, JS
March 22, 2025
The CSS: .sp-dialog-container { position: fixed; top: -100px; left: 50%; transform: translateX(-50%); min-width: 300px; max-width: 500px; padding: 20px; border-radius: 5px; ...
A Simple JavaScript Message/Notification Box
HTML, CSS, JS
March 15, 2025
Display a quick, simple and lightweight javascript message / notification box
Fail to Install MacOS 14/15 Sonoma/Sequoia on Windows VirtualBox (2024)
Other
December 22, 2024
A quick on installing MacOS 14 Sonoma on VirtualBox (Windows) 2024
Using Google OAuth 2.0 as User Sign-In for ASP.NET in C# – A Basic Overview
ASP.NET Web Forms
January 19, 2024
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication.
Manually Install MySQL On Windows Without Using MySQL Installer
MySQL
November 18, 2023
A simple walkthrough of manually installing MySQL on Windows.
[C#] Easily Zip/Unzip Files & Folders
C#
November 14, 2023
A simple C# to perform zip and unzip of files and folders.
List of C# Video Tutorials
C#
November 8, 2023
A list of C# Video Tutorials
Demo of Using Javascript to Build HTML Pagination
HTML, CSS, JS
November 7, 2023
Demo of using javascript to build pagination
Use Javascript to Build a HTML Pagination
HTML, CSS, JS
November 7, 2023
Build HTML pagination by using javascript.
Trying To Over-Engineer A Simple C# Program for an Interview Task with AI
C#
November 5, 2023
Trying to over-engineered a simple C# program with AI (ChatGPT)
Could not load file or assembly ‘System.Diagnostics.DiagnosticSource’ / ‘System.Runtime.CompilerServices.Unsafe’
C#
November 4, 2023
Fixing error: Could not load file or assembly 'System.Diagnostics.DiagnosticSource' / 'System.Runtime.CompilerServices.Unsafe'
Writing a Simple C# Files Backup Solution for File Server
C#
November 2, 2023
An insight of doing files backup solution in C#
How to Sort a List (C#)
C#
October 22, 2023
Tips on sorting a list of objects.
Arduino AES Encryption (128 bits CBC)
Arduino
July 31, 2023
A quick and simple implementation of AES Encryption in Arduino
AES Encrypted Data Transmission Between Arduino (ESP32) and C# (ASP.NET)
Arduino
July 31, 2023
Encrypt in Arduino C++ and decrypt in C#, using AES.
Syntax Highlightning for Textarea (HTML)
HTML, CSS, JS
May 26, 2023
Using textarea (HTML) as code editor with syntax highlighting support.
Build a Simple Android Web App in WebView with Support of Download/Upload Feature
Mobile App Development
March 19, 2023
Convert Website Into Android Web App in WebView With Support of Upload/Downlaod
Using hCaptcha in ASP.NET Web Forms
ASP.NET Web Forms
February 1, 2023
A tool to prevent spam bot
Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NET
ASP.NET Web Forms
January 14, 2023
Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.
MySqlExpress – Convert Rows from MySQL into C# Class Objects
MySQL
January 9, 2023
An introduction of how to convert rows from MySQL into C# class object.
List of Free Multi-Purpose WordPress Theme
General
January 1, 2023
List of Free Wordpress Themes
JavaScript Fetch API as Replacement for AJAX
HTML, CSS, JS
December 26, 2022
The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.
Salted Password Hashing – Doing it Right
General
December 22, 2022
Protecting password by using salted password hashing.
MySqlExpress – To Encourage Rapid Application Development with MySQL in C#
MySQL
December 22, 2022
An Easier Way to Use MySQL in C#. Save efforts and time for C# coding with MySQL.
Simple C# Debug Technique in Visual Studio
C#
December 19, 2022
A quick and simple demonstration of performing debugging in Visual Studio C#
Frequently Used Shortcut Key for Visual Studio Code Editing
C#
December 18, 2022
List of commonly used shortcut keys while coding of C# and ASP.NET with Visual Studio
C# Dictionary – A Quick & Simple Explanation for Beginners
C#
December 16, 2022
A simple tutorial of C# Dictionary. Basic functionality explained.
C# List in ASP.NET – Tutorial for Beginners
C#
December 16, 2022
An introduction and explanaining the usage of C# List in details. Demo with ASP.NET WebForms.
MySqlExpress – Simplifies The Usage of MySQL in C#/.NET
MySQL
December 8, 2022
Accelerate the Development With MySQL in C#. MySqlExpress aims to encourage rapid application development and simplified the implementation of MySQL in C#.
Convert HTML to PDF by Using Microsoft Edge in ASP.NET
ASP.NET Web Forms
December 2, 2022
Generate PDF from HTML with MS Edge. Use MS Edge as PDF Generator to Convert HTML to PDF.
BBCode.NET for ASP.NET – Convert BBCode to HTML
ASP.NET Web Forms
November 19, 2022
Convert BBCode to HTML in C#.
Automatic Route All Pages in ASP.NET WebForms
ASP.NET Web Forms
November 14, 2022
Easily route all pages at once in single line. A quick and easy way to route all pages in ASP.NET WebForms.
Part 2: GridView VS dynamic HTML Table (ASP.NET WebForms)
ASP.NET Web Forms
November 12, 2022
Build HTML table dynamically with Javascript (AJAX). Use Javascript (AJAX) to build HTML table dynamically at client side.
Part 1: GridView VS dynamic HTML Table (ASP.NET WebForms)
ASP.NET Web Forms
November 11, 2022
Replacing GridView with dynamic HTML Table in ASP.NET WebForms. A comparison of approaches of doing a table in ASP.NET WebForms
Intermediate CSS Tips & Tutorial
HTML, CSS, JS
October 3, 2022
Tips more on CSS https://www.youtube.com/watch?v=Qhaz36TZG5Y
Basic HTML Tutorial for Beginner
HTML, CSS, JS
September 25, 2022
Introducing a few basic HTML tutorial video
Bob Tabor – C# Fundamentals for Beginners
C#
August 2, 2022
https://www.youtube.com/watch?v=0QUgvfuKvWU . https://www.youtube.com/watch?v=MqGM70ljpq8&list=PLyJiOytEPs4eQUuzs3PhM_7yU63jdibtf
[C#] Easily Convert All MySQL Databases & Tables to utf8mb4
MySQL
April 1, 2022
A C# console program that will convert default character set of all database and tables to utf8mb4 and collation of utf8mb4_general_ci.
Bob Tabor – Beginner’s Guide to JavaScript
HTML, CSS, JS
March 21, 2022
https://www.youtube.com/watch?v=UFe82jHovxk&list=PLFqasLx4-AErYTFrfy8toIHt_Cmv43wHg
1
2
3
4
Page 3 of 4