In terms of what you can do to reduce the weaknesses of HTML I would say the number one thing is to use Template::Toolkit or another good templating module set in whatever language you are using.

Beyond that, you can get more involved with design as a programmer and you can help designers get more involved with code (THat is where TT can help alot).

IMHO, the goal of most software design is to solve a human problem....to make people more efficient....not to write the most efficient algoithm or to use ADSL bandwidth like it was a 9600 modem.

People are strange.

They like nice design. In fact, they like nice design so much that they will choose design over functionality in many cases.

Is that lame? Maybe. But it is the way people are wired and there is no use fighting it.

Now I am not a big fan of the BLINK tag, but I also want my software to be used heavily and to solve problems. If that means making my design nice, then I am happy to spend just as much time on design as algorithms.

At the same time, sites and applicaitons should also cater towards people who like 'just the facts'....people like you....or...perhaps more impotrtantly, people who are blind. So design should not surpass the fact that the goal is to solve a human problem, just like coding should not.


In reply to HTML weaknesses by selenasol
in thread Ignorant Article by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.