Urn Will Totally Get This

Annie: What in the world is a WYSIWYG editor?
Scott: Oh, it stands for “What You See Is What You Get.” It means one of those editors where when you make text bold or increase the font size, you can see the changes on-screen, like Microsoft Word.
Annie: Oh… I had no idea what you were talking about. That post made no sense at all.
Scott: Yeah, sorry about that. I guess that post was really aimed more at people in my industry than family and friends.
Scott: I try to balance between the two groups, and I guess I just figure that when I post about work stuff that family members will just skip over those posts, and that my coworkers skip right over the posts about Zoe.
Annie: Makes sense.
Scott: You know, really, I guess my blog has a target audience of one: Urn.

Actually, my target audience includes guys like Dave and Daniel, but the joke was funnier this way, so too bad.

WYSIWYG Editors are the Bane of My Existance

I had to make a slight tweak to a page on a site with a content-management system today. After spending a few minutes unraveling the code, I found out that a simple list of three links was using the following markup, which has clearly been screwed up by the WYSIWYG editor on the site.

<p>
  <span class="TextBold">
    NEXT STEPS:
    <br>
    <br>
  </span>
  <span class="TextPlain">
    <span class="TextPlain">
      <span class="TextPlain">
        <span class="TextPlain">
          <span class="TextPlain">
            <span class="TextPlain">
              <span class="TextPlain">
                <span class="TextPlain">
                  <span class="TextPlain">
                    <span class="TextPlain">
                      <img alt=""
                      src="/media/icon-arrow-sm.gif"
                      border="0">
                      <a href="ContactUs.aspx">Contact
                      Us</a> today!
                    </span>
                  </span>
                </span>
              </span>
            </span>
            <br>
            <br>
          </span>
        </span>
        <span class="TextPlain">
          <span class="TextPlain">
            <span class="TextPlain">
              <img alt=""
              src="/media/icon-arrow-sm.gif"
              border="0">
              Evaluate your
            </span>
          </span>
        </span>
        <span class="TextPlain">
          SEM campaigns with our
          <a href="analytics.aspx">Campaign Management and
          Analytics solutions</a>.
        </span>
        <br>
        <br>
      </span>
      <span class="TextPlain">
        <span class="TextPlain">
          <span class="TextPlain">
            <img alt="" src="/media/icon-arrow-sm.gif"
            border="0">
            Expand your marketing
          </span>
        </span>
      </span>
      <span class="TextPlain">
        efforts with
        <a href="marketing.aspx">Direct E-mail Marketing</a>.
        <br>
      </span>
    </span>
  </span>
</p>