vote up 1 vote down star
3

Background. An intelligent marine ecologist student would like help with her University-hosted project website.

Proposed Solution. I installed an open source website authoring tool (Amaya) on her Windows-based laptop and began to teach her to craft websites.

Result. Amaya is too complicated, too buggy. CSS and HTML are too complicated and time consuming to learn.

Discussion. If it were my site, I would use server-side includes for common items (header, footer, and menu). I would use CSS exclusively for the look and feel, and XHTML for the content. This is out of the question for her. It is a simple site (8 pages) and I want her to be able to edit, and publish, the content on her own, as I do not have time to take on yet another project.

Revised Solution. Drop CSS, use a table-based layout, and create pages using copy of a template HTML file.

Update #1: She does not want advertising, and has a host in place through the University. She does not want a blog.

Update #2: I have no control over the hosting servers.

Update #3: I have since created the template. Thanks for all the ideas, folks, but nothing looks like a good fit.

What other solutions would you propose?

flag
On Update #1: Wordpress would work great (and again, it doesn't have to be used as a blog). On #2 - well, Wordpress just requires PHP and MySQL from what I know, so if your server doesn't have those, I guess you would be out of luck. – Twisol Oct 6 at 2:09
Does she have to use the University's servers? I mean, she has space there, but if there is a better place to host her site (especially if it's free) is there a legal reason she has to host there (due to her research or something)? – Jason Oct 6 at 3:09
Due to research, yes. – Dave Jarvis Oct 6 at 3:12

10 Answers

vote up 4 vote down check

I think you need to decide whether the layperson is trying to publish content in a web format, or whether they are trying to learn the basics of actually building the web content. If this person struggles with even basic HTML and CSS I would use a simple CMS like WordPress. That way you can setup templates and they only have to deal with blocks of content in the page.

Personally I would keep the CSS-based layout as that reduces the code clutter somewhat. If the person becomes more confident with HTML it may be easier to dive into.

link|flag
1  
I support this answer, and a comment directed at the questioner: WordPress doesn't have to be a 'blog'. It supports arbitrary pages well, and I've seen it used plenty of times for something like this. (There's also the bonus that, in the future, you could -also- have a blog...) – Twisol Oct 6 at 1:58
HTML and CSS in it's simplest form is meerly BBCode on steroids. If someone can understand [b][/b] surely one can understand <b></b> – Matthew Scharley Oct 6 at 1:59
Must be hosted through the University. – Dave Jarvis Oct 6 at 2:00
Wordpress CAN be self-hosted (and almost always is). – Twisol Oct 6 at 2:01
The concept of <b></b> is fine. The concept of <p><a href="file.html">Page</a></p>, however, is too much. – Dave Jarvis Oct 6 at 2:01
show 6 more comments
vote up 1 vote down

Point her to somewhere like Squarespace?

link|flag
Student == no money. – Dave Jarvis Oct 6 at 2:08
vote up 0 vote down

The obvious answer is to let them edit a reduced subset of information.

The typical solution here is a CMS, of varying degrees of complexity and success.

Generally, most 'regular' people consider a blog a 'website', so you can solve this by directing them to WordPress, or Tumblr, or some similar thing that lets them post structured data.

link|flag
vote up 0 vote down

Use a blog hosting service or something like Google Sites?

link|flag
The website must be hosted at the University. – Dave Jarvis Oct 6 at 1:57
vote up 0 vote down

I'd use Drupal.

link|flag
1  
When all you've got is hammers... Drupal isn't simple, I'm sorry. I love Drupal too, but it isn't simple. – Matthew Scharley Oct 6 at 1:56
I checked out the site. Not simple by the look of it. – Dave Jarvis Oct 6 at 2:06
I should elaborate...I found Drupal to be easy to use once set up. But yeah, if you figure in the setup, it may be too complex. – bog Oct 6 at 4:46
vote up 0 vote down

In a University environment, it is hard to find anyone who is not at least familiar with Microsoft Office. Because of that, I'd suggest using Publisher as a wysiwyg editor. If the student is then interested learning the coding behind it, then Macromedia Dreamweaver or Microsoft Frontpage. Both should be readily available by the University.

There are also many other wysiwyg editors that make the job really easy, and you can still help the student with the code if he/she is interested. Code just might be a little messy...

link|flag
Please suggest a WYSIWYG editor. I looked around and could not find a simple Open Source editor. DreamWeaver's trial has an expiration date (student == no money). – Dave Jarvis Oct 6 at 2:51
vote up 0 vote down

XStandard Lite is a free WYSIWYG editor (I haven't tried it).

Alternatively if she doesn't want to spend money on a tool then perhaps she needs to spend time (to learn to code html using Notepad ... it's not that hard ... there are many non-programmers who do it ... journalists, for example).

link|flag
Not everybody can grok nested tags and obtuse syntax. – Dave Jarvis Oct 6 at 3:09
Additionally, notepad doesn't have a way to publish to a server. – Dave Jarvis Oct 6 at 3:09
"Not everybody can grok nested tags and obtuse syntax" - I think they probably can if they want to, and if they're smart enough to go to university; but maybe they don't want to, and/or you don't have the time/ability to teach them. – ChrisW Oct 6 at 3:46
You haven't mentioned what kind of server it is. Does it support WebDAV or FTP or what? – ChrisW Oct 6 at 3:47
vote up 0 vote down

If she has a mac I'd say iWeb, it's amazing what my friends can cook up with that.

But my guess is she's only got the laptop you mentioned.

link|flag
Sadly, no Mac is available. – Dave Jarvis Oct 6 at 16:24
vote up 0 vote down

Along with some of the other suggestions, why not provide her with a tool that does all the underlying work for her? Google Sites works out pretty well. It's easy to use. Makes fairly decent sites.

link|flag
No longer accepting new sign-ups. – Dave Jarvis Oct 6 at 16:22
@Dave - My mistake, head to sites.google.com as that is where the sites are now at. (Pages are being migrated to sites.) I'll update my answer, too. – Jason Oct 7 at 3:33
Interesting. She could edit the site with sites.google.com, but exporting it and uploading it to her university account would be painful. – Dave Jarvis Oct 8 at 7:26
@Dave - Yes, probably (thought I haven't tried it - it may not be). However, she could point her university location to her Google Sites account. Google even provides a way to help with this. So, to anybody visiting her University site, it would be transparent to them. – Jason Oct 8 at 13:06
vote up -1 vote down

One should be able to learn css and html in a day. It s pretty straight forward.

Revised solution is fine, but using cascading tables would be cumbersome depending on the design of the website, and in any case, you would need some styles here there.

I would recommend dreamveawer, which has a gui and there is trial version out there.

link|flag
DreamWeaver is out of the question. She doesn't have the money and wants a solution that she can maintain over the long term (i.e., after the trial expires). – Dave Jarvis Oct 6 at 1:56
Using a trial version means using CS4. Personally, I've found Dreamweaver CS4 nothing but buggy and horrible ( I liked CS3 though). – Matthew Scharley Oct 6 at 1:57
Learning CSS and HTML in a day is great for those who are regular users of StackOverflow. Not everyone can readily grasp programming concepts (such as separation of presentation and content). – Dave Jarvis Oct 8 at 7:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.