Hi Jonathan,

I'm going to take issue with you on a couple points.  I think all the original poster 
needed was to take a second look at his quote escaping.

Johnathan Kupferer wrote:

> You should reconsider using the bgcolor property at all since it has
> been depreciated.

Depends on why it has been deprecated.  It works.  It's very backwards compatible.  It 
is much more portable than style specifications.

>  From the looks of your code, I'm wondering if you 'use strict'.  If you
> aren't, start.  Also consider how your variables are scoped.  It looks
> like you're causing yourself all sorts of headaches by not limiting the
> visibility of your variables.

Great advice.

> You'd also avoid tons of quote errors and improve the readability of
> your code by using the << operator like so:

Depends on the visual effect you want.  I have particular standards for readability in 
both HYML and structured programming, and they are not the same.  Therefore I prefer 
to use:
indent (int spacing, string test) {...}
to set the specifications for how my output will appear, while maintaining the flow of 
indentaion within my program code.  It is a matter of taste.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to