I’m working with a client on a city schools network. I highly recommended the use of Expression Engine because of the power that it affords. I’m currently implementing it in EE, and I was walking him through the process of creating new pages with the pages module, linking the pages together, etc.
Basically, he seems really really nervous. It’s coming across as very technical and difficult. And he’s the main site administrator. We’re going to be creating accounts for other people to add, edit, and delete content - people like teachers, who may not be internet saavy. He’s said repeatedly he’s willing to just get off of Expression Engine and start using FrontPage or Dreamweaver to maintain the site, and I’m trying to convince him that this is the better route.
Basically he’s worried about the HTML knowledge that’s somewhat required for entering in new content. Such as header tags that I have styled up, and customized unordered lists and stuff like that.
For example, there’s a page entry that looks like this:
<h4>Departments</h4>
<p> <ul class="links"><br />
<br />
<li><a href="http://{path=information/special_education/}">Special Education Departments</a></li><br />
<li><a href="http://index.html">Technology Department</a></li><br />
<li><a href="http://index.html">Other Information</a></li><br />
<li><a href="http://index.html">Area/Local Links</a></li><br />
</ul><br />
<br />
</p><h4>Parent Information</h4>
<p> <ul class="links"><br />
<li><a href="http://index.html">School Calendars</a></li><br />
<li><a href="http://index.html">School Improvement Plans</a></li><br />
<li class="document"><a href="http://index.html">TCAP and Gateway Testing Schedule</a></li><br />
<li><a href="http://index.html">Report Card on 2005 State Schools</a></li><br />
<li><a href="http://index.html">Tennessee Curriculum Standards</a></li><br />
<li class="document"><a href="http://index.html">Notification of unsafe school choice options</a></li><br />
<li><a href="http://index.html">Admission of Suspended or Expelled Students</a></li><br />
<li><a href="http://index.html">Student Goals and Objectives/Vision (coming soon)</a></li><br />
<li><a href="http://index.html">Parent's Right to Know</a></li><br />
</ul>
That seems to make him very unsettled and I’m trying to put him at ease, but I’m not sure how to do it. I plan on creating a help guide to walk people through the basic HTML tags they need to know and the CSS classes they can use, and how to navigate and work with EE.
Does anyone have any advice/thoughts/words of encouragement for me? Am I wrong to be pushing EE on them?
P.S. This is not a paying client, I’m working for free for them as part of my senior project in IT.