Forum Moderators: open
I'm about to not only redesign my sites, but also create some new sites with 100-200 pages each.
What would you recommend to someone who isn't very technical who wants the best way to not only create, but also to manage a site? Should I stay with frontpage? The sites will be almost all static, maybe some forms using cgi.
Thanks in advance.
There are numerous debates about the pros and cons of various CMSs - but I would suggest that you look at Mambo Server, Drupal and Typo 3 - all of which are free to download and use.
[edited by: tedster at 2:34 am (utc) on Sep. 23, 2004]
[edit reason] post move from HTML Forum [/edit]
I downloaded Dreamweaver and checked others, but NetObjects is better and easier to me.
The program offers more features than before such as being able to edit photos, etc.
You can have top, left, bottom borders be the same on all pages, or a combination of many types of pages and even easily create your own border page in seconds.
That's my choice, but i do not know the other programs like I do this one.
Good Luck.
pinesprings
You will hear endless arguments that Dreamweaver writes better code than GoLive but this is jive. All WYSIWYG editors can write terrible code, depending on what the designer is trying to do. Make a clean design & you will get good code. Maybe it won't validate 100% but validation is of questionable worth anyway IMHO.
Another great advantage of GoLive is that you will get seamless integration with Photoshop & ImageReady -- so your graphics & images can be easily created & optimized for your pages. If you already use Photoshop then definitely go with GoLive.
If you are into Flash you can pop Flash movies into your site with GoLive.
The best way to decide is to download the free trial versions & try them out yourself.
I second the mambo suggestion, very clean CMS.
I do use FP's HTML view often to check the generated code and tweak as necessary, including SEO coding. I test with IE and Firefox, and have yet to see or hear about any presentation or functionality issues. My largest site and all its pages get great search engine placement for the few key words that apply, probably mostly because it is very specialized and has been relatively stable for 3 years.
I have looked at several of the products mentioned in this thread, but decided that the learning curve and transition, for little or no gain, and risks of significant search engine placement degradation for some months after re-engineering them, was just not worth the effort.
My vote: If it ain't broke, and supports what you need to do with your redesign and new sites, don't fix it!
Incorporate a clever use of include pages and you can do pretty much anything a "content management" program can.
(Why does stuff like "which will give you dynamically-generated pages from a template" fill me with dread? :) It is increasingly the case that software is "taking over". I prefer to see my complete page as is and not hit a browser to see how it will look when it is "dynamically generated". Call me a technophobe. Sometimes I feel that these techologies are used just for the sake of it though I'm sure there are some rare situations where they are actually required)
Once you get past building sites with just a few pages, then the only real way to go is to use a CMS (Content Management System), which will give you dynamically-generated pages from a template.
I've got a site with some 4,000 pages of editorial content, and FrontPage 2003 works fine for me. A CMS might be useful if I had different people contributing to the site or needed to work on it at various locations, but for my purposes, it would be overkill.
Frontpage already has good features for workgroup type situations with the ability to "check" files out etc. So, even if it's a group of people working on a site FP may still be a good tool. If those people are not all seasoned webmasters it may even be the best tool around for the purpose.
I also love the flexibility that DreamWeaver affords coders. I like to code a lot of my own stuff and it’s very easy in the split window set-up. Also, as far as I know Dreamweaver is the best out there for dynamic site creation as far as WYSIWYG tools go. You can create a pretty solid (but basic) dynamic site using DreamWeaver. This topic can be argued until the cows come how, but that’s my two cents.
It's easy enough to try different applications: for example, Dreamweaver had a downloadable trial version the last time I checked, and FrontPage has an online simulator that lets you experiment with the program. Getting hands-on experience with an application is far more helpful (and less risky) than making strategic decisions based solely on other people's advice. After all, if you make your living with a piece of software, you're going to be using it a lot--so it makes sense to use the application that feels most comfortable and efficient to you.
The PC hardware industry is like this with everybody having an "expert" opinion whether they know anything, or not. Maybe your friends do know FP inside out, maybe they don't. But, until recently FP was the main tool for the Dell websites. I would say the Dell sites are a "little more involved" than a "simple, text-based site".
I’d agree with the “different strokes for different folks rule”. Use whichever program fits your needs.
So, it's not about you. Sorry if it came across that way.
"Macromedia® Dreamweaver®, the leading professional visual HTML editor, with more than a 70 percent market share...."
A 70% percent share of what market? I imagine they're referring to the professional Web designer market (and especially studios that use Macintosh), rather than to the larger market. As the saying goes, statistics don't lie, but you can lie with statistics. :-)
Style sheets can format everything else and you can have styles for a "printable" version also.
Use ServerSide Includes or other PHP,ASP,CFML languages for larger sites and a good database if necessary. Scripted languages make common characteristic changes to pages pulled from database very easy. Change the output and all the pages that request that script change automatically. That is the same with SeverSide Includes.
XS
I suppose what I'm saying is, don't think that WebSiteEditors(tm) is THE way to go.