Re: [Dynapi-Dev] Javascript Request Object

2001-12-28 Thread Quang Nguyen
Extremely exciting. Just couldn't believe what I just read. That's something I never expected anything but "sync" mode. Thanks a bunch. Oh and happy new year all. Original Message Follows From: Michael Pemberton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] Javasc

Re: [Dynapi-Dev] Javascript Request Object

2001-12-28 Thread Michael Pemberton
Quang Nguyen wrote: > I am going to sound really a beginer, but what does "async mode" and > "To get scripts loaded in the same scope as the window > object" mean? What is the advantage of having the function run in > async mode or not? Async is to do with how it handles the process of loading

Re: [Dynapi-Dev] New DynAPI Stuff - Documentation

2001-12-28 Thread Quang Nguyen
BSD means...? How different is it from GNU? Original Message Follows From: Dan Steinman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] New DynAPI Stuff - Documentation Date: Fri, 28 Dec 2001 13:19:59 -0500 I've attached my document explaining all the new features of

Re: [Dynapi-Dev] New DynAPI Stuff - Documentation

2001-12-28 Thread Quang Nguyen
BSD means...? How different is it from GNU? Original Message Follows From: Dan Steinman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] New DynAPI Stuff - Documentation Date: Fri, 28 Dec 2001 13:19:59 -0500 I've attached my document explaining all the new features of

Re: [Dynapi-Dev] Javascript Request Object

2001-12-28 Thread Quang Nguyen
I am going to sound really a beginer, but what does "async mode" and "To get scripts loaded in the same scope as the window object" mean? What is the advantage of having the function run in async mode or not? Original Message Follows From: Raymond Irving <[EMAIL PROTECTED]> To: DynAPI-

Re: [Dynapi-Dev] New DynAPI Stuff - Documentation

2001-12-28 Thread Raymond Irving
--- Dan Steinman <[EMAIL PROTECTED]> wrote: > BTW - what's gonna be the version number? 2.6? 2.7? > 3.0? > I vote for 3.0 all the way! Reason: This release (3.0) includes major changes to the DynAPI structure therefore a move to 3.0 verion number will make a clear distinction between the oth

Re: [Dynapi-Dev] New DynAPI Stuff - Documentation

2001-12-28 Thread Dan Steinman
I've attached my document explaining all the new features of DynAPI. It should give everybody a clear explanation of what to change in their code to make it compliant. It might take a while until I can get the rework of the events complete, so I'd be a go for getting this codebase as-is into t

[Dynapi-Dev] Javascript Request Object

2001-12-28 Thread Raymond Irving
Hello Everyone, Well I've been very busy since the holiday season and did not get much time to work in this project so I'll be releasing it anyway so we can all take a look at it and if possible offer some improvements. The file is attached Things to note: To get scripts loaded in the same sco

[Dynapi-Dev] Dynamic Script Loading

2001-12-28 Thread Eytan Heidingsfeld
I know there was an elaborate conversation on this topic. I also remember a problem with Netscape and asynchronous loading. I know how to make async events in Netscape synchronous but I am interested in the code or all the different browsers. Has anyone written an organized method/object? Otherwis