|
-
Oct 20th, 2004, 06:24 PM
#1
Thread Starter
Dazed Member
-
Oct 21st, 2004, 07:22 AM
#2
I think driving the whole page by applet is a bad idea. Applets take rather long to load, and the page is completely inaccessible should you, for some reason, not have Java.
Better to use JSP and multiple pages.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2004, 04:20 PM
#3
Thread Starter
Dazed Member
Using an applet just sounded like a good idea. Instead of serving up multiple pages i thought i could just have a page which contains an applet which would display the information depending on what was selected.
-
Oct 21st, 2004, 04:31 PM
#4
As I said, I don't consider a page that depends completely on Applets or Flash or any other plugin good. There must be at least an alternative version in pure HTML.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2004, 04:47 PM
#5
Thread Starter
Dazed Member
Just curious about the use of JSP. For a web page where the content is not produced dynamically(you just click on a link say Horror Movies and then get a whole list of movies with images ect ect..) JSP shouldnt be needed then right? If i have to use JSP's to make a site how is everything normally tied togther?
-
Oct 21st, 2004, 04:51 PM
#6
Huh?
If your environment is set up correctly, normal html files and jsps can simply coexist. Call one, it's served. Call the other, it's processed.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2004, 05:03 PM
#7
Thread Starter
Dazed Member
Yeah see i know nothing about JSP's. I used to do a little html but thats about the extent of it. My friend just ripped me a JSP book from bit torrent since hes got the cable connection so ill have to give that a look. My dial up just wouldn't cut it.
-
Oct 21st, 2004, 05:11 PM
#8
In their most basic form, JSPs are PHP pages with Java syntax. But JSP has various other stuff (beans, taglibs) that allow you to better separate functionality from separation, which is a must for everything but really small pages.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 23rd, 2004, 07:21 PM
#9
Thread Starter
Dazed Member
Ah ok after reading this J2EE book i am begining to get a better understanding of JPS's. I like the fact that the JSP tags are embeded in the html as opposed to embedding the html directly in the programming language code. Only thing is if you are comming from a non-page author background it's kind of a switch.
-
Nov 9th, 2004, 11:03 AM
#10
Frenzied Member
If your friend is using Photoshop, I strongly suggest that he does NOT use the built in cut out to HTML feature, as it does not produce valid markup.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Nov 9th, 2004, 05:50 PM
#11
Thread Starter
Dazed Member
Yeah to be honest i really don't know what he wants to do. I might even design the site myself using straight html and just place more emphasis on the inner-workings rather than the design of the site since my html skills are a bit limited. Here is some of his work www.bmxbandits.com which was done in PS and yes that is me on the front page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|