From: <abe...@al...> - 2000-11-30 18:58:03
|
> But isn't it better to use optimised versions for the browser, not > the one for all? It sound very interesting indeed Alexey... then you can also create new js for newer browsers whithout any need to touch other js (just like dlls or device drivers, you'll load what you need); it will allow you to reduce the amount of code that the client most download and most important than that is the fact that this code will be really very optimised. However this has an important drawback that we most consider: Doing this means an extra work in trying to maintain standardized all the APIS for diferent platforms and diferent browsers, id est, if we add something to an API we must add the same functionality to all other; and not just that, separating everything so you can then optimize a lot, could make easy a loss of control in what is disponible for what platform. Im sure we don't want a DynAPI that says: "this is disponible only for NS" or vice versa, then we most work a lot to keep things in the right path. Any opinions or sugestions about this matter?, there is a lot of advantages and drawbacks in a schema like this... -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Alexey Medvedev Sent: Jueves, 30 de Noviembre de 2000 10:42 a.m. To: dyn...@li... Subject: Re: Re: Re: [Dynapi-Dev] inheritance crusade / SuperClass stuff On Thu, 30 Nov 2000, Barre Bizon wrote: Yes - I told it is JS_1.3_ > Another thing... neither the function.call() nor the > function.apply() method work under IE4+. > Unfortunately. Also add .watch() to the list :-/ But isn't it better to use optimised versions for the brouser, not the one for all? So main "dynapi" whould be a selector of "dynlayer_ns4.js" or "dynlayer_ie4.js" but keeping same API? I thinks using "new Layer" in NN4 is better then creating lots of CSS and <div>-s (memory usage and resistance to Resize): http://deep.kiev.ua/JS/WebGram/ - resize resistant without any reloads. ps. last one i need to make site as one page , with changed layers Same as www.htmlguru.com is. Malx _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |