Tagged articles
6 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Nov 25, 2025 · Frontend Development

Master the Web in 5 Minutes: How Domains, HTML, and Pages Connect

This article provides a concise, beginner‑friendly overview of how domain names map to IP addresses, the DNS resolution process, the distinction between static and dynamic web pages, and the fundamental structure and tags of HTML, giving readers a solid foundation for web development.

DNSDomain NamesDynamic Pages
0 likes · 9 min read
Master the Web in 5 Minutes: How Domains, HTML, and Pages Connect
php Courses
php Courses
Apr 24, 2025 · Backend Development

Step-by-Step Guide to Generating Dynamic Web Pages with PHP

This article explains how to set up a PHP development environment, create .php files, embed PHP within HTML, handle form input, and interact with a MySQL database to produce dynamic web pages, providing clear code examples for each step.

Dynamic PagesTutorialWeb Development
0 likes · 5 min read
Step-by-Step Guide to Generating Dynamic Web Pages with PHP
php Courses
php Courses
Aug 12, 2024 · Backend Development

How to Generate Dynamic Web Pages with PHP: A Step‑by‑Step Guide

This tutorial walks through setting up a PHP development environment, creating .php files, embedding PHP within HTML, and using PHP to output the current time, handle form submissions, and interact with a MySQL database to build dynamic web pages.

Dynamic PagesForm HandlingWeb Development
0 likes · 5 min read
How to Generate Dynamic Web Pages with PHP: A Step‑by‑Step Guide
360 Quality & Efficiency
360 Quality & Efficiency
Jul 2, 2021 · Backend Development

Integrating Scrapy with Selenium for Dynamic Web Page Crawling

This guide explains how to combine Scrapy and Selenium to scrape dynamically rendered web pages, covering installation, project setup, middleware configuration, Selenium driver handling, and code examples that demonstrate a complete end‑to‑end crawling workflow.

Dynamic PagesPythonScrapy
0 likes · 12 min read
Integrating Scrapy with Selenium for Dynamic Web Page Crawling