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: Andrew G. <an...@zo...> - 2004-08-26 23:52:33
|
- Apologies to the list for replying to an off-list message here. I have no other way of replying. - Hello Hector, Yes, the work was all put into the CVS repository. You should be able to get it with these cvs commands: cvs -d ":pserver:ano...@cv...:/cvsroot/dynapi" login cvs -d ":pserver:ano...@cv...:/cvsroot/dynapi" co sodaservlet I did try to add these instructions to an article on the dynapi home page, but was never able to get my login to work. If you have any questions about this work or if you want any help, feel free to ask. regards, Andrew Gillett PS Hector, I was unable to reply directly to you because when I tried I got: 550 5.1.1 <hector dot candia at isol dot com dot mx>... User unknown (I've mangled the email address slightly with dots and ats) Hector Candia wrote: > Hi Andrew, > > > > I am trying to implement Dynapi Soda in a java environment, is it > possible to get your work about the implementation of the java server > side of the SODA-RPC? > > > > Thanks a lot in advance, > > > > Hector Candia > |
From: Tim L. <tim...@pr...> - 2004-08-11 23:18:41
|
I am trying to use the new DynAPI 3 code to see what is or isn't possible. The scenario that I'm testing is a drag/drop interface. I have a toolkit of "tools" and would like to be able to drag a tool onto the document body so I can apply that tool to a div container on the document. So far I can get the drag drop working using the drag example that came with DynAPI, but I cant figure out (mainly because the DynAPI documentation is so thin) how to detect if the user dropped the tool outside of the target region. For instance, you drag a tool onto the web page, and drop it onto a target area. As per the demo, this is fine, but if I drop the tool onto the area outside of the target area (eg. anywhere else), I want the tool to "return to home" (ie. back into the toolbox). I have tried the following an none of them seem to work: document.onDrop = function () {} dynapi.document.onDrop = function() {} The interface I am trying to create is similar to the forms designer in Visual Studio. I have been able to create the toolbox and the ghost image for dragging and even the drop detection for the form part, but I cant get the tool to home when you drop it outside of the form/target area Any ideas? Tim |
From: Greg U. <gun...@ya...> - 2004-08-10 22:28:23
|
I've just recently started experimenting with dynAPI version 2.5.6. I'm attempting to create a simple rollover Image swap using an event listener and onmouseover and onmouseout. I have based my code on the code in the tutorial. I have tested in both firefox 0.9.1 and IE 6.0 and on each browser the onmouseover appears to work alright but the onmouseout event only works occasionally. Also the code directly from the tutorial seems to display the same behavior but much less frequently. The page is posted at http://gregscrib.net as well the demo from the tutorials is posted at http://gregscrib.net/dynapitest.htm the only ammendment to the original demo is I've added an image swap to create a similiar test case. I've tried to explicitely set the z-index on all layers as well as allowing the API to handle it but nothing seems to work. Thanx Greg Underwood __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail |
From: Leif W <war...@us...> - 2004-07-30 18:40:03
|
Also, if you have an example which better tests the problem than the ViewPane (in CVS), include some code. Leif ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Friday, July 30, 2004 10:09 AM Subject: Re: [Dynapi-Help] Problem with Loadpanel and Viewpane > Hello, > > Can you let us know which version of the DynAPI you are using? Also > which browser and version, and operating system? > > I tried this in Mozilla Firefox 0.9.1 and Internet Explorer 6 SP1, both > in Windows XP Pro, and used the ViewPane example (from the DynAPI in > CVS). I do not experience the same problem. The new content loads, and > the position is placed at the upper-left corner of the content. However > I did notice that the scrollbars are NOT reset, which I think they > should be. They stay at the 1/2, 1/4, 3/4, etc. I can't seem to create > a condition as you predict, where new content is loaded but not visible. > All content I load by clicking on the C1-C5 links (in the example in > CVS). > > Perhaps provide a few screenshots of what appears to be incorrect. If > you provide screenshots, please label and explain them! > > NOTE: I am not sure if the list accepts image file attachments or zips, > or the size limit of such attachments. If you post to the list, check > to make sure the content posted properly. If it did not, try sending > the email directly to me. Thanks. > > Leif > > ----- Original Message ----- > From: António Godinho > To: dyn...@li... > Sent: Wednesday, July 28, 2004 10:37 AM > Subject: [Dynapi-Help] Problem with Loadpanel and Viewpane > > > Hya, > > While using Loadpanel and Viewpane to load files into a pane I saw > a problem. This happends on the example too so it's a problem with the > script. > If you scroll down on the current file until half of the doc for > example, and then if you load other file into the pane, the scroll stays > on the half not at the top. Imagine if the content of the secound file > is smaller then half of the first file it will apears like the link you > just click doesn't have any content. > Does anyone has a fix for this? Or a reload of the pane or > something? > > > Thanx, > > Tó > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Leif W <war...@us...> - 2004-07-30 14:10:00
|
Hello, Can you let us know which version of the DynAPI you are using? Also which browser and version, and operating system? I tried this in Mozilla Firefox 0.9.1 and Internet Explorer 6 SP1, both in Windows XP Pro, and used the ViewPane example (from the DynAPI in CVS). I do not experience the same problem. The new content loads, and the position is placed at the upper-left corner of the content. However I did notice that the scrollbars are NOT reset, which I think they should be. They stay at the 1/2, 1/4, 3/4, etc. I can't seem to create a condition as you predict, where new content is loaded but not visible. All content I load by clicking on the C1-C5 links (in the example in CVS). Perhaps provide a few screenshots of what appears to be incorrect. If you provide screenshots, please label and explain them! NOTE: I am not sure if the list accepts image file attachments or zips, or the size limit of such attachments. If you post to the list, check to make sure the content posted properly. If it did not, try sending the email directly to me. Thanks. Leif ----- Original Message ----- From: António Godinho To: dyn...@li... Sent: Wednesday, July 28, 2004 10:37 AM Subject: [Dynapi-Help] Problem with Loadpanel and Viewpane Hya, While using Loadpanel and Viewpane to load files into a pane I saw a problem. This happends on the example too so it's a problem with the script. If you scroll down on the current file until half of the doc for example, and then if you load other file into the pane, the scroll stays on the half not at the top. Imagine if the content of the secound file is smaller then half of the first file it will apears like the link you just click doesn't have any content. Does anyone has a fix for this? Or a reload of the pane or something? Thanx, Tó |
From: <to...@ma...> - 2004-07-28 17:15:18
|
Hya, =20 I thought this was a simple thing, but I wasn=92t able to do this = by my own. How can I load a html file into a var to use it after? =20 T=F3 |
From: <to...@ma...> - 2004-07-28 16:50:05
|
Hya, =20 While using Loadpanel and Viewpane to load files into a pane I saw a problem. This happends on the example too so it=92s a problem with the script. If you scroll down on the current file until half of the doc for example, and then if you load other file into the pane, the scroll stays on the half not at the top. Imagine if the content of the secound file is smaller then half of the first file it will apears like the link you just click doesn=92t have any content. Does anyone has a fix for this? Or a reload of the pane or something? =20 =20 Thanx, =20 T=F3 |
From: sh0rtie <tra...@ho...> - 2004-07-28 15:04:28
|
Or via js and the api , just do in your code if(is.dom) yourDynlayerRef.css.cursor= (is.ie?"hand":"pointer"); or make a function DynLayer.prototype.setCursor = function (str){ if(is.dom||is.ie){ this.ctype = str || "default"; if(is.ie) this.ctype = this.ctype.replace("pointer","hand"); this.css.cursor = this.ctype; }} yourDynlayerRef.setCursor("pointer"); enjoy ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Monday, July 26, 2004 6:13 PM Subject: Re: [Dynapi-Help] muose cursor > this will work in any 4+ browser with the esxception of NS 4.x (of course) > ----- Original Message ----- > From: "Matthias Foschepoth" <m.f...@iq...> > To: <dyn...@li...> > Sent: Monday, July 26, 2004 8:12 AM > Subject: RE: [Dynapi-Help] muose cursor > > >> With stylesheets? >> >> I.e. put some HTML into the layer: >> <span class="classname">[...Content for the layer...]</span> >> >> <style type="text/css"> >> .classname { >> cursor:pointer; >> } >> </style> >> >> >> I hope this helps, >> >> Matthias >> >> > -----Original Message----- >> > From: dyn...@li... >> > [mailto:dyn...@li...] On Behalf Of antonio >> > Sent: Monday, July 26, 2004 11:42 AM >> > To: dyn...@li... >> > Subject: [Dynapi-Help] muose cursor >> > >> > >> > >> > >> > I all, >> > anybody know how can I change the muose cursor when it's over a layer? >> > >> > Antonio >> > <snip spam> |
From: Doug M. <do...@cr...> - 2004-07-26 17:05:43
|
this will work in any 4+ browser with the esxception of NS 4.x (of course) ----- Original Message ----- From: "Matthias Foschepoth" <m.f...@iq...> To: <dyn...@li...> Sent: Monday, July 26, 2004 8:12 AM Subject: RE: [Dynapi-Help] muose cursor > With stylesheets? > > I.e. put some HTML into the layer: > <span class="classname">[...Content for the layer...]</span> > > <style type="text/css"> > .classname { > cursor:pointer; > } > </style> > > > I hope this helps, > > Matthias > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of antonio > > Sent: Monday, July 26, 2004 11:42 AM > > To: dyn...@li... > > Subject: [Dynapi-Help] muose cursor > > > > > > > > > > I all, > > anybody know how can I change the muose cursor when it's over a layer? > > > > Antonio > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&opÌk > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.726 / Virus Database: 481 - Release Date: 7/22/04 |
From: Matthias F. <m.f...@iq...> - 2004-07-26 12:13:14
|
With stylesheets? I.e. put some HTML into the layer: <span class=3D"classname">[...Content for the layer...]</span> <style type=3D"text/css"> .classname { cursor:pointer; } </style> I hope this helps, Matthias > -----Original Message----- > From: dyn...@li...=20 > [mailto:dyn...@li...] On Behalf Of antonio > Sent: Monday, July 26, 2004 11:42 AM > To: dyn...@li... > Subject: [Dynapi-Help] muose cursor >=20 >=20 >=20 >=20 > I all, > anybody know how can I change the muose cursor when it's over a layer? >=20 > Antonio >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help >=20 |
From: antonio <an...@co...> - 2004-07-26 09:42:27
|
I all, anybody know how can I change the muose cursor when it's over a layer? Antonio |
From: antonio <an...@co...> - 2004-07-26 09:42:27
|
I all, anybody know how can I change the mouse cursor when it's over a layer? Antonio |
From: Doug M. <do...@cr...> - 2004-07-22 17:09:15
|
must be. :-) ----- Original Message ----- From: "antonio" <an...@co...> To: <dyn...@li...> Sent: Thursday, July 22, 2004 6:54 AM Subject: Re: [Dynapi-Help] html menu ... > if I call the addItem method without specifing the width of the item it seems > that all return normal ... > maybe a bug in the code? > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: antonio <an...@co...> - 2004-07-22 10:54:37
|
if I call the addItem method without specifing the width of the item it seems that all return normal ... maybe a bug in the code? |
From: antonio <an...@co...> - 2004-07-22 10:30:53
|
Hi folks, I'm tring to use the htmlmenu widget, but I have some problems ... the menu's items doesn't respect the assigned height. This i the code: t = '<center><table border="0"><tr><td width="600">{@mnu}</td></tr></table></center>'; var tp = new Template(null,10,10,600,30,''); tp.addChild(new HTMLMenu(),'mnu'); var mbar; mbar= tp.mnu.createMenuBar('mother', 80, 20); mbar.addItem(null, 'tbl', 'tbl', null, 56); mbar.addItem(null, 'adm', 'adm', null, 120); mbar.addItem(null, 'edit', 'edit', null, 32); mbar.addItem(null, 'tools', 'tools', null, 40); mbar.addItem(null, 'logout', 'logout', null, 48); mbar= tp.mnu.createMenuBar('edit', 80, 20); mbar.addItem(null, 'save', 'save', null, 32); mbar.addItem(null, 'reset', 'reset', null, 40); mbar= tp.mnu.createMenuBar('tools', 80, 20); mbar.addItem(null, 'password', 'password', null, 120); mbar.addItem(null, 'data', 'data', null, 136); dynapi.document.addChild(tp); dynapi.onLoad(function(){ tp.setHTML(t); }) In other words the items password or data or save or reset (the items which are sons) have an height that is not the right height ... it seems that it enlarge in relation with the number of words of the item's text where I'm wrong? Any help? Really thanks Antonio |
From: Leif W <war...@us...> - 2004-07-09 15:14:27
|
Hacked up the message to group related items for more succint comments. ----- Original Message ----- From: <lo...@we...> To: <dyn...@li...> Sent: Friday, July 09, 2004 12:50 AM Subject: Re: [Dynapi-Help] nice to see you are alive :) > > Someone has an updated copy they were talking about releasing, but were > > waiting for people to test. > Anyway if you need testing I can throw the code out to the Postnuke and > phpnuke communities for testing in some of my free themes. Raymond Irving has been one of the main driving forces since I joined the lists in 2002-12. His latest test code which needs some testing is located here: http://www.xwisdomhtml.com/dynapi/ . Point your browser and click away on the live copy, or for more tests, download the copy and write your own test cases. I'm a fan of test cases, so if you want to extend the tests, go ahead. :-) By the way, these lists are archived, so you can check out past entires. Check http://dynapi.sourceforge.net/doccenter/index.php?MailingLists , and use "(archives2)" at "The Mail Archive" website as "(archives1)" seems broken. Two main lists: DynAPI-Help http://www.mail-archive.com/dynapi-help%40lists.sourceforge.net/ DynAPI-Dev http://www.mail-archive.com/dynapi-dev%40lists.sourceforge.net/ I wish we had dates while keeping original thread order. But at least it's searchable. MARC would be my primary choice, or bug the guys at mail-archive to add dates to the original thread index, and s/"(Date|Thread) Index"/"Sort by $1"/. > Ah this is great news, I have only touched the surface, but I have had a > little play - I basically work with CMS themes and I have been experimenting > more and more with dynamic stuff for the themes. The main problems I have > found so far is a lack of support for mozilla firefox - correct me if I'm > wrong but many features do not seem to work with firefox - I did download > the mozilla version, but still problems... > > I have found that it has become increasingly important for web display > elements to be cross browser compatable - at least with the big three ie, > mozilla, netscape. Is there a push in this direction with dynapi? Heh, it's more like the big 2.3, IE, and the Mozilla family of three: Netscape, Mozilla, and Mozilla (Phoenix, Firebird, Firefox). The commercialized Netscape is nothing more than an old, stale copy of Mozilla, with the logos changed, maybe a slightly different theme, and possibly the User-Agent string slightly modified. But Help-About tells you exactly which version of Mozilla it is. Remember the old Netscape 2/3 help files? The very end said "It's spelled N E T S C A P E but it's pronounced M O Z I L L A." If Mozilla has a bug, it likely existed in older versions, and likely it's in Netscape. Mozilla and Firefox are compiled from the same source trunk. You pass different compile options and you get the full blown Mozilla, or the slimmed-down Firefox. Only the user agent string may be slightly different. For users, this can be changed with an extension, like with Opera. But that doesn't always work right or trick a server, when they do browser specific code and on any errors, just return you to the same page. I have noticed the severe LACK of anything but IE support on a few sites, unfortunately my ISP is one. Charter Communications online bill payment site used to work with Mozilla, but not Firebird, despite the two being the exact same browser. I complained about this. Several months go by, and the response was not to just accept the Firebird or Firefox user-agent strings, but to accept ONLY IE. Big surprise, as the company is owned by a big M$ mogul. :-\ I find this to be unacceptable. I called them and got to second tier support, and the guy was not too knowledgeable. When I mentioned that Mozilla and Mozilla Firefox are major browsers, and one of the main options in Linux, he said oh, Linux yeat, that is a derivative of Mac. O.o Ummm y...no, that's backwards. Mac OS X is a derivitive (or more properly, a hybrid) of FreeBSD (or some BSD, I forget), and FreeBSD is sort of a sister project to Linux, in that they are both implementing the Unix-like OS, and code is sometimes swapped between them. He said he had a couple people on the web development team of 5 people, and they were discussing Mac support (and thus Linux and Mozilla would somehow magically be covered by this, as they're derivitives of Mac OS). O.o I asked how many people it took to implement cross-browser support? Tounge in cheek, I offered to do it single-handedly, as I do have experience with databases, online shopping carts (secure and tie-ins with payment processing), and there's no excuse for static content to support only one browser (either select browser-specific static pages server side or do dynamic document building client side), and absolutely should be no dependency between the browser and the interface to the database and payment processor, as they seem to imply. If there is such a dependency, it's due to extremely poor design and the person should be fired citing negligence and incompetency. ;-) > It will be good to get some kind of crossbrowser release out - I have > noticed dynapi code and concepts cropping up in scripts that are commercial > (ie free for non commercial use, but for comemrcial use you purchase a > license! - I have no problem with charfing for code, but hell sometimes we > are talking about half a dozen lines of code here! it would be nice to have > some well written cross browser GPL code to use instead... That's another story. It should probably be looked into. Hopefully they're writing original code, but if some unscroupulous people out there are lifting GPL code (nothing surprises me in this day and age) and then calling it their own and charging a fee, then the GNU Free Software Foundation would be interested in the violation of the GPL, and they've got lawyers and two decades of legal clout to address the problem. GPL, as I interpret, is great for innovation, creativity, invention. It's there to inspire people and build upon. It's nice when people decide to return the code to the project from which they were inspired, instead of duplicating work. Leif > Kindest regards, > > Adam Docherty a.k.a Lobos > > www.webvida.com > www.iwebdesign.co.nz > > ----- Original Message ----- > From: "Leif W" <war...@us...> > To: <dyn...@li...> > Sent: Friday, July 09, 2004 12:50 PM > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > Hi, > > > > I don't think it's completely abandonned, but maybe it's been resting... > > or somewhat matured? I hope it's not dead. > > > > Someone has an updated copy they were talking about releasing, but were > > waiting for people to test. > > > > I've been so busy on everything else inlife, I haven't kept up with my > > contributions. I can't just stop everything I am doing and devote 100% > > time to this. I can't just invent time from nowhere. ;-) But I can > > maybe set aside some time to look at some things. > > > > But I don't know the answers to everything and haven't been able to set > > aside the time to learn the whole lib. I only know the parts I have > > written or translated (SnapX and IOElement / SODA Perl & PHP > > translations). Nobody ever asks much about SnapX. ;-) There's PHP and > > Perl code I need to finish and debug and commit, and in some cases, even > > START (i.e. Perl Module). ;-) At the time, I didn't know how to write > > modules or classes in Perl, but have since done some reading and > > thinking and coding. > > > > I dunno, maybe there are some other libs that do some of the things this > > lib does, and there are probably some features this lib doesn't have. > > But this lib has a lot of history and is GPL, which means you're partly > > responsible for writing code if you want a feature or a bug fix. :-) > > > > About the heaviness of the lib, I have no hard numbers either way. But > > I remember there is a compressor, which may very well lighten up the lib > > by collecting the used code into a single file. I'm not very familiar > > with the tool. I wonder if it has the ability to determine which > > functions are actually used, and include only them. Of course, this > > means you develop with the full lib, release and testthe compressed > > version, but modifications to the userland code may require > > recompressing if you're trying to use previously unused functions or > > objects. > > > > Please don't talk about DynAPI in the past tense while there's still > > some life in it. :-) > > > > Leif > > > > ----- Original Message ----- > > From: <lo...@we...> > > To: <dyn...@li...> > > Sent: Thursday, July 08, 2004 8:10 PM > > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > > > > I started to play with it, but i have to agree I think it has been > > > abandoned, pity, it showed so much promise... what exactly are you > > wanting > > > to do? There are many dynamic html scripts out there that can acheive > > many > > > of the things that the dynapi does. Also the code can be smaller and > > load > > > faster becuase the dynapi is sometimes weighted down with code that > > you > > > don't need... > > > > > > Kindest regards, > > > > > > Adam Docherty a.k.a Lobos > > > > > > www.webvida.com > > > www.iwebdesign.co.nz > > > > > > ----- Original Message ----- > > > From: "Michael Herlihy" <mi...@m2...> > > > To: <dyn...@li...> > > > Sent: Friday, July 09, 2004 5:53 AM > > > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > > > > > > > I think this project has been abandoned... I can never get any help. > > > > I would even be willing to pay for a fix. > > > > > > > > Mike. > > > > > > > > At 11:32 PM 7/7/04, you wrote: > > > > >Hi all, > > > > > > > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way > > to > > > > >prevent the browser history from being affected by loaded urls in a > > > > >loadpanel? Instead of the browser back button taking you through > > the > > > > >history of loads in the loadpanel, I would like it to just take you > > off > > > > >the page with the loadpanel completely and back to the previous > > page. > > > > > > > > > >I tried setting the 'skipHistory' variable to true when using > > setURL, but > > > > >that didn't work. > > > > > > > > > >I also noticed all the history code in loadpanel.js, but I'm not > > sure how > > > > >changing any of that will affect the way loadpanel works. > > > > > > > > > >Thanks for any help! > > > > > > > > > >Arijit > > > > > > > > > > > > > > > > > > > >------------------------------------------------------- > > > > >This SF.Net email sponsored by Black Hat Briefings & Training. > > > > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital > > > self > > > > >defense, top technical experts, no vendor pitches, unmatched > > networking > > > > >opportunities. Visit www.blackhat.com > > > > >_______________________________________________ > > > > >Dynapi-Help mailing list > > > > >Dyn...@li... > > > > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > > digital self defense, top technical experts, no vendor pitches, > > > > unmatched networking opportunities. Visit www.blackhat.com > > > > _______________________________________________ > > > > Dynapi-Help mailing list > > > > Dyn...@li... > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Kevin B. <Kev...@bb...> - 2004-07-09 14:58:24
|
I will be out of the office starting 09.07.2004 and will not return until 13.07.2004. I am going to reply to your e-mail when I am back at the office Tuesday, 13th July 2004. For all matters please do not hesitate to contact Mr David Athey, dav...@bb..., +49-40-432 969 0. I wish you a Merry Christmas and a Happy New Year 2004. Best regards, Kevin Breynck ________________________________ Kevin Breynck Development BBDO InterOne GmbH Schulterblatt 58 20357 Hamburg Germany T +49.40.43 29 69-580 F +49.40.43 29 69-90 mailto:kev...@bb... http://www.bbdo-interone.de NOTE: Information contained in this message is confidential and may be legally privileged. If you are not the addressee indicated in this message (or responsible for the delivery of the message to such person), you may not copy, disclose or deliver this message or any part of it to anyone, in any form. In such case, you should delete this message and kindly notify the sender by reply e-mail. Opinions, conclusions and other information in this message that does not relate to the official business of BBDO Germany shall be understood as neither given nor endorsed by it. |
From: <lo...@we...> - 2004-07-09 04:55:50
|
> I don't think it's completely abandonned, but maybe it's been resting... > or somewhat matured? I hope it's not dead. > > Someone has an updated copy they were talking about releasing, but were > waiting for people to test. Ah this is great news, I have only touched the surface, but I have had a little play - I basically work with CMS themes and I have been experimenting more and more with dynamic stuff for the themes. The main problems I have found so far is a lack of support for mozilla firefox - correct me if I'm wrong but many features do not seem to work with firefox - I did download the mozilla version, but still problems... I have found that it has become increasingly important for web display elements to be cross browser compatable - at least with the big three ie, mozilla, netscape. Is there a push in this direction with dynapi? It will be good to get some kind of crossbrowser release out - I have noticed dynapi code and concepts cropping up in scripts that are commercial (ie free for non commercial use, but for comemrcial use you purchase a license! - I have no problem with charfing for code, but hell sometimes we are talking about half a dozen lines of code here! it would be nice to have some well written cross browser GPL code to use instead... Anyway if you need testing I can throw the code out to the Postnuke and phpnuke communities for testing in some of my free themes. Kindest regards, Adam Docherty a.k.a Lobos www.webvida.com www.iwebdesign.co.nz ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Friday, July 09, 2004 12:50 PM Subject: Re: [Dynapi-Help] loadpanel and browser history > Hi, > > I don't think it's completely abandonned, but maybe it's been resting... > or somewhat matured? I hope it's not dead. > > Someone has an updated copy they were talking about releasing, but were > waiting for people to test. > > I've been so busy on everything else inlife, I haven't kept up with my > contributions. I can't just stop everything I am doing and devote 100% > time to this. I can't just invent time from nowhere. ;-) But I can > maybe set aside some time to look at some things. > > But I don't know the answers to everything and haven't been able to set > aside the time to learn the whole lib. I only know the parts I have > written or translated (SnapX and IOElement / SODA Perl & PHP > translations). Nobody ever asks much about SnapX. ;-) There's PHP and > Perl code I need to finish and debug and commit, and in some cases, even > START (i.e. Perl Module). ;-) At the time, I didn't know how to write > modules or classes in Perl, but have since done some reading and > thinking and coding. > > I dunno, maybe there are some other libs that do some of the things this > lib does, and there are probably some features this lib doesn't have. > But this lib has a lot of history and is GPL, which means you're partly > responsible for writing code if you want a feature or a bug fix. :-) > > About the heaviness of the lib, I have no hard numbers either way. But > I remember there is a compressor, which may very well lighten up the lib > by collecting the used code into a single file. I'm not very familiar > with the tool. I wonder if it has the ability to determine which > functions are actually used, and include only them. Of course, this > means you develop with the full lib, release and testthe compressed > version, but modifications to the userland code may require > recompressing if you're trying to use previously unused functions or > objects. > > Please don't talk about DynAPI in the past tense while there's still > some life in it. :-) > > Leif > > ----- Original Message ----- > From: <lo...@we...> > To: <dyn...@li...> > Sent: Thursday, July 08, 2004 8:10 PM > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > I started to play with it, but i have to agree I think it has been > > abandoned, pity, it showed so much promise... what exactly are you > wanting > > to do? There are many dynamic html scripts out there that can acheive > many > > of the things that the dynapi does. Also the code can be smaller and > load > > faster becuase the dynapi is sometimes weighted down with code that > you > > don't need... > > > > Kindest regards, > > > > Adam Docherty a.k.a Lobos > > > > www.webvida.com > > www.iwebdesign.co.nz > > > > ----- Original Message ----- > > From: "Michael Herlihy" <mi...@m2...> > > To: <dyn...@li...> > > Sent: Friday, July 09, 2004 5:53 AM > > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > > > > I think this project has been abandoned... I can never get any help. > > > I would even be willing to pay for a fix. > > > > > > Mike. > > > > > > At 11:32 PM 7/7/04, you wrote: > > > >Hi all, > > > > > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way > to > > > >prevent the browser history from being affected by loaded urls in a > > > >loadpanel? Instead of the browser back button taking you through > the > > > >history of loads in the loadpanel, I would like it to just take you > off > > > >the page with the loadpanel completely and back to the previous > page. > > > > > > > >I tried setting the 'skipHistory' variable to true when using > setURL, but > > > >that didn't work. > > > > > > > >I also noticed all the history code in loadpanel.js, but I'm not > sure how > > > >changing any of that will affect the way loadpanel works. > > > > > > > >Thanks for any help! > > > > > > > >Arijit > > > > > > > > > > > > > > > >------------------------------------------------------- > > > >This SF.Net email sponsored by Black Hat Briefings & Training. > > > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > self > > > >defense, top technical experts, no vendor pitches, unmatched > networking > > > >opportunities. Visit www.blackhat.com > > > >_______________________________________________ > > > >Dynapi-Help mailing list > > > >Dyn...@li... > > > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Arijit D. <ad...@pr...> - 2004-07-09 04:32:27
|
Wow, that suddenly got the list active... Maybe this list has died down because 3.0 is pretty much a complete release? Who knows... For what it's worth, I make constant use of it, so thanks to the developers! About my original question, does anyone know how to prevent loads in a loadpanel from affecting the browser history? Is this impossible with the current implementation of loadpanel? Thanks for the help! Arijit |
From: Leif W <war...@us...> - 2004-07-09 02:17:54
|
I have no access to a Mac nor experience with them. However, some might have some experience, but no access. For those out there who might help if they had access, maybe VNC could be helpful, if both ends have a decent internet connection. There's a server for MacOS X at http://sourceforge.net/projects/osxvnc/ . Maybe FTP access to upload files, and VNC to view them in a browser in Mac. It might not be the best, but it's better than telepathy. ;-) Leif P.S. This implies a static IP, or a hostname with dynamic DNS services, and a VNC server, and an FTP server, and possibly a WEB server, to ensure Mac changes don't break anything else, and giving someone access to play with your mouse and keyboard. For security, you'd probably want to set this up on a separate machine with no sensitive data, otherwise it would require careful coordination with someone trustworthy. ;-) ----- Original Message ----- From: "Michael Herlihy" <mi...@m2...> To: <dyn...@li...> Sent: Thursday, July 08, 2004 9:14 PM Subject: Re: [Dynapi-Help] loadpanel and browser history > I want drag to work in macintosh safari. > > http://66.80.162.29:8543/safari/testframe30.html > > doesn't work here either > > http://www.dansteinman.com/dynapi/docs/examples/drag1.html > > If someone could provide a reasonable estimate I would be willing to pay. > > Regards, > Michael. > > > At 05:10 PM 7/8/04, you wrote: > >I started to play with it, but i have to agree I think it has been > >abandoned, pity, it showed so much promise... what exactly are you wanting > >to do? There are many dynamic html scripts out there that can acheive many > >of the things that the dynapi does. Also the code can be smaller and load > >faster becuase the dynapi is sometimes weighted down with code that you > >don't need... > > > >Kindest regards, > > > >Adam Docherty a.k.a Lobos > > > >www.webvida.com > >www.iwebdesign.co.nz > > > >----- Original Message ----- > >From: "Michael Herlihy" <mi...@m2...> > >To: <dyn...@li...> > >Sent: Friday, July 09, 2004 5:53 AM > >Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > > > > I think this project has been abandoned... I can never get any help. > > > I would even be willing to pay for a fix. > > > > > > Mike. > > > > > > At 11:32 PM 7/7/04, you wrote: > > > >Hi all, > > > > > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way to > > > >prevent the browser history from being affected by loaded urls in a > > > >loadpanel? Instead of the browser back button taking you through the > > > >history of loads in the loadpanel, I would like it to just take you off > > > >the page with the loadpanel completely and back to the previous page. > > > > > > > >I tried setting the 'skipHistory' variable to true when using setURL, but > > > >that didn't work. > > > > > > > >I also noticed all the history code in loadpanel.js, but I'm not sure how > > > >changing any of that will affect the way loadpanel works. > > > > > > > >Thanks for any help! > > > > > > > >Arijit > > > > > > > > > > > > > > > >------------------------------------------------------- > > > >This SF.Net email sponsored by Black Hat Briefings & Training. > > > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >self > > > >defense, top technical experts, no vendor pitches, unmatched networking > > > >opportunities. Visit www.blackhat.com > > > >_______________________________________________ > > > >Dynapi-Help mailing list > > > >Dyn...@li... > > > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by Black Hat Briefings & Training. > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > >digital self defense, top technical experts, no vendor pitches, > >unmatched networking opportunities. Visit www.blackhat.com > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Doug M. <do...@cr...> - 2004-07-09 02:17:43
|
not abandoned. We simply have day jobs. ----- Original Message ----- From: "Michael Herlihy" <mi...@m2...> To: <dyn...@li...> Sent: Thursday, July 08, 2004 1:53 PM Subject: Re: [Dynapi-Help] loadpanel and browser history > I think this project has been abandoned... I can never get any help. > I would even be willing to pay for a fix. > > Mike. > > At 11:32 PM 7/7/04, you wrote: > >Hi all, > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way to > >prevent the browser history from being affected by loaded urls in a > >loadpanel? Instead of the browser back button taking you through the > >history of loads in the loadpanel, I would like it to just take you off > >the page with the loadpanel completely and back to the previous page. > > > >I tried setting the 'skipHistory' variable to true when using setURL, but > >that didn't work. > > > >I also noticed all the history code in loadpanel.js, but I'm not sure how > >changing any of that will affect the way loadpanel works. > > > >Thanks for any help! > > > >Arijit > > > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by Black Hat Briefings & Training. > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self > >defense, top technical experts, no vendor pitches, unmatched networking > >opportunities. Visit www.blackhat.com > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.716 / Virus Database: 472 - Release Date: 7/6/2004 |
From: Michael H. <mi...@m2...> - 2004-07-09 01:12:22
|
I want drag to work in macintosh safari. http://66.80.162.29:8543/safari/testframe30.html doesn't work here either http://www.dansteinman.com/dynapi/docs/examples/drag1.html If someone could provide a reasonable estimate I would be willing to pay. Regards, Michael. At 05:10 PM 7/8/04, you wrote: >I started to play with it, but i have to agree I think it has been >abandoned, pity, it showed so much promise... what exactly are you wanting >to do? There are many dynamic html scripts out there that can acheive many >of the things that the dynapi does. Also the code can be smaller and load >faster becuase the dynapi is sometimes weighted down with code that you >don't need... > >Kindest regards, > >Adam Docherty a.k.a Lobos > >www.webvida.com >www.iwebdesign.co.nz > >----- Original Message ----- >From: "Michael Herlihy" <mi...@m2...> >To: <dyn...@li...> >Sent: Friday, July 09, 2004 5:53 AM >Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > I think this project has been abandoned... I can never get any help. > > I would even be willing to pay for a fix. > > > > Mike. > > > > At 11:32 PM 7/7/04, you wrote: > > >Hi all, > > > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way to > > >prevent the browser history from being affected by loaded urls in a > > >loadpanel? Instead of the browser back button taking you through the > > >history of loads in the loadpanel, I would like it to just take you off > > >the page with the loadpanel completely and back to the previous page. > > > > > >I tried setting the 'skipHistory' variable to true when using setURL, but > > >that didn't work. > > > > > >I also noticed all the history code in loadpanel.js, but I'm not sure how > > >changing any of that will affect the way loadpanel works. > > > > > >Thanks for any help! > > > > > >Arijit > > > > > > > > > > > >------------------------------------------------------- > > >This SF.Net email sponsored by Black Hat Briefings & Training. > > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >self > > >defense, top technical experts, no vendor pitches, unmatched networking > > >opportunities. Visit www.blackhat.com > > >_______________________________________________ > > >Dynapi-Help mailing list > > >Dyn...@li... > > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Leif W <war...@us...> - 2004-07-09 00:50:22
|
Hi, I don't think it's completely abandonned, but maybe it's been resting... or somewhat matured? I hope it's not dead. Someone has an updated copy they were talking about releasing, but were waiting for people to test. I've been so busy on everything else inlife, I haven't kept up with my contributions. I can't just stop everything I am doing and devote 100% time to this. I can't just invent time from nowhere. ;-) But I can maybe set aside some time to look at some things. But I don't know the answers to everything and haven't been able to set aside the time to learn the whole lib. I only know the parts I have written or translated (SnapX and IOElement / SODA Perl & PHP translations). Nobody ever asks much about SnapX. ;-) There's PHP and Perl code I need to finish and debug and commit, and in some cases, even START (i.e. Perl Module). ;-) At the time, I didn't know how to write modules or classes in Perl, but have since done some reading and thinking and coding. I dunno, maybe there are some other libs that do some of the things this lib does, and there are probably some features this lib doesn't have. But this lib has a lot of history and is GPL, which means you're partly responsible for writing code if you want a feature or a bug fix. :-) About the heaviness of the lib, I have no hard numbers either way. But I remember there is a compressor, which may very well lighten up the lib by collecting the used code into a single file. I'm not very familiar with the tool. I wonder if it has the ability to determine which functions are actually used, and include only them. Of course, this means you develop with the full lib, release and testthe compressed version, but modifications to the userland code may require recompressing if you're trying to use previously unused functions or objects. Please don't talk about DynAPI in the past tense while there's still some life in it. :-) Leif ----- Original Message ----- From: <lo...@we...> To: <dyn...@li...> Sent: Thursday, July 08, 2004 8:10 PM Subject: Re: [Dynapi-Help] loadpanel and browser history > I started to play with it, but i have to agree I think it has been > abandoned, pity, it showed so much promise... what exactly are you wanting > to do? There are many dynamic html scripts out there that can acheive many > of the things that the dynapi does. Also the code can be smaller and load > faster becuase the dynapi is sometimes weighted down with code that you > don't need... > > Kindest regards, > > Adam Docherty a.k.a Lobos > > www.webvida.com > www.iwebdesign.co.nz > > ----- Original Message ----- > From: "Michael Herlihy" <mi...@m2...> > To: <dyn...@li...> > Sent: Friday, July 09, 2004 5:53 AM > Subject: Re: [Dynapi-Help] loadpanel and browser history > > > > I think this project has been abandoned... I can never get any help. > > I would even be willing to pay for a fix. > > > > Mike. > > > > At 11:32 PM 7/7/04, you wrote: > > >Hi all, > > > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way to > > >prevent the browser history from being affected by loaded urls in a > > >loadpanel? Instead of the browser back button taking you through the > > >history of loads in the loadpanel, I would like it to just take you off > > >the page with the loadpanel completely and back to the previous page. > > > > > >I tried setting the 'skipHistory' variable to true when using setURL, but > > >that didn't work. > > > > > >I also noticed all the history code in loadpanel.js, but I'm not sure how > > >changing any of that will affect the way loadpanel works. > > > > > >Thanks for any help! > > > > > >Arijit > > > > > > > > > > > >------------------------------------------------------- > > >This SF.Net email sponsored by Black Hat Briefings & Training. > > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self > > >defense, top technical experts, no vendor pitches, unmatched networking > > >opportunities. Visit www.blackhat.com > > >_______________________________________________ > > >Dynapi-Help mailing list > > >Dyn...@li... > > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: <lo...@we...> - 2004-07-09 00:15:52
|
I started to play with it, but i have to agree I think it has been abandoned, pity, it showed so much promise... what exactly are you wanting to do? There are many dynamic html scripts out there that can acheive many of the things that the dynapi does. Also the code can be smaller and load faster becuase the dynapi is sometimes weighted down with code that you don't need... Kindest regards, Adam Docherty a.k.a Lobos www.webvida.com www.iwebdesign.co.nz ----- Original Message ----- From: "Michael Herlihy" <mi...@m2...> To: <dyn...@li...> Sent: Friday, July 09, 2004 5:53 AM Subject: Re: [Dynapi-Help] loadpanel and browser history > I think this project has been abandoned... I can never get any help. > I would even be willing to pay for a fix. > > Mike. > > At 11:32 PM 7/7/04, you wrote: > >Hi all, > > > >I'm using dynapi 3.0 and I was wondering if there is a simple way to > >prevent the browser history from being affected by loaded urls in a > >loadpanel? Instead of the browser back button taking you through the > >history of loads in the loadpanel, I would like it to just take you off > >the page with the loadpanel completely and back to the previous page. > > > >I tried setting the 'skipHistory' variable to true when using setURL, but > >that didn't work. > > > >I also noticed all the history code in loadpanel.js, but I'm not sure how > >changing any of that will affect the way loadpanel works. > > > >Thanks for any help! > > > >Arijit > > > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by Black Hat Briefings & Training. > >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self > >defense, top technical experts, no vendor pitches, unmatched networking > >opportunities. Visit www.blackhat.com > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Michael H. <mi...@m2...> - 2004-07-08 17:50:58
|
I think this project has been abandoned... I can never get any help. I would even be willing to pay for a fix. Mike. At 11:32 PM 7/7/04, you wrote: >Hi all, > >I'm using dynapi 3.0 and I was wondering if there is a simple way to >prevent the browser history from being affected by loaded urls in a >loadpanel? Instead of the browser back button taking you through the >history of loads in the loadpanel, I would like it to just take you off >the page with the loadpanel completely and back to the previous page. > >I tried setting the 'skipHistory' variable to true when using setURL, but >that didn't work. > >I also noticed all the history code in loadpanel.js, but I'm not sure how >changing any of that will affect the way loadpanel works. > >Thanks for any help! > >Arijit > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self >defense, top technical experts, no vendor pitches, unmatched networking >opportunities. Visit www.blackhat.com >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > |