»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-04-2004, 07:42 PM   #1 (permalink)
Registered User
 
JacobM5727's Avatar
 
Join Date: Oct 2001
Location: Englewood, CO
Posts: 2,144
JacobM5727 is on a distinguished road
Send a message via ICQ to JacobM5727 Send a message via AIM to JacobM5727 Send a message via Yahoo to JacobM5727
need site design help

hi, i run an online comic, and i was wondering if someone could tell me how to make it so there is just one page, that shows all the strips on it (when you are on a strip, you can change it to the previous one, etc, and it just changes the pic, not the page)
http://www.megatokyo.com
uses a system like that (well, sort of.. its way beyond me )
most online comics use something like that though, and i think it would help a lot
currently, i have a page for each comic, but as we grow that will become an issue, i am trying to simplify updates, etc, now
http://www.pandacomics.com is our site, if you wanted to see and had other ideas too
i dont know much html, or java, or anything, i just run the site cause its my little brothers

thanks

also, our host is angelfire, so i am not really sure what formats they let people use

__________________
--Jacob--

Last edited by JacobM5727; 02-04-2004 at 07:51 PM.
JacobM5727 is offline   Reply With Quote
Old 02-04-2004, 08:04 PM   #2 (permalink)
Registered User
 
Join Date: Jan 2003
Location: Orange, Mass.
Posts: 490
Blazer06 is on a distinguished road
Send a message via AIM to Blazer06
didnt check the pages.. but two things

1) frames would allow you to do that
2) angelfire.. ick.. i would suggest going with www.freewebs.com (free... and no ads)


Blaze
Blazer06 is offline   Reply With Quote
Old 02-04-2004, 08:17 PM   #3 (permalink)
Registered User
 
JacobM5727's Avatar
 
Join Date: Oct 2001
Location: Englewood, CO
Posts: 2,144
JacobM5727 is on a distinguished road
Send a message via ICQ to JacobM5727 Send a message via AIM to JacobM5727 Send a message via Yahoo to JacobM5727
yeah, but no one here likes frames, and i think they can be a bit annoying too

plus, i dont want to lose my domain name, we got it with the membership, and it took forever for my brother to pick it
__________________
--Jacob--
JacobM5727 is offline   Reply With Quote
Old 02-04-2004, 08:29 PM   #4 (permalink)
Registered User
 
Join Date: Jan 2003
Location: Orange, Mass.
Posts: 490
Blazer06 is on a distinguished road
Send a message via AIM to Blazer06
i hate frames too

i cant think of anything off the top of my head... ahh you got a membership so theres no ads...


Blaze
Blazer06 is offline   Reply With Quote
Old 02-09-2004, 09:00 AM   #5 (permalink)
Registered User
 
Iturea's Avatar
 
Join Date: Jan 2004
Posts: 80
Iturea is on a distinguished road
Talk Javascript

It's simple really. Ever put your mouse over an image and it changed? Same concept here except you will put your mouse over ( or click ) an arrow (ie: next) image and the big image changes.

Now throw in a title argument in the function. The title will represent the next image. title = "image1" when the page loads, title = "image2", and so on.

You will need to define each image.
ie: image1 = "photos/image1.jpg"

Use if / else statements in the code to set the new image.

Example: if user hits next button then if title = "image2" then we know we must load image 2. Then if image 2 loads make the back button set to image1 and the next button set to image3.

The image will essential roll over just like a rollover image is supposed to.

This is 1 solution. Another is simply find out if your host allows for a cgi or active server page or a php solution. Then the code will be much easier due to the fact you can just pass a image value through a querystring.
Iturea is offline   Reply With Quote
Old 02-09-2004, 09:11 AM   #6 (permalink)
Registered User
 
Carl-cox-'s Avatar
 
Join Date: Nov 2002
Location: Kent England
Posts: 235
Carl-cox- is on a distinguished road
well that megatokyo site uses php to change the image on the same page

http://www.megatokyo.com/index.php?strip_id=4

the strip_id will probally corrispond to either the image location or a blob in the database.

free host probally wouldnt support php. and a database you could either use a text file or if you have lots of images mysql.

also using a database will make updating the site easier as you would only need to add it to the database if it was made correclty
Carl-cox- is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:52 PM.