Chapter 4

Coding Static Web Pages

IN THIS CHAPTER

Bullet Getting comfy with the difference between static and dynamic pages

Bullet Setting up and cloning a GitHub repository

Bullet Pushing changes to the repository

Bullet Creating an HTML template file

Bullet Generating static HTML files with PHP

Bullet Deploying your static files to GitHub Pages

With static HTML, [the] story is pretty simple. You…write the code (including your content). Then, once it’s on the server, it’s always like that. There’s no background processing going on — your site is always right there in its finished form.

— BRIAN JACKSON

One of the unfortunate hallmarks of web coding and development over the past dozen years or so is an ever-increasing level of complexity for the developer. New web coding frameworks get released alarmingly frequently, with each new “solution” boasting a learning curve even steeper than the previous one. (A framework, just so ...

Get Web Coding & Development All-in-One For Dummies, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.