You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(75) |
Nov
(252) |
Dec
(418) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(659) |
Feb
(1039) |
Mar
(870) |
Apr
(235) |
May
(329) |
Jun
(251) |
Jul
(123) |
Aug
(119) |
Sep
(67) |
Oct
(194) |
Nov
(535) |
Dec
(133) |
2002 |
Jan
(122) |
Feb
(24) |
Mar
(29) |
Apr
(28) |
May
(16) |
Jun
(20) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(14) |
Nov
(23) |
Dec
(19) |
2003 |
Jan
(28) |
Feb
(170) |
Mar
(288) |
Apr
(211) |
May
(126) |
Jun
(166) |
Jul
(131) |
Aug
(102) |
Sep
(211) |
Oct
(301) |
Nov
(22) |
Dec
(6) |
2004 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(21) |
Aug
(2) |
Sep
(7) |
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(14) |
Apr
(24) |
May
(3) |
Jun
(7) |
Jul
(30) |
Aug
(5) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: Kevin <ke...@ke...> - 2003-09-04 19:20:55
|
Yes php or perl to mysql (if needed). I hope the cgi would be implemented as Apache modules. Though for an IIS server choice I don't know if the php/perl server extensions are available. - Kevin > For database we could use either MySQL or SQLite > (www.sqlite.org) > > For server-side coding I would go for php as their are > many php developers and site manager softwares > available. > > Personally I like and know ASP, but that might not be > the best choice. > > If we plan on moving the homepage to anothe ISP we > could ask the provider to use the latest verion of php > so we could use phpwebsites, etc > > The current homepage could be used as a mirror. > > > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: > > Yes... We dont need a database for that either :) > > > > But i feel like it will be quite "dull" to have the > > member directory and > > those kinds of stuff in textfiles.. > > > > But however...the question was about programming > > language and not > > databases or not :) > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > > Behalf Of Cristian > > Grigoriu > > Sent: den 4 september 2003 20:10 > > To: dyn...@li... > > Subject: RE: [Dynapi-Help] Homepage > > > > > > > How should we do with polls and sutch if its not > > database driven? > > > > Well, that's what I meant by "whenever possible". > > However, for a poll we > > still don't need a database backend :) but we > > definitely need a > > server-side scripting technology. > > > > > Daniel > > > > Grig > > > > > > What programming language do you think we should > > use for the > > > > development of the homepage? Should we vote or > > do we have > > > any options? > > > > > > Since our website is not database-driven I think > > we should stay away > > > from server-side scripting whenever possible. > > Otherwise, I would > > > suggest PHP considering it's Open Source and > > portable. > > > > > > > What do you say? > > > > Regards > > > > Daniel > > > > > > Grig > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-09-04 17:18:26
|
PHP all the way. It's free technology, it's powerful, easy to use, ubiquitous scripting language, with MySQL support. Perl is powerful also, arguably more powerful with all the fancy modules available, but maybe slightly less easy to script in. DB, if any, MySQL again, as it's powerful, fast, easy to use, and I know it a little (ok moderate - I never used phpMyAdmin, I do it all by hand). :-) If we're just having an occasional poll, don't see an immediate strong need for SQL at all, could just be flat-file text or some binary hash DB or something. For scalability (if we start with a non-SQL format and later want to import all the old data to SQL), it would be wise to take a small amount of time to document the file format and write a little SQL converter. However, I've had experience with C code and a custom binary DB format, and I successfully extracted the data using both Perl and PHP (it was trivial to convert the Perl script to PHP), and once the data is extracted it's again trivial to wrap it in some plain text SQL file. While we're at it, Apache should be the server, as it's more secure, free, widely known and used. Finally, again, for those not familiar or comfortable with PHP, I highly reccomend their manual. There's a CHM (M$ compiled HTML format) manual which I tend to leave open on my desktop, as it's easy to search, and full of good info. There's also any number of books available on programming with PHP and MySQL. I've got a few PDF copies lying around... And of course I'd be happy to try and answer any questions, or there's probably a support mailing list or forum too, which are a wealth of information. About having a site off SF, I see no problem, as long as we can have some automation of the mirroring, for backup and redundancy (in addition to Apache, PHP4 and 5 when it's stable, MySQL and secure FTP access). Just add a "mirrors" link, or simply links to both sites on the first page. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Thursday, September 04, 2003 11:16 AM Subject: Re: [Dynapi-Dev] RE: [Dynapi-Help] Homepage > > For database we could use either MySQL or SQLite > (www.sqlite.org) > > For server-side coding I would go for php as their are > many php developers and site manager softwares > available. > > Personally I like and know ASP, but that might not be > the best choice. > > If we plan on moving the homepage to anothe ISP we > could ask the provider to use the latest verion of php > so we could use phpwebsites, etc > > The current homepage could be used as a mirror. > > > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: > > Yes... We dont need a database for that either :) > > > > But i feel like it will be quite "dull" to have the > > member directory and > > those kinds of stuff in textfiles.. > > > > But however...the question was about programming > > language and not > > databases or not :) > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > > Behalf Of Cristian > > Grigoriu > > Sent: den 4 september 2003 20:10 > > To: dyn...@li... > > Subject: RE: [Dynapi-Help] Homepage > > > > > > > How should we do with polls and sutch if its not > > database driven? > > > > Well, that's what I meant by "whenever possible". > > However, for a poll we > > still don't need a database backend :) but we > > definitely need a > > server-side scripting technology. > > > > > Daniel > > > > Grig > > > > > > What programming language do you think we should > > use for the > > > > development of the homepage? Should we vote or > > do we have > > > any options? > > > > > > Since our website is not database-driven I think > > we should stay away > > > from server-side scripting whenever possible. > > Otherwise, I would > > > suggest PHP considering it's Open Source and > > portable. > > > > > > > What do you say? > > > > Regards > > > > Daniel > > > > > > Grig > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-04 15:16:49
|
For database we could use either MySQL or SQLite (www.sqlite.org) For server-side coding I would go for php as their are many php developers and site manager softwares available. Personally I like and know ASP, but that might not be the best choice. If we plan on moving the homepage to anothe ISP we could ask the provider to use the latest verion of php so we could use phpwebsites, etc The current homepage could be used as a mirror. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Yes... We dont need a database for that either :) > > But i feel like it will be quite "dull" to have the > member directory and > those kinds of stuff in textfiles.. > > But however...the question was about programming > language and not > databases or not :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Cristian > Grigoriu > Sent: den 4 september 2003 20:10 > To: dyn...@li... > Subject: RE: [Dynapi-Help] Homepage > > > > How should we do with polls and sutch if its not > database driven? > > Well, that's what I meant by "whenever possible". > However, for a poll we > still don't need a database backend :) but we > definitely need a > server-side scripting technology. > > > Daniel > > Grig > > > > What programming language do you think we should > use for the > > > development of the homepage? Should we vote or > do we have > > any options? > > > > Since our website is not database-driven I think > we should stay away > > from server-side scripting whenever possible. > Otherwise, I would > > suggest PHP considering it's Open Source and > portable. > > > > > What do you say? > > > Regards > > > Daniel > > > > Grig > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-04 14:50:50
|
Hi Chris, Please see below: --- C Kissinger <cki...@ne...> wrote: > OK, so if Dan has any input soon or if we could > contact him, we ask him if he's willing to point > his DNS at our IPs? Prefer .com, .org, or .net? Ok. Are we planning on moving the DynAPI website from SF to another ISP? > Like I said, I would be willing to put up the web > space, unless someone else has a better deal > (static IP with in-house server and OC3 maybe?). Hmmm.. This is something that the webteam will have to agree on. Keeping the website on SF would make it accessible to all would be sf developers. The other things that comes to mind when moving to another ISP is the ability of the propiety ISP to provide backups, 24x7 support, etc > As for PR, you're right Leif. We should compile a > comprehensive list for release all at once, slightly > before launch. I also like this PR idea. I think it's well needed. -- Raymond Irving > Christopher D. Kissinger > > >>> -----Original Message----- > >>> From: dyn...@li... > [mailto:dynapi-dev- > >>> ad...@li...] On Behalf Of Leif > W > >>> Sent: Wednesday, September 03, 2003 10:53 AM > >>> To: dyn...@li... > >>> Subject: Re: [Dynapi-Dev] JavaScript Scripting > Resources > >>> > >>> Doing a comprehensive check (DNS, web, mail), > >>> > >>> Also checked dynapi.net and dynapi.org, and Dan > Steinman has both of > >>> those > >>> also. All three domains are using DynDNS for > their DNS, so they would > >>> need > >>> to be updated (i.e. to a static dns within > DynDNS) or changed to a > >>> different > >>> DNS provider. dynapi.org and dynapi.net both > point to the same RCN > >>> cable > >>> account while dynapi.com doesn't have an IP. > dynapi.com, .net, and > >>> .org all > >>> don't hit a standard web server (i.e. port 80.) > This would need > >>> changing to > >>> hit the webservers. www.dynapi.org redirects > to > >>> http://dynapi.sourceforge.net/dynapi/, > www.dynapi.net redirects to > >>> dynapi.net:82. These would need to point to > the new IP. dynapi.net > >>> has an > >>> MX record pointing to dynapi.net with a mail > server listening, while > >>> dynapi.com and dynapi.org have no MX records. > If we're going to set up > >>> mail > >>> capabilities (accounts or simply forwards) on a > new server, MX records > >>> would > >>> also have to be added/updated. > >>> > >>> As far as the advertisement aspect goes, I'd > volunteer as the primary > >>> contact, and if anyone has suggestions or > instructions about where to > >>> go, > >>> who to contact, how to make submissions to > other places, I'd be able to > >>> do > >>> that to help spread the word of the project. > Would probably want to > >>> get > >>> some of that started a little before the > release of the new site and > >>> the > >>> post-beta of the DynAPI. > >>> > >>> Leif > >>> > >>> ----- Original Message ----- > >>> From: "C Kissinger" > <cki...@ne...> > >>> To: <dyn...@li...> > >>> Sent: Wednesday, September 03, 2003 1:35 AM > >>> Subject: RE: [Dynapi-Dev] JavaScript Scripting > Resources > >>> > >>> > >>> A quick WHOIS on netsol.com says that > dynapi.com > >>> is registered to Dan Steinman. > >>> > >>> Dan, what do you think about your dynapi.com > domain for this? > >>> > >>> What do the rest of you think about dynapi.com? > >>> > >>> I have extra (unlimited) hosting space for 4 > more domains, I > >>> could offer the web space for it. > >>> > >>> I too think that it would be a good idea for > everyone willing to assist > >>> in PRing to do so as there are hundreds > (thousands) of places to > >>> advertise > >>> excellent new software such as this: > >>> devedge.netscape.com > >>> forums.mozillazine.org > >>> javascript.com and the internet.com consortium > >>> press releases > >>> maybe get Danny Goodman of the JavaScript > Bible's fame interested > >>> Slashdot > >>> javascript.about.com > >>> not to mention the search engines and > directories > >>> (am I getting carried away?) > >>> > >>> Maybe fly the idea by the group first, and > compile an approved list > >>> with any > >>> supporting materials/content for a PR rep to > submit. > >>> > >>> Chris Kissinger > >>> > >>> >>> -----Original Message----- > >>> >>> From: > dyn...@li... > [mailto:dynapi-dev- > >>> >>> ad...@li...] On Behalf Of > Daniel Tiru > >>> >>> Sent: Tuesday, September 02, 2003 1:46 PM > >>> >>> To: dyn...@li... > >>> >>> Subject: RE: [Dynapi-Dev] JavaScript > Scripting Resources > >>> >>> > >>> >>> Hi mate! > >>> >>> > >>> >>> I think i get your point... Maybee we can > discuss sutch matters in > >>> the > >>> >>> project for the new dynAPI system aswell? > On how to link or sutch > >>> and > >>> >>> who shall be responsible? I think all can > be responsible but, it > >>> might > >>> >>> be good to talk about it first as you > think(?) But those kinds of > >>> >>> requests maybee should be possible for > everyone to make. > >>> >>> > >>> >>> Besides that... I think for the whole we > should only link to the > >>> >>> "website" and not the sf site when we have > the new site up. > >>> >>> > >>> >>> Regards > >>> >>> Daniel > >>> >>> > >>> >>> -----Original Message----- > >>> >>> From: > dyn...@li... > >>> >>> > [mailto:dyn...@li...] On > Behalf Of Leif > >>> W > >>> >>> Sent: den 2 september 2003 20:29 > >>> >>> To: DynAPI-Dev > >>> >>> Subject: [Dynapi-Dev] JavaScript Scripting > Resources > >>> >>> > >>> >>> > >>> >>> On the "JavaScript Scripting Resources" > page ( > >>> >>> http://mozilla.org/js/scripting/) on the > mozilla.org site, there's > >>> >>> still a link to Dan Steinman's DynAPI 1 > (DynDuo). We should > >>> probably > >>> >>> have DynAPI's SourceForge link on such > pages, to generate more > >>> traffic. > >>> >>> There's an email address at the bottom of > this particular page for > >>> a > >>> >>> Robert Ginda <rginda [at] netscape (dot) > com>. Do we have an > >>> "official > >>> >>> contact" to handle such "PR" type stuff? > I thought of shooting > >>> off a > >>> >>> quick email but realized I may not speak > for the entire group, if > >>> >>> people > >>> >>> think it's a good idea. Also, as an > entity, it may be confusing > >>> to > >>> >>> others unless there's a single person the > outside === message truncated === __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-09-04 11:22:07
|
Yes... We dont need a database for that either :) But i feel like it will be quite "dull" to have the member directory and those kinds of stuff in textfiles.. But however...the question was about programming language and not databases or not :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Cristian Grigoriu Sent: den 4 september 2003 20:10 To: dyn...@li... Subject: RE: [Dynapi-Help] Homepage > How should we do with polls and sutch if its not database driven? Well, that's what I meant by "whenever possible". However, for a poll we still don't need a database backend :) but we definitely need a server-side scripting technology. > Daniel Grig > > What programming language do you think we should use for the > > development of the homepage? Should we vote or do we have > any options? > > Since our website is not database-driven I think we should stay away > from server-side scripting whenever possible. Otherwise, I would > suggest PHP considering it's Open Source and portable. > > > What do you say? > > Regards > > Daniel > > Grig ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Daniel T. <de...@ti...> - 2003-09-04 11:13:39
|
Hi folks! What programming language do you think we should use for the development of the homepage? Should we vote or do we have any options? Myself cant help out with PHP if that will be the language of our choise and if we use asp i know some people wont be able to help out with that either... What do you say? Regards Daniel |
From: C K. <cki...@ne...> - 2003-09-04 05:52:01
|
OK, so if Dan has any input soon or if we could contact him, we ask him if he's willing to point his DNS at our IPs? Prefer .com, .org, or .net? Like I said, I would be willing to put up the web space, unless someone else has a better deal (static IP with in-house server and OC3 maybe?). As for PR, you're right Leif. We should compile a comprehensive list for release all at once, slightly before launch. Christopher D. Kissinger >>> -----Original Message----- >>> From: dyn...@li... [mailto:dynapi-dev- >>> ad...@li...] On Behalf Of Leif W >>> Sent: Wednesday, September 03, 2003 10:53 AM >>> To: dyn...@li... >>> Subject: Re: [Dynapi-Dev] JavaScript Scripting Resources >>> =20 >>> Doing a comprehensive check (DNS, web, mail), >>> =20 >>> Also checked dynapi.net and dynapi.org, and Dan Steinman has both = of >>> those >>> also. All three domains are using DynDNS for their DNS, so they = would >>> need >>> to be updated (i.e. to a static dns within DynDNS) or changed to a >>> different >>> DNS provider. dynapi.org and dynapi.net both point to the same RCN >>> cable >>> account while dynapi.com doesn't have an IP. dynapi.com, .net, and >>> .org all >>> don't hit a standard web server (i.e. port 80.) This would need >>> changing to >>> hit the webservers. www.dynapi.org redirects to >>> http://dynapi.sourceforge.net/dynapi/, www.dynapi.net redirects to >>> dynapi.net:82. These would need to point to the new IP. = dynapi.net >>> has an >>> MX record pointing to dynapi.net with a mail server listening, = while >>> dynapi.com and dynapi.org have no MX records. If we're going to = set up >>> mail >>> capabilities (accounts or simply forwards) on a new server, MX = records >>> would >>> also have to be added/updated. >>> =20 >>> As far as the advertisement aspect goes, I'd volunteer as the = primary >>> contact, and if anyone has suggestions or instructions about where = to >>> go, >>> who to contact, how to make submissions to other places, I'd be = able to >>> do >>> that to help spread the word of the project. Would probably want = to >>> get >>> some of that started a little before the release of the new site = and >>> the >>> post-beta of the DynAPI. >>> =20 >>> Leif >>> =20 >>> ----- Original Message ----- >>> From: "C Kissinger" <cki...@ne...> >>> To: <dyn...@li...> >>> Sent: Wednesday, September 03, 2003 1:35 AM >>> Subject: RE: [Dynapi-Dev] JavaScript Scripting Resources >>> =20 >>> =20 >>> A quick WHOIS on netsol.com says that dynapi.com >>> is registered to Dan Steinman. >>> =20 >>> Dan, what do you think about your dynapi.com domain for this? >>> =20 >>> What do the rest of you think about dynapi.com? >>> =20 >>> I have extra (unlimited) hosting space for 4 more domains, I >>> could offer the web space for it. >>> =20 >>> I too think that it would be a good idea for everyone willing to = assist >>> in PRing to do so as there are hundreds (thousands) of places to >>> advertise >>> excellent new software such as this: >>> devedge.netscape.com >>> forums.mozillazine.org >>> javascript.com and the internet.com consortium >>> press releases >>> maybe get Danny Goodman of the JavaScript Bible's fame interested >>> Slashdot >>> javascript.about.com >>> not to mention the search engines and directories >>> (am I getting carried away?) >>> =20 >>> Maybe fly the idea by the group first, and compile an approved list >>> with any >>> supporting materials/content for a PR rep to submit. >>> =20 >>> Chris Kissinger >>> =20 >>> >>> -----Original Message----- >>> >>> From: dyn...@li... = [mailto:dynapi-dev- >>> >>> ad...@li...] On Behalf Of Daniel Tiru >>> >>> Sent: Tuesday, September 02, 2003 1:46 PM >>> >>> To: dyn...@li... >>> >>> Subject: RE: [Dynapi-Dev] JavaScript Scripting Resources >>> >>> >>> >>> Hi mate! >>> >>> >>> >>> I think i get your point... Maybee we can discuss sutch = matters in >>> the >>> >>> project for the new dynAPI system aswell? On how to link or = sutch >>> and >>> >>> who shall be responsible? I think all can be responsible but, = it >>> might >>> >>> be good to talk about it first as you think(?) But those kinds = of >>> >>> requests maybee should be possible for everyone to make. >>> >>> >>> >>> Besides that... I think for the whole we should only link to = the >>> >>> "website" and not the sf site when we have the new site up. >>> >>> >>> >>> Regards >>> >>> Daniel >>> >>> >>> >>> -----Original Message----- >>> >>> From: dyn...@li... >>> >>> [mailto:dyn...@li...] On Behalf Of = Leif >>> W >>> >>> Sent: den 2 september 2003 20:29 >>> >>> To: DynAPI-Dev >>> >>> Subject: [Dynapi-Dev] JavaScript Scripting Resources >>> >>> >>> >>> >>> >>> On the "JavaScript Scripting Resources" page ( >>> >>> http://mozilla.org/js/scripting/) on the mozilla.org site, = there's >>> >>> still a link to Dan Steinman's DynAPI 1 (DynDuo). We should >>> probably >>> >>> have DynAPI's SourceForge link on such pages, to generate more >>> traffic. >>> >>> There's an email address at the bottom of this particular page = for >>> a >>> >>> Robert Ginda <rginda [at] netscape (dot) com>. Do we have an >>> "official >>> >>> contact" to handle such "PR" type stuff? I thought of = shooting >>> off a >>> >>> quick email but realized I may not speak for the entire group, = if >>> >>> people >>> >>> think it's a good idea. Also, as an entity, it may be = confusing >>> to >>> >>> others unless there's a single person the outside can contact >>> regarding >>> >>> these matters. >>> >>> >>> >>> Leif >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> >>> This sf.net email is sponsored by:ThinkGeek >>> >>> Welcome to geek heaven. >>> >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> >>> Dynapi-Dev mailing list >>> >>> Dyn...@li... >>> >>> http://www.mail-archive.com/dyn...@li.../ >>> >>> >>> >>> >>> =20 >>> =20 >>> =20 >>> =20 >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Dynapi-Dev mailing list >>> Dyn...@li... >>> http://www.mail-archive.com/dyn...@li.../ >>> =20 >>> =20 |
From: Leif W <war...@us...> - 2003-09-03 23:34:25
|
----- Original Message ----- From: "Kevin" <ke...@ke...> To: <dyn...@li...> Sent: Wednesday, September 03, 2003 7:20 PM Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > > "Leif W" <war...@us...> wrote: > > To: <dyn...@li...> > Sent: Wednesday, September 03, 2003 11:00 PM > Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > > > > Here's a cropped screen shot of the file in GIF format. > > Thanks Leif for the gif. I didn't want to get any "free" reader > that requests personal details for marketing! I could have lied > though ;) I always just fill everything with NO on those forms. Some guy Norbert Olsen of Norway (fictional name I just made up) must get pretty upset with all the emails sent to no...@no.... ;-) But for some sites, no...@no..., no...@no..., no...@no..., etc. is taken up, until about 8 or 9 no's, so I know I'm not the only one sick of those "FREE for the price of privacy" marketing gimmicks. Leif > - > Kevin > > > ----- Original Message ----- > > From: "Benoit Marchant" <mar...@ma...> > > To: <dyn...@li...> > > Sent: Tuesday, September 02, 2003 12:46 PM > > Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > > > > > > > Hi > > > > > > I couldn't find a reader for Mac OS X ? > > > That could be a problem ! > > > > > > Thanks, > > > > > > Benoit > > > > > > On Monday, September 1, 2003, at 05:21 AM, Joy Ride wrote: > > > > > > > Hello, > > > > > > > > I finally managed to find out some time to put in to DynAPI project. > > > > As a result here is a dynapi site structure draft. All the comments > > > > are very wellcome. :-) Attached file is created with the MindManager > > > > 2002 software, free viewer (and some other downloads) is available at: > > > > http://www.mindjet.com/eu/support/sup_download.php > > > > > > > > - Juho Risku / Helmi Staff > > > > http://www.visualway.com/helmi > > > > > > > > _________________________________________________________________ > > > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > > > http://join.msn.com/?page=features/virus > > > > <DynAPI site structure - 1.9.2003.mmp> > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-09-03 23:19:03
|
"Leif W" <war...@us...> wrote: To: <dyn...@li...> Sent: Wednesday, September 03, 2003 11:00 PM Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > Here's a cropped screen shot of the file in GIF format. Thanks Leif for the gif. I didn't want to get any "free" reader that requests personal details for marketing! I could have lied though ;) - Kevin > ----- Original Message ----- > From: "Benoit Marchant" <mar...@ma...> > To: <dyn...@li...> > Sent: Tuesday, September 02, 2003 12:46 PM > Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > > > > Hi > > > > I couldn't find a reader for Mac OS X ? > > That could be a problem ! > > > > Thanks, > > > > Benoit > > > > On Monday, September 1, 2003, at 05:21 AM, Joy Ride wrote: > > > > > Hello, > > > > > > I finally managed to find out some time to put in to DynAPI project. > > > As a result here is a dynapi site structure draft. All the comments > > > are very wellcome. :-) Attached file is created with the MindManager > > > 2002 software, free viewer (and some other downloads) is available at: > > > http://www.mindjet.com/eu/support/sup_download.php > > > > > > - Juho Risku / Helmi Staff > > > http://www.visualway.com/helmi > > > > > > _________________________________________________________________ > > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > > http://join.msn.com/?page=features/virus > > > <DynAPI site structure - 1.9.2003.mmp> > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > |
From: Leif W <war...@us...> - 2003-09-03 21:58:36
|
Here's a cropped screen shot of the file in GIF format. ----- Original Message ----- From: "Benoit Marchant" <mar...@ma...> To: <dyn...@li...> Sent: Tuesday, September 02, 2003 12:46 PM Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft > Hi > > I couldn't find a reader for Mac OS X ? > That could be a problem ! > > Thanks, > > Benoit > > On Monday, September 1, 2003, at 05:21 AM, Joy Ride wrote: > > > Hello, > > > > I finally managed to find out some time to put in to DynAPI project. > > As a result here is a dynapi site structure draft. All the comments > > are very wellcome. :-) Attached file is created with the MindManager > > 2002 software, free viewer (and some other downloads) is available at: > > http://www.mindjet.com/eu/support/sup_download.php > > > > - Juho Risku / Helmi Staff > > http://www.visualway.com/helmi > > > > _________________________________________________________________ > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > http://join.msn.com/?page=features/virus > > <DynAPI site structure - 1.9.2003.mmp> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-03 21:35:20
|
I don't see a problem with you contacting Robert Ginda. I think stuff like the PR stuff should be handled by the WebTeam, correct? -- Raymond Irving --- Leif W <war...@us...> wrote: > On the "JavaScript Scripting Resources" page ( > http://mozilla.org/js/scripting/ ) on the > mozilla.org site, there's still a > link to Dan Steinman's DynAPI 1 (DynDuo). We should > probably have DynAPI's > SourceForge link on such pages, to generate more > traffic. > There's an email address at the bottom of this > particular page for a Robert > Ginda <rginda [at] netscape (dot) com>. Do we have > an "official contact" to > handle such "PR" type stuff? I thought of shooting > off a quick email but > realized I may not speak for the entire group, if > people think it's a good > idea. Also, as an entity, it may be confusing to > others unless there's a > single person the outside can contact regarding > these matters. > > Leif > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-03 21:30:45
|
This is thinks might be a bug in safari (don't know for sure) Can someone with a MAC try and solve this one ? -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi! > > When using the HTML and Safari there is some offset > on the submenus that > is wrong. I noticed that it was 8 pixels for me, and > as a coincidence > the body contained marginheight="8". > > What do you think, is this just a coincidence or can > it be a glitch? > > Regards > Daniel > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-03 21:28:08
|
Will try this one Thanks -- Raymond Irving --- Chris Greener <chr...@ms...> wrote: > try onmouseup instead - it seems onclick and > ondblclick are competing > > > ----- Original Message ----- > From: Leif W > To: dyn...@li... > Sent: Monday, September 01, 2003 7:09 PM > Subject: Re: [Dynapi-Dev] Slow ClickSpeed > > > I observe the same when clicking extremely fast, > IE seems to miss about > every other click. I modified the example so it > works with Mozilla too, for > comparison. It seems Mozilla doesn't like numeric > status, takes only > string, doesn't auto-convert, and requires the > window.status. I did not > observe any dropped clicks in Mozilla. Wouldn't > know where to begin a > search for a solution. > > function clickspeed() > { > window.status = c++ + ''; > }; > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" > <dyn...@li...> > Sent: Monday, September 01, 2003 6:36 PM > Subject: [Dynapi-Dev] Slow ClickSpeed > > > > Hello, > > > > I've noticed that IE is unable to accept x > number of > > clicks per second on a div: > > > > > > <script> > > var c = 0; > > function clickspeed() { > > status=c++; > > } > > </script> > > <div > > > style="width:100;height:100;background-color:yellow" > > onclick="clickspeed()" > ondbclick="clickspeed"></div> > > > > > > Try clicking as fast as you can on the layer and > > you'll notice that it's not so responsive > > > > Any solutions to this? > > > > > > -- > > Raymond Irving > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-03 21:08:34
|
Ah, at first I wasn't sure because I saw no "reviews" file, but I see the "revision" file. Updated. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, September 03, 2003 5:00 PM Subject: Re: [Dynapi-Dev] CVS Commit > Leif, > > Good move. Please update the docs/docs/reviews.html > file as well. > > -- > Raymond Irving > > --- Leif W <war...@us...> wrote: > > [*] Fixed an assignment where it should be an > > equality comparison. > > > > Continuing my ioelmsrv.soda.jscript.asp -> > > ioelmsrv.soda.php conversion > > again. Line 573 in ioelmsrv.jscript.asp has this: > > > > if((v+"")="NaN") v=null; > > > > Which has an assignment where it should be an > > equality comparison. > > > > if((v+"")=="NaN") v=null; > > > > Made the simple change and committed to CVS. > > > > Leif > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-03 21:02:43
|
This normally happends when you submit a mail with an attached that's larger than 30k. I'll see if I can approve it. -- Raymond Irving --- Leif W <war...@us...> wrote: > Is there a reason I get this message? I've been > getting it everytime I > submit but been too lazy to mention it. :D Should > I be subscribed to > Dynapi-CVS in order to post? > > Leif > > ----- Original Message ----- > From: <dyn...@li...> > To: <war...@us...> > Sent: Wednesday, September 03, 2003 4:39 PM > Subject: Your message to Dynapi-CVS awaits moderator > approval > > > > Your mail to 'Dynapi-CVS' with the subject > > > > CVS: dynapi3x/examples > ioelmsrv.soda.jscript.asp,1.3,1.4 > > > > Is being held until the list moderator can review > it for approval. > > > > The reason it is being held: > > > > Post to moderated list > > > > Either the message will get posted to the list, or > you will receive > > notification of the moderator's decision. > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-03 21:00:53
|
Leif, Good move. Please update the docs/docs/reviews.html file as well. -- Raymond Irving --- Leif W <war...@us...> wrote: > [*] Fixed an assignment where it should be an > equality comparison. > > Continuing my ioelmsrv.soda.jscript.asp -> > ioelmsrv.soda.php conversion > again. Line 573 in ioelmsrv.jscript.asp has this: > > if((v+"")="NaN") v=null; > > Which has an assignment where it should be an > equality comparison. > > if((v+"")=="NaN") v=null; > > Made the simple change and committed to CVS. > > Leif > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-03 20:47:09
|
Is there a reason I get this message? I've been getting it everytime I submit but been too lazy to mention it. :D Should I be subscribed to Dynapi-CVS in order to post? Leif ----- Original Message ----- From: <dyn...@li...> To: <war...@us...> Sent: Wednesday, September 03, 2003 4:39 PM Subject: Your message to Dynapi-CVS awaits moderator approval > Your mail to 'Dynapi-CVS' with the subject > > CVS: dynapi3x/examples ioelmsrv.soda.jscript.asp,1.3,1.4 > > Is being held until the list moderator can review it for approval. > > The reason it is being held: > > Post to moderated list > > Either the message will get posted to the list, or you will receive > notification of the moderator's decision. > > |
From: Leif W <war...@us...> - 2003-09-03 20:45:18
|
[*] Fixed an assignment where it should be an equality comparison. Continuing my ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion again. Line 573 in ioelmsrv.jscript.asp has this: if((v+"")="NaN") v=null; Which has an assignment where it should be an equality comparison. if((v+"")=="NaN") v=null; Made the simple change and committed to CVS. Leif |
From: SourceForge.net <no...@so...> - 2003-09-03 17:58:30
|
Bugs item #799953, was opened at 2003-09-03 12:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=799953&group_id=5757 Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joseph Sonnier (jsonnier) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with sync and io.element calls Initial Comment: Going through the examples and trying a few on my own - I came across the problem where a async calls correctly transmits all the information -- However, using a sync ~ io.request returned all the strings with the blanks removed. i.e. testing a string in an object or an array string = "Have a nice day" was returned correctly in the async case -- but in the sync case it was returned as string "haveaniceday" I used the io.element test page /dynapi3x-1/examples/dynapi.util.ioelement-soda-tester.html and modified it slightly to do a sync call instead of the async call. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=799953&group_id=5757 |
From: Leif W <war...@us...> - 2003-09-03 15:52:07
|
Doing a comprehensive check (DNS, web, mail), Also checked dynapi.net and dynapi.org, and Dan Steinman has both of those also. All three domains are using DynDNS for their DNS, so they would need to be updated (i.e. to a static dns within DynDNS) or changed to a different DNS provider. dynapi.org and dynapi.net both point to the same RCN cable account while dynapi.com doesn't have an IP. dynapi.com, .net, and .org all don't hit a standard web server (i.e. port 80.) This would need changing to hit the webservers. www.dynapi.org redirects to http://dynapi.sourceforge.net/dynapi/, www.dynapi.net redirects to dynapi.net:82. These would need to point to the new IP. dynapi.net has an MX record pointing to dynapi.net with a mail server listening, while dynapi.com and dynapi.org have no MX records. If we're going to set up mail capabilities (accounts or simply forwards) on a new server, MX records would also have to be added/updated. As far as the advertisement aspect goes, I'd volunteer as the primary contact, and if anyone has suggestions or instructions about where to go, who to contact, how to make submissions to other places, I'd be able to do that to help spread the word of the project. Would probably want to get some of that started a little before the release of the new site and the post-beta of the DynAPI. Leif ----- Original Message ----- From: "C Kissinger" <cki...@ne...> To: <dyn...@li...> Sent: Wednesday, September 03, 2003 1:35 AM Subject: RE: [Dynapi-Dev] JavaScript Scripting Resources A quick WHOIS on netsol.com says that dynapi.com is registered to Dan Steinman. Dan, what do you think about your dynapi.com domain for this? What do the rest of you think about dynapi.com? I have extra (unlimited) hosting space for 4 more domains, I could offer the web space for it. I too think that it would be a good idea for everyone willing to assist in PRing to do so as there are hundreds (thousands) of places to advertise excellent new software such as this: devedge.netscape.com forums.mozillazine.org javascript.com and the internet.com consortium press releases maybe get Danny Goodman of the JavaScript Bible's fame interested Slashdot javascript.about.com not to mention the search engines and directories (am I getting carried away?) Maybe fly the idea by the group first, and compile an approved list with any supporting materials/content for a PR rep to submit. Chris Kissinger >>> -----Original Message----- >>> From: dyn...@li... [mailto:dynapi-dev- >>> ad...@li...] On Behalf Of Daniel Tiru >>> Sent: Tuesday, September 02, 2003 1:46 PM >>> To: dyn...@li... >>> Subject: RE: [Dynapi-Dev] JavaScript Scripting Resources >>> >>> Hi mate! >>> >>> I think i get your point... Maybee we can discuss sutch matters in the >>> project for the new dynAPI system aswell? On how to link or sutch and >>> who shall be responsible? I think all can be responsible but, it might >>> be good to talk about it first as you think(?) But those kinds of >>> requests maybee should be possible for everyone to make. >>> >>> Besides that... I think for the whole we should only link to the >>> "website" and not the sf site when we have the new site up. >>> >>> Regards >>> Daniel >>> >>> -----Original Message----- >>> From: dyn...@li... >>> [mailto:dyn...@li...] On Behalf Of Leif W >>> Sent: den 2 september 2003 20:29 >>> To: DynAPI-Dev >>> Subject: [Dynapi-Dev] JavaScript Scripting Resources >>> >>> >>> On the "JavaScript Scripting Resources" page ( >>> http://mozilla.org/js/scripting/) on the mozilla.org site, there's >>> still a link to Dan Steinman's DynAPI 1 (DynDuo). We should probably >>> have DynAPI's SourceForge link on such pages, to generate more traffic. >>> There's an email address at the bottom of this particular page for a >>> Robert Ginda <rginda [at] netscape (dot) com>. Do we have an "official >>> contact" to handle such "PR" type stuff? I thought of shooting off a >>> quick email but realized I may not speak for the entire group, if >>> people >>> think it's a good idea. Also, as an entity, it may be confusing to >>> others unless there's a single person the outside can contact regarding >>> these matters. >>> >>> Leif >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf _______________________________________________ >>> Dynapi-Dev mailing list >>> Dyn...@li... >>> http://www.mail-archive.com/dyn...@li.../ >>> >>> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: C K. <cki...@ne...> - 2003-09-03 05:35:58
|
A quick WHOIS on netsol.com says that dynapi.com is registered to Dan Steinman. Dan, what do you think about your dynapi.com domain for this? What do the rest of you think about dynapi.com? I have extra (unlimited) hosting space for 4 more domains, I could offer the web space for it. I too think that it would be a good idea for everyone willing to assist in PRing to do so as there are hundreds (thousands) of places to = advertise excellent new software such as this: devedge.netscape.com forums.mozillazine.org javascript.com and the internet.com consortium press releases maybe get Danny Goodman of the JavaScript Bible's fame interested Slashdot javascript.about.com not to mention the search engines and directories (am I getting carried away?) Maybe fly the idea by the group first, and compile an approved list with = any supporting materials/content for a PR rep to submit. Chris Kissinger >>> -----Original Message----- >>> From: dyn...@li... [mailto:dynapi-dev- >>> ad...@li...] On Behalf Of Daniel Tiru >>> Sent: Tuesday, September 02, 2003 1:46 PM >>> To: dyn...@li... >>> Subject: RE: [Dynapi-Dev] JavaScript Scripting Resources >>> =20 >>> Hi mate! >>> =20 >>> I think i get your point... Maybee we can discuss sutch matters in = the >>> project for the new dynAPI system aswell? On how to link or sutch = and >>> who shall be responsible? I think all can be responsible but, it = might >>> be good to talk about it first as you think(?) But those kinds of >>> requests maybee should be possible for everyone to make. >>> =20 >>> Besides that... I think for the whole we should only link to the >>> "website" and not the sf site when we have the new site up. >>> =20 >>> Regards >>> Daniel >>> =20 >>> -----Original Message----- >>> From: dyn...@li... >>> [mailto:dyn...@li...] On Behalf Of Leif W >>> Sent: den 2 september 2003 20:29 >>> To: DynAPI-Dev >>> Subject: [Dynapi-Dev] JavaScript Scripting Resources >>> =20 >>> =20 >>> On the "JavaScript Scripting Resources" page ( >>> http://mozilla.org/js/scripting/) on the mozilla.org site, there's >>> still a link to Dan Steinman's DynAPI 1 (DynDuo). We should = probably >>> have DynAPI's SourceForge link on such pages, to generate more = traffic. >>> There's an email address at the bottom of this particular page for = a >>> Robert Ginda <rginda [at] netscape (dot) com>. Do we have an = "official >>> contact" to handle such "PR" type stuff? I thought of shooting off = a >>> quick email but realized I may not speak for the entire group, if >>> people >>> think it's a good idea. Also, as an entity, it may be confusing to >>> others unless there's a single person the outside can contact = regarding >>> these matters. >>> =20 >>> Leif >>> =20 >>> =20 >>> =20 >>> =20 >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf = _______________________________________________ >>> Dynapi-Dev mailing list >>> Dyn...@li... >>> http://www.mail-archive.com/dyn...@li.../ >>> =20 >>> =20 |
From: SourceForge.net <no...@so...> - 2003-09-02 20:15:01
|
Patches item #799368, was opened at 2003-09-02 20:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=799368&group_id=5757 Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Romianowski (antarapero) Assigned to: Nobody/Anonymous (nobody) Summary: MSIE 6 WinXP: Error raised importing dynapi.api.MouseEvent Initial Comment: Hi, if I import dynapi.api.MouseEvent I get some strange error messages saying that a variable is undefined. I tracked it down to mouse_ie.js. I changed Line 70ff like this: if (e.type=="mouseout" || e.type=="mouseover") { if (r && src && (r==src||src.isParentOf(r))) return; //fix for #15 (ie only) if (r && src && (r == src.parent || r.isChildOf(src.parent)) ) me.bubble=false; } The only difference to the original source is that src is checked for "undefined", too. That did the trick for me. The error was hardly reproducable, only one page I did had this error (after whirling the mousepointer around the screen ;) BTW: DynAPI 3 is a huge step ahead! Great, great work! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=799368&group_id=5757 |
From: Leif W <war...@us...> - 2003-09-02 20:04:17
|
I've recently put together an autocompletion script that will work with an input text field, with data either in a JS array, or in a SELECT. It works the same in IE6 and Mozilla 1.4. I couldn't find the specific documentation for the Mozilla functions used. I had to search the CVS source tree, as the "range" related objects (selecting a range of text) and methods particular to DOM aren't really very well documented. There's some documentation of Range for Mozilla, but I'm not using any of those functions. I just happened to find some bits of IE and Mozilla specific autocompletion on the web, and took and merged them. Would something like this be a useful utility for the DynAPI? If so, where should it go? If the code needs modifying for DynAPI integration, I might need some pointers. If the example doesn't work in a browser (Opera, etc.) I'd need someone else to fix it as I don't have access to other browsers yet. Leif |
From: Daniel T. <de...@ti...> - 2003-09-02 18:47:40
|
Hi mate! I think i get your point... Maybee we can discuss sutch matters in the project for the new dynAPI system aswell? On how to link or sutch and who shall be responsible? I think all can be responsible but, it might be good to talk about it first as you think(?) But those kinds of requests maybee should be possible for everyone to make. Besides that... I think for the whole we should only link to the "website" and not the sf site when we have the new site up. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Leif W Sent: den 2 september 2003 20:29 To: DynAPI-Dev Subject: [Dynapi-Dev] JavaScript Scripting Resources On the "JavaScript Scripting Resources" page ( http://mozilla.org/js/scripting/ ) on the mozilla.org site, there's still a link to Dan Steinman's DynAPI 1 (DynDuo). We should probably have DynAPI's SourceForge link on such pages, to generate more traffic. There's an email address at the bottom of this particular page for a Robert Ginda <rginda [at] netscape (dot) com>. Do we have an "official contact" to handle such "PR" type stuff? I thought of shooting off a quick email but realized I may not speak for the entire group, if people think it's a good idea. Also, as an entity, it may be confusing to others unless there's a single person the outside can contact regarding these matters. Leif ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-09-02 18:27:16
|
On the "JavaScript Scripting Resources" page ( http://mozilla.org/js/scripting/ ) on the mozilla.org site, there's still a link to Dan Steinman's DynAPI 1 (DynDuo). We should probably have DynAPI's SourceForge link on such pages, to generate more traffic. There's an email address at the bottom of this particular page for a Robert Ginda <rginda [at] netscape (dot) com>. Do we have an "official contact" to handle such "PR" type stuff? I thought of shooting off a quick email but realized I may not speak for the entire group, if people think it's a good idea. Also, as an entity, it may be confusing to others unless there's a single person the outside can contact regarding these matters. Leif |