You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(83) |
Nov
(319) |
Dec
(441) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(617) |
Feb
(784) |
Mar
(426) |
Apr
(363) |
May
(489) |
Jun
(396) |
Jul
(405) |
Aug
(146) |
Sep
(97) |
Oct
(146) |
Nov
(348) |
Dec
(99) |
2002 |
Jan
(69) |
Feb
(92) |
Mar
(58) |
Apr
(33) |
May
(29) |
Jun
(45) |
Jul
(72) |
Aug
(71) |
Sep
(47) |
Oct
(19) |
Nov
(48) |
Dec
(55) |
2003 |
Jan
(23) |
Feb
(73) |
Mar
(42) |
Apr
(52) |
May
(64) |
Jun
(155) |
Jul
(169) |
Aug
(103) |
Sep
(113) |
Oct
(118) |
Nov
(46) |
Dec
(30) |
2004 |
Jan
(19) |
Feb
(24) |
Mar
(40) |
Apr
(13) |
May
(35) |
Jun
(1) |
Jul
(23) |
Aug
(3) |
Sep
(31) |
Oct
(31) |
Nov
(26) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(23) |
Sep
(9) |
Oct
(5) |
Nov
(2) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Pascal B. <pa...@dy...> - 2000-10-29 12:05:52
|
Ok, I've been looking at this for a few hours now, and haven't gotten anywhere.. It seems that the inline code isn't working correctly in NS (never has as far as I can see) when you have this set up: <div layer> <div child layer> <other div layer> It seems that this will go wrong in Netscape because of the child-div. The document.layers array will return a length of 1, all layers coming AFTER a child layer will not be registered in the layers array.. Does anybody know a way around this ? (it's obviously a Netscape bug) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |
From: Jason M. L. <ja...@go...> - 2000-10-28 17:02:19
|
I just found that when using inline layers, you cannot have 'Div' as any part of the id and it is cAsE-sensative. For example: <div id="myDiv" style="position: absolute"> - chokes <div id="myDIV" style="position: absolute"> - ok Pax, Jason |
From: Eytan H. <ey...@tr...> - 2000-10-28 16:34:40
|
I really wasn't following the discussion but I clicked on the link and I played around and I got here Error: 404 Location: /dynapi_doc/edit_method.jsp JSP file "E:\tomcat\webapps\dynapi_doc\edit_method.jsp (The system cannot that is bad (I can see your physical file name). 8an |
From: Hegardt <he...@mf...> - 2000-10-28 14:13:10
|
Hello again! I still don't get it to work... Should I use loadHTML('intro.html') or setURL('intro.html') or setHTML() when loading the contents? How do i resize the contentslayer after loading the content? I really don't get the eventlistener-thing... I have read the documentation I could find, but it's a little complicated to understand... I want layers that scroll the contents in the scrollwindow when I mouseover them. Whatever I try I get a message that the object does't support the function... Here is what I've done so far: ___________________________________________________________________ <html> <head> <title>test</title> </head> <script language="Javascript" src="../js/dynapi.js"></script> <script language="Javascript"> DynAPI.setLibraryPath('../js/lib2.0/') DynAPI.include('core.api.*') DynAPI.include('core.ext.loadhtml.js') DynAPI.include('core.ext.slide.js') DynAPI.include('core.ibs.scrollwindow.js') DynAPI.onLoad=function() { topLayer = new DynLayer(null,0,0,DynAPI.document.w,(DynAPI.document.h/9),'#c0c0c0') bottomLayer = new DynLayer(null,0,(DynAPI.document.h-topLayer.h), topLayer.w, (DynAPI.document.h/9),'#c0c0c0') leftLayer = new DynLayer(null,0,(topLayer.h),(DynAPI.document.w/7),(DynAPI.document.h-topLayer.h-bottomLayer.h),'#c0c0c0') // The layers that on mouseover should scroll the contents of mySW arrowdownChild=new DynLayer(null,(leftLayer.w/9),0,(leftLayer.w/1.25),(leftLayer.h/4),'yellow') arrowupChild= new DynLayer(null,(leftLayer.w/9),(arrowdownChild.h+(leftLayer.w/9)),(leftLayer.w/1.25),(leftLayer.h/4),'pink') leftLayer.addChild(arrowdownChild) leftLayer.addChild(arrowupChild) DynAPI.document.addChild(leftLayer) DynAPI.document.addChild(topLayer) DynAPI.document.addChild(bottomLayer) mySW = new IbsScrollWindow() mySW.setSize((DynAPI.document.w-(leftLayer.w)),((DynAPI.document.h)-(topLayer.h)-(bottomLayer.h))) mySW.moveTo((leftLayer.w),(topLayer.h)) mySW.setBgColor("#999999") DynAPI.document.addChild(mySW) mySW.setURL("intro.html") // Here I need the eventlisteners doing the actual scrolling on mouseover } </script> <body> </body> </html> ____________________________________________________ |
From: Tarun R E. <ta...@we...> - 2000-10-28 07:04:58
|
Fanstastic work! Give a mail when you are done. ----- Original Message ----- From: "Jannon Frank" <ja...@cs...> To: "dynapi-dev" <dyn...@li...>; "dynapi-help" <dyn...@li...> Sent: Saturday, October 28, 2000 5:42 AM Subject: [Dynapi-Help] Documentation! > Man, guess I shouldn't have slept in...The documentation discussion is hot. > > Anyway, so you can take a look at what I was talking about at: > http://63.193.192.5:8080/dynapi_doc/package_list.jsp > > This is just a stripped down, no-frills version that I think we can use to > get all the information in there. We can work on display later. You can't > actually edit or add anything yet (I'll finish those pages today) Then I > figure we can get everything into the DB and then and someone else can write > a display interface in php if they want...or maybe I'll learn it. > > Once I get the entry/edit pages up, with everyone working on it, we should > knock the documentation out in no time. ;^) > > lata > -j > <jf...@us...> > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Jannon F. <ja...@CS...> - 2000-10-28 00:15:30
|
Man, guess I shouldn't have slept in...The documentation discussion is hot. Anyway, so you can take a look at what I was talking about at: http://63.193.192.5:8080/dynapi_doc/package_list.jsp This is just a stripped down, no-frills version that I think we can use to get all the information in there. We can work on display later. You can't actually edit or add anything yet (I'll finish those pages today) Then I figure we can get everything into the DB and then and someone else can write a display interface in php if they want...or maybe I'll learn it. Once I get the entry/edit pages up, with everyone working on it, we should knock the documentation out in no time. ;^) lata -j <jf...@us...> |
From: Tarun R E. <ta...@we...> - 2000-10-27 21:45:21
|
Both options can be adopted, I think. The first option would be better when the rollover image is of the same size as the 'normal' image and is ONLY related to the 'normal' image (ie it musnt be the *rollover* for anything else) .I think it makes sense to keep a single layer with a single image tag (and then swapping the src attribute on the rollover using <refToLayer>.doc.images[0].src) The second would be if the rollover image is something different (larger,enhanced). Or is used for more than a single purpose. In this case it would be preferable to have 2 layers each containing an image, one layer visible and the other hidden, and then swappng their visibility. I didnt get the setHTML() part of what you said. The method works ok for me (maybe you ought to get the latest API or something ?) ----- Original Message ----- From: "Jason LaFosse" <ja...@go...> To: <dyn...@li...> Sent: Saturday, October 28, 2000 1:17 AM Subject: [Dynapi-Help] Image Maps and Rollovers > Can anyone shed some light on a good approach for tackling the following > scenario: > > I am putting together a page which will have various DynLayers which will > contain images and text. > I have one image which I would like to use as an image map, it contains > three options (ie. home, sitemap, contact). When I rollover the various opts > I would like this to do one of two things: > 1. The image is replaced with another one showing a box around the menu. > -or- > 2. The rollover event causes another layer to appear which would have the > box image in it. > > I am not sure which of the two options are the best approach (if either). > Also I have not had much luck incorporating an image map when creating a > DynLayer and using the setHTML() method. > > Any insight would be appreciated. > > Thanks! > > Pax, > Jason > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Tarun R E. <ta...@we...> - 2000-10-27 21:19:01
|
Hi Jason, This WAS a bug that caused a script timeout in IE, that I too faced just a few days ago, but it has been fixed by the DynAPI experts (Pascal did it) . I too like you asked for help and got it! It happens only when images are present in NESTED inline divs. To fix this do 2 things : * Download the latest version of the DynAPI. (24th October full) * replace the file core.ext.inline with the one Pascal mailed everybody 48 hours ago. I dont want want to repost what he has already send ... It has been put up as a patch dated Oct 26 at sourceforge (http://sourceforge.net/patch/?func=detailpatch&patch_id=102127&group_id=575 7) with the patch id as 102127. I took the one that he sent in the mail, but the patch at sourceforge should be the same and work the same way. Hope that solves it, I happened to go through the same problem. ----- Original Message ----- From: "Jason LaFosse" <ja...@go...> To: <dyn...@li...> Sent: Saturday, October 28, 2000 1:07 AM Subject: [Dynapi-Help] IE5 Bug ? - Inline Layers w/ image > I am not sure if this is a bug in IE5.00x or not. > > I am using the DynAPI2 and trying to do a simple nested inline layer test > which is nearly identical to the core.api.divs.htm example file. The only > difference is that I am trying to place an image in the child layer. This > works fine in Netscape, however doing so causes IE to choke. I get a message > stating: "A script on this page is causing IE to run slow...." > > Here is the source code: > > -------------------------------------------------------------------------- -- > ------ > <html> > <head> > <title>Inline Layer Test</title> > > <script language="Javascript" src="./js/dynapi2/Core/js/dynapi.js"></script> > <script language="Javascript"> > > DynAPI.setLibraryPath('./js/dynapi2/Core/js/lib2.0/') > > DynAPI.include('core.api.dynlayer.js') > DynAPI.include('core.api.browser.js') > DynAPI.include('core.api.dyndocument.js') > DynAPI.include('core.api.events.js') > DynAPI.include('core.ext.inline.js') > > DynAPI.onLoad=function(){ > > parentLayer=DynAPI.document.all["parentDIV"] > DynAPI.document.all["parentDIV"].setBgColor('#efefef') > DynAPI.document.all["parentDIV"].moveTo(100,100) > DynAPI.document.all["parentDIV"].setSize(300,300) > DynAPI.document.all["test1DIV"].setSize(20,20) > > } > </script> > </head> > > <body> > <div id="parentDIV" STYLE="position: absolute"> > <div id="test1DIV" STYLE="position: relative"> > <img src="test.gif" width="20" height="20" border="0" alt="A test gif"> > </div> > </div> > > </body> > </html> > -------------------------------------------------------------------------- -- > -------- > > Is this a bug, or am I doing something stupid? > > Thanx! > > Pax, > Jason > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Jason L. <ja...@go...> - 2000-10-27 19:45:56
|
Can anyone shed some light on a good approach for tackling the following scenario: I am putting together a page which will have various DynLayers which will contain images and text. I have one image which I would like to use as an image map, it contains three options (ie. home, sitemap, contact). When I rollover the various opts I would like this to do one of two things: 1. The image is replaced with another one showing a box around the menu. -or- 2. The rollover event causes another layer to appear which would have the box image in it. I am not sure which of the two options are the best approach (if either). Also I have not had much luck incorporating an image map when creating a DynLayer and using the setHTML() method. Any insight would be appreciated. Thanks! Pax, Jason |
From: Jason L. <ja...@go...> - 2000-10-27 19:36:17
|
I am not sure if this is a bug in IE5.00x or not. I am using the DynAPI2 and trying to do a simple nested inline layer test which is nearly identical to the core.api.divs.htm example file. The only difference is that I am trying to place an image in the child layer. This works fine in Netscape, however doing so causes IE to choke. I get a message stating: "A script on this page is causing IE to run slow...." Here is the source code: ---------------------------------------------------------------------------- ------ <html> <head> <title>Inline Layer Test</title> <script language="Javascript" src="./js/dynapi2/Core/js/dynapi.js"></script> <script language="Javascript"> DynAPI.setLibraryPath('./js/dynapi2/Core/js/lib2.0/') DynAPI.include('core.api.dynlayer.js') DynAPI.include('core.api.browser.js') DynAPI.include('core.api.dyndocument.js') DynAPI.include('core.api.events.js') DynAPI.include('core.ext.inline.js') DynAPI.onLoad=function(){ parentLayer=DynAPI.document.all["parentDIV"] DynAPI.document.all["parentDIV"].setBgColor('#efefef') DynAPI.document.all["parentDIV"].moveTo(100,100) DynAPI.document.all["parentDIV"].setSize(300,300) DynAPI.document.all["test1DIV"].setSize(20,20) } </script> </head> <body> <div id="parentDIV" STYLE="position: absolute"> <div id="test1DIV" STYLE="position: relative"> <img src="test.gif" width="20" height="20" border="0" alt="A test gif"> </div> </div> </body> </html> ---------------------------------------------------------------------------- -------- Is this a bug, or am I doing something stupid? Thanx! Pax, Jason |
From: Jordan L. <jo...@ex...> - 2000-10-27 17:00:17
|
i believe no one even mentiond documenting version 1. i said that i'm using the document layout and style from version 1 to provide templates for the documentation to version 2. i'm not into writing the documents yet, just the templates. after that, anyone that wants to provide documentation to the widgets he built can write them into the template, thus all the documentation will have a similar format. = easy for a newbie to navigate! as a recall, documentation came also with DynAPI 1 distribution, and i thing it can come in the site as well as in the distribution of API2 Cheers Jordan. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Tarun R Elankath Sent: Friday, October 27, 2000 4:49 PM To: dyn...@li... Subject: [Dynapi-Help] About DynAPI portal and documentation project There seems to be a lot of mail flying back and forth about the documentation project with seemingly no consensus, about which server should be the base and about what version of the API we should document. I personally dont see the point of documenting version 1 because Dansteinmans site does that fairly well already. DynAPI2 should be the main focus here, I believe. It would be a fairly good idea to put DynAPI docs at sourceforge itself, since it makes more sense to have everything at one place. I wasnt aware that sourceforge offers MySQL support. The only disadvantage is that sourceforge offers just PHP support, not Serlvet,JSP or Perl support. But I guess Rainwater is correct in saying that the advantage(s) in having everything at one place, exceeds the advantage(s) of having the freedom of development platform.. That also means that some of us will have to learn PHP :-) ( I apologize for submitting this message to the help list as it technically should go into open discussion, however it seems that no-one is on the open-discussion mailing list) ----- Original Message ----- From: "Robert Rainwater" <rai...@us...> To: "Robert Rainwater" <dyn...@li...> Sent: Friday, October 27, 2000 5:46 PM Subject: Re[3]: [Dynapi-Help] Agree with Jack > > Also, I would also be interested in creating a sort of DynAPI portal at > dynapi.sourceforge.net that could have the latest news/info on the > dynapi. Plus have a section for peoples personal contributions > (widgets, etc). And of course have the documentation there as well. > As it is now, there is not a central place for this type of information. > > Later, > Robert <rai...@us...> > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Pascal B. <pa...@dy...> - 2000-10-27 16:48:15
|
Actually I had a discussion with Dan about this a few weeks ago, a change to the DynAPI structure could also be done for better OOP: DynAPI DLayer - DynLayer (extends dlayer) - Widgets (extends dynlayer - DynFrame (extends dlayer) - DynDocument (extends dynframe) this is ofcourse not an easy thing to do, and that's the main reason it was never done (although "it doesn't add any new functionality" is a better line :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Eytan Heidingsfeld Verzonden: donderdag 26 oktober 2000 21:49 Aan: dyn...@li... Onderwerp: RE: [Dynapi-Help] OOP Not only libraries or lists as you call them. Maybe we can improve inheritance and create a TObject (for delphi users). Then we will be OOP and not DLOP(Dynamic Layer Oriented). 8an PS I wasn't insulted by anyone thanx _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Scott A. L. <sc...@sc...> - 2000-10-27 16:28:26
|
I think what Jordan meant was that he's building empty page templates based on Dan's original Dynamic Duo tutorial, to be used for DynAPI2 documentation. It's not a bad idea. I'd like to see a central location for everything too, preferably at SourceForge. A 'portal' where the public can get the latest news and grab documentation and widget sets. I agree with Tarun, and would like to add that if we are getting serious about documenting the DynAPI2, we should probably choose a *standard* format and divide the work up among us. There's no point in everyone running off to do their own documentation of the API, and wind up with four different versions. Maybe we should divide into teams to get the docs finished. Once we have the DB up and format decided, I would be happy to see even only two or three classes and their methods/properties documented each day. It doesn't have to be done all in one day and it certainly shouldn't be done in a hurry, IMO. As an aside, I used to be a copywriter and proofreader, and would be happy to edit and proof anyone's articles or documentation. scottandrew Tarun R Elankath wrote: > > There seems to be a lot of mail flying back and forth about the > documentation project with seemingly no consensus, about which server should > be the base and about what version of the API we should document. > > I personally dont see the point of documenting version 1 because > Dansteinmans site does that fairly well already. DynAPI2 should be the main > focus here, I believe. > > It would be a fairly good idea to put DynAPI docs at sourceforge itself, > since it makes more sense to have everything at one place. > > I wasnt aware that sourceforge offers MySQL support. The only disadvantage > is that sourceforge offers just PHP support, not Serlvet,JSP or Perl > support. > > But I guess Rainwater is correct in saying that the advantage(s) in having > everything at one place, exceeds the advantage(s) of having the freedom of > development platform.. > > That also means that some of us will have to learn PHP :-) > > ( I apologize for submitting this message to the help list as it technically > should go into open discussion, however it seems that no-one is on the > open-discussion mailing list) > > ----- Original Message ----- > From: "Robert Rainwater" <rai...@us...> > To: "Robert Rainwater" <dyn...@li...> > Sent: Friday, October 27, 2000 5:46 PM > Subject: Re[3]: [Dynapi-Help] Agree with Jack > > > > > Also, I would also be interested in creating a sort of DynAPI portal at > > dynapi.sourceforge.net that could have the latest news/info on the > > dynapi. Plus have a section for peoples personal contributions > > (widgets, etc). And of course have the documentation there as well. > > As it is now, there is not a central place for this type of information. > > > > Later, > > Robert <rai...@us...> > > > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Tarun R E. <ta...@we...> - 2000-10-27 15:24:41
|
A warm HUG to whoever fixed this bug (I just discovered that it had been = fixed now). I can now continue without convoluting my code ( involving a = complicated interface). Keep up the AWESOME work! |
From: Tarun R E. <ta...@we...> - 2000-10-27 14:46:15
|
There seems to be a lot of mail flying back and forth about the documentation project with seemingly no consensus, about which server should be the base and about what version of the API we should document. I personally dont see the point of documenting version 1 because Dansteinmans site does that fairly well already. DynAPI2 should be the main focus here, I believe. It would be a fairly good idea to put DynAPI docs at sourceforge itself, since it makes more sense to have everything at one place. I wasnt aware that sourceforge offers MySQL support. The only disadvantage is that sourceforge offers just PHP support, not Serlvet,JSP or Perl support. But I guess Rainwater is correct in saying that the advantage(s) in having everything at one place, exceeds the advantage(s) of having the freedom of development platform.. That also means that some of us will have to learn PHP :-) ( I apologize for submitting this message to the help list as it technically should go into open discussion, however it seems that no-one is on the open-discussion mailing list) ----- Original Message ----- From: "Robert Rainwater" <rai...@us...> To: "Robert Rainwater" <dyn...@li...> Sent: Friday, October 27, 2000 5:46 PM Subject: Re[3]: [Dynapi-Help] Agree with Jack > > Also, I would also be interested in creating a sort of DynAPI portal at > dynapi.sourceforge.net that could have the latest news/info on the > dynapi. Plus have a section for peoples personal contributions > (widgets, etc). And of course have the documentation there as well. > As it is now, there is not a central place for this type of information. > > Later, > Robert <rai...@us...> > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Jordan L. <jo...@ex...> - 2000-10-27 12:32:55
|
i'm currently working on designing templates for tutorials, articles and stuff, based on the dynapi 1 format, so everyone can insert their stuff in a similar format, so all newbies can fit in. also, a "portal" based on API ver 1 hompage. should be done by this sunday. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Robert Rainwater Sent: Friday, October 27, 2000 2:17 PM To: Robert Rainwater Subject: Re[3]: [Dynapi-Help] Agree with Jack Also, I would also be interested in creating a sort of DynAPI portal at dynapi.sourceforge.net that could have the latest news/info on the dynapi. Plus have a section for peoples personal contributions (widgets, etc). And of course have the documentation there as well. As it is now, there is not a central place for this type of information. Later, Robert <rai...@us...> _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Robert R. <rai...@us...> - 2000-10-27 12:16:18
|
Also, I would also be interested in creating a sort of DynAPI portal at dynapi.sourceforge.net that could have the latest news/info on the dynapi. Plus have a section for peoples personal contributions (widgets, etc). And of course have the documentation there as well. As it is now, there is not a central place for this type of information. Later, Robert <rai...@us...> |
From: Robert R. <rai...@us...> - 2000-10-27 12:06:43
|
Since the project is hosted at sourceforge, we have a free web server with PHP and MySQL support. I would suggest we take advantage of that, especially since its free. PHP is not very hard to learn especially for what we would need it for. Later, Robert <rai...@us...> > hi, > http://www.freesqlhost.com/register.asp > should be free but I haven't tried it, > http://www.brinkster.com/ offers asp (jsp also I presume) support with > access database but no global.asa and no ftp and a little slow sometimes. > > cheers, > Richard |
From: Jannon F. <ja...@CS...> - 2000-10-27 09:21:09
|
Awesome Tarun! I'm gonna take a look at some of the sites and I'll probably have something up tomorrow that I think should be a pretty good starting point. -jannon <jf...@us...> -- "Sometimes the majority only means that all the fools are on the same side." - ?? -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Tarun R Elankath Sent: Thursday, October 26, 2000 11:49 PM To: dyn...@li... Subject: [Dynapi-Help] Reply to Franks Query Thats really good work Frank ! Way to GO... I scouted around a bit and heres what I could find : (A Little Note : However I dont think any server on the web offers both free MySQL support and free Servlet support . The only free server that offers Servlet,JSP and EJB support that I can think of is www.mycgiserver.com . However MySQL support is yet to be enabled : they are actually planning to introduce it, but havent got around to it as yet. The only problem with mycgiserver is that its very popular, because of which it is also VERY slow. So looks like either we may have to do the server-side programming in some other language, or skip MySQL and stick to plain text/hashed files , which sounds like a dumb idea.) Here are the others 1. http://hosting.datablocks.net/free/ : All business and personal users qualify Account includes: 20 MB Diskspace Yourname.datablocks.net Ftp access Unlimited Transfer 5 POP3 Email Accounts MySQL Database FULL Cgi support (I guess that means perl) PHP support Optional Domain name 2. http://www.xodox.com/index.html (some foreign site) 20 MB Speicherplatz FTP, CGI, PHP3 & MySQL Frontpage 98/2000 unbegrenzter Transfer. 3 http://www.nexen.net/ (a free french host with PHP and mySQL) [ I REALLY dont know why free mySQL seems to come with just PHP :-) ] 4. http://www.surecity.com/ (This looks good!) 5. http://www.f2s.com/free/free%20home.htm This also looks good! (if the database servers they mention includes mysql) Please have a look at the above, and tell me what do you think and where should we start |
From: Richard :o\) <ma...@ri...> - 2000-10-27 08:59:48
|
hi, http://www.freesqlhost.com/register.asp should be free but I haven't tried it, http://www.brinkster.com/ offers asp (jsp also I presume) support with access database but no global.asa and no ftp and a little slow sometimes. cheers, Richard ----- Original Message ----- From: "Scott Andrew LePera" <sc...@sc...> To: <dyn...@li...> Sent: Friday, October 27, 2000 1:18 AM Subject: Re: [Dynapi-Help] Agree with Jack > I think that's a great idea. Especially if it's able to be searchable. > It would be a great supplement to detailed docs. > > I'd like to get something up similar to what they have at www.php.net, > where almost every object/method/property is available through searching > or directory. > > Sorry, I don't know where to host it. Is there a place that offers free > mysql accounts? > > scottandrew > > Jannon Frank wrote: > > > > New Guy here, > > > > So I'm a long time user of the original DynAPI and am all too familiar with > > the frustrations involved in using that one and having to tweak it for your > > specific purposes. I mean I was glad to have it, but I'm really stoked > > about DynAPI 2. Anyway, decent API documentation is something I am missing. > > To that end, last week I started to create a documentation system. I've got > > a real rough mysql schema with tables for packages, classes, methods, > > properties, parameters, etc. I was just going to set up some servlets and > > have my own little system, but I think others would benefit. There are two > > issues: > > 1. I don't have an mysql account somewhere static (I can't serve off my > > machine) > > 2. Documentation bores the hell out of me > > > > But I'm more than willing to offer my beginnings as a starting point. It > > could definitely use some more thinking through and discussion. I > > orignially started working with Java API documentation in mind. I'm also > > willing to help develop and host the interface (preferrably using JSP). > > So, I guess I'll put the sql files up somewhere and we can let the > > discussion begin. > > > > -jannon > > > > -- "Sometimes the majority only means that all the fools > > are on the same side." > > - ?? > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...]On Behalf Of Tarun > > > Sent: Thursday, October 26, 2000 8:08 AM > > > To: 'dyn...@li...' > > > Subject: [Dynapi-Help] Agree with Jack > > > > > > > > > I believe that what Jack says is quite correct. Newbies like us > > > would love to > > > contribute something what the experts dont have time to do ,like > > > maintaining > > > API documentation (which currently is very little), maybe a > > > searchable help > > > system... > > > If we know where to start we could get working pronto :-) > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and > NAMEzero Personal Portal at: http://www.namezero.com. > For customer service, mailto:cus...@na.... > > |
From: <hv...@ya...> - 2000-10-27 08:41:55
|
Oops, I meant this fix of course. Responded to the wrong mail... Henrik ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: <dyn...@li...> Sent: Thursday, October 26, 2000 7:38 PM Subject: RE: [Dynapi-Help] Still problems with inline layers ... > Here's a fix for the inline layers, I'll upload it as patch to sourceforge > as well. > Simply replace the core.ext.inline file with this code: > > > /* > Core DynAPI Distribution > AddOn extensions > */ > DynAPI.findLayers=function(dyndoc,or) { > var divs=[] > or=or||dyndoc > if (is.ns4) divs = dyndoc.doc.layers > if (is.ns5) divs = dyndoc.doc.getElementsByTagName("DIV") > if (is.ie) divs = dyndoc.doc.all.tags("DIV") > for (var i=0; i<divs.length; i++) { > if(DynAPI.isDirectChildOf(divs[i],dyndoc.elm)) { > var id=is.ns4? divs[i].name : divs[i].id > var dlyr=new DynLayer(id) > > dlyr.parent=dyndoc > dlyr.assignElement(divs[i]) > dlyr.dyndoc=or > > if (or.getClass()!=DynDocument) dlyr.isChild=true > else { > DynAPI.removeFromArray(DynAPI.document.all, dlyr, true) > or.all[or.all.length]=dlyr > or.all[dlyr.id]=dlyr > } > > dyndoc.children[dyndoc.children.length]=dlyr > > var index=id.indexOf("Div") > if (index>0) dyndoc.doc.window[id.substr(0,index)] = dyndoc.all[id] > > if (is.ns4) {for (ict in dlyr.doc.images) > dlyr.doc.images[ict].lyrobj=dlyr} > else if (is.ns5) {for (ict in dlyr.doc.images) > dlyr.doc.images[ict].lyrobj=dlyr.elm} > else {for (ict in dlyr.elm.all.tags("img")) > dlyr.elm.all.tags("img")[ict].lyrobj=dlyr} > > if (dlyr.updateValues) dlyr.updateValues() > > DynAPI.findLayers(dlyr,or) > } > } > } > DynLayer.prototype.updateValues=function() { > if (is.ns) { > this.x=parseInt(this.css.left) > this.y=parseInt(this.css.top) > this.w=is.ns4? this.css.clip.width : parseInt(this.css.width) > this.h=is.ns4? this.css.clip.height : parseInt(this.css.height) > if (is.ns4) > this.clip=[this.css.clip.top,this.css.clip.right,this.css.clip.bottom,this.c > ss.clip.left] > this.bgColor = this.doc.bgColor!="this.doc.bgColor"?this.doc.bgColor:null > this.bgImage = this.elm.background.src!=""?this.elm.background.src:null > this.html = this.innerHTML = this.elm.innerHTML = "" > } > else if (is.ie) { > this.x=this.elm.offsetLeft > this.y=this.elm.offsetTop > this.w=is.ie4? this.css.pixelWidth : this.elm.offsetWidth > this.h=is.ie4? this.css.pixelHeight : this.elm.offsetHeight > this.bgImage = this.css.backgroundImage > this.bgColor = this.css.backgroundColor > this.html = this.innerHTML = this.elm.innerHTML > } > this.z = this.css.zIndex > var b = this.css.visibility > this.visible = (b=="inherit"||b=="show"||b=="visible"||b=="") > } > DynAPI.getModel=function() { > dom='DYNAPI OBJECT MODEL:\n\n+DynAPI\n' > for (var i=0; i<DynAPI.documents.length; i++) { > dom+=' +'+DynAPI.documents[i].toString()+'\n' > for (var j=0; j<DynAPI.documents[i].all.length; j++) > dom+='+'+DynAPI.documents[i].all[j].toString()+'\n' > } > alert(dom) > } > DynAPI.isDirectChildOf = function(l, parent) { > if(is.ns) return (l.parentLayer == parent) > for(var p=l.parentElement;p;p=p.parentElement) > if(p.tagName.toLowerCase()=='div') return p==parent > return !parent.tagName > } > > > file://-------------------------------------------------------------------------- > ------------------------------- > > > For those who care: > > There was a problem in the image code, it was resetting the variable i > everytime. > > greets, > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com |
From: <hv...@ya...> - 2000-10-27 08:40:24
|
Thanks Pascal, now it works again... Henrik Våglin ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: <dyn...@li...> Sent: Thursday, October 26, 2000 7:12 PM Subject: RE: [Dynapi-Help] OOP > What are you thinking of? could give more detail? > > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan > Heidingsfeld > Verzonden: donderdag 26 oktober 2000 18:36 > Aan: dyn...@li... > Onderwerp: [Dynapi-Help] OOP > > > Hi, > I joined a while back and although being quite have played around with > DynAPI. At my office we are working on a project which will involve it too. > So I can use it for work and play! Something I always wanted to do was > create a more OOP usage for somethings in DynAPI. I liked the include idea > and others. I guess I just want to know if anyone wants to help. I won't do > it alone because I'll just drift away and forget about it. So, are there any > takers? > > 8an > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Tarun R E. <ta...@we...> - 2000-10-27 06:45:53
|
Thats really good work Frank ! Way to GO... I scouted around a bit and heres what I could find : (A Little Note : However I dont think any server on the web offers both free MySQL = support and free Servlet support . The only free server that offers Servlet,JSP and = EJB support that I can think of is www.mycgiserver.com . However MySQL = support is yet to be enabled : they are actually planning to introduce it, but = havent got around to it as yet.=20 The only problem with mycgiserver is that its very popular, because of which it is also VERY slow. So looks like either we may have to do the server-side programming in some other language, or skip MySQL and stick = to plain text/hashed files , which sounds like a dumb idea.) Here are the others 1. http://hosting.datablocks.net/free/ :=20 All business and personal users qualify Account includes:=20 20 MB Diskspace Yourname.datablocks.net=20 Ftp access=20 Unlimited Transfer=20 5 POP3 Email Accounts=20 MySQL Database=20 FULL Cgi support (I guess that means perl) PHP support=20 Optional Domain name 2. http://www.xodox.com/index.html (some foreign site) 20 MB Speicherplatz FTP, CGI, PHP3 & MySQL Frontpage 98/2000 unbegrenzter Transfer. 3 http://www.nexen.net/ (a free french host with PHP and mySQL) [ I REALLY dont know why free mySQL seems to come with just PHP :-) ] 4. http://www.surecity.com/ (This looks good!) 5. http://www.f2s.com/free/free%20home.htm This also looks good! (if the database servers they mention includes = mysql) Please have a look at the above, and tell me what do you think and where = should we start > I think that's a great idea. Especially if it's able to be = searchable.=20 > It would be a great supplement to detailed docs. >=20 > I'd like to get something up similar to what they have at www.php.net, > where almost every object/method/property is available through = searching > or directory. >=20 > Sorry, I don't know where to host it. Is there a place that offers = free > mysql accounts? >=20 > scottandrew >=20 > Jannon Frank wrote: > >=20 > > New Guy here, > >=20 > > So I'm a long time user of the original DynAPI and am all too = familiar with > > the frustrations involved in using that one and having to tweak it = for your > > specific purposes. I mean I was glad to have it, but I'm really = stoked > > about DynAPI 2. Anyway, decent API documentation is something I am = missing. > > To that end, last week I started to create a documentation system. = I've got > > a real rough mysql schema with tables for packages, classes, = methods, > > properties, parameters, etc. I was just going to set up some = servlets and > > have my own little system, but I think others would benefit. There = are two > > issues: > > 1. I don't have an mysql account somewhere static (I can't = serve off my > > machine) > > 2. Documentation bores the hell out of me > >=20 > > But I'm more than willing to offer my beginnings as a starting = point. It > > could definitely use some more thinking through and discussion. I > > orignially started working with Java API documentation in mind. I'm = also > > willing to help develop and host the interface (preferrably using = JSP). > > So, I guess I'll put the sql files up somewhere and we can let the > > discussion begin. > >=20 > > -jannon > >=20 > > -- "Sometimes the majority only means that all the fools > > are on the same side." > > - ?? > >=20 > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...]On Behalf Of Tarun > > > Sent: Thursday, October 26, 2000 8:08 AM > > > To: 'dyn...@li...' > > > Subject: [Dynapi-Help] Agree with Jack > > > > > > > > > I believe that what Jack says is quite correct. Newbies like us > > > would love to > > > contribute something what the experts dont have time to do ,like > > > maintaining > > > API documentation (which currently is very little), maybe a > > > searchable help > > > system... > > > If we know where to start we could get working pronto :-) > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > >=20 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: yogaf <yo...@su...> - 2000-10-27 05:44:50
|
yi |
From: Scott A. L. <sc...@sc...> - 2000-10-26 23:19:17
|
I think that's a great idea. Especially if it's able to be searchable. It would be a great supplement to detailed docs. I'd like to get something up similar to what they have at www.php.net, where almost every object/method/property is available through searching or directory. Sorry, I don't know where to host it. Is there a place that offers free mysql accounts? scottandrew Jannon Frank wrote: > > New Guy here, > > So I'm a long time user of the original DynAPI and am all too familiar with > the frustrations involved in using that one and having to tweak it for your > specific purposes. I mean I was glad to have it, but I'm really stoked > about DynAPI 2. Anyway, decent API documentation is something I am missing. > To that end, last week I started to create a documentation system. I've got > a real rough mysql schema with tables for packages, classes, methods, > properties, parameters, etc. I was just going to set up some servlets and > have my own little system, but I think others would benefit. There are two > issues: > 1. I don't have an mysql account somewhere static (I can't serve off my > machine) > 2. Documentation bores the hell out of me > > But I'm more than willing to offer my beginnings as a starting point. It > could definitely use some more thinking through and discussion. I > orignially started working with Java API documentation in mind. I'm also > willing to help develop and host the interface (preferrably using JSP). > So, I guess I'll put the sql files up somewhere and we can let the > discussion begin. > > -jannon > > -- "Sometimes the majority only means that all the fools > are on the same side." > - ?? > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Tarun > > Sent: Thursday, October 26, 2000 8:08 AM > > To: 'dyn...@li...' > > Subject: [Dynapi-Help] Agree with Jack > > > > > > I believe that what Jack says is quite correct. Newbies like us > > would love to > > contribute something what the experts dont have time to do ,like > > maintaining > > API documentation (which currently is very little), maybe a > > searchable help > > system... > > If we know where to start we could get working pronto :-) > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |