On Wed, 25 Mar 2009 14:13:06 +1100, "asdf" <> wrote:
>
>"dorayme" <> wrote in message
>news:doraymeRidThis-...
>> In article <6d67d$49c998ce$cef88ba3$>,
>> "Chris F.A. Johnson" <> wrote:
>>
>>> 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?
>>
>
>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?
>
>> --
>> dorayme
>
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.