Re: Web FrontEnds

2002-10-25 Thread Pete Freitag
I think most of those have free trail's, or evaluation downloads. The best thing is to download each and see which one your happiest with. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: A mailing list about

Re: Document Indexing for searching

2002-09-26 Thread Pete Freitag
Verity will pretty much do all that automatically (it won't convert the binary documents, it will actually read them). http://www.verity.com/ _ Pete Freitag CTO, CFDEV.COM Tools for Web Developers http://www.cfdev.com/ -Original Message-

Re: parsing an html document

2002-09-26 Thread Pete Freitag
> Can someone suggest me a good way of parsing an html document. > Does anyone know of good html parsers. JTidy has a DOM parser for "Real World HTML": http://sourceforge.net/projects/jtidy _________ Pete Freitag CTO, CFDEV.COM Tools for Web

Re: showing a looping in JSP with arrays

2002-05-20 Thread Pete Freitag
your array try something like this... <% for(int i=0;i < MyBookMarkArray.length;i++) { %> <%= MyBookMarkArray[i].toString()%> <% } %> _________ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/

Re: Can I Pass parameters from a java applicaiton to a JSP page?

2002-05-19 Thread Pete Freitag
Yes, use a java.net.HTTPUrlConnection http://java.sun.com/j2se/1.3/docs/api/java/net/HttpURLConnection.html _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/ Check out ActivEdit a WYSIWYG HTML Editor that

Re: Save the Doc on Server

2002-05-17 Thread Pete Freitag
If you can convert the Word Document to HTML (you can find tools to do this) then you can use ActivEdit to edit the HTML content: http://www.cfdev.com/activedit/ -pete -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On

Re: Dreamweaver MX (announced today) adds JSP custom tag library support

2002-04-29 Thread Pete Freitag
easy interface for consuming and deploying web services. Press Release: http://www.macromedia.com/macromedia/proom/pr/2002/coldfusion_mx_announce.ht ml _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM Web Developer Resources http://www.cfdev.com

Re: CSWS - Apache/Tomcat

2002-03-12 Thread Pete Freitag
Apache to forward requests through tomcat. _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: A mailing list about Java Server Pages specification and reference [mai

Re: Memory available

2002-03-04 Thread Pete Freitag
long freeMem = Runtime.getRuntime().freeMemory(); _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto

Re: Directory Chooser

2001-11-02 Thread Pete Freitag
Yes I don't think that's possible without a signed control. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/ Check out ActivEdit a WYSIWYG HTML Editor that works like a Textarea http://www.cfdev.com

Re: Directory Chooser

2001-11-02 Thread Pete Freitag
that is possible to do with JSP. If you want to build something to pick a client directory, that requires access to the person's file system, which would require a signed control. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Reso

Re: Directory Chooser

2001-11-02 Thread Pete Freitag
You would have to use a Signed control to do this, since this is a security issue, if you could write web pages that could browse people's hard drives, it would be bad. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources

Re: http post to two differnet pages...is it possible.

2001-11-01 Thread Pete Freitag
(); } just change the submit button's call to doublePost to customize it. use this.name (no quotes because its a variable) to post to the current window or frame. When you put '_blank' it will open a new window. _________ Pete Freitag ([

Re: Can I run JPSs on IIS

2001-11-01 Thread Pete Freitag
You sure can... here's how on tomcat: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html Macromedia JRun can also run through IIS. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/ Chec

Re: http post to two differnet pages...is it possible.

2001-11-01 Thread Pete Freitag
et to be a new window, a frame, or an IFrame (on IE), submit the form. The you can again change the form target and post the second page to be the current window, another window, etc. If you want some code let me know, and I'll write it up. _________ Pete

Re: Inactive Time.

2001-10-29 Thread Pete Freitag
It looks like your mail reader replaced my java script comments with file:// it should just be two forward slashes ( // no space between). That could be the problem, because I tested the code on IE 5.5 and it worked fine. _ Pete Freitag ([EMAIL

Re: Inactive Time.

2001-10-29 Thread Pete Freitag
) { //cancel previous timer clearInterval(intervalID); //make a new one intervalID = setInterval("timeOut()", msec); } _____ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/

Re: Inactive Time.

2001-10-29 Thread Pete Freitag
pireSession.jsp"; } _________ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developer Resources http://www.cfdev.com/ Check out ActivEdit a WYSIWYG HTML Editor that works like a Textarea http://www.cfdev.com/activedit/ -Original Message- From: A mailing li

Re: Javascript grammer help?

2001-10-28 Thread Pete Freitag
#x27;good'); } What web browser are you running this on? Try using single quotes instead of double quotes. You could also use a regular expression to do this. _ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.

Re: Is uploading files that complicate????

2001-08-03 Thread Pete Freitag
There is also a bean jspSmartUpload at http://www.jspsmart.com that works pretty well. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developers Resources http://www.cfdev.com/ -Original Message- From: A mailing list about Java Server Pages

Re: how to include spaces in jsp page?

2001-07-30 Thread Pete Freitag
just use   outside of <% %> like you would with HTML. putting it inside <%= %> tries to evaluate a variable named " " ________ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developers Resources http://www.cfdev.com/ -Original Messag

Re: jsp - html editor

2001-07-10 Thread Pete Freitag
Macromedia ColdFusion Studio or Homesite works pretty well for editing JSP, and is an excellent for HTML development. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ Activedit 2.5 WebEditor JSP Version Just

Re: Image properties on UNIX

2001-06-26 Thread Pete Freitag
quire display hardware) 3) Wait for JRE 1.4 Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[

Re: Stress Testing ?

2001-06-14 Thread Pete Freitag
OpenSTA works well and it's free http://www.opensta.org There is also some very high end, tools at http://www.empirix.com/ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message-