RE: [Dynapi-Dev] Suggestions and questions

2002-01-04 Thread Nuno Ferreira
{I saw on the website that someone posted a suggested {method for stopping {text selection when clicking. I propose that we {implement my current {code for stopping text selection and rightmouse menus. { {I see very little reason for no

[Dynapi-Dev] Changing the CSS of a "Browse" for file Button.

2002-01-03 Thread Nuno Ferreira
One of the things that always had pissed me off was not being able to fully change the CSS of some form elements, like the Browse button or a Select Box. Well I came across this article: http://and.doxdesk.com/software/js/upload.html that more or less solves this problem. It only works in IE, bu

RE: [Dynapi-Dev] Help wanted

2001-10-11 Thread Nuno Ferreira
{I think you should be able to use this to create the {initial document, lock it, and allow users to add {comments. The search function works quite well too, go {here: http://dynapi.sourceforge.net/doccenter/ {and type "setSize" in the search box, the res

RE: [Dynapi-Dev] Help wanted

2001-10-11 Thread Nuno Ferreira
{> Even a FAQ would be a giant step :) to improve things. {Maybe the problem is we don't advertise our resources {enough? We have a FAQ - Two FAQs, and lots of {documentation, and it's all editable by any user, so {if you have anything to add to it, go ri

RE: [Dynapi-Dev] Help wanted

2001-10-11 Thread Nuno Ferreira
{I'm wondering if we should ask one of those big {companies (microsoft, sun, netscape, etc...) to {sponser the DynAPI project. Maybe this will help to {speed things along? Maybe Sun would do it, but I doubt it that MS would, after all this is supposed to be a Cros

[Dynapi-Dev] Browser Branching Server Side

2001-10-08 Thread Nuno Ferreira
idgets and modules can be inserted server-side as needed, so that no decision is made client-side. - etc. just my two bits... rocks welcome! :) Nuno Ferreira ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.ma

[Dynapi-Dev] 100% DynAPI page

2001-05-09 Thread Nuno Ferreira
Hi guys, Finally my company's site is online. For those of you who want to check it out: http://www.wiz.pt It's 100% DynAPI, but due to time constraints, I didn't have the chance to clean up a lot of netscape bugs, and optimize some of the code. The site is in portuguese, though most o

RE: [Dynapi-Dev] Loading External Content (Remote Scripting)

2001-03-28 Thread Nuno Ferreira
Message - From: "Nuno Ferreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 2:07 AM Subject: RE: [Dynapi-Dev] Loading External Content (Remote Scripting) > >My thought on this (the 18mb java VM download) > >is this: The liekly

RE: [Dynapi-Dev] Loading External Content (Remote Scripting)

2001-03-28 Thread Nuno Ferreira
>First of all I don't know where you guys heard of this 18 MB VM and no Java >support in IE. I personally hate Java as a client side language (and in >general too) and I also know from recent experience that you can't trust >people to allow java on their systems.

RE: [Dynapi-Dev] ie6 public preview

2001-03-28 Thread Nuno Ferreira
they say on the page that it can be simply uninstalled, true add/remove programs. in win2000k it's not true, the option to uninstall is simply not present the add/remove programs section of the control panel... so think really really hard before updating to beta 6... incidently, all my DynAPI s

RE: [Dynapi-Dev] Loading External Content (Remote Scripting)

2001-03-28 Thread Nuno Ferreira
>My thought on this (the 18mb java VM download) >is this: The liekly hood of someone getiing away with NOT downloading the VM >and yet still enjoying free access to all they love on the net is very slim. >The odds are pretty good that 8 in 10 users will have to DL

[Dynapi-Dev] Logo for DynAPI ...

2001-03-15 Thread Nuno Ferreira
I will probably do a Animated gif if you want to see it, though it's quite expressive as it is... Tell me what you think! best, NunoF dynapi-logo.gif

[Dynapi-Dev] MAC, LINUX, WIN Testing of DynAPI...

2001-03-01 Thread Nuno Ferreira
Hi all, I probably should have said this earlier, but better late than never. As some of you already know, I work at a Web Design company in Portugal, and as such I have access to the following platforms: Win: IE 4, 5.0, 5.5, Opera Linux: Mozilla, NS & Opera Mac: IE 4, IE 5.5, NS 4, Mozilla So

RE: [Dynapi-Dev] not so sure about this anymore

2001-03-01 Thread Nuno Ferreira
If your sites are for fun alone, no problem. If (like most of us) you're a web developer, freelance or otherwise, good luck selling your web site to any client (you'll need it!)... NunoF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ryan Sutter Sent: t

RE: [Dynapi-Dev] CVS snapshot

2001-02-28 Thread Nuno Ferreira
What's the difference between PST and GMT? 8 hours? It runs at 3:31 PST. Although, lately sourceforge's backup server is the only one up, so the time seems to vary. -- // Robert Rainwater -- DynAPI Homepage: http://dynapi.sourceforge.net/ DynAPI Snapshots: http://dynapi.sourceforge.net/snaps

RE: [Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]]

2001-02-28 Thread Nuno Ferreira
I don't think that's even as big a issue than JAVA being turned on. Pratically everybody (users not developers) have cookies turned on. Every e-commerce site that I know of uses cookies, at least for storing user ID's. The great majority (if not almost all) people don't even change the default IE

RE: [Re: [Re: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)]]

2001-02-28 Thread Nuno Ferreira
The problem with cookies is that, though you can write them, you can only read them again (and get a new value for instance) only if you reload a page, so I don't think you can use them to comunicate with the browser, without reloading the page. -Original Message- From: [EMAIL PROTECTED]

RE: [Dynapi-Dev] DynAPI current things

2001-02-28 Thread Nuno Ferreira
>Actually, MS just paid Sun 20 million dollars to licence java for their own >use. >I don't think we need to worry about there being no Java support in IE6. Correction: They paid 20 Million dollars to Sun, on court order, because of a breach of license. I don't think they intend to support Java a

RE: [Dynapi-Dev] Dynamic Loading.

2001-02-20 Thread Nuno Ferreira
namic Loading. this is basically what I have done with my url applet. it loads the raw source and then evaluates what needs to be done. I think it is better than writing a lot of repetative JS in a separate frame. Nuno Ferreira wrote: > >I loath the limited realm that FLASH delivers

RE: [Dynapi-Dev] Dynamic Loading.

2001-02-20 Thread Nuno Ferreira
>I loath the limited realm that FLASH delivers along with its >pathetic CPU chewing rendering engine. I like the fact that the DynAPI >leaves options 100% open for me to pick and choose front-to-back delivery >platforms. I agree, though as it stands, DynAPI chews

RE: [Dynapi-Dev] Interactive FAQ

2001-02-17 Thread Nuno Ferreira
Brilliant! And if the "faqomatic" can produce a dump list of the faq, so you guys can always include it in the release docs, then it's perfect! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Rainwater Sent: sexta-feira, 16 de Fevereiro de 2001 20

[Dynapi-Dev] Help with pathanim...

2001-02-12 Thread Nuno Ferreira
Hi Guys, need help with something... I have some slide animations to do, but I need to know when the last animation ends so I can load a page into a layer, using loadpanel. Something like this: Whatever . . . function start_anim(page_url){ Fillet1.slideTo(null,198) . .

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Nuno Ferreira
>Nothings wrong with backward compatibility.. but there are alot of things >that can't be done with older browsers (easiest example is trying to do the >simplest DHTML trick on an NS3) IE5 for example has some great image-filters >that could make kick-ass presentati

RE: [Dynapi-Dev] Netscape 6 DOM reference

2001-02-06 Thread Nuno Ferreira
Recent released the Javacript docs for vers.1.5, so maybe they already released the docs for the DOM, try their http://developer.netscape.com site... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jordi 'IlMaestro' Ministral Sent: terca-feira, 6 de Fever

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Nuno Ferreira
>So what's wrong with ensuring backward compatibility, while adding the >newest effects for the latest browsers? >I don't think most customers *mind* if a little colored border, or some >transparency don't show in NS4, as long as the site looks nice and readable

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Nuno Ferreira
(sorry Pascal if my quotes take some context out of your answer, that was not my intention, just a way of not having these emails getting longer...) >I mean, we ALL know that 90% (more) is using IE5+ .. so why aren't we >participating on it? The webdesign world is just one screwed

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Nuno Ferreira
>Leading to my real question: should DynAPI keep supporting "old" 4.x >browsers? is there any need for it? At least in my world there is. If, for instance, the DynAPI stopped supporting NS 4.x, and/or IE 4.x I would certain would stop using it. People forget that usually, a clie

[Dynapi-Dev] Netscape 6 Javascript 1.5 Ref&Guide Released

2001-02-05 Thread Nuno Ferreira
Probably, all of you guys already know this. But just for anyone who doesn't know, Netscape FINALLY released "complete" Reference docs and also a Guide for Javascript 1.5. It could come in handy :) You can find both an online version and a zipped HTML version at: http://developer.netscape.com/do

RE: Re[2]: [Dynapi-Dev] Counting so far

2001-01-30 Thread Nuno Ferreira
I agree completely. Besides, Pascal himself has a different distribution of the DynAPI, why don't you guys do the same? That way you can try out your ideas and concepts at your leisure. NunoF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Rainwa

[Dynapi-Dev] Using cab files instead of gz, for IE.

2001-01-26 Thread Nuno Ferreira
Hi guys, I was wondering if it was possible to devise a way of using CAB files instead of GZ files for the compressed dynapi, on explorer. If it can be done, we wouldn't need to configure the server, and consequently be able to construct a client-side user-friendly way of using the compressed dy

RE: [Dynapi-Dev] API Documentation

2001-01-20 Thread Nuno Ferreira
Yes! Very slick solution, Robert! NunoF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Rainwater Sent: sabado, 20 de Janeiro de 2001 7:26 To: DynAPI Development List Subject: [Dynapi-Dev] API Documentation I've figured out a way to use Doxygen

RE: [Dynapi-Dev] DynAPI Reference...

2001-01-12 Thread Nuno Ferreira
k has a ID, and a parent_ID, with parent_ID=0 being a top node). But I still have some problems with the recursive function that I use to build the tree. I will be working on it more thouroughly though, and building a simple backoffice to update it more easily. thanks for excelent help, Nuno Ferreira ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

RE: [Dynapi-Dev] DynAPI Reference...

2001-01-11 Thread Nuno Ferreira
>Nice. The effect you mention has nothing to do with DynAPI. It is a browser >issue. Hopefully using the new precreation code will speed things up. >Moreover, the SMI menu interface I just finished should be able to optimize >this alot. Send it on, Maestro! I'm alw

[Dynapi-Dev] DynAPI Reference...

2001-01-11 Thread Nuno Ferreira
Hi people, Like I said in a previous posting, I started to compile a list of DynAPI methods and functions (and afterwords I will add the properties). For now I only have a list, based on the latest snapshot, using Richard's Fast Tree Widget. What I need now, is for you people in the know, to ta

RE: [Dynapi-Dev] Issues, remaining

2001-01-10 Thread Nuno Ferreira
Hi Raymond, I'm in Portugal, and i'm more or less on GMT time... :) best, NunoF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jordi 'IlMaestro' Ministral Sent: quarta-feira, 10 de Janeiro de 2001 11:53 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev

RE: [Dynapi-Dev] Issues, remaining

2001-01-10 Thread Nuno Ferreira
>I just feel its a sad thing that there are so many people on this list, alot >of which are "complaining" about bugs not being fixed, not much >documentation being available, and those people fail to contribute anything >as simple as copy-and-pasting text. You're r

RE: [Dynapi-Dev] 2001 areas of focus, DynAPI - New "Thread"...

2001-01-02 Thread Nuno Ferreira
>(2) Most robust backend systems leave the client-side wearing concrete >shoes. I think we have a tremendous opportunity to be both 'back-end >powerful' and 'client-side dynamic' using MySQL, PHP and DynAPI as an >implementation system. This creates the potential

RE: [Dynapi-Dev] Mozilla & Opera

2000-12-15 Thread Nuno Ferreira
Come on guys! A Flame war is the least we need on this list... best, NunoF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Melvin Sent: sexta-feira, 15 de Dezembro de 2000 22:39 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] Mozilla & Opera So

RE: [Dynapi-Dev] RE: Dynapi-Dev digest, Vol 1 #71 - 16 msgs

2000-12-09 Thread Nuno Ferreira
doesn't work in NS4 though. :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexey Medvedev Sent: sexta-feira, 8 de Dezembro de 2000 19:14 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] RE: Dynapi-Dev digest, Vol 1 #71 - 16 msgs > , ..etc.

[Dynapi-Dev] RE: Dynapi-Dev digest, Vol 1 #71 - 16 msgs

2000-12-08 Thread Nuno Ferreira
Hi, Can anybody explain how to use the .jar files in Netscape, and the .gzip in Explorer? Does it work on N6 and IE4? best, NunoF ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-dev

[Dynapi-Dev] RE: Dynapi-Dev digest, Vol 1 #71 - 16 msgs

2000-12-08 Thread Nuno Ferreira
This maybe totally useless but, I discovered that the following line: Works both in IE and Netscape. Basically the tag has now all the properties of a Layer. probably useless but... best, NunoF ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http

RE: [Dynapi-Dev] getImage

2000-12-07 Thread Nuno Ferreira
Hi Scott, Went to your site, while I was pausing my work and surfing the web. On the day that I fully realize what IE6 will mean to the Web and getting a cold shiver up my back understanding MS's master plan for controlling the web through the Win32 platform, reading your articles was like seein

RE: [Dynapi-Dev] DynAPI build, Splitting files

2000-12-06 Thread Nuno Ferreira
That would mean that Flash is a failure, because I don't seem to remember a single flash page that takes less than 7 seconds to load, on a normal 56k connection. usually people tend to forget about load-times when they're expecting flash pages, especially with "cool" pre-loading screens. It's ju

RE: [Dynapi-Dev] JS debuger

2000-12-05 Thread Nuno Ferreira
Yeah, I know how you feel... Got the same problem here with some designers that I contacted for a job opening on the company where After Dreamweaver, suddenly they all are experts in DHTML... *double sigh* Mouse Engineers, the lot of them! :) NunoF -Original Message- From: [EMAIL PROTE

RE: [Dynapi-Dev] JS debuger

2000-12-05 Thread Nuno Ferreira
>dreamweaver4 now has built in debugging for both ie and ns >has breakpoints and the whole works. >trouble is, i *hate* wysiwyg ;) That's why the complete product ships with Homesite 4.5 :)) They know... :) And they upgraded their code editor, with tag colors, syntax hi

RE: [Dynapi-Dev] JS debuger

2000-12-05 Thread Nuno Ferreira
>> I wonder if there is a good javascript debugger that will run on my > I thinks there is different debuggers for Netscape and for > IE (latest you have tried to install). I didn't check it out yet, but the new Dreamweaver 4 by macromedia, is supposed to have a Javascript editor and debu