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: Raymond I. <xw...@ya...> - 2002-11-26 05:50:13
|
check out www.richardinfo.com -- Raymond Irving --- Arthur Dardia <da...@rp...> wrote: > Also, is it possible to add a 1px border around the > outside of a layer > in DynAPI? Can you specify its color? > > Regards, > Art Dardia > _____________________________________________ > Computer Science and Computer & Systems Engineering > Rensselaer Polytechnic Institute > 284 Pawling Ave., Troy, NY 12180 USA > phone: (518) 271-6521 :: cell: (973) 626-6819 > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Raymond I. <xw...@ya...> - 2002-11-26 05:48:46
|
check out www.richardinfo.com -- Raymond Irving --- Arthur Dardia <da...@rp...> wrote: > Here's a hacked together page that remembers layer > locations using > cookies. To close a window, you need to lock the > layers first. > Eventually, I want to expand on this a bit to make > it more generic so > you can write pages that'll allow the users to > reconfig it to their > needs. > > Is it possible to allow the user to resize layers > using the familiar > "clicking on the edge of the layer" method using > DynAPI? Any code > snippets? Also, has anyone written code to > automatically control > z-indexes with multiple layers to act like Windows/X > Windoes does when > you have multiple windows open (i.e.: bring that > layer to the top and > push the rest down the z-Index stack, etc.)? > Regards, > Art Dardia > _____________________________________________ > Computer Science and Computer & Systems Engineering > Rensselaer Polytechnic Institute > 284 Pawling Ave., Troy, NY 12180 USA > phone: (518) 271-6521 :: cell: (973) 626-6819 > > > ATTACHMENT part 2 application/x-zip-compressed name=src.zip __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Raymond I. <xw...@ya...> - 2002-11-26 05:46:09
|
Hi Here we go var elistener ={ ondragend:function(e){ // this will tell you when the user stops dragging // the layer } } mylayer.addEventListener(elistener); -- Raymond Irving --- Arthur Dardia <da...@rp...> wrote: > For those paying attention and who care, the > changelog for 2.9 explains > the new syntax for EventListeners... > Regards, > Art Dardia > _____________________________________________ > Computer Science and Computer & Systems Engineering > Rensselaer Polytechnic Institute > 284 Pawling Ave., Troy, NY 12180 USA > phone: (518) 271-6521 :: cell: (973) 626-6819 > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Abre Chase > Sent: Monday, November 25, 2002 6:10 PM > To: dyn...@li... > Subject: RE: [Dynapi-Help] stop drag event listener? > > > Oops - you're right. I'm using a much earlier > version. > > There are great docs for 2.5.6. > > http://dynapi.sourceforge.net/doccenter/ > > Maybe just use that version ;) > > - Abre > > -----Original Message----- > From: Arthur Dardia [mailto:da...@rp...] > Sent: Monday, November 25, 2002 5:57 PM > To: dyn...@li... > Subject: RE: [Dynapi-Help] stop drag event listener? > > > Ummm, slight problem. I have 2.9 and it doesn't > know what EventListener > is...:-/ I did a text search in the dynapi-2.9 > directory and it didn't > find a single occurence of it. :-/ > > Regards, > Art Dardia > _____________________________________________ > Computer Science and Computer & Systems Engineering > Rensselaer Polytechnic Institute > 284 Pawling Ave., Troy, NY 12180 USA > phone: (518) 271-6521 :: cell: (973) 626-6819 > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Abre Chase > Sent: Monday, November 25, 2002 4:33 PM > To: dyn...@li... > Subject: RE: [Dynapi-Help] stop drag event listener? > > > Try something like: > > dragListener=new EventListener(dragObj) > > dragListener.ondragend=function(e) { > } > > dragObj.addEventListener(dragListener) > > -----Original Message----- > From: Arthur Dardia [mailto:da...@rp...] > Sent: Monday, November 25, 2002 1:21 PM > To: dyn...@li... > Subject: [Dynapi-Help] stop drag event listener? > > > Hey all, > I'm new to the list, but I hope to get involved > more. I'm trying to > develop a site that using some sort of DHTML engine > in order to > implement a layering system. My goal is to create a > new interface that > will load a set of layers: > > Each layer will have a Z+ icon to increase it's Z > index, a Z- icon to > decrease it's Z index, and an X icon to "close" the > layer. There will > be a lock layers icon and a unlock layers icon that > will globally > lock/unlock all layers to their current positions. > The goal is to use > this to allow users to reconfigure orderoutfood.com > to their tastes. > Layer would be a > shopping cart layer, a restaurant selection layer, a > menu selection > layer, a product review layer, etc. Eventually, > this layers will be > docking to allow smoother connections; however, > write now having them > "float" is fine. Currently, I have this code to > create a layer; > however, how do I add a listener to detect after a > drag was performed. > The reason I need to do this is so that I can update > a cookie with the > layer's name/position so they can be read back when > the user loads. > Eventually, a database will be tied to this and when > you "lock the > layers" it'll open a popup-window, contact the > server, and store your > preferences with requiring a new page load. > However, for now, cookies > will work fine. Any idea how to detect a > stopDragEvent type event with > DynAPI, or has one not been implemented yet. > > ---snip--- > <html> > <body bgcolor=#000000 text=#ffffff> > <title>reconfigurable website</title> > > <script language="JavaScript" > src="../src/dynapi.js"></script> > <script language="Javascript"> > dynapi.library.setPath('../src/dynapi/'); > dynapi.library.include('dynapi.api'); > dynapi.library.include('DragEvent'); > </script> > > <script language="Javascript"> > > DynAPI.onLoad(function() { > > block = new DynLayer(); > block.setSize(300,300); > block.setLocation(100,100); > block.setBgColor("red"); > DragEvent.enableDragEvents(block); > block.setHTML("<table cellspacing=0 cellpadding=0 > width=100%><tr><td > bgcolor=yellow width=100%><p align=right><a > href=\"javascript:block._remove();\"><img src=bx.gif > border=0></a></p></td></tr><tr><td>This is an > example > layer.</td></tr></table>"); > > DynAPI.document.addChild(block); > }); > > //--> > </script> > > <p align=right><a > href="javascript:DragEvent.disableDragEvents(block);">lock > layers</a><a > href="javascript:DragEvent.enableDragEvents(block);">unlock > layers</a></p> > > > </html> > ---snip--- > Regards, > Art Dardia > _____________________________________________ > Computer Science and Computer & Systems Engineering > Rensselaer Polytechnic Institute > 284 Pawling Ave., Troy, NY 12180 USA > phone: (518) 271-6521 :: cell: (973) 626-6819 > > > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Arthur D. <da...@rp...> - 2002-11-26 01:17:24
|
Also, is it possible to add a 1px border around the outside of a layer in DynAPI? Can you specify its color? Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 |
From: Arthur D. <da...@rp...> - 2002-11-26 00:23:31
|
For those paying attention and who care, the changelog for 2.9 explains the new syntax for EventListeners... Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Abre Chase Sent: Monday, November 25, 2002 6:10 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Oops - you're right. I'm using a much earlier version. There are great docs for 2.5.6. http://dynapi.sourceforge.net/doccenter/ Maybe just use that version ;) - Abre -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 5:57 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Ummm, slight problem. I have 2.9 and it doesn't know what EventListener is...:-/ I did a text search in the dynapi-2.9 directory and it didn't find a single occurence of it. :-/ Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Abre Chase Sent: Monday, November 25, 2002 4:33 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Try something like: dragListener=new EventListener(dragObj) dragListener.ondragend=function(e) { } dragObj.addEventListener(dragListener) -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 1:21 PM To: dyn...@li... Subject: [Dynapi-Help] stop drag event listener? Hey all, I'm new to the list, but I hope to get involved more. I'm trying to develop a site that using some sort of DHTML engine in order to implement a layering system. My goal is to create a new interface that will load a set of layers: Each layer will have a Z+ icon to increase it's Z index, a Z- icon to decrease it's Z index, and an X icon to "close" the layer. There will be a lock layers icon and a unlock layers icon that will globally lock/unlock all layers to their current positions. The goal is to use this to allow users to reconfigure orderoutfood.com to their tastes. Layer would be a shopping cart layer, a restaurant selection layer, a menu selection layer, a product review layer, etc. Eventually, this layers will be docking to allow smoother connections; however, write now having them "float" is fine. Currently, I have this code to create a layer; however, how do I add a listener to detect after a drag was performed. The reason I need to do this is so that I can update a cookie with the layer's name/position so they can be read back when the user loads. Eventually, a database will be tied to this and when you "lock the layers" it'll open a popup-window, contact the server, and store your preferences with requiring a new page load. However, for now, cookies will work fine. Any idea how to detect a stopDragEvent type event with DynAPI, or has one not been implemented yet. ---snip--- <html> <body bgcolor=#000000 text=#ffffff> <title>reconfigurable website</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/dynapi/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> DynAPI.onLoad(function() { block = new DynLayer(); block.setSize(300,300); block.setLocation(100,100); block.setBgColor("red"); DragEvent.enableDragEvents(block); block.setHTML("<table cellspacing=0 cellpadding=0 width=100%><tr><td bgcolor=yellow width=100%><p align=right><a href=\"javascript:block._remove();\"><img src=bx.gif border=0></a></p></td></tr><tr><td>This is an example layer.</td></tr></table>"); DynAPI.document.addChild(block); }); //--> </script> <p align=right><a href="javascript:DragEvent.disableDragEvents(block);">lock layers</a><a href="javascript:DragEvent.enableDragEvents(block);">unlock layers</a></p> </html> ---snip--- Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 |
From: Abre C. <ac...@ou...> - 2002-11-25 23:13:14
|
Oops - you're right. I'm using a much earlier version. =20 =20 There are great docs for 2.5.6. =20 http://dynapi.sourceforge.net/doccenter/ =20 Maybe just use that version ;) =20 - Abre -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 5:57 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Ummm, slight problem. I have 2.9 and it doesn't know what EventListener = is...:-/ I did a text search in the dynapi-2.9 directory and it didn't = find a single occurence of it. :-/=20 Regards,=20 Art Dardia=20 _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA=20 phone: (518) 271-6521 :: cell: (973) 626-6819 -----Original Message----- From: dyn...@li... = [mailto:dyn...@li...] On Behalf Of Abre Chase Sent: Monday, November 25, 2002 4:33 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Try something like: =20 dragListener=3Dnew EventListener(dragObj) =20 dragListener.ondragend=3Dfunction(e) { } =20 dragObj.addEventListener(dragListener) -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 1:21 PM To: dyn...@li... Subject: [Dynapi-Help] stop drag event listener? Hey all, I'm new to the list, but I hope to get involved more. I'm trying to = develop a site that using some sort of DHTML engine in order to = implement a layering system. My goal is to create a new interface that = will load a set of layers: =20 Each layer will have a Z+ icon to increase it's Z index, a Z- icon to = decrease it's Z index, and an X icon to "close" the layer. There will = be a lock layers icon and a unlock layers icon that will globally = lock/unlock all layers to their current positions. The goal is to use = this to allow users to reconfigure orderoutfood.com to their tastes. = Layer would be a=20 shopping cart layer, a restaurant selection layer, a menu selection = layer, a product review layer, etc. Eventually, this layers will be = docking to allow smoother connections; however, write now having them = "float" is fine. Currently, I have this code to create a layer; = however, how do I add a listener to detect after a drag was performed. = The reason I need to do this is so that I can update a cookie with the = layer's name/position so they can be read back when the user loads. = Eventually, a database will be tied to this and when you "lock the = layers" it'll open a popup-window, contact the server, and store your = preferences with requiring a new page load. However, for now, cookies = will work fine. Any idea how to detect a stopDragEvent type event with = DynAPI, or has one not been implemented yet. ---snip--- <html> <body bgcolor=3D#000000 text=3D#ffffff> <title>reconfigurable website</title> =20 <script language=3D"JavaScript" src=3D"../src/dynapi.js"></script> <script language=3D"Javascript"> dynapi.library.setPath('../src/dynapi/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> =20 <script language=3D"Javascript"> =20 DynAPI.onLoad(function() { =20 block =3D new DynLayer(); block.setSize(300,300); block.setLocation(100,100); block.setBgColor("red"); DragEvent.enableDragEvents(block); block.setHTML("<table cellspacing=3D0 cellpadding=3D0 = width=3D100%><tr><td bgcolor=3Dyellow width=3D100%><p align=3Dright><a = href=3D\"javascript:block._remove();\"><img src=3Dbx.gif = border=3D0></a></p></td></tr><tr><td>This is an example = layer.</td></tr></table>"); =20 DynAPI.document.addChild(block); }); =20 //--> </script> =20 <p align=3Dright><a = href=3D"javascript:DragEvent.disableDragEvents(block);">lock = layers</a><a = href=3D"javascript:DragEvent.enableDragEvents(block);">unlock = layers</a></p> =20 </html> ---snip--- Regards,=20 Art Dardia=20 _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA=20 phone: (518) 271-6521 :: cell: (973) 626-6819 =20 |
From: Arthur D. <da...@rp...> - 2002-11-25 22:56:54
|
Ummm, slight problem. I have 2.9 and it doesn't know what EventListener is...:-/ I did a text search in the dynapi-2.9 directory and it didn't find a single occurence of it. :-/ Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Abre Chase Sent: Monday, November 25, 2002 4:33 PM To: dyn...@li... Subject: RE: [Dynapi-Help] stop drag event listener? Try something like: dragListener=new EventListener(dragObj) dragListener.ondragend=function(e) { } dragObj.addEventListener(dragListener) -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 1:21 PM To: dyn...@li... Subject: [Dynapi-Help] stop drag event listener? Hey all, I'm new to the list, but I hope to get involved more. I'm trying to develop a site that using some sort of DHTML engine in order to implement a layering system. My goal is to create a new interface that will load a set of layers: Each layer will have a Z+ icon to increase it's Z index, a Z- icon to decrease it's Z index, and an X icon to "close" the layer. There will be a lock layers icon and a unlock layers icon that will globally lock/unlock all layers to their current positions. The goal is to use this to allow users to reconfigure orderoutfood.com to their tastes. Layer would be a shopping cart layer, a restaurant selection layer, a menu selection layer, a product review layer, etc. Eventually, this layers will be docking to allow smoother connections; however, write now having them "float" is fine. Currently, I have this code to create a layer; however, how do I add a listener to detect after a drag was performed. The reason I need to do this is so that I can update a cookie with the layer's name/position so they can be read back when the user loads. Eventually, a database will be tied to this and when you "lock the layers" it'll open a popup-window, contact the server, and store your preferences with requiring a new page load. However, for now, cookies will work fine. Any idea how to detect a stopDragEvent type event with DynAPI, or has one not been implemented yet. ---snip--- <html> <body bgcolor=#000000 text=#ffffff> <title>reconfigurable website</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/dynapi/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> DynAPI.onLoad(function() { block = new DynLayer(); block.setSize(300,300); block.setLocation(100,100); block.setBgColor("red"); DragEvent.enableDragEvents(block); block.setHTML("<table cellspacing=0 cellpadding=0 width=100%><tr><td bgcolor=yellow width=100%><p align=right><a href=\"javascript:block._remove();\"><img src=bx.gif border=0></a></p></td></tr><tr><td>This is an example layer.</td></tr></table>"); DynAPI.document.addChild(block); }); //--> </script> <p align=right><a href="javascript:DragEvent.disableDragEvents(block);">lock layers</a><a href="javascript:DragEvent.enableDragEvents(block);">unlock layers</a></p> </html> ---snip--- Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 |
From: Raymond I. <xw...@ya...> - 2002-11-25 22:38:46
|
Can't we do something about this darn stupid "Reply-To-All" feature! -- Raymond Irving __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Raymond I. <xw...@ya...> - 2002-11-25 22:33:28
|
Ok, are you using version 2.5 or version 2.9? Version 2.9 (http://sourceforge.net/project/showfiles.php?group_id=5757) comes with a library that allows you to download data from the server. From there you can then add such information to the drop-down menu If you're using 2.5 then you would have to read the contents of the drop-down menu inside the loadpanel and then add those values into the drop-down menu in another form. You can't move a drop-down from one form to the next. -- Raymond Irving --- Robin Becker <ro...@re...> wrote: > Hi, I'm attempting to simulate a dynamic database > request using dynapi > to avoid having a java applet etc. > > The main problem is that one of our dropdowns has > grown very large so we > want to use a pair of selector fields to make a > database request to the > server (via a cgi URL). > > I can get an invisible loadpanel to do what I want, > but have no way to > make the dropdown appear in the right form. > > I would like to know if there's a way to get copy > the created dynamic > dropdown which I'm putting into my invisible load > panel or perhaps move > it into my own form. > > The dynapi stuff is a bit too complex for me to > grasp completely, but it > seems we're doing something that affects the > loadpanel's loadElement. > > Would it be possible to transfer the Dropdown from > one document to the > other in javascript? > -- > Robin Becker > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm > Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Abre C. <ac...@ou...> - 2002-11-25 21:35:39
|
Try something like: =20 dragListener=3Dnew EventListener(dragObj) =20 dragListener.ondragend=3Dfunction(e) { } =20 dragObj.addEventListener(dragListener) -----Original Message----- From: Arthur Dardia [mailto:da...@rp...] Sent: Monday, November 25, 2002 1:21 PM To: dyn...@li... Subject: [Dynapi-Help] stop drag event listener? Hey all, I'm new to the list, but I hope to get involved more. I'm trying to = develop a site that using some sort of DHTML engine in order to = implement a layering system. My goal is to create a new interface that = will load a set of layers: =20 Each layer will have a Z+ icon to increase it's Z index, a Z- icon to = decrease it's Z index, and an X icon to "close" the layer. There will = be a lock layers icon and a unlock layers icon that will globally = lock/unlock all layers to their current positions. The goal is to use = this to allow users to reconfigure orderoutfood.com to their tastes. = Layer would be a=20 shopping cart layer, a restaurant selection layer, a menu selection = layer, a product review layer, etc. Eventually, this layers will be = docking to allow smoother connections; however, write now having them = "float" is fine. Currently, I have this code to create a layer; = however, how do I add a listener to detect after a drag was performed. = The reason I need to do this is so that I can update a cookie with the = layer's name/position so they can be read back when the user loads. = Eventually, a database will be tied to this and when you "lock the = layers" it'll open a popup-window, contact the server, and store your = preferences with requiring a new page load. However, for now, cookies = will work fine. Any idea how to detect a stopDragEvent type event with = DynAPI, or has one not been implemented yet. ---snip--- <html> <body bgcolor=3D#000000 text=3D#ffffff> <title>reconfigurable website</title> =20 <script language=3D"JavaScript" src=3D"../src/dynapi.js"></script> <script language=3D"Javascript"> dynapi.library.setPath('../src/dynapi/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> =20 <script language=3D"Javascript"> =20 DynAPI.onLoad(function() { =20 block =3D new DynLayer(); block.setSize(300,300); block.setLocation(100,100); block.setBgColor("red"); DragEvent.enableDragEvents(block); block.setHTML("<table cellspacing=3D0 cellpadding=3D0 = width=3D100%><tr><td bgcolor=3Dyellow width=3D100%><p align=3Dright><a = href=3D\"javascript:block._remove();\"><img src=3Dbx.gif = border=3D0></a></p></td></tr><tr><td>This is an example = layer.</td></tr></table>"); =20 DynAPI.document.addChild(block); }); =20 //--> </script> =20 <p align=3Dright><a = href=3D"javascript:DragEvent.disableDragEvents(block);">lock = layers</a><a = href=3D"javascript:DragEvent.enableDragEvents(block);">unlock = layers</a></p> =20 </html> ---snip--- Regards,=20 Art Dardia=20 _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA=20 phone: (518) 271-6521 :: cell: (973) 626-6819 =20 |
From: Arthur D. <da...@rp...> - 2002-11-25 18:20:56
|
Hey all, I'm new to the list, but I hope to get involved more. I'm trying to develop a site that using some sort of DHTML engine in order to implement a layering system. My goal is to create a new interface that will load a set of layers: Each layer will have a Z+ icon to increase it's Z index, a Z- icon to decrease it's Z index, and an X icon to "close" the layer. There will be a lock layers icon and a unlock layers icon that will globally lock/unlock all layers to their current positions. The goal is to use this to allow users to reconfigure orderoutfood.com to their tastes. Layer would be a shopping cart layer, a restaurant selection layer, a menu selection layer, a product review layer, etc. Eventually, this layers will be docking to allow smoother connections; however, write now having them "float" is fine. Currently, I have this code to create a layer; however, how do I add a listener to detect after a drag was performed. The reason I need to do this is so that I can update a cookie with the layer's name/position so they can be read back when the user loads. Eventually, a database will be tied to this and when you "lock the layers" it'll open a popup-window, contact the server, and store your preferences with requiring a new page load. However, for now, cookies will work fine. Any idea how to detect a stopDragEvent type event with DynAPI, or has one not been implemented yet. ---snip--- <html> <body bgcolor=#000000 text=#ffffff> <title>reconfigurable website</title> <script language="JavaScript" src="../src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../src/dynapi/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> DynAPI.onLoad(function() { block = new DynLayer(); block.setSize(300,300); block.setLocation(100,100); block.setBgColor("red"); DragEvent.enableDragEvents(block); block.setHTML("<table cellspacing=0 cellpadding=0 width=100%><tr><td bgcolor=yellow width=100%><p align=right><a href=\"javascript:block._remove();\"><img src=bx.gif border=0></a></p></td></tr><tr><td>This is an example layer.</td></tr></table>"); DynAPI.document.addChild(block); }); //--> </script> <p align=right><a href="javascript:DragEvent.disableDragEvents(block);">lock layers</a><a href="javascript:DragEvent.enableDragEvents(block);">unlock layers</a></p> </html> ---snip--- Regards, Art Dardia _____________________________________________ Computer Science and Computer & Systems Engineering Rensselaer Polytechnic Institute 284 Pawling Ave., Troy, NY 12180 USA phone: (518) 271-6521 :: cell: (973) 626-6819 |
From: Robin B. <ro...@re...> - 2002-11-25 18:18:43
|
Hi, I'm attempting to simulate a dynamic database request using dynapi to avoid having a java applet etc. The main problem is that one of our dropdowns has grown very large so we want to use a pair of selector fields to make a database request to the server (via a cgi URL). I can get an invisible loadpanel to do what I want, but have no way to make the dropdown appear in the right form. I would like to know if there's a way to get copy the created dynamic dropdown which I'm putting into my invisible load panel or perhaps move it into my own form. The dynapi stuff is a bit too complex for me to grasp completely, but it seems we're doing something that affects the loadpanel's loadElement. Would it be possible to transfer the Dropdown from one document to the other in javascript? -- Robin Becker |
From: Raymond I. <xw...@ya...> - 2002-11-15 22:11:12
|
Check out : www.richardinfo.com or http://www.richardinfo.com/examples/php/examples.html It's a great place to start. Look at the skin window exmaple -- Raymond Irving --- Jesse Vitrone <je...@my...> wrote: > Actually, I guess what I'm looking for is a way to > put a layer ontop of > my "base" layer, for a titlebar (moving) and a > little one in the corner > (dragging). > > I know how to add the titlebar layer to the base > layer, but how I make > it so that the titlebar layer makes the base layer > move (how do I know > how far to move the base layer?) and how to I stop > the titlebar layer > from moving within the base, since the base is > already doing the moving > that I want? > > Any suggestions would be greatly appreciated. > > Jesse Vitrone > > > > Jesse Vitrone wrote: > > > I'm pretty new to DHTML and DynAPI, but I know > programming pretty > > well. Can someone point me in the right direction > to see how to resize > > a layer by having someone drag a corner of the > layer? > > > > Keep up the great work wity DynAPI, it rocks. You > guys take all the > > work out of the cross browser problems! > > > > Thanks. > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: To learn the > basics of securing > > your web site with SSL, click here to get a FREE > TRIAL of a Thawte > > Server Certificate: > http://www.gothawte.com/rd524.html > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the > basics of securing > your web site with SSL, click here to get a FREE > TRIAL of a Thawte > Server Certificate: > http://www.gothawte.com/rd524.html > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: Jesse V. <je...@my...> - 2002-11-15 21:53:20
|
Actually, I guess what I'm looking for is a way to put a layer ontop of my "base" layer, for a titlebar (moving) and a little one in the corner (dragging). I know how to add the titlebar layer to the base layer, but how I make it so that the titlebar layer makes the base layer move (how do I know how far to move the base layer?) and how to I stop the titlebar layer from moving within the base, since the base is already doing the moving that I want? Any suggestions would be greatly appreciated. Jesse Vitrone Jesse Vitrone wrote: > I'm pretty new to DHTML and DynAPI, but I know programming pretty > well. Can someone point me in the right direction to see how to resize > a layer by having someone drag a corner of the layer? > > Keep up the great work wity DynAPI, it rocks. You guys take all the > work out of the cross browser problems! > > Thanks. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Jesse V. <je...@my...> - 2002-11-15 18:49:40
|
I'm pretty new to DHTML and DynAPI, but I know programming pretty well. Can someone point me in the right direction to see how to resize a layer by having someone drag a corner of the layer? Keep up the great work wity DynAPI, it rocks. You guys take all the work out of the cross browser problems! Thanks. |
From: Raymond I. <xw...@ya...> - 2002-11-14 22:27:49
|
Hi, I've looked at your source file and found the following: dynapi.library.setPath('http://www.eunicomp.com/dynapi-2.9/src'); should read: dynapi.library.setPath('../dynapi-2.9/src'); That's it. -- Raymond Irving --- S Vitale <sv...@ou...> wrote: > Alright, so I figured I'd give DynAPI 2.9 a > try...... > > I can't get it to do anything.........I've written > in DynAPI 2.5.6 before, so I have at least a remote > idea of what I'm doing..... > > I even tried including the debug library, but no > debug window was opened. > > See my source here: > http://www.eunicomp.com/test/nav-2.9.htm > > Suggestions are welcome!! > > -Scott __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |
From: S V. <sv...@ou...> - 2002-11-14 05:32:26
|
Alright, so I figured I'd give DynAPI 2.9 a try...... I can't get it to do anything.........I've written in DynAPI 2.5.6 = before, so I have at least a remote idea of what I'm doing..... I even tried including the debug library, but no debug window was = opened. See my source here: http://www.eunicomp.com/test/nav-2.9.htm Suggestions are welcome!! -Scott |
From: Sammie A. <yj...@ka...> - 2002-11-12 12:22:29
|
TXAzc2EgeWluZSBiaXIgaWxraSBnZXLnZWtsZf50aXJpeW9yOiBLbGlwIGFy/ml2aSENCkZ1 bGwgYWxi/G0gdmUgc2luZ2xlIHBhcudhbGFyIG1wMyBoYWxpbmRlIQ0KQXJhef1wdGEgYnVs YW1hZP3w/W79eiBi/HT8biBwYXLnYWxhciBp52luIGJpcmRlIHNpdGVtaXplIGJha/1uOiBo dHRwOi8vd3d3Lm1wM3NhLmNvbQ0KDQpGdWxsIFR1cmvnZSBBbGJ1bSANCkZ1bGwgWWFiYW5j /SBBbGJ1bSANCkEtWiBZZXJsaSBNcDMgDQpBLVogWWFiYW5j/SBNcDMgDQpFbiBJef0gMjAg DQpZZXJsaSBW/WRlbyBLbP1wIA0KWWFiYW5j/SBW/WRlbyBLbP1wIA0KWWVybGkgdmUgWWFi LiBBcnP9dg0KDQpIZXBzaW5lIGJpcmRlbiB1bGH+YWJpbGVjZfBpeiB0ZWsgYmlyIGFkcmVz IHZhcg0KaHR0cDovL3d3dy5tcDNzYS5jb20NCg0KDQoNCg== |
From: UCRETSIZ D. <mai...@tt...> - 2002-11-10 13:19:40
|
=3C!DOCTYPE HTML PUBLIC =22-=2F=2FW3C=2F=2FDTD HTML 4=2E01 Transitional=2F=2FEN=22=3E =3Chtml=3E =3Chead=3E =09=3Ctitle=3EUntitled=3C=2Ftitle=3E =3C=2Fhead=3E =3Cbody=3E =3Cp align=3D=22center=22=3E=3Cb=3E=3Cfont color=3D=22#0000FF=22 size=3D=226=22=3EBEDAVA DOMAIN NAME =3B =3C=2Ffont=3E=3C=2Fb=3E=3C=2Fp=3E =3Cp align=3D=22center=22=3E=3Cb=3E=3Cfont color=3D=22#0000FF=22 size=3D=226=22=3E5 DAKIKADA KENDI SITENI YAP=3C=2Ffont=3E=3C=2Fb=3E=3C=2Fp=3E =3Cp=3E =3B=3C=2Fp=3E =3Cp=3E=3Cfont size=3D=224=22=3E=3Cb=3EKisisel veya kurumsal bir web sitesi yapmak istiyorsunuz kisa ve akilda kalici bir adres g=FCzel de bir tasarima ne dersiniz ToChannel size bu hizmeti sunuyor=2E=3Cbr=3E =3C=2Fb=3E=3Cstrong=3Eisterseniz=3B=3C=2Fstrong=3E=3Cb=3E=3Cbr=3E  =3B=3C=2Fb=3E=3C=2Ffont=3E=3C=2Fp=3E =3Cul type=3D=22circle=22=3E =3Cli=3E=3Cb=3E=3Ca href=3D=22http=3A=2F=2Fwww=2Etochannel=2Ecom=2F=22=3E=3Cfont size=3D=224=22=3E=DCcretsiz domain=3C=2Ffont=3E=3C=2Fa=3E=3Cfont size=3D=224=22=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Fli=3E =3Cli=3E=3Cb=3E=3Ca href=3D=22http=3A=2F=2Fwww=2Etochannel=2Ecom=2Fdesing=2F=22=3E=3Cfont size=3D=224=22=3E=DCcretsiz hazyr web tasarimi =3C=2Ffont=3E=3C=2Fa=3E=3C=2Fb=3E=3C=2Fli=3E =3Cli=3E=3Cb=3E=3Ca href=3D=22http=3A=2F=2Fwww=2Etochannel=2Ecom=2Fdesing=2F=3FAction=3Dpaid=22=3E=3Cfont size=3D=224=22=3E=DCcretli hazir web tasarimi =3C=2Ffont=3E=3C=2Fa=3E=3C=2Fb=3E=3C=2Fli=3E =3Cli=3E=3Cb=3E=3Ca href=3D=22http=3A=2F=2Fwww=2Etochannel=2Ecom=2Fdesing=2F=3FAction=3Dhosting=22=3E=3Cfont size=3D=224=22=3E=DCcretli hosting=3C=2Ffont=3E=3C=2Fa=3E=3Cfont size=3D=224=22=3E =3C=2Ffont=3E=3C=2Fb=3E=3C=2Fli=3E =3C=2Ful=3E =3Cp=3E=3Cb=3E=3Cfont size=3D=224=22=3E=3Cbr=3E Bunlardan hangisi sizin sitenize hitap ediyorsa bunlardan birini veya birka=E7 hizmeti ayni anda kullanma imkani sunuyor=2E Talep etmis oldugunuz =FCcretli veya =FCcretsiz hizmetlerimizden hemen yararlanabilirsiniz=2E D=FCnyanin en b=FCy=FCk web yayincisi olarak yapacaginiz tasarim ve sitenizde sizlere yardimci olabilmek bizim i=E7in bir mutluluktur=2E =3C=2Ffont=3E=3C=2Fb=3E=3Cbr=3E  =3B=3C=2Fp=3E =3C=2Fbody=3E =3C=2Fhtml=3E |
From: <jm...@my...> - 2002-11-07 04:44:39
|
NATIONAL ELECTRIC POWER AUTHORITY NIGERIAN WATER WAYS APAPA=2C LAGOS=2ENIGERIA CELL PHONE=3A234-804-213-8559 REPLY TO=3A jmusa=40myself=2Ecom DEAR FRIEND=2C YOUR COMPANY'S NAME AND ADDRESS WAS GOTTEN FROM A BUSINESS DIRECTORY IN MY SEARCH FOR A WELL KNOWN BUSINESSMAN WHO HAS NO QUESTIONABLE CHARACTER AND MUST BE A SUCCESSFUL BUSINESSMAN=2E AS A MATTER OF FACT=2C I AM JUSTICE MUSA =2C A DIRECTOR IN THE NATIONAL ELECTRIC POWER AUTHORITY =28N=2EE=2EP=2EA=29=2E ALSO I WAS PRIVILEGED TO BE A MEMBER OF TENDER'S BOARD THAT AWARDED AND SUPERVISED THE EXECUTION OF A MULTIMILLION U=2ES=2E DOLLARS CONTRACT IN 1998=2E THE CONTRACT HAS BEEN COMPLETED AND COMMISSIONED IN AUGUST 1996=2CAND ORIGINAL CONTRACT VALUE PAID IN OCTOBER 2000=2C TO THE FOREIGN FIRM THAT ACTUALLY EXECUTED THE CONTRACT=2E HOWEVER=2C AS A RESULT OF OVER-INVOICING AND SERIES OF REVISION CARRIED OUT IN THE COURSE OF THE CONTRACT EXECUTION=2C THERE NOW EXISTS A FLOATING SUM OF US$45=2E5M=28FORTY FIVE MILLION FIVE HUNDRED THOUSAND U=2ES DOLLARS ONLY=29=2E THIS MONEY IS NOW DUE FOR PAYMENT IN THE GOVERNMENT QUARTERLY PAYMENT SCHEDULE AND WE WISH TO REMIT THIS FUND INTO YOUR DESIGNATED PERSONAL OR CORPORATE ACCOUNTS OVERSEAS=2E WE SHALL SECURE THE PAYMENT APPROVALS FROM THE RELEVANT OFFICE=2FMINISTRIES HERE FOR THE RELEASE OF THIS CONTRACT SUM IN FAVOUR OF YOUR COMPANY WITH DOCUMENT AND INFORMATION WE SHALL REQUEST FROM YOU TOO=2C WE HAVE NOW CONCLUDED ARRANGEMENTS IN THE CENTRAL BANK OF NIGERIA TO REMIT THIS MONEY AS SUM REALIZED BY A COMPANY THROUGH LEGITIMATE MEANS IN NIGERIA=2E TERMS AND CONDITIONS THE FUND WILL BE SHARED 35% FOR YOU AND 60% FOR US=2E THE REMAINING 5% TAKES CARE OF ALL INCIDENTAL EXPENSES=2E TO FORMALISE THIS TRANSACTION IN NIGERIA IN FAVOUR OF YOUR DESIGNATED COMPANY WE REQUIRE YOUTOFORWARD THE FOLLOWING=3A 1=2E AN ASSURANCE OF YOUR ABILITY=2C WILLINGNESS AND READINESS TO FULLY CORPORATE WITH US DURING DISBURSEMENT OVERSEAS AND TO MAINTAIN THE MAXIMUM CONFIDENTIALITY REQUIRED IN A BUSINESS OF THIS NATURE IN ALL PLACES AT ALL TIMES ON BOTH SIDES=2E 2=2E PARTICULARS OF YOUR BANKS INCLUDING NAME OF BANK=2C ADDRESS=2C ACCOUNT NUMBERS=2C TELEX AND FAX NUMBERSANDE-MAIL NUMBER OF YOUR BANK=2E 3=2EYOUR PRIVATE TELEX=2C FAX AND TELEPHONE NUMBERS FOR SAFE=2C QUICK AND EFFECTIVE COMMUNICATION INCLUDING HOME AND MOBILE PHONES =28IF ANY=29=2E 4=2EWILLINGNESS & READINESS TO ASSIST ME IN PROCURING RELEVANT DOCUMENTS=2FAPPROVALS=2E THIS REMITTANCE IS GUARANTEE IN LESS THAN 14=28FOURTEEN=29 WORKING DAYS UPON RECEIPT OF THE ABOVE MENTION PARTICULARS BY FAX=2C HOWEVER=2C IT REQUIRES THE HIGHEST CO-OPERATION=2C SERIOUSNESS=2C MUTUAL TRUST=2C HONEST AND STRICTLY CONFIDENTIAL ON BOTH SIDES TO AVOID JEOPARDIZING THE POSITION OF THE OFFICERS WHO ARE TOP GOVERNMENT FUNCTIONARIES=2E ALSO WE WANT TO USE PART OF OUR PERCENTAGE TO IMPORT ANY QUICK SELLING GOODS WITH YOUR ASSISTANCE AFTER THE FUND HAS BEENTRANSFERREDINTO YOUR BANK ACCOUNT=2E LOOKING FORWARD TO HEARING FROM YOU THROUGH MY TELEPHONE=3A234-804-213-8559 OR REPLY TO=3A jmusa=40myself=2Ecom BEST REGARD=2E JUSTICE MUSA |
From: Gordon C. <mgk...@ko...> - 2002-11-06 09:07:24
|
U0FERUNFIFTcUksgS0HeQVJMQVIgVkFSISEhDQpE3E5ZQU5JTiBFTiBTRUtT3SBLSVpMQVJJ TkkgQ0FOTEkgU0VZUkVE3U4hIEtBUt5JTElLTEkgQ0hBVCBZQVBJTiwgV0VCQ0FNIERFIN1T VEVE3dDdTt1aIEhFUt5FWd0gWUFQU0lOTEFSISBT3Vog3VNURVndTiBPTkxBUiBTT1lVTlNV TiENClTcUksgS0laTEFSSS1U3FJLIEtB3kFSTEFSSS1U3FJLINxOVi4gS0laTEFSSS1U3FJL IEVWIEtBRElOTEFSSSBWQVIhIFlBQkFOQ0kgSEFUVU4gWU9LISBIRVBT3SBTQURFQ0UgQU1B IFNBREVDRSBU3FJLIEhBVFVOTEFSSSEgVkFL3VQgS0FZQkVUTUVZ3U4hDQoNCkhp52JpciB5 ZXJkZSBn9nJlbWV5ZWNl8GluaXogaedlcmlrIE1hcmdvIG1la2FuZGEuDQpodHRwOi8vd3d3 Lm1hcmdvc2V4LmNvbQ0KDQoNCg0KDQo= |
From: Armin L. <arm...@ui...> - 2002-11-05 13:54:50
|
hi, I´m experemting with dragging and everything works fine. I also found out how to get the X & Y position of the layer and print it out as an alert. What I need now is to write the result into the html body, as an hidden input tag, so I can read it with php. here´s the code: ############################################################################# <html> <head><title>drag & drop</title> <Script language="Javascript" src="../../gs/src/dynapi.js"></script> <Script language="Javascript"> DynAPI.setLibraryPath('../../gs/src/lib/') DynAPI.setLibraryPath('../../gs/src/lib/') DynAPI.include('dynapi.api.*') DynAPI.include('dynapi.event.*') DynAPI.include('dynapi.ext.inline.js') </script> <? include ("./../php_head.php"); ?> <Script language="Javascript"> DynAPI.onLoad=function() { b = DynAPI.document.all["marokko"] myLayer=new DynLayer(null,100,100,100,100,'#c0c0c0','show',15) DynAPI.document.addChild(myLayer) DragEvent.setDragBoundary(myLayer) // this line sets the boundaries DragEvent.enableDragEvents(myLayer) DragEvent.setDragBoundary(b) // this line sets the boundaries DragEvent.enableDragEvents(b) myListener=new EventListener(myLayer) myListener.onmouseover=function(e) { target=e.getTarget() target.setBgColor('#0000f0') } myListener.onmousedown =function(e) { target=e.getTarget() target.setBgColor('#c0c0c0') target.setZIndex ('16') } myListener.onmouseout=function(e) { target=e.getTarget() target.setBgColor('#c0c0c0') target.setZIndex ('10') } myListener.onmouseup=function(e) { target=e.getTarget() target.setBgColor('green') x = target.getX () l = target.getY () schreibe() } myLayer.addEventListener(myListener) hoere=new EventListener(b) hoere.onmouseover=function(e) { target=e.getTarget() target.setBgColor('#0000f0') } hoere.onmouseout=function(e) { target=e.getTarget() target.setBgColor('#c0c0c0') target.setZIndex ('10') } hoere.onmousedown =function(e) { target=e.getTarget() target.setBgColor('#c0c0c0') target.setZIndex ('16') } hoere.onmouseup=function(e) { target=e.getTarget() target.setBgColor('green') x = target.getX () l = target.getY () alert(" top: " + x + " left: " + l) } b.addEventListener(hoere) } </script> </head> <body bgcolor="#FFFFFF"> <div id="marokko" style="position: absolute; top: 10 px; left:20px; width:67px; height:100px; z-index:16"> <img src="marokko_01.jpg" title="marokko_01.jpg"> marokko_01</div> <form> <Script language="Javascript"> {function schreibe() document.write("hallo!"); } </script> </form> </body> </html> ############################################################################# Is there a possibilty to do so? thx in advance armin |
From: <pet...@ma...> - 2002-11-05 12:14:44
|
*To be removed see below. Greetings, I work with a company that submits websites to search engines and saw your listing on the Internet. We can submit your website to over 300 of the worlds best search engines and directories for a one time fee of $39.95. If you would like to put your website into the fast lane and receive more Internet traffic. For more details call our toll-free number (877) 284-8258 and speak with one our representatives. All work is verified! Regards, Peter Murphy __________________________________________________________________________________ To be removed call toll-free: (888) 529-1703 8742ZZdI5-811LRKO8436KVLA3-353YJbd7727PiLc7-211gKyE1081Gpfx5-2l58 |
From: Raymond I. <xw...@ya...> - 2002-11-01 15:03:12
|
Hello Tomlins, It's not about a version for developers and non-developers. It's about creating a version that's smaller (compressed) and takes less time to download. The compressed (or compiled) version will not have comments or such things. All these will be stripped out. The "developer/non-developer" can be considered the dynapi "source" files, while the compressed (or compiled) version can be considered as the "binary" files. The "source" files will have comments, documentation, etc and should be used by everyone wanting to learn, improve or develope web apps for use with dynapi. The "binary" or "compiled" version should be used when deploying your dynapi web apps. This version is more for the production phase rather than the development phase or your apps. -- Raymond Irving --- Tomlins Diane <Dia...@HC...> wrote: > Just to stick my non-developer 2 cents in here... > > I think this whole idea is great. However from a > non-developer and novice > JS'er standpoint, I would also hope that the > non-developer version would > contain enough commenting to allow people at my > level to use it. There are > plenty of people at my level who have found the > DYNAPI and recognize its > power and usability. If commenting is out, then > there needs to be a parallel > effort to boost the available documentation. > > Thanks all of you hard-working and talented > developers for this :) > > Diane R Tomlins > Sr. Web Developer > > > > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: Friday, November 01, 2002 8:23 AM > To: DynAPI-Dev; DynApi-Help > Subject: Re: [Dynapi-Dev] RE: [Dynapi-Help] Proposal > for two versions of > the DynAPI downloa d libraries > > > > Yes most of the dynapi libraries are written in the > 'right' way. > > I would also like to suggest that we refer to the > 'compressed' libraries as 'compiled' libraries or > version. In this way a developer can create a web > application with the uncompiled dynapi libraries and > then compile the app with the compiler program, or > he > could just create the app with the compiled > libraries. > > -- > Raymond Irving > > --- Oktorijanto Wahjuwibowo <Ok...@Fe...> > wrote: > > Hi all, > > > > This idea sounds great. > > > > However, the 'source' .js file must be written in > > the 'right' way (i.e > > semi-colon at each line, etc). > > > > Is DynAPI libraries written in the 'right' way? > > Otherwise, we have a > > problem. > > > > My suggestion is to do a regression test on our > > application using a > > compressed libraries. Any issue found can be > shared. > > > > Regards, > > Okto > > > > > > > > -----Original Message----- > > From: Raymond Irving [mailto:xw...@ya...] > > Sent: Tuesday, 29 October, 2002 15:22 > > To: DynAPI-Dev; DynApi-Help > > Subject: [Dynapi-Help] Proposal for two versions > of > > the DynAPI download > > libraries > > > > > > Hello Everyone, > > > > I would like to propose that for the next DynAPI > > release we have two types of downloads. One for > > developer and one for production. > > > > The developer version is the on compress version > on > > the libraries. It would contain comments and other > > info. > > > > The standard or production version will be a > > compressed version of the (stable) library files > > which > > will reduce the size of the developers version by > > 40-60 percent. This version will take less time to > > download and will make it easier for programmers > to > > deploy dynapi applications. > > > > The next big question is how do we then do > > compression? I would recommend the JSChruncher app > > from http://www.domapi.com/jscruncher.cfm. The > only > > problem with JSChruncher is that it add _cc o the > > original library. I don't think that's much of a > > problem as we can use some other util to remove > _cc > > from the file names. > > > > > > What do you think? > > > > > > -- > > Raymond Irving > > > > > > __________________________________________________ > > Do you Yahoo!? > > HotJobs - Search new jobs daily now > > http://hotjobs.yahoo.com/ > > > > > > > ------------------------------------------------------- > > 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: See the NEW > Palm > > Tungsten T handheld. Power & Color in a compact > > size! > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact > size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact > size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: Tomlins D. <Dia...@HC...> - 2002-11-01 14:31:06
|
Just to stick my non-developer 2 cents in here... I think this whole idea is great. However from a non-developer and novice JS'er standpoint, I would also hope that the non-developer version would contain enough commenting to allow people at my level to use it. There are plenty of people at my level who have found the DYNAPI and recognize its power and usability. If commenting is out, then there needs to be a parallel effort to boost the available documentation. Thanks all of you hard-working and talented developers for this :) Diane R Tomlins Sr. Web Developer -----Original Message----- From: Raymond Irving [mailto:xw...@ya...] Sent: Friday, November 01, 2002 8:23 AM To: DynAPI-Dev; DynApi-Help Subject: Re: [Dynapi-Dev] RE: [Dynapi-Help] Proposal for two versions of the DynAPI downloa d libraries Yes most of the dynapi libraries are written in the 'right' way. I would also like to suggest that we refer to the 'compressed' libraries as 'compiled' libraries or version. In this way a developer can create a web application with the uncompiled dynapi libraries and then compile the app with the compiler program, or he could just create the app with the compiled libraries. -- Raymond Irving --- Oktorijanto Wahjuwibowo <Ok...@Fe...> wrote: > Hi all, > > This idea sounds great. > > However, the 'source' .js file must be written in > the 'right' way (i.e > semi-colon at each line, etc). > > Is DynAPI libraries written in the 'right' way? > Otherwise, we have a > problem. > > My suggestion is to do a regression test on our > application using a > compressed libraries. Any issue found can be shared. > > Regards, > Okto > > > > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: Tuesday, 29 October, 2002 15:22 > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Help] Proposal for two versions of > the DynAPI download > libraries > > > Hello Everyone, > > I would like to propose that for the next DynAPI > release we have two types of downloads. One for > developer and one for production. > > The developer version is the on compress version on > the libraries. It would contain comments and other > info. > > The standard or production version will be a > compressed version of the (stable) library files > which > will reduce the size of the developers version by > 40-60 percent. This version will take less time to > download and will make it easier for programmers to > deploy dynapi applications. > > The next big question is how do we then do > compression? I would recommend the JSChruncher app > from http://www.domapi.com/jscruncher.cfm. The only > problem with JSChruncher is that it add _cc o the > original library. I don't think that's much of a > problem as we can use some other util to remove _cc > from the file names. > > > What do you think? > > > -- > Raymond Irving > > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > > ------------------------------------------------------- > 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: See the NEW Palm > Tungsten T handheld. Power & Color in a compact > size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |