"Dave Fancella" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > > Ok, I've looked and looked and looked. > > I need to build an FTP Client, the old-school gui kind with the two > listboxes, one for the local directory and one for the remote. I have > decided to make it a XUL document. What do I need to be able to hit it > with JavaScript? > > Dave > The following steps are recomended (IMHO) 1. learn javascript ;) 2. read some basic XML toturial. 3. get some basic CSS skills 3. download and install mozilla 4. read and try the tutorials at www.xulplanet.com 5. If you are not familiar with the DOM ( Document Object Model) API, it might get useful to learn it www.w3.org/DOM 6. Address any further XUL questions to the xpfe NG.
Have fun, Mark.
