Avin Sinanan

Greenhorn
+ Follow
since Nov 06, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Avin Sinanan

Ok am i am going to ask a few things and also state a few thing... please tell me if am right.
Ok so right now on my computer I have the following installed -
Welcome to the JavaTM 2 Standard Edition Runtime Environment
and
JCreator LE.
Can I use the programs above to make Web pages?
i.e can I type code in JCreator and then combine that code with HTML to interact with a Database such as Microsoft Access?
Can I also make a search engine by typing in the code in Jcreator so that it sreaches my Website to displays the info in a webpage?
Or do i have to write so sort of Java code and up load it to my Host itself?
Please tell me.
I am confused out of my mind.
I assume JDBC is just a class that I have to import to interact with the Database.. is that correct?
thanks
21 years ago
Mike Curwen,
Hi I downloaded Tomcat (it was approximately 8.5MB).
Then I tried to install it. But I was not allowed to install it. Instead they gave me an error reading. They told me they could not find a Java Development Kit. SO i was confused.
What should I download. Any JDK you reccomend?
I have Windows 98.
Am sorry for all this trouble. But all these terms JDK and J2re and JSK is really confusing to me.
I am not familiar to the Jargon. I tried doing some reading up on it and I ams still confused.
SO could you or anyone out there please help me out.
Thanks
21 years ago
Ok so am new to this whole Java web thing.
Ok so on my computer I have JDK 1.2 already installed.
To run JSP and JDBC do i need JDK 1.2? Are they at all related??
What is the diffrence between JSP and JDBC? I am very confused.
Please tell me how to install these things.
Am usally good at code but I always have trouble with installing the software.
Thanks for your time.
21 years ago
Mark Howard,
Hello thanks for the advice.
By chnace do you know any web pages on the net that uses JSP and JBDC?
I would like to see what can be accomplished before i start leraning. I want to see if the pages will laod fast or slow. Also do viewwers of the web page need any plug in's? Eg. To view Flash web pages you need Shock wave flash installed. DO JSP and JDBC pages need any plug in's?
Thanks again for your time. Sorry for the trouble but I am very very new to this Web Design thing.
21 years ago
Hi,
Ok i am trying to find out if am in the right forum. Here is what am trying to do.
I am trying to Create a website when i post up info about people. I store the info of the people in Microsoft Access format. The web site has a search engine that can search the database for info and display the reults in a window.
Its sort of like a forum. kind of like this site . People have to sign up and have a password and stuff. And they can add info to their profile and so can me.
So am i in the right place? Can Java do these things.
NB it has to able to work on the net.
Its a project am working on and i need to know where to start.
ALso is there any software pacakage out there that can do this stuff without too much coding?
Yours Respectfully
Avin Sinanan
Thanks for your time
21 years ago
Ok here are the requirements
1)There is a button on a JPanel which says "Click Me".
2)When You Click it the button displays "Thank you for clicking".
3)When it has been clicked not only does teh label on the button change but a message jus below the button is displayed .. something like " You have just pressed the Button".
can anyone show me how to do this?
Thank you for giving this a read...
Thanks for reading


------------------
thank you
22 years ago
Hello i have a very wierd situation.... here is what i would like to do..
Ok lets assume that i have 3 buttons and these 3 buttons are positioned within the same frame. Lets say these buttons can be dragged and dropped anywhere within the frame(ie they can be positioned anyhow).
Now lets say i want to connect button1 and button2 by drawing a line from button1 to button2. The line indicates that button1 and button2 are connected but button3 is not connected to neither button1 nor button2 because there is no line drawn from button3 to the other 2 buttons.
Hence the program should be able to connect components by drawing line between them.
The program should also allow to compoents not only to be connect but also interact. eg When button1 and button2 are connected , if we click button1 button2 will get a green border around it, but button3 will NOT get a green border around it becasue it is not connected to button1 and button2. ALso when 2 buttons are connected by a line then should both be hilighted by a yellow border or some color( i guess the color doesn't matter).
So can someone please help me with this.. i know its a bit wierd.. sorry if i cause you any stress.. thanks
Thanks for reading
22 years ago