top of page
Search
The Tech Platform
Aug 18, 2023
CSS Loader - Three Dots Spin Loader
As online interactions become more intricate, incorporating captivating loading animations has emerged as a strategic tool for engaging...
The Tech Platform
Aug 10, 2023
JavaScript for Loop: A Beginner's Guide to Efficient Coding
In programming, loops play a vital role by allowing us to perform the same action multiple times. Imagine them as the workhorses that...
Manpreet Singh
Aug 5, 2023
Convert SharePoint List Items to PDF with Power Automate
In the modern workplace, efficient document management is crucial for businesses to streamline their processes and maintain productivity....
The Tech Platform
Jul 15, 2023
How to Resize an Image in HTML
Images are an integral part of web design, and sometimes it becomes necessary to resize them to fit specific dimensions or improve page...
The Tech Platform
Jul 13, 2023
How to Center an Image in HTML
When it comes to creating visually attractive web pages, achieving proper alignment of images is necessary. Centering an image within an...
The Tech Platform
Jul 10, 2023
What is HTML DOM? A Comprehensive Guide to the Document Object Model
The Document Object Model (DOM) is a vital concept to grasp. It serves as the foundation for interacting with and manipulating HTML...
The Tech Platform
Jun 9, 2023
What is JavaScript?
JavaScript is widely used in web development. It allows developers to add interactivity and dynamic behavior to websites, making them...
The Tech Platform
Mar 29, 2023
Create CSS responsive image gallery
A responsive image gallery is a user interface component that displays a collection of images in a grid or other layout and adjusts its...
Sofia Sondh
Mar 21, 2023
How to Create an Image Gallery in CSS
This is the most basic type of gallery where smaller versions of images, called thumbnails, are displayed in a grid with zoom-in and...
The Tech Platform
Mar 20, 2023
CSS Bar Loader - Example 1
The below code will create a simple bar loader that is 100% wide, 20 pixels tall, and light grey in color. The loading bar is created...
bottom of page