Re: Separation of HTML and Java work in a JSP

2002-05-28 Thread techhead4life
I a well funded company. Designer = responsible for design, graphics, flash content Sitebuilder = responsible for making sure design does not break html/xslt code template design based on design Programmer = create logic or functions and responsible for function integration Database Admin = respo

Re: Date calculation

2002-06-05 Thread techhead4life
I am trying to put a limit in my while loop, what I want to do is loop it 3 times only but my while loop is doing it until all the words are accounted for in the keywords string. Can anyone point to me a way to stop to 3 tokens only int wordslen = 0; String keywords = "looking for some good prog

Re: Token Loop

2002-06-05 Thread techhead4life
gt; How about.. > > while(TokenWords.hasMoreTokens() && (wordslen < 3)) > { > Words[wordslen] = TokenWords.nextToken(); > wordslen++; > } > > ? > > -Original Message- > From: techhead4life [ <mailto:[EMAIL PROTECTED]> > mailto:[EM

Benchmark Tools

2002-06-09 Thread techhead4life
Does anyone know any good benchmark tools to test your applications + system M~ ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

Hello World Taglib Customizable Demo

2002-07-15 Thread techhead4life
Hello, does anyone know of any tutorial that is user friendly, in showing you how to create custom "Hello World" taglibs Urls I would appreciate Thank You ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JS

IDE Comparing JSP

2002-08-09 Thread techhead4life
Is there an IDE or similar product that lets you compare 2 jsp documents to see what coding changes are made, similar feature in some cvs systems~ === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"

JSTL

2002-08-29 Thread techhead4life
Does anyone know of a good tutorial as well as book for java server tag libs === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DI

Re: JSP Apostrophe in JDBC

2002-09-04 Thread techhead4life
I am getting an error when updating some input text records using a form When I enter an Apostrophe in the text fields and send to the jsp page which update the record in the db, it causes an error on the sql jdbc call. How do you treat Apostrophe in jsp, esp when sql is involved ? ===

Re: JSP Apostrophe in JDBC

2002-09-04 Thread techhead4life
[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer] Line 1: Incorrect syntax near 's'. - Original Message - From: "Benoit Jodoin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 11:36 PM Subject: Re: JSP Apostrophe in JDBC > Can you give us your error

Re: JSP Apostrophe in JDBC

2002-09-05 Thread techhead4life
ava Server Pages specification and reference > [mailto:[EMAIL PROTECTED]] On Behalf Of techhead4life > Sent: Thursday, September 05, 2002 10:42 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP Apostrophe in JDBC > > [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer] Line 1: Inc

Re: JSP Apostrophe in JDBC

2002-09-05 Thread techhead4life
Ok, I decided to go with a prepared statment, Thanks all who contributed, your the best~ Kill the Mutha F Thread~ - Original Message - From: "Joseph Ottinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 9:51 AM Subject: Re: JSP Apostrophe in JDBC >

Reading Image Sizes Via JSP

2002-09-17 Thread techhead4life
I want to know how to read a image's attributes by height and width via jsp page. I had a hard time finding reference about this. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

Re: Ask Luba powell who is Mohammed ?

2002-09-22 Thread techhead4life
I agree Take this bullshit off the list, Dont try to persuade me to join your cult or have simpathy for your cause, its worse enough someone wakes me up every sunday morning ringing my doorbell asking me to join their mission. - Original Message - From: "Gregory Price" <[EMAIL PROTECTED

Re: Off Topic(database tool)

2002-10-19 Thread techhead4life
I want to know what is the best way to handling quotes Somehow my query string that contain quotes seems not to work~ - Original Message - From: "Manoj Nahar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 6:48 AM Subject: Re: Off Topic(database tool) > Hi there

Re: New Atlanta

2002-11-04 Thread techhead4life
I used a web host once before, back in da days(1 1/2 years ago), that was using new altanta and from experience, it caused session not to work mostly all of the time, maybe bad setup or bad software, dont know if the new version fixed this issue, but now I host my own shit, because I can't deal wit

Detecing plugi~n

2002-12-10 Thread techhead4life
I want to know if there is a script in jsp that detect plugins in browser. M === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DI