You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(15) |
Apr
(19) |
May
(4) |
Jun
(14) |
Jul
(26) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(7) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(12) |
Feb
|
Mar
|
Apr
(3) |
May
(2) |
Jun
(3) |
Jul
(10) |
Aug
(6) |
Sep
(7) |
Oct
(9) |
Nov
(10) |
Dec
(8) |
2003 |
Jan
(16) |
Feb
(37) |
Mar
(42) |
Apr
(71) |
May
(110) |
Jun
(151) |
Jul
(176) |
Aug
(153) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Hershel R. <he...@gw...> - 2001-06-27 18:07:05
|
DynAPI'ers, I made a cute filmstrip page. If anyone is interested, I would appreciate any feedback. Please don't comment on the actual photos--they're just samples we found and put up at random. I would also appreciate very much if anyone could tell me how long such a page would take him to code, given the normal (at least normal by me!) process of the user seeing the page half done and requesting small changes / additions etc. a few times. The page is here: http://www.j.co.il/index2.html My client has requested to keep this site confidential (aside from this mailing list) and that the code remain out of the public domain. Thank you, Hershel Robinson |
From: Eytan H. <ey...@tr...> - 2001-06-21 13:54:41
|
is this ns only? i opened in ie and you are trying to access layers["main"] 8an |
From: <alk...@Eu...> - 2001-06-21 08:41:20
|
Hi EveryBody=0D I have try to use DynAPI 2.53 in the following script.=0D But I get Error message from DynAPI.=0D "luff is not an Object"=0D I also attach the script and gif-images files.=0D Verry thankfull for tip or advice.=0D Sincerely=0D Urban Avierfj=E4rd=0D ICQ#69907743=0D Homepage http://w1.201.telia.com/~u20100003=0D <HTML>=0D <HEAD>=0D <META NAME=3D"KEYWORDS" CONTENT=3D"MY FILE">=0D <META NAME=3D"DESCRIPTION" CONTENT=3D"MY FILE">=0D <META NAME=3D"JAVASCRIPT GENERATOR" CONTENT=3D"jsEditor">=0D <title>DynAPI Distribution: Create Example</title>=0D <script language=3D"Javascript" src=3D"../src/dynapi.js"></script>=0D <script language=3D"Javascript">=0D DynAPI.setLibraryPath('../src/lib/');=0D DynAPI.include('dynapi.api.*');=0D DynAPI.include('dynapi.event.*');=0D DynAPI.include('dynapi.gui.dynimage.js');=0D </script>=0D <script language=3D"Javascript">=0D var luff =3D new Array(25);=0D for (i=3D0;i<25; i++){=0D luff[i]=3D new Array(25);=0D }=0D var luffParent =3D new Array();=0D var luffChild01 =3D new Array();=0D var luffChild02 =3D new Array();=0D var luffChild03 =3D new Array();=0D var luffChild04 =3D new Array();=0D var luffChild05 =3D new Array();=0D var luffChild06 =3D new Array();=0D var luffChild07 =3D new Array();=0D var luffChild08 =3D new Array();=0D var luffChild09 =3D new Array();=0D var luffChild10 =3D new Array();=0D var luffChild11 =3D new Array();=0D var luffChild12 =3D new Array();=0D var luffChild13 =3D new Array();=0D var luffChild14 =3D new Array();=0D var luffChild15 =3D new Array();=0D var luffChild16 =3D new Array();=0D var luffChild17 =3D new Array();=0D var luffChild18 =3D new Array();=0D var luffChild19 =3D new Array();=0D var luffChild20 =3D new Array();=0D var luffChild21 =3D new Array();=0D var luffChild22 =3D new Array();=0D var luffChild23 =3D new Array();=0D var luffChild24 =3D new Array();=0D var luffChild25 =3D new Array();=0D luffParent[luffParent.length] =3D luffChild01;=0D luffParent[luffParent.length] =3D luffChild02;=0D luffParent[luffParent.length] =3D luffChild03;=0D luffParent[luffParent.length] =3D luffChild04;=0D luffParent[luffParent.length] =3D luffChild05;=0D luffParent[luffParent.length] =3D luffChild06;=0D luffParent[luffParent.length] =3D luffChild07;=0D luffParent[luffParent.length] =3D luffChild08;=0D luffParent[luffParent.length] =3D luffChild09;=0D luffParent[luffParent.length] =3D luffChild10;=0D luffParent[luffParent.length] =3D luffChild11;=0D luffParent[luffParent.length] =3D luffChild12;=0D luffParent[luffParent.length] =3D luffChild13;=0D luffParent[luffParent.length] =3D luffChild14;=0D luffParent[luffParent.length] =3D luffChild15;=0D luffParent[luffParent.length] =3D luffChild16;=0D luffParent[luffParent.length] =3D luffChild17;=0D luffParent[luffParent.length] =3D luffChild18;=0D luffParent[luffParent.length] =3D luffChild19;=0D luffParent[luffParent.length] =3D luffChild20;=0D luffParent[luffParent.length] =3D luffChild21;=0D luffParent[luffParent.length] =3D luffChild22;=0D luffParent[luffParent.length] =3D luffChild23;=0D luffParent[luffParent.length] =3D luffChild24;=0D luffParent[luffParent.length] =3D luffChild25;=0D alert(luffParent.length);=0D function Calculate(){=0D c=3Da+40=0D d=3Db+40=0D }=0D function getAB(e){=0D A=3De.getX()=0D B=3De.getY()=0D }=0D function myarray(){=0D var H=3D0;=0D for (i=3D0;i<=3D480; i=3Di+20){=0D H=3DH+1=0D for (j=3D0;j<=3D20;j++){=0D if (i+j=3D=3DA){=0D a=3Di=0D }=0D }=0D }=0D var V=3D0;=0D for (k=3D0;k<=3D480;k=3Dk+20){=0D V=3DV+1=0D for (l=3D0;l<=3D20;l++){=0D if (k+l=3D=3DB){=0D b=3Dk=0D }=0D }=0D }=0D if (luff[H][V]=3D=3D91){=0D a=3D0;=0D b=3D0;=0D }=0D =0D else {=0D luff[H][V]=3D87;=0D }=0D }=0D function layout() {=0D myLayer =3D new DynLayer()=0D myLayer.setSize(500,500)=0D myLayer.setBgColor('purple')=0D myLayer.moveTo(5,50)=0D myListener =3D new EventListener(DynAPI.document)=0D myListener.onmousemove=3Dfunction(e) {=0D myLayer.setBgColor('pink')=0D }=0D myListener.onmouseout=3Dfunction(e) {=0D myLayer.setBgColor('deeppink')=0D }=0D myListener.onmousedown=3Dfunction(e) {=0D getAB(e);=0D myarray();=0D myChild2 =3D new DynLayer(null,a,b,20,20,'violet')= =0D myChild2.setHTML('<img src=3DAnimation2.gif>')=0D myLayer.addChild(myChild2)=0D Calculate();=0D myChild2 =3D new DynLayer(null,c,d,20,20,'violet')= =0D myChild2.setHTML('<img src=3DAnimation1.gif>')=0D myLayer.addChild(myChild2)=0D }=0D myLayer.addEventListener(myListener)=0D for (i=3D19;i<480; i=3Di+20){=0D myChild =3D new DynLayer(null,i,0,2,500,'black');=0D myLayer.addChild(myChild);=0D }=0D for (i=3D19;i<480; i=3Di+20){=0D myChild =3D new DynLayer(null,0,i,500,2,'black')=0D myLayer.addChild(myChild)=0D }=0D DynAPI.document.addChild(myLayer)=0D }=0D DynAPI.onLoad =3D function() {=0D layout();=0D }=0D function newgame() {=0D layout();=0D }=0D </script>=0D </head>=0D <BODY>=0D <BODY BGCOLOR=3D"lime">=0D <H1>Five in a Row</H1>=0D <PRE>=0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D =0D </PRE>=0D <FORM><INPUT TYPE=3D"button" VALUE=3D"New Game" onClick=3D"newgame();"></FO= RM>=0D </BODY>=0D </HTML>=0D =0D =0D =0D =0D |
From: snpe <sa...@sn...> - 2001-06-09 15:39:18
|
Hello, Next code : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <script language="javascript" src="dynapi/src/dynapi.js" type="text/javascript"></script> <script language="javascript"> DynAPI.setLibraryPath('dynapi/src/lib'); DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.ext.*'); DynAPI.include('dynapi.event.*'); DynAPI.onLoad=function() { myLayer=new DynLayer() myLayer.moveTo(10,10) myLayer.setBgColor('#f4ecc5') myLayer.setHTML("<h3>Informacioni sistem SnPe</h3>") myLayer.setSize(100,100) myListener=new EventListener(DynAPI.document) myListener.onmouseover=function(e) { target=e.getTarget() myLayer.setBgColor('#c0c0c0') myLayer.setSize(300,300) } myListener.onmouseout=function(e) { target=e.getTarget() myLayer.setBgColor('#f4ecc5') myLayer.setSize(100,100) } myLayer.addEventListener(myListener) DynAPI.document.addChild(myLayer) } </script> </head> <body bgcolor="#ffffff"> </body> </html> work in Netscape 4 and IE 5, but don't work in mozilla (0.6-0.9.1 - mswin or linux) If I set large layer (300,300) and onmouseover is decrease layer that's work, but mouse fire on layer (300,300) when actual layer is (100,100) What is wrong ? regards Haris Peco sn...@sn... |
From: Richard B. <ma...@ri...> - 2001-05-10 17:02:19
|
Firstly, the stuff you've done so far is pretty impressive, It keeps surprising me what people come up with. It's this kind of power use the DynAPI is ideal for. This page will definitely benefit from Thomas' cruncher, just shortening some variables saved 300kb! Regarding help, you can always ask questions here of course, I can also offer free help, in my spare time, if you submit something specific you're working on, that I can use as an example as well, I'll be happy to finish it off, or help out here or there. I can also offer custom widget development, and cross-browser debugging, on a professional basis, contact me for applicable rates. Cheers, Richard Bennett ma...@ri... www.richardinfo.com Richard Bennett Independent Software Consultant Leemputstraat 41 2600 Berchem, Belgium Phone: + 32(0)475 71 91 84 ----- Original Message ----- From: "Andy Siprelle" <sip...@Si...> To: <dyn...@li...> Sent: Wednesday, May 09, 2001 6:43 PM Subject: [Dynapi-Chat] Help Needed on Project > I would like some help on a project I'm doing using DynAPI. Is this the > right place to post this request? > > On the project, I started it, and I need some help making it more > professional. It's essentially a simulation of a simulation. Here are the > links: > > www.simulationdynamics.com/Demos/Hamburger/Demo1.htm > www.simulationdynamics.com/Demos/Hamburger/Demo2.htm > > The 2nd demo should load quicker- I have some problems with Netscape > working correctly; IE works fine. Of course, other simulations are to be > developed. The event data is coming from an actual simulation model. The > key needs of the Javascript are to "play back" the events. > > I have a number of needs related to this project. Some are: > 1) Correct behavior on both browsers. > 2) Loading event data in pieces- not all at once. Maybe loading on demand > in some fashion, and maybe loading XML data. > 3) Loading event data via a button. > 4) Cooler buttons, which change state depending on what you're doing. > 5) More professionalism- make widgets out of things, etc. > 6) More info on request. > > Anybody interested? > > Regards, > Andy > > Andy Siprelle is at Simulation Dynamics, Inc. > And...@Si... > http://www.SimulationDynamics.com > Tel: 865-982-7046 Ext. 201 Fax: 865-982-2813 > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Hershel R. <her...@ya...> - 2001-05-10 08:03:38
|
Andy, I am a DynAPI 2 programmer available at present for telecommute employment. I am experienced and professional and I have samples of actively-in-use web pages I built using DynAPI. I have written pages which load data on demand. I have written pages which communicate actively with CGI programs and are able to utilitize therefore all the functionality of Perl and the web server. I would be very interested to work on a DynAPI project. I am available for short-term freelance projects. I am leaving town today for a few days. I will be back online Monday. My resume is available online at: http://hrobinson.virtualave.net/HershelsResume.html Thank you, Hershel Robinson ----- Original Message ----- From: "Andy Siprelle" <sip...@Si...> To: <dyn...@li...> Sent: Wednesday, May 09, 2001 6:43 PM Subject: [Dynapi-Chat] Help Needed on Project > I would like some help on a project I'm doing using DynAPI. Is this the > right place to post this request? > > On the project, I started it, and I need some help making it more > professional. It's essentially a simulation of a simulation. Here are the > links: > > www.simulationdynamics.com/Demos/Hamburger/Demo1.htm > www.simulationdynamics.com/Demos/Hamburger/Demo2.htm > > The 2nd demo should load quicker- I have some problems with Netscape > working correctly; IE works fine. Of course, other simulations are to be > developed. The event data is coming from an actual simulation model. The > key needs of the Javascript are to "play back" the events. > > I have a number of needs related to this project. Some are: > 1) Correct behavior on both browsers. > 2) Loading event data in pieces- not all at once. Maybe loading on demand > in some fashion, and maybe loading XML data. > 3) Loading event data via a button. > 4) Cooler buttons, which change state depending on what you're doing. > 5) More professionalism- make widgets out of things, etc. > 6) More info on request. > > Anybody interested? > > Regards, > Andy > > Andy Siprelle is at Simulation Dynamics, Inc. > And...@Si... > http://www.SimulationDynamics.com > Tel: 865-982-7046 Ext. 201 Fax: 865-982-2813 > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Andy S. <sip...@Si...> - 2001-05-09 16:45:19
|
I would like some help on a project I'm doing using DynAPI. Is this the right place to post this request? On the project, I started it, and I need some help making it more professional. It's essentially a simulation of a simulation. Here are the links: www.simulationdynamics.com/Demos/Hamburger/Demo1.htm www.simulationdynamics.com/Demos/Hamburger/Demo2.htm The 2nd demo should load quicker- I have some problems with Netscape working correctly; IE works fine. Of course, other simulations are to be developed. The event data is coming from an actual simulation model. The key needs of the Javascript are to "play back" the events. I have a number of needs related to this project. Some are: 1) Correct behavior on both browsers. 2) Loading event data in pieces- not all at once. Maybe loading on demand in some fashion, and maybe loading XML data. 3) Loading event data via a button. 4) Cooler buttons, which change state depending on what you're doing. 5) More professionalism- make widgets out of things, etc. 6) More info on request. Anybody interested? Regards, Andy Andy Siprelle is at Simulation Dynamics, Inc. And...@Si... http://www.SimulationDynamics.com Tel: 865-982-7046 Ext. 201 Fax: 865-982-2813 |
From: Darryl C. <da...@di...> - 2001-05-04 21:45:40
|
Digital Strider wrote: Web Objects, Moore's Law, Convergence, etc... Hi, Could you direct me to links that can explain these terms and expand on the ideas/concepts behind them? Interested, committed and learning. Blessings, Darryl. |
From: Robert R. <rra...@ya...> - 2001-04-24 20:35:07
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> The big question is "Does it leak like the Titanic?" Probaly not if it is built for only DOM browsers. - -- Robert Rainwater On 4/24/2001, 3:03:50 PM EST, Digital wrote about "[Dynapi-Chat] JS Application IDE?": > Nice find Scott. It's still a little "illusive" as to the actual > capabilities of the API but the structured approach sounds compelling. > Also, "the Open Source / Commercial" licensing concerns me. > The big question is "Does it leak like the Titanic?" > Raymond > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Scott > Andrew LePera > Sent: Tuesday, April 24, 2001 10:46 AM > To: dyn...@li... > Subject: [Dynapi-Chat] JS Application IDE? > Whoa. > Check this out: > http://www.technicalpursuit.com/tibet.html > Here's a screen shot: > http://www.technicalpursuit.com/tibet_ide_screenshot.html > Features: > Class-based inheritance > Model/View/Controller > Easy Server Communication > Object Dependency/Notification > Collection Classes > Debugging Aids > Interactive Development Environmen > Active Client Pages > "With TIBET in place it's far simpler to build complex applications > that run in a browser. And we've done it all in a way that works > seamlessly across all the major browsers from Nav to IE to Mozilla. > No applets. No plugins. Just JavaScript like you've never seen it > before." > Comments? > scottandrew > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4-1 (MingW32) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrl4u0ACgkQTn30a43L7D+FPQCeJdcDcyxtaxALB+4TTeMKt8BO I4MAoMfrkOYOnXD3PpRdzhWHUsAlAnb4 =ySVn -----END PGP SIGNATURE----- |
From: Digital S. <dst...@or...> - 2001-04-24 19:05:04
|
Nice find Scott. It's still a little "illusive" as to the actual capabilities of the API but the structured approach sounds compelling. Also, "the Open Source / Commercial" licensing concerns me. The big question is "Does it leak like the Titanic?" Raymond -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Scott Andrew LePera Sent: Tuesday, April 24, 2001 10:46 AM To: dyn...@li... Subject: [Dynapi-Chat] JS Application IDE? Whoa. Check this out: http://www.technicalpursuit.com/tibet.html Here's a screen shot: http://www.technicalpursuit.com/tibet_ide_screenshot.html Features: Class-based inheritance Model/View/Controller Easy Server Communication Object Dependency/Notification Collection Classes Debugging Aids Interactive Development Environmen Active Client Pages "With TIBET=99 in place it's far simpler to build complex applications that run in a browser. And we've done it all in a way that works seamlessly across all the major browsers from Nav to IE to Mozilla. No applets. No plugins. Just JavaScript like you've never seen it before." Comments? scottandrew _______________________________________________ Dynapi-Chat mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-chat --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 |
From: Scott A. L. <sc...@sc...> - 2001-04-24 17:42:39
|
Whoa. Check this out: http://www.technicalpursuit.com/tibet.html Here's a screen shot: http://www.technicalpursuit.com/tibet_ide_screenshot.html Features: Class-based inheritance Model/View/Controller Easy Server Communication Object Dependency/Notification Collection Classes Debugging Aids Interactive Development Environmen Active Client Pages "With TIBET in place it's far simpler to build complex applications that run in a browser. And we've done it all in a way that works seamlessly across all the major browsers from Nav to IE to Mozilla. No applets. No plugins. Just JavaScript like you've never seen it before." Comments? scottandrew |
From: Richard B. <ma...@ri...> - 2001-04-19 15:45:51
|
I had a look at that, but I think it's a bit dated, it leans heavily towards Dan's DynAPI1. I might have missed something though. ----- Original Message ----- From: "Dougal Campbell" <do...@gu...> To: <dyn...@li...> Sent: Thursday, April 19, 2001 3:52 PM Subject: [Dynapi-Chat] Another alternate API > Okay, this one's a lot bigger than 1K, but it looks interesting. We > might be able to borrow some notions from it... > > <URL:http://relativelayers.sourceforge.net/> > > -- > Ernest MacDougal Campbell III, MCP+I, MCSE <do...@gu...> > http://www.gunters.org/~dougal/ > Lumber Cartel Unit #1654 (tinlc): http://come.to/the.lumber.cartel/ > This message is guaranteed to be 100% eror frea! > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Dougal C. <do...@gu...> - 2001-04-19 13:52:36
|
Okay, this one's a lot bigger than 1K, but it looks interesting. We might be able to borrow some notions from it... <URL:http://relativelayers.sourceforge.net/> -- Ernest MacDougal Campbell III, MCP+I, MCSE <do...@gu...> http://www.gunters.org/~dougal/ Lumber Cartel Unit #1654 (tinlc): http://come.to/the.lumber.cartel/ This message is guaranteed to be 100% eror frea! |
From: Pascal B. <pa...@dy...> - 2001-04-18 19:33:32
|
it sure is lol.. so much for the DynAPI :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Scott Andrew > LePera > Verzonden: woensdag 18 april 2001 20:13 > Aan: dyn...@li... > Onderwerp: [Dynapi-Chat] 1K DHTML API > > > This is pretty damn cool. A DHTML API weighing in at 1103 bytes. > > http://www.dithered.com/experiments/1kdhtml/index.html > > scottandrew > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Scott A. L. <sc...@sc...> - 2001-04-18 18:09:48
|
This is pretty damn cool. A DHTML API weighing in at 1103 bytes. http://www.dithered.com/experiments/1kdhtml/index.html scottandrew |
From: Cameron H. <ca...@bi...> - 2001-04-15 10:19:35
|
If you specify an XHTML doctype and your HTML is not XHTML compliant you may get unexpected results in browsers that adhere to doctype definitions (like NS6 and IE6). Currently the DynAPI doesn't use XHTML, in fact some of the dynapi code isn't even HTML 4, things like script includes must have a type attribute (which is missing in the DynAPI include function). Doesn't seem to matter for the moment, but I think doctypes will start to make a difference in the near future. I think the API should move to being XHTML compliant myself, there are some cool XML features in newer browsers for doing things like loading remote XML documents (that includes XHTML) which may provide much better functionality than things like LoadPanel. Digital Strider wrote: > Thats only if your using a parser on the server side. Browser are "tag > lazy", so are most old school HTML coders. W3C is trying to get people in > that habit of forming good tag structures. > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Bryon Lape > Sent: Saturday, April 14, 2001 1:44 PM > To: dyn...@li... > Subject: RE: [Dynapi-Chat] XHTML > > > Well, kinda. An ill-formed XHTML page will not display. Also, XHTML has > required closing tags for things like <P> and single tags are closed with /> > and not just >. Oh yeah, <FONT> is finally being depricated. > > bryon > > *********** REPLY SEPARATOR *********** > > On 14/04/2001 at 10:57 Digital Strider wrote: > > >> XHTML is basically HTML being defined as an XML 1.0 application. XHTML >> "is" >> HTML 4.0 but it's definitions are now also included in three corresponding >> DTD's. >> >> So,... >> >> DynAPI2 performs "as well" with XHTML as it does with HTML because in the >> final analysis they are one and the same. >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...]On Behalf Of Bryon Lape >> Sent: Saturday, April 14, 2001 6:57 AM >> To: dyn...@li... >> Subject: [Dynapi-Chat] XHTML >> >> >> Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML >> pages? Should there be much difference? >> >> bryon >> ------------------------------------------------------------- >> Tired of NOT having your money backed by GOLD!?!? >> https://www.e-gold.com/newacct/newaccount.asp?cid=117395 >> >> Why settle for the low interest rates of banks? >> Why gamble in the stock market? >> http://www.emutualfun.org/m.cfm?mid=UPD886 >> >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> >> --- >> Incoming mail is certified Virus Free. >> Checked by AVG anti-virus system (http://www.grisoft.com). >> Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 >> >> --- >> Outgoing mail is certified Virus Free. >> Checked by AVG anti-virus system (http://www.grisoft.com). >> Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat > > > h > ------------------------------------------------------------- > Tired of NOT having your money backed by GOLD!?!? > https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > > Why settle for the low interest rates of banks? > Why gamble in the stock market? > http://www.emutualfun.org/m.cfm?mid=UPD886 > > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat |
From: Digital S. <dst...@or...> - 2001-04-15 01:02:57
|
Thats only if your using a parser on the server side. Browser are "tag lazy", so are most old school HTML coders. W3C is trying to get people in that habit of forming good tag structures. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Bryon Lape Sent: Saturday, April 14, 2001 1:44 PM To: dyn...@li... Subject: RE: [Dynapi-Chat] XHTML Well, kinda. An ill-formed XHTML page will not display. Also, XHTML has required closing tags for things like <P> and single tags are closed with /> and not just >. Oh yeah, <FONT> is finally being depricated. bryon *********** REPLY SEPARATOR *********** On 14/04/2001 at 10:57 Digital Strider wrote: >XHTML is basically HTML being defined as an XML 1.0 application. XHTML >"is" >HTML 4.0 but it's definitions are now also included in three corresponding >DTD's. > >So,... > >DynAPI2 performs "as well" with XHTML as it does with HTML because in the >final analysis they are one and the same. > >-----Original Message----- >From: dyn...@li... >[mailto:dyn...@li...]On Behalf Of Bryon Lape >Sent: Saturday, April 14, 2001 6:57 AM >To: dyn...@li... >Subject: [Dynapi-Chat] XHTML > > >Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML >pages? Should there be much difference? > >bryon >------------------------------------------------------------- >Tired of NOT having your money backed by GOLD!?!? >https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > >Why settle for the low interest rates of banks? >Why gamble in the stock market? >http://www.emutualfun.org/m.cfm?mid=UPD886 > > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat > >--- >Incoming mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat h ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=UPD886 _______________________________________________ Dynapi-Chat mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-chat --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 |
From: Bryon L. <bl...@gr...> - 2001-04-15 00:16:00
|
Ah...point well taken. I'd have to agree. I hope to soon start the= process of converting my docs to XHTML. *********** REPLY SEPARATOR *********** On 14/04/2001 at 14:10 Scott Andrew LePera wrote: >I'm of the opinion that the DynAPI and any crossbrowser API would only >work >/better/ with an XHTML page, as XHTML enforces things like proper nesting, >quoted attributes -- basically all the bad practices and nasty >FrontPage-generated code we've had to deal with. > >scottandrew > >------ >scott andrew lepera >sc...@sc... >web stuff: www.scottandrew.com >music stuff: www.walkingbirds.com > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat l ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=3DUPD886 |
From: Scott A. L. <sc...@sc...> - 2001-04-14 21:06:47
|
I'm of the opinion that the DynAPI and any crossbrowser API would only work /better/ with an XHTML page, as XHTML enforces things like proper nesting, quoted attributes -- basically all the bad practices and nasty FrontPage-generated code we've had to deal with. scottandrew ------ scott andrew lepera sc...@sc... web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Bryon L. <bl...@gr...> - 2001-04-14 20:46:47
|
Well, kinda. An ill-formed XHTML page will not display. Also, XHTML has= required closing tags for things like <P> and single tags are closed with= /> and not just >. Oh yeah, <FONT> is finally being depricated. bryon *********** REPLY SEPARATOR *********** On 14/04/2001 at 10:57 Digital Strider wrote: >XHTML is basically HTML being defined as an XML 1.0 application. XHTML >"is" >HTML 4.0 but it's definitions are now also included in three corresponding >DTD's. > >So,... > >DynAPI2 performs "as well" with XHTML as it does with HTML because in the >final analysis they are one and the same. > >-----Original Message----- >From: dyn...@li... >[mailto:dyn...@li...]On Behalf Of Bryon Lape >Sent: Saturday, April 14, 2001 6:57 AM >To: dyn...@li... >Subject: [Dynapi-Chat] XHTML > > >Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML >pages? Should there be much difference? > >bryon >------------------------------------------------------------- >Tired of NOT having your money backed by GOLD!?!? >https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 > >Why settle for the low interest rates of banks? >Why gamble in the stock market? >http://www.emutualfun.org/m.cfm?mid=3DUPD886 > > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat > >--- >Incoming mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat h ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=3DUPD886 |
From: Digital S. <dst...@or...> - 2001-04-14 17:56:10
|
XHTML is basically HTML being defined as an XML 1.0 application. XHTML "is" HTML 4.0 but it's definitions are now also included in three corresponding DTD's. So,... DynAPI2 performs "as well" with XHTML as it does with HTML because in the final analysis they are one and the same. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Bryon Lape Sent: Saturday, April 14, 2001 6:57 AM To: dyn...@li... Subject: [Dynapi-Chat] XHTML Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML pages? Should there be much difference? bryon ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=UPD886 _______________________________________________ Dynapi-Chat mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-chat --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.248 / Virus Database: 121 - Release Date: 4/11/2001 |
From: Bryon L. <bl...@gr...> - 2001-04-14 13:58:57
|
Since HTML is being replaced by XHTML, has anyone tried DynAPI2 with XHTML= pages? Should there be much difference? bryon ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=3DUPD886 |
From: Bryon L. <bl...@gr...> - 2001-04-14 13:45:35
|
No, I meant with DIV stuff. I have some DIV tags that are named and have= class attributes. In IE, they show up right where I want them when I move= them around via DynAPI2 calls. In N4, the don't do crap. In N6, they= kinda work. bryon *********** REPLY SEPARATOR *********** On 14/04/2001 at 09:28 Richard Bennett wrote: >> Now if only Netscape would behave.... >NS4 is pretty crippled as far as CSS goes, but doesn't usually cause= errors >if you use unsupported CSS. >This site gives an overview of supported CSS by browser. >http://www.eskimo.com/~bloo/indexdot/css/supportkey/syntax.htm > >Richard. > >----- Original Message ----- >From: "Bryon Lape" <bl...@gr...> >To: <dyn...@li...> >Sent: Saturday, April 14, 2001 7:32 AM >Subject: Re: [Dynapi-Chat] accessing css > > >> Thanks. The tutorials say you can't change the css. >> >> Now if only Netscape would behave.... >> >> bryon >> >> *********** REPLY SEPARATOR *********** >> >> On 14/04/2001 at 04:32 Richard Bennett wrote: >> >> >As far as I know that still works normally, see: >> >http://dynapi.sourceforge.net/dynapi/content.php?page_id=3D12#12 >> > >> >Cheers, >> >Richard Bennett >> > >> >ma...@ri... >> >www.richardinfo.com >> >(Everything running on, and ported to the 19/12/2000 snapshot of >DynAPI2) >> >visit the DynAPI homepage (and FAQ) :: >> >http://dynapi.sourceforge.net/dynapi/index.php?menu=3D1 >> >Browse (and search) the mailinglist here: >> >http://www.mail-archive.com/index.php3?hunt=3Ddynapi >> > >> >----- Original Message ----- >> >From: "Bryon Lape" <bl...@gr...> >> >To: <dyn...@li...> >> >Sent: Friday, April 13, 2001 1:01 PM >> >Subject: [Dynapi-Chat] accessing css >> > >> > >> >> Is anyone working on putting the functionality back in to modify the >css >> >of an object? >> >> >> >> bryon >> >> ------------------------------------------------------------- >> >> Tired of NOT having your money backed by GOLD!?!? >> >> https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 >> >> >> >> Why settle for the low interest rates of banks? >> >> Why gamble in the stock market? >> >> http://www.emutualfun.org/m.cfm?mid=3DUPD886 >> >> >> >> >> >> >> >> _______________________________________________ >> >> Dynapi-Chat mailing list >> >> Dyn...@li... >> >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> >> >> > >> > >> >_______________________________________________ >> >Dynapi-Chat mailing list >> >Dyn...@li... >> >http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> >> o >> ------------------------------------------------------------- >> Tired of NOT having your money backed by GOLD!?!? >> https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 >> >> Why settle for the low interest rates of banks? >> Why gamble in the stock market? >> http://www.emutualfun.org/m.cfm?mid=3DUPD886 >> >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat n ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=3DUPD886 |
From: Richard B. <ma...@ri...> - 2001-04-14 07:29:40
|
> Now if only Netscape would behave.... NS4 is pretty crippled as far as CSS goes, but doesn't usually cause errors if you use unsupported CSS. This site gives an overview of supported CSS by browser. http://www.eskimo.com/~bloo/indexdot/css/supportkey/syntax.htm Richard. ----- Original Message ----- From: "Bryon Lape" <bl...@gr...> To: <dyn...@li...> Sent: Saturday, April 14, 2001 7:32 AM Subject: Re: [Dynapi-Chat] accessing css > Thanks. The tutorials say you can't change the css. > > Now if only Netscape would behave.... > > bryon > > *********** REPLY SEPARATOR *********** > > On 14/04/2001 at 04:32 Richard Bennett wrote: > > >As far as I know that still works normally, see: > >http://dynapi.sourceforge.net/dynapi/content.php?page_id=12#12 > > > >Cheers, > >Richard Bennett > > > >ma...@ri... > >www.richardinfo.com > >(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) > >visit the DynAPI homepage (and FAQ) :: > >http://dynapi.sourceforge.net/dynapi/index.php?menu=1 > >Browse (and search) the mailinglist here: > >http://www.mail-archive.com/index.php3?hunt=dynapi > > > >----- Original Message ----- > >From: "Bryon Lape" <bl...@gr...> > >To: <dyn...@li...> > >Sent: Friday, April 13, 2001 1:01 PM > >Subject: [Dynapi-Chat] accessing css > > > > > >> Is anyone working on putting the functionality back in to modify the css > >of an object? > >> > >> bryon > >> ------------------------------------------------------------- > >> Tired of NOT having your money backed by GOLD!?!? > >> https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > >> > >> Why settle for the low interest rates of banks? > >> Why gamble in the stock market? > >> http://www.emutualfun.org/m.cfm?mid=UPD886 > >> > >> > >> > >> _______________________________________________ > >> Dynapi-Chat mailing list > >> Dyn...@li... > >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat > >> > > > > > >_______________________________________________ > >Dynapi-Chat mailing list > >Dyn...@li... > >http://lists.sourceforge.net/lists/listinfo/dynapi-chat > > o > ------------------------------------------------------------- > Tired of NOT having your money backed by GOLD!?!? > https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > > Why settle for the low interest rates of banks? > Why gamble in the stock market? > http://www.emutualfun.org/m.cfm?mid=UPD886 > > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Bryon L. <bl...@gr...> - 2001-04-14 05:35:18
|
Thanks. The tutorials say you can't change the css. Now if only Netscape would behave.... bryon *********** REPLY SEPARATOR *********** On 14/04/2001 at 04:32 Richard Bennett wrote: >As far as I know that still works normally, see: >http://dynapi.sourceforge.net/dynapi/content.php?page_id=3D12#12 > >Cheers, >Richard Bennett > >ma...@ri... >www.richardinfo.com >(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) >visit the DynAPI homepage (and FAQ) :: >http://dynapi.sourceforge.net/dynapi/index.php?menu=3D1 >Browse (and search) the mailinglist here: >http://www.mail-archive.com/index.php3?hunt=3Ddynapi > >----- Original Message ----- >From: "Bryon Lape" <bl...@gr...> >To: <dyn...@li...> >Sent: Friday, April 13, 2001 1:01 PM >Subject: [Dynapi-Chat] accessing css > > >> Is anyone working on putting the functionality back in to modify the css >of an object? >> >> bryon >> ------------------------------------------------------------- >> Tired of NOT having your money backed by GOLD!?!? >> https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 >> >> Why settle for the low interest rates of banks? >> Why gamble in the stock market? >> http://www.emutualfun.org/m.cfm?mid=3DUPD886 >> >> >> >> _______________________________________________ >> Dynapi-Chat mailing list >> Dyn...@li... >> http://lists.sourceforge.net/lists/listinfo/dynapi-chat >> > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >http://lists.sourceforge.net/lists/listinfo/dynapi-chat o ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=3D117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=3DUPD886 |