Tag

html

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 16, 2025 · Frontend Development

Self‑Learning Roadmap to Become a Web Developer with HTML, CSS, and PHP

This guide outlines a step‑by‑step self‑learning path covering HTML, CSS, and PHP, offering practical advice, structured phases, and career‑building strategies to help beginners become competent web developers in a systematic and achievable manner.

CSSPHPWeb Development
0 likes · 6 min read
Self‑Learning Roadmap to Become a Web Developer with HTML, CSS, and PHP
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 11, 2025 · Frontend Development

Recreating Bilibili Home Page Banner with Native JavaScript and Major Frontend Frameworks

This article explains how to analyze Bilibili's homepage banner, extract its image layers and transformation data, and then implement the same effect using pure JavaScript as well as Angular, React, and Vue, providing complete source code and a step‑by‑step guide.

AngularBilibili BannerCSS
0 likes · 22 min read
Recreating Bilibili Home Page Banner with Native JavaScript and Major Frontend Frameworks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 23, 2025 · Frontend Development

Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques

This article provides an in‑depth tutorial on CSS Grid, covering responsive layouts with media queries, auto‑fit/minmax tricks, implicit versus explicit grids, column spanning, alignment properties, place‑content shortcuts, repeat syntax, masonry rows, and useful online resources, all illustrated with practical code examples.

CSSCSS Gridfrontend
0 likes · 9 min read
Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 15, 2025 · Frontend Development

Document Picture-in-Picture API: Full Tutorial and Implementation Guide

This article provides a comprehensive tutorial on the Document Picture-in-Picture (PiP) API, covering its purpose, browser support checks, window creation, style synchronization, event handling, cloning techniques, and a complete example with HTML, CSS, and JavaScript code.

Document Picture-in-PictureJavaScriptWeb API
0 likes · 11 min read
Document Picture-in-Picture API: Full Tutorial and Implementation Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 13, 2025 · Frontend Development

Detecting Image Load Completion with the onload Event and Understanding Image Request Timing

This article explains how to use the onload event to determine when an Img element has finished loading, provides JavaScript examples for sequential loading, discusses why onreadystatechange is unsuitable, and explores when browsers issue image requests and how CSS affects them.

Image LoadingJavaScriptfrontend
0 likes · 7 min read
Detecting Image Load Completion with the onload Event and Understanding Image Request Timing
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 23, 2024 · Frontend Development

Implementing Middle Ellipsis for Long Titles with JavaScript and CSS

This article explains how to truncate overly long title text by showing the start and end with an ellipsis in the middle, using JavaScript to measure element widths, calculate cut‑off indices, and dynamically construct the shortened string, while also covering CSS‑only alternatives.

CSSEllipsisJavaScript
0 likes · 12 min read
Implementing Middle Ellipsis for Long Titles with JavaScript and CSS
Java Architect Essentials
Java Architect Essentials
Dec 19, 2024 · Backend Development

Setting Up a Free Nginx Web Server and Exposing It via a Tunneling Service

This tutorial guides readers through installing Nginx, configuring the server, creating a simple HTML page, launching the service, and using a free tunneling tool to expose the site externally, providing a cost‑free way to set up a personal web server.

Free HostingNginxbackend development
0 likes · 8 min read
Setting Up a Free Nginx Web Server and Exposing It via a Tunneling Service
Test Development Learning Exchange
Test Development Learning Exchange
Oct 20, 2024 · Backend Development

Python Library Examples for YAML, TOML, JSON Schema, XML, HTML, and CSS Processing

This article provides concise Python code examples demonstrating how to read, write, and manipulate data using popular libraries such as PyYAML, toml, jsonschema, xmltodict, lxml, BeautifulSoup4, html5lib, and cssutils, covering scenarios from configuration files to XML/HTML parsing and CSS styling.

CSSJSON SchemaPython
0 likes · 8 min read
Python Library Examples for YAML, TOML, JSON Schema, XML, HTML, and CSS Processing
php中文网 Courses
php中文网 Courses
Sep 12, 2024 · Backend Development

Building a Simple User Authentication System with PHP, MySQL, HTML, CSS, and JavaScript

This tutorial guides beginners through creating a complete user registration and login system using PHP for the backend, MySQL for data storage, and HTML, CSS, and vanilla JavaScript for the frontend, covering environment setup, database creation, form design, server‑side logic, and basic client‑side validation.

CRUDCSSJavaScript
0 likes · 9 min read
Building a Simple User Authentication System with PHP, MySQL, HTML, CSS, and JavaScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 6, 2024 · Frontend Development

Comprehensive Guide to CSS Grid Layout: Concepts, Syntax, and Practical Examples

This article provides an in‑depth tutorial on CSS Grid layout, covering its advantages over Flexbox, compatibility, container setup, row and column definitions, sizing units, gaps, element positioning, naming conventions, area declarations, auto‑flow behavior, alignment properties, and automatic placement with numerous code examples.

CSSCSS Gridfrontend
0 likes · 25 min read
Comprehensive Guide to CSS Grid Layout: Concepts, Syntax, and Practical Examples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 4, 2024 · Frontend Development

Image Fragmentation Effect with HTML, CSS, and JavaScript

This article explains how to create a picture‑fragment animation by dividing an image into a grid of small blocks, using CSS background‑size and background‑position together with JavaScript to generate the blocks, apply delays, rotations, scaling, and performance‑optimising techniques.

CSSJavaScriptanimation
0 likes · 10 min read
Image Fragmentation Effect with HTML, CSS, and JavaScript
Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Frontend Development

10 Lesser-Known HTML Tags and Their Uses

The article introduces ten obscure yet practical HTML elements—progress, meter, dfn, dialog, map/area, bdo, base, time, hgroup, kbd, and cite—explaining their unique functions and showing how they can enhance interactivity, semantics, and layout beyond the common div, a, and p tags.

Obscure TagsTutorialWeb Development
0 likes · 5 min read
10 Lesser-Known HTML Tags and Their Uses
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 22, 2024 · Frontend Development

Custom Tooltip Implementation to Overcome Native title Attribute Limitations

This article explains the shortcomings of the native HTML title attribute for hover text and provides a step‑by‑step guide, with pure HTML/CSS/JavaScript and Vue examples, to create a customizable tooltip that only appears when the text overflows, improving both style and functionality.

CSSJavaScriptVue
0 likes · 12 min read
Custom Tooltip Implementation to Overcome Native title Attribute Limitations
Python Programming Learning Circle
Python Programming Learning Circle
Jul 11, 2024 · Frontend Development

Creating a Snowfall Effect with HTML, CSS, and JavaScript

This tutorial walks through building a realistic snowfall animation on a web page using HTML span elements, CSS radial gradients, and JavaScript classes to generate, style, animate, and recycle thousands of snowflakes with optional swing, speed variations, 3‑D perspective, and performance‑optimized transforms.

CSSJavaScriptanimation
0 likes · 12 min read
Creating a Snowfall Effect with HTML, CSS, and JavaScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 3, 2024 · Frontend Development

From Terminal to Browser: Rendering ANSI Colored Text in Frontend Pages

This tutorial explains how to convert ANSI escape sequences used for colored logging into HTML so that log output can be securely viewed with proper colors directly in a web browser, including server setup, code examples, and library usage.

ANSIColorLogPython
0 likes · 13 min read
From Terminal to Browser: Rendering ANSI Colored Text in Frontend Pages
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 29, 2024 · Frontend Development

How to Build a Mouse‑Tracking Parallax Banner Animation with HTML, CSS, and JavaScript

This tutorial explains how to recreate Bilibili's mouse‑responsive top‑banner animation by collecting assets, constructing a layered HTML structure, applying CSS positioning, and writing vanilla JavaScript to track mouse movement, calculate element offsets, and animate the layers with smooth transitions.

CSSJavaScriptfrontend
0 likes · 15 min read
How to Build a Mouse‑Tracking Parallax Banner Animation with HTML, CSS, and JavaScript
php中文网 Courses
php中文网 Courses
May 21, 2024 · Backend Development

Converting CSV Files to HTML Using PHP and Cloudmersive API

This article explains how to use PHP and the free Cloudmersive Document Convert API to transform CSV files into HTML, covering installation of the API client via Composer, configuring the API key, and executing the conversion with sample code.

APICSVCloudmersive
0 likes · 3 min read
Converting CSV Files to HTML Using PHP and Cloudmersive API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 14, 2024 · Frontend Development

Implementing Front‑End File Preview for Various Formats Using React

This article explains how to preview a wide range of file types—including images, audio, video, markdown, plain text, Office documents, PDFs and external websites—in a React front‑end by using native HTML tags, embed/iframe techniques, and libraries such as marked and highlight.js, while also supporting page or time positioning.

File PreviewJavaScriptMedia
0 likes · 14 min read
Implementing Front‑End File Preview for Various Formats Using React
Sohu Tech Products
Sohu Tech Products
Mar 13, 2024 · Frontend Development

HTMX vs React: A Comparative Overview of Modern Front‑End Libraries

HTMX offers a lightweight, HTML‑attribute‑driven approach that adds AJAX, WebSocket and server‑sent event interactivity without JavaScript, making it ideal for simple pages, while React provides a full‑featured, component‑based JavaScript library with a steep learning curve, extensive ecosystem, and superior scalability for complex, state‑driven applications.

AJAXComparisonReact
0 likes · 17 min read
HTMX vs React: A Comparative Overview of Modern Front‑End Libraries