ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Using EE for Clients with No HTML Experience

December 13, 2007 6:22pm

Subscribe [5]
  • #1 / Dec 13, 2007 6:22pm

    Zac G.

    268 posts

    I am wondering how important everyone thinks it is for a client to need a WYSIWYG in order to update content on their site. 

    I have done two sites in EE and love it!  I would not want to have to go back to Wordpress only for that one feature.  Is having the auto
    feature along with the bold and italics features enough for a client to get by with?

    Thanks!

  • #2 / Dec 13, 2007 6:49pm

    Leslie Camacho

    1340 posts

    You can add just about all the popular WYSIWYG editors to EE, it just isn’t there out of the box for a lot of reasons discussed elsewhere on these forums. For example WP uses TinyMCE, which works with EE as well.

  • #3 / Dec 13, 2007 8:01pm

    Boyink!

    5011 posts

    In over two dozen client sites I’ve only installed a WYSIWYG editor once.

  • #4 / Dec 13, 2007 10:09pm

    Zac G.

    268 posts

    In over two dozen client sites I’ve only installed a WYSIWYG editor once.

    I guess that maybe a WYSIWYG wouldn’t be as necessary as I had thought.  I am curious, though, what were the instances when you did use them?

    You can add just about all the popular WYSIWYG editors to EE

    Well, knowing this, I can’t think of any reason why someone wouldn’t use EE!

  • #5 / Dec 13, 2007 10:56pm

    Boyink!

    5011 posts

    I installed one when they insisted on it.

  • #6 / Dec 14, 2007 2:59am

    stinhambo

    1268 posts

    I use Markdown for my last project but only because the TinyMCE module interfered with the control panel.

  • #7 / Dec 14, 2007 11:36am

    PXLated

    1800 posts

    I’ve never had a request for one. I do try to structure the content in a way that they don’t really need one and keep content and presentation separate.I really don’t want to see any formatting beyond a <b> or an <i> in the content.

  • #8 / Dec 14, 2007 3:10pm

    Stephen Slater

    366 posts

    And ofcourse ‘WHAT YOU SEE IS WAT YOU GET’ that is what they love

    This is debatable though… do you really ‘get’ what is intended with these things?  My experience has been that these things make it too easy for the client to make a mess.  Nested tags, tons of nbsp; etc…  If you are anal about the formatting of the text among other things, I believe EE’s limited controls are best.  They make the client pay attention to what they are doing.

    I think we all would agree that it would be nice to have this toolset if they were actually helpful.  In theory, there is no doubt they are, but in practice, they end up creating a lot of extra clean-up work.

  • #9 / Dec 14, 2007 3:12pm

    Derek Jones

    7561 posts

    Hopefully, browser manufacturers will soon fill that niche, as it’s really rather silly to rely on sites to implement their own editors, on run-time interpreted code no less.  WebKit is making strides, which will affect a number of browsers.  If IE and FF follow suit, then this issue which is currently a lose-lose for both web developers and end users, will be settled.

  • #10 / Dec 14, 2007 4:59pm

    PXLated

    1800 posts

    My experience has been that these things make it too easy for the client to make a mess.

    Bingo. I’ve seen some sites where the client has gone nuts.

  • #11 / Dec 14, 2007 8:58pm

    Brian M.

    529 posts

    My experience has been that these things make it too easy for the client to make a mess.

    Bingo. I’ve seen some sites where the client has gone nuts.

    So true - I’m definitely going to try to stay away from using WYSIWYG if at all possible in the future.  Letting the client style as little as possible is the way to go.

  • #12 / Dec 14, 2007 9:08pm

    Zac G.

    268 posts

    I do try to structure the content in a way that they don’t really need one

    I think that I like this approach.

    How often would a client want to make a list, though, something that most clients wouldn’t know how to do.

  • #13 / Dec 14, 2007 9:24pm

    PXLated

    1800 posts

    Ya, lists can be an issue. Most of my clients (generally) just need a bulleted list so they just type a bullet (Opt-8 on Mac), a space, and the text and it works out for them. But, if they needed something different I’d probably have to look into a way to let them do that.

  • #14 / Dec 15, 2007 11:00am

    Stephen Slater

    366 posts

    This is where Textile is beautiful.  http://www.textism.com/tools/textile/

    For a bulleted list, your client would simply type:

    * list item 1
    * list item 2
    * list item 3
    * list item 4
    * etc…

    and it renders like:

    <ul>
    <li>list item 1</li>
    <li>list item 2</li>
    <li>list item 3</li>
    <li>list item 4</li>
    <li>etc…</li>
    </ul>

  • #15 / Dec 15, 2007 11:20am

    PXLated

    1800 posts

    And it renders how? Same as if they just typed Opt-8? If so, what’s the advantage? Does it really have to be a <ul>? Just curious. Does the fact that it’s a <ul> buy the client anything semantically?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases