Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > How would you do this in html?

Reply
Thread Tools

How would you do this in html?

 
 
richard
Guest
Posts: n/a
 
      03-09-2009
On Mon, 09 Mar 2009 01:01:42 GMT, "rf" <> wrote:

>richard wrote:
>> On Sun, 8 Mar 2009 17:46:16 -0400, "Beauregard T. Shagnasty"
>> <> wrote:
>>
>>> Jim Moe wrote:

>
>>> The second link RtS gave has only the two lists, but still has the
>>> 12,000+ line of code.

>>
>>
>> BTW, most of those errors you see should be corrected when I get to
>> working on the tables that will go below the text boxes.
>> I only did it that way for testing anyways.

>
>How can you test something that has hundreds of errors? You don't know
>*what* the browser is going to do with it.
>


Same way as you can put up a page, that works, with thousands of
errors in it.
 
Reply With Quote
 
 
 
 
richard
Guest
Posts: n/a
 
      03-09-2009
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.

 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      03-09-2009
richard wrote:

> "Beauregard T. Shagnasty" wrote:
>> New work should be Strict. Transitional is reserved for updating
>> legacy pages.

>
> Which is only an opinion. It is not mandatory.


No, it isn't mandatory, but it is the opinion of many in this group
where you asked for this evaluation.

> In all fairness, run basic is an application, not a web page creator.


Well, there ya go!

--
-bts
-Friends don't let friends drive Windows
 
Reply With Quote
 
asdf
Guest
Posts: n/a
 
      03-09-2009

"richard" <> wrote in message
news:...
> 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.
>


No, it's not mandatory, but it is the intention of those that created the
standards, therefore you should try to stick to it. Even microsoft is
*trying* to adhere to the W3C standards these days.

Richard, you posted into an HTML newsgroup. Expect your pages be be
evaluated in that light, or don't post them here... that simple.

> 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.
>



 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      03-09-2009
richard wrote:

> In all fairness, run basic is an application, not a web page creator.


So what's it doing pretending to create web pages?

> Kind of like inserting a java applet.


No, it's not. Run basic is outputing HTML just like PHP does.

> Or the insertion of a flash ad.


No it's not.



 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      03-09-2009
richard wrote:
> On Mon, 09 Mar 2009 01:01:42 GMT, "rf" <> wrote:
>
>> richard wrote:
>>> On Sun, 8 Mar 2009 17:46:16 -0400, "Beauregard T. Shagnasty"
>>> <> wrote:
>>>
>>>> Jim Moe wrote:

>>
>>>> The second link RtS gave has only the two lists, but still has the
>>>> 12,000+ line of code.
>>>
>>>
>>> BTW, most of those errors you see should be corrected when I get to
>>> working on the tables that will go below the text boxes.
>>> I only did it that way for testing anyways.

>>
>> How can you test something that has hundreds of errors? You don't
>> know *what* the browser is going to do with it.
>>

>
> Same way as you can put up a page, that works, with thousands of
> errors in it.


I don't put up a page with thousands of errors in it. If you do then you are
at the mercy of the browsers error correction. Who knows, version 9 browsers
may choose to not correct your errors as completely.


 
Reply With Quote
 
Awful Dog Autry
Guest
Posts: n/a
 
      03-09-2009
On 08 Mar 2009, richard <> wrote:

> In all fairness, run basic is an application, not a web page creator.


Then why use it, particularly if it causes errors?

> 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.


A boat half filled with holes will sink just as surely as a boat
completely filled with holes.

--
Awful Dog Autry
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      03-09-2009
In article <>,
Awful Dog Autry <> wrote:

> A boat half filled with holes will sink just as surely as a boat
> completely filled with holes.


Only if time is left out of the equation. And a lot of boat sinking
actions can be carried out in t mins which cannot be carried out in 0.5
t mins.

--
dorayme
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      03-09-2009
In article <doraymeRidThis->,
dorayme <> wrote:

> nd a lot of boat sinking
> actions can be carried out in t mins which cannot be carried out in 0.5
> t mins.


and a lot of boat sinking *avoidance* actions can be carried out in...

--
dorayme
 
Reply With Quote
 
richard
Guest
Posts: n/a
 
      03-09-2009
On Sun, 08 Mar 2009 23:01:14 -0700, Jim Moe
<jmm-> wrote:

>On 03/08/09 01:19 pm, Jim Moe wrote:
>>> <http://www.1littleworld.net:8008/seaside/go/runbasicpersonal?_s=DhwnDYeKiXRBYJGK&_k=ZcFjJOtI>
>>>

>> Looking the URL's page I got two list boxes, yellow and green, and a
>> page full of:
>>
>> "This application has unexpectedly terminated
>> Please contact your webmaster."
>>

> Now I get: "Your Run BASIC Session Has Expired". The link takes me to a
>login page.
> Dude. How can this be useful?


You got that because I posted the wrong link originally.
Delete everything after the ? and replace with app=zip1

What you see now is only the first part. I will soon have more that
will make things much clearer.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
an oddball scary kind of thing you would think would never happen richard Computer Support 4 01-31-2010 06:34 PM
Re: If you were a software application, what would you be? Fred Computer Support 0 07-25-2005 02:01 AM
Which camera would YOU buy if you have $300? Newbie Digital Photography 10 04-06-2005 01:07 AM
If you are trapped in ancient time, what would you take? nospamphoto@none.com Digital Photography 69 06-30-2004 09:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57