In which I suddenly realize I don't know how to make web pages
July 26, 2007 3:42 PM
Subscribe
Having made myself dependent on Dreamweaver and CMSes, I suddenly find myself ignorant of the basics of reusable site content. Help.
I've been running my own website for seven years and blogging for five, and yet all of the reusable content issues (banner logo, image link nav menu, etc.) are handled either by blogging software running PHP (which I don't know) or the Templates feature of Dreamweaver. I understand CSS and how stylesheets work, but a weird thing happened.
I was asked this week to make a small site for a friend- literally a half-dozen pages, with a standard logo bar, menu, etc... and I suddenly realized I have no idea how to do that unless I'm using Dreamweaver Templates or running a blog. In other words, I've been making a web page for years and yet I don't ... actually... know how to make a web site (or at least an efficient one).
Basically, I feel like I forgot to read the first chapter of an HTML book or something, and all my searches for an explanation bring me to beginner's "how to make your first web page" types of how-tos. I can make all these pages by hand tonight if I wanted to, but I couldn't make them in a way where, sans DW templates or them being pages in WordPress, if I wanted to say, change a link in the nav menu I would only have to fix one file instead of a half-dozen.
Stupid as it sounds, that's what I'm asking: how do I do that? If it's possible, maybe down the line I can redo my own site so I'm not using Dreamweaver for all the menu and non-page body elements as well.
posted by XQUZYPHYR to computers & internet (15 comments total)
8 users marked this as a favorite
Otherwise, you need something server side to grab from code from several files and put them togther into pages. The most common way to do this is a PHP include.
posted by phrontist at 4:01 PM on July 26, 2007