From: Raymond I. <xw...@ya...> - 2003-06-18 16:07:54
|
Hello Everyone, In light of the recent release of beta 1 and the success of the API, I would like to propose that we schedule a beta 2 and if possible a final release date. DynAPI beta 1 is for the most part stable and we would like for it to be very stable for the final release. The following dates are suggestions that I'm putting forward for beta 2 and final releases of version 3.0 Release Road Map ------------------- Beta 2 - September 2, 2003 RC1 - October 2, 2003 RTP 3.0.0 - November 2, 2003 (final) The Release To Public (RTP) version would be the final and most stable release for DynAPI 3.0.0. If these dates are ok with everyone can we try to get all the new features/suggestions (i.e. compressor, widgets, etc) into the API before the beta 2 release? After beta 2 I would suggest that we do not add any new features to the API until after the RTP release (maybe in 3.0.1). Any comments? -- Raymond Irving __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Stephen C. <sca...@vi...> - 2003-06-19 05:46:25
|
Is there a chance that we can correct for other cross platform issues? Perhaps this is beyond the scope of this realm, but in my version of dynapi 2.5, I've added a arrayprototype.js file that provides uniform support for arrays in JavaScript accross all browser platforms. Please see: http://www.chts.net/Steve's%20Stuff/DynAPISE/src/lib/dhtmlab/api/arrayprotot ype.js this will correct for the ambiguities between Netcape and IE array parsing routines to become ECMA Script compliant. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Wednesday, June 18, 2003 9:07 AM Subject: [Dynapi-Dev] The way forward...DynAPI Beta 2 > Hello Everyone, > > In light of the recent release of beta 1 and the > success of the API, I would like to propose that we > schedule a beta 2 and if possible a final release > date. > > DynAPI beta 1 is for the most part stable and we would > like for it to be very stable for the final release. > The following dates are suggestions that I'm putting > forward for beta 2 and final releases of version 3.0 > > Release Road Map > ------------------- > Beta 2 - September 2, 2003 > RC1 - October 2, 2003 > RTP 3.0.0 - November 2, 2003 (final) > > The Release To Public (RTP) version would be the final > and most stable release for DynAPI 3.0.0. > > If these dates are ok with everyone can we try to get > all the new features/suggestions (i.e. compressor, > widgets, etc) into the API before the beta 2 release? > After beta 2 I would suggest that we do not add any > new features to the API until after the RTP release > (maybe in 3.0.1). > > Any comments? > > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > > > |
From: Raymond I. <xw...@ya...> - 2003-06-19 15:34:13
|
--- Stephen Carroll <sca...@vi...> wrote: > Is there a chance that we can correct for other > cross platform issues? Sure. If you have any such suggestions we can include it as library in the API. > Perhaps this is beyond the scope of this realm, but > in my version of dynapi > 2.5, I've added a arrayprototype.js file that > provides uniform support for > arrays in JavaScript accross all browser platforms. > Please see: > http://www.chts.net/Steve's%20Stuff/DynAPISE/src/lib/dhtmlab/api/arrayprotot > ype.js this will correct for the ambiguities > between Netcape and IE array > parsing routines to become ECMA Script compliant. Cool. Will take a look at this later. -- Raymond Irving > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" <dyn...@li...> > Sent: Wednesday, June 18, 2003 9:07 AM > Subject: [Dynapi-Dev] The way forward...DynAPI Beta > 2 > > > > Hello Everyone, > > > > In light of the recent release of beta 1 and the > > success of the API, I would like to propose that > we > > schedule a beta 2 and if possible a final release > > date. > > > > DynAPI beta 1 is for the most part stable and we > would > > like for it to be very stable for the final > release. > > The following dates are suggestions that I'm > putting > > forward for beta 2 and final releases of version > 3.0 > > > > Release Road Map > > ------------------- > > Beta 2 - September 2, 2003 > > RC1 - October 2, 2003 > > RTP 3.0.0 - November 2, 2003 (final) > > > > The Release To Public (RTP) version would be the > final > > and most stable release for DynAPI 3.0.0. > > > > If these dates are ok with everyone can we try to > get > > all the new features/suggestions (i.e. compressor, > > widgets, etc) into the API before the beta 2 > release? > > After beta 2 I would suggest that we do not add > any > > new features to the API until after the RTP > release > > (maybe in 3.0.1). > > > > Any comments? > > > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > http://sbc.yahoo.com > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-06-19 16:15:53
|
How about creating a new set of function called functions.array.js? This way we could include the missing array functions and add some customized ones. for exmaple: dynapi.library.include('dynapi.functions.Array'); var ar = dynapi.functions.popArray(array); var ar = dynapi.functions.spliceArray(array,inc,cnt); var ar = dynapi.functions.sortArray(array,order); It would be in keep with the set of functions that we now have (e.g. dynapi.functions.removeFromArray, etc). Agree? -- Raymond Irving --- Stephen Carroll <sca...@vi...> wrote: > Is there a chance that we can correct for other > cross platform issues? > Perhaps this is beyond the scope of this realm, but > in my version of dynapi > 2.5, I've added a arrayprototype.js file that > provides uniform support for > arrays in JavaScript accross all browser platforms. > Please see: > http://www.chts.net/Steve's%20Stuff/DynAPISE/src/lib/dhtmlab/api/arrayprotot > ype.js this will correct for the ambiguities > between Netcape and IE array > parsing routines to become ECMA Script compliant. > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" <dyn...@li...> > Sent: Wednesday, June 18, 2003 9:07 AM > Subject: [Dynapi-Dev] The way forward...DynAPI Beta > 2 > > > > Hello Everyone, > > > > In light of the recent release of beta 1 and the > > success of the API, I would like to propose that > we > > schedule a beta 2 and if possible a final release > > date. > > > > DynAPI beta 1 is for the most part stable and we > would > > like for it to be very stable for the final > release. > > The following dates are suggestions that I'm > putting > > forward for beta 2 and final releases of version > 3.0 > > > > Release Road Map > > ------------------- > > Beta 2 - September 2, 2003 > > RC1 - October 2, 2003 > > RTP 3.0.0 - November 2, 2003 (final) > > > > The Release To Public (RTP) version would be the > final > > and most stable release for DynAPI 3.0.0. > > > > If these dates are ok with everyone can we try to > get > > all the new features/suggestions (i.e. compressor, > > widgets, etc) into the API before the beta 2 > release? > > After beta 2 I would suggest that we do not add > any > > new features to the API until after the RTP > release > > (maybe in 3.0.1). > > > > Any comments? > > > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > http://sbc.yahoo.com > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Stephen C. <sca...@vi...> - 2003-06-19 17:17:04
|
Hmm, what does everybody think about just extending the core JavaScript language so that it is ECMA compliant vs. creating a set of new objects? The code I provided mods the array object so that it complies. Either way, the code ends up on the client, so wouldn't make further sense to keep it organized in a more universal manner? Just thinking of making things follow closer to standards that are out there. Case in point, I like the IOElements respect towards SOAP-RPC. It makes sense in a world where there are hardly any standards. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Thursday, June 19, 2003 9:15 AM Subject: Re: [Dynapi-Dev] Array.prototype.js > > How about creating a new set of function called > functions.array.js? This way we could include the > missing array functions and add some customized ones. > > for exmaple: > > dynapi.library.include('dynapi.functions.Array'); > > var ar = dynapi.functions.popArray(array); > var ar = dynapi.functions.spliceArray(array,inc,cnt); > var ar = dynapi.functions.sortArray(array,order); > > It would be in keep with the set of functions that we > now have (e.g. dynapi.functions.removeFromArray, etc). > > Agree? > > -- > Raymond Irving > > > --- Stephen Carroll <sca...@vi...> wrote: > > Is there a chance that we can correct for other > > cross platform issues? > > Perhaps this is beyond the scope of this realm, but > > in my version of dynapi > > 2.5, I've added a arrayprototype.js file that > > provides uniform support for > > arrays in JavaScript accross all browser platforms. > > Please see: > > > http://www.chts.net/Steve's%20Stuff/DynAPISE/src/lib/dhtmlab/api/arrayprotot > > ype.js this will correct for the ambiguities > > between Netcape and IE array > > parsing routines to become ECMA Script compliant. > > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: "DynAPI-Dev" <dyn...@li...> > > Sent: Wednesday, June 18, 2003 9:07 AM > > Subject: [Dynapi-Dev] The way forward...DynAPI Beta > > 2 > > > > > > > Hello Everyone, > > > > > > In light of the recent release of beta 1 and the > > > success of the API, I would like to propose that > > we > > > schedule a beta 2 and if possible a final release > > > date. > > > > > > DynAPI beta 1 is for the most part stable and we > > would > > > like for it to be very stable for the final > > release. > > > The following dates are suggestions that I'm > > putting > > > forward for beta 2 and final releases of version > > 3.0 > > > > > > Release Road Map > > > ------------------- > > > Beta 2 - September 2, 2003 > > > RC1 - October 2, 2003 > > > RTP 3.0.0 - November 2, 2003 (final) > > > > > > The Release To Public (RTP) version would be the > > final > > > and most stable release for DynAPI 3.0.0. > > > > > > If these dates are ok with everyone can we try to > > get > > > all the new features/suggestions (i.e. compressor, > > > widgets, etc) into the API before the beta 2 > > release? > > > After beta 2 I would suggest that we do not add > > any > > > new features to the API until after the RTP > > release > > > (maybe in 3.0.1). > > > > > > Any comments? > > > > > > > > > -- > > > Raymond Irving > > > > > > __________________________________ > > > Do you Yahoo!? > > > SBC Yahoo! DSL - Now only $29.95 per month! > > > http://sbc.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: INetU > > Attention Web Developers & Consultants: Become An > > INetU Hosting Partner. > > Refer Dedicated Servers. We Manage Them. You Get 10% > > Monthly Commission! > > INetU Dedicated Managed Hosting > > http://www.inetu.net/partner/index.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > > > |