R
rf
dorayme said:First Richard might have something called a life, and second, he might
be developing something that starts slow and ends up like Phar Lap.
Dead eh?
dorayme said:First Richard might have something called a life, and second, he might
be developing something that starts slow and ends up like Phar Lap.
But you tried to validate the actual code page.
I'm sure you'd get the same results for any java applet.
The validator does not know, or care to know how an application is
coded.
The HTML in the iframe produces no less that 100 validation errors:
http://validator.w3.org/check?verbo...t:8008/seaside/go/runbasicpersonal?app=truck1
...which is not terribly surprising since you're doing lots of server
round-trips/reloads to produce the 'expanded' bits, nothing too amazing
there.
...man, it's slow on broadband too.
Man, you seem to have been working on this for *weeks*. I think most of us
could have duplicated this using PHP or VBScript/ASP(X) on a rainy Saturday
afternoon while watching the football.
http://1littleworld.net/truck1.html
Everything within the iframe is done with "run Basic".
I developed the expanding tree part.
There is no javascript anywhere in the program.
"Chris F.A. Johnson said:"So you're probably thinking there is flash, javascript, php, asp,
or some usual animal lurking in the background to make this happen
right? Wrong!"
Wrong indeed! There is nothing on that page that should require
anything more than basic HTML and CSS (and with someone who knows
how to write it, it would be far better).
richard said:And have either of you smart ass know it alls bothered to look at the
fact that all of those errors came from the same line?
That I have no control over. That is generated by the programmer and
the way he programmed the output to read.
I have made him aware that id="#whatever" is not valid.
It is also possible that in the process of compiling the BASIC
language into useable html, has some quirks to it. As html does not
understand that "#one" is not an "ID" tag per se, but rather an
identifier for use within the language.
I have also seen the validator have holy fits over certain items that
are perfectly acceptable in the javascript convention. Or it has fits
because a simple ? was used within a section surrounded by quotes.
I'm completely failing to see why you're going off on this tangent whenI am also quite sure that the validator would have holy fits if
someone dare imbed visual basic into the page.
dorayme said:Chris, this is just a proof of concept. It may be the beginning of a
glorious new dawn for the internet. Have you no faith?
richard said:And have either of you smart ass know it alls bothered to look at the
fact that all of those errors came from the same line?
That I have no control over. That is generated by the programmer and
the way he programmed the output to read.
I have made him aware that id="#whatever" is not valid.
It is also possible that in the process of compiling the BASIC
language into useable html, has some quirks to it. As html does not
understand that "#one" is not an "ID" tag per se, but rather an
identifier for use within the language.
I have also seen the validator have holy fits over certain items that
are perfectly acceptable in the javascript convention. Or it has fits
because a simple ? was used within a section surrounded by quotes.
I am also quite sure that the validator would have holy fits if
someone dare imbed visual basic into the page.
asdf said:I certainly don't. It's a YAPL (Yet Another Programming Language),
that so far hasn't seemed to produce anything that VBScript
(serverside), C, PERL, PHP, Java (server side) can't do already.
There are already many, many server-side coding languages and schemas
that have proven themselves in the field. Why add another that
basically (pun) does what all the others already do?
I certainly don't. It's a YAPL (Yet Another Programming Language), that so
far hasn't seemed to produce anything that VBScript (serverside), C, PERL,
PHP, Java (server side) can't do already.
There are already many, many server-side coding languages and schemas that
have proven themselves in the field. Why add another that basically (pun)
does what all the others already do?
Chris, this is just a proof of concept. It may be the beginning of a
glorious new dawn for the internet. Have you no faith?
richard said:I certainly don't. It's a YAPL (Yet Another Programming Language), that sodorayme said:On 2009-03-24, richard wrote:
http://1littleworld.net/truck1.html
Everything within the iframe is done with "run Basic".
I developed the expanding tree part.
There is no javascript anywhere in the program.
"So you're probably thinking there is flash, javascript, php, asp,
or some usual animal lurking in the background to make this happen
right? Wrong!"
Wrong indeed! There is nothing on that page that should require
anything more than basic HTML and CSS (and with someone who knows
how to write it, it would be far better).
Chris, this is just a proof of concept. It may be the beginning of a
glorious new dawn for the internet. Have you no faith?
far hasn't seemed to produce anything that VBScript (serverside), C, PERL,
PHP, Java (server side) can't do already.
There are already many, many server-side coding languages and schemas that
have proven themselves in the field. Why add another that basically (pun)
does what all the others already do?
Agreed. But simplicity rules. VB works only in IE. PHP requires a vast
knowledge of how it works and implements the use of javascript quite
often.
Run Basic has implemented many things to make coding easier and
simpler. You know what it takes to create a simple button right?
How about this for simplicity?
button #name, "button",[gohere]
and link #name, "link",[gohere] produces a standard link.
[gohere] means within the program, not a web page.
Run Basic has many of the same features PHP has but keeps it simpler.
Agreed. But simplicity rules. VB works only in IE.
PHP requires a vast
knowledge of how it works and implements.
the use of javascript quite
often. Run Basic has implemented many things to make coding easier and
simpler. You know what it takes to create a simple button right?
How about this for simplicity?
button #name, "button",[gohere]
and link #name, "link",[gohere] produces a standard link.
[gohere] means within the program, not a web page.
Run Basic has many of the same features PHP has but keeps it simpler.
richard said:Precisely. Flash was first scoffed at and now you can't live without
it.
richard said:Precisely. Flash was first scoffed at and now you can't live without
it.
"asdf said:You're kidding right?
dorayme said:No, he is not kidding and you will never understand Richard until you
have hauled a few hundred head of cattle up the spine of a continent in
a big rig, stopping regularly to throw back a slab of beer with Travis
as a willing grogging hitchhiker.
richard said:Proof of concept also includes the proof that it can be done *correctly*.
With, somebody said, hundreds of errors I would suggest that this is not
being done *correctly*.
Precisely. Flash was first scoffed at and now you can't live without
it.
Oh yes I can. I don't have flash even installed on most of my browsers.
Those that don't give me the option have flashblock installed.
In 1995 pages were done entirely in tables.
Were they? In any case RFC 1947 (detailing HTML tables) was published in May
1996.
CSS comes along and a
whole new way of doing things was born.
I know I did my first web page purely in tables.
Yes. I remember you doing that. Took months IIRC.
Then learned CSS.
I remember that too.
Chris, this is just a proof of concept.
It may be the beginning of a glorious new dawn for the internet.
Have you no faith?
Agreed. But simplicity rules. VB works only in IE. PHP requires a
vast knowledge of how it works and implements the use of javascript
quite often. Run Basic has implemented many things to make coding
easier and simpler. You know what it takes to create a simple button
right? How about this for simplicity?
button #name, "button",[gohere]
and link #name, "link",[gohere] produces a standard link.
[gohere] means within the program, not a web page.
Run Basic has many of the same features PHP has but keeps it simpler.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.