On Sun, 8 Mar 2009 20:49:20 -0400, "Beauregard T. Shagnasty"
<> wrote:
>richard wrote:
>
>> You did not say before that you had looked at the page source itself.
>> What you did see is correct. That is the output generated by the
>> program in the manner, more or less, as php outputs an html page.
>
>My PHP does not output pages on a single line 24,085 characters long.
>Tell it to use linefeeds between objects.
>
>> As for the validations and that, perhaps you should point out that
>> side to the author himself. See www.runbasic.com for his email.
>> I'm sure his vast experience outweighs yours by several light years.
>
>I've no interest in seeing runbasic.com. And I doubt if his web
>authoring experience is better than mine at all.
>
>> As I've seen the validator spit out false errors many a times.
>> Like in URL's that have a quoted section, which should be bypassed.
>> Like why does the validator return an error on a ? within the url?
>> Because it's not setup to disregard it.
>
>Like why? Because they are errors according to the XHTML specs. It's
>that simple.
>
>New work should be Strict. Transitional is reserved for updating legacy
>pages.
Which is only an opinion. It is not mandatory.
In all fairness, run basic is an application, not a web page creator.
Kind of like inserting a java applet.
Or the insertion of a flash ad.
Although I could write the entire page using run basic, I won't.
My application will become part of another web page. Not the whole
thing.