[thelist] can someone build a 100-page website with only HTML/CSS skill?

adrinux adrinux at gmail.com
Tue Nov 11 03:57:01 CST 2008


2008/11/11 Zhang Weiwu <zhangweiwu at realss.com>:
>   2. mid-to-small size. But how big is "mid"? Is a 100-page website
>      "mid-size" or "big-size"? I dealt with much bigger ones using CMS
>      and know CMS is mandatory, but having no idea how much work is
>      necessary if maintain 100-page website.
To an extent it depends on the web site structure, if you have 100
identical pages then you might consider using a template system,
remember you don't need a CMS to use templates. If all 100 pages are
different, then you're stuck where you with html/css/ssi (even a CMS
won't help with that).

If you do consider a template system I'd suggest you stick to php and
read Brian Lozier's classic article about php based template engines:
http://www.sitepoint.com/article/beyond-template-engine/

In the end, if you're building more complicated and larger web sites
you're going to have to chose between tedious hard work doing manual
updates or greater complexity in site construction but less work doing
updates.

Or just stick to small sites ;)
-- 
Adrian Simmons | http://perlucida.com



More information about the thelist mailing list