Creating a Web Site – Matt’s advice
Tuesday, September 23rd, 2008A few of asked, so here’s my answer to the question: “What should I use to create a web site that myself and others can edit?” Here’s my answers to a few particular situations.
Desktop editing: Contribute
If you want a static site that can be modified from someone’s desktop I’d recommend Adobe’s Dreamweaver and Contribute combination. You make the site with Dreamweaver and setup some access rules with Dreamweaver’s template system and (after testing) others can edit the web site with their own copy of Contribute (as” title=”http://www.adobe.com/products/contribute/integration/\”>as” target=”_blank”>www.adobe.com/products/contribute/integration/”>as described by Adobe). This is really designed for static web sites, not dynamic ones. The good thing about static sites is even though they’re less interactive they handle a high level of load and many developers who want a lot of control over the site but don’t quite get the basics of database-driven sites this can be a good option.
A news site with only a few static pages and lots of updates maintained via the web: Wordpress
I’d recommend Wordpress. Wordpress is blog software and is very purposefully designed for adding content via the web from one or more authors. As a blogging tool it focuses on a flow of content reverse chronologically flowing from the front page on and as a blogging tool it facilitates things like comments and syndication. Wordpress requires a MySQL database (and an account and password for that database) and a web server that can run PHP. The best part, it’s completely free.
Some Wordpress sites:
- My Blog
- Things Are Good.com
- CNN’s Politics blog
- Ford’s Autoshow web site
- icanhascheezburger.com – LOL Cat central
- Google Site Seeing
- More listed at: http://www.poweredbywp.com/
Wordpress supports custom themes, some of which can be found at places like (and then extended etc.)

www.spreadthenet.org