User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 427,022 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,580 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2357 | Replies: 8
Reply
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation: Han1977 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
Han1977 Han1977 is offline Offline
Newbie Poster

webcomic site design

  #1  
Sep 25th, 2006
I'm doing a webcomic recently, now I completely idiot with the html so I made several identical html for each page and the navigation between page is just a simple link.

Now I heard about frame, I try it but I couldn't make the frame size big enough so my comic page is fit into it and people don't need to scroll to see the entire comic. Is it possible to use frame in that way and make sure that the site looks good for viewer with different resolution & browser?

And is it good enough to go with frames or there are better option than frame? I can't do php since I just use a free web hosting and they didn't provide php or any programming stuff.

thx.
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jun 2005
Location: Denmark, EU
Posts: 102
Reputation: madmital is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 3
madmital madmital is offline Offline
Junior Poster

Re: webcomic site design

  #2  
Sep 25th, 2006
Don't use frames.....ever!
It messes things up, and SEO goes down the drain.

If your webhoster don't a server side language....find another one.
Web Programmer
Reply With Quote  
Join Date: Dec 2004
Posts: 1,590
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 35
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: webcomic site design

  #3  
Sep 25th, 2006
There's nothing inherently wrong with Frames. If you need to use them to accomplish your goals, then by all means use them.

Take any sentence or site with "SEO" in it with a grain of salt.

Focus on your content, learning HTML, etc. Search engines are built to find content, so the idea that you have to perform extraordinary contortions to make that happen is mostly self-serving nonsense and Google-inspired propoganda.

Simpler is usually better, so the idea of static pages with hyperlinks is just fine. To answer your other question, while there are JavaScript techniques to determine browser size and screen resolution, users generally find that very annoying. In other words, if I want to browse with a certain size window, then a site shouldn't change it.

Most users will have 1024x768, with the next largest group at 800x600. If you can design for 800x600, then don't worry about detecting resolution.
Last edited by tgreer : Sep 25th, 2006 at 2:24 pm.
Reply With Quote  
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation: Han1977 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
Han1977 Han1977 is offline Offline
Newbie Poster

Re: webcomic site design

  #4  
Sep 25th, 2006
I want to use frame because with static page whenever I add a new comic page then I need to add a new page and do a small editing to the rest of the other page. So when I reach 6th page I do 5 page small editing.

And I begin to worry if the webcomic ever reach something like 30 page and more that will be a very annoying routine. I might spend the same amount of time between adding a link to the new page in all previous page and doing the comic itself.

So I begin look for a better way. And if javascript is a bit annoying then no javascript I guess.

Any help how I can make the frame size fixed ? Instead a frame with scroll bar, I want to have a frame without scroll bar but showing the entire comic, its just about 400x500something px. Or frame is always be like that?

thx
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
Reply With Quote  
Join Date: Dec 2004
Posts: 1,590
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 35
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: webcomic site design

  #5  
Sep 25th, 2006
You can size your frame. You can define "rows" and "cols", for example, inside your frame tag declaration:

A complete guide to all things frame-related:

http://www.w3.org/TR/WD-frames-970331
Reply With Quote  
Join Date: May 2006
Posts: 2,724
Reputation: WaltP is a splendid one to behold WaltP is a splendid one to behold WaltP is a splendid one to behold WaltP is a splendid one to behold WaltP is a splendid one to behold WaltP is a splendid one to behold WaltP is a splendid one to behold 
Rep Power: 15
Solved Threads: 222
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Maven

Re: webcomic site design

  #6  
Sep 29th, 2006
Originally Posted by Han1977 View Post
I want to use frame because with static page whenever I add a new comic page then I need to add a new page and do a small editing to the rest of the other page. So when I reach 6th page I do 5 page small editing.
I assume the small editing is linking the last page to the new page. Instead, just have the link go the the next page and have a "next installment coming soon" page that you just rename to page 7 when you load page 6.

Using frames, you still have the same amount of editing. It's just in different files.
Age is unimportant -- except in cheese
Reply With Quote  
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation: Han1977 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
Han1977 Han1977 is offline Offline
Newbie Poster

Re: webcomic site design

  #7  
Oct 10th, 2006
Originally Posted by WaltP View Post
I assume the small editing is linking the last page to the new page. Instead, just have the link go the the next page and have a "next installment coming soon" page that you just rename to page 7 when you load page 6.

Using frames, you still have the same amount of editing. It's just in different files.


The small editing is not just linking the last page to the next page. But more like linking all previously done page to the new page. Because I want all pages is accesible from any part of the sites.

Anyway its solved I use iframe and set all the width and height. But I will be glad if someone could take a look at the final work and maybe give some critiques. I know I don't have much good sense in colors and arranging panels.

Thx everyone.
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
Reply With Quote  
Join Date: Jun 2004
Location: Hemet, CA
Posts: 429
Reputation: FC Jamison is on a distinguished road 
Rep Power: 5
Solved Threads: 18
Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: webcomic site design

  #8  
Oct 16th, 2006
You might try creating a javascript that will allow you to edit one file to update the links on all of your pages.
Reply With Quote  
Join Date: Oct 2006
Location: India
Posts: 1,289
Reputation: vishesh is on a distinguished road 
Rep Power: 5
Solved Threads: 32
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: webcomic site design

  #9  
Oct 17th, 2006
Originally Posted by FC Jamison View Post
You might try creating a javascript that will allow you to edit one file to update the links on all of your pages.


could you please tell me how to make that script, i would like to learn that.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 2:48 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC