I've spent a lot of time lately looking at websites with online comics. One problem has been coming up over and over again that I want to bring up.
I see many sites that show one comics page per HTML document and force you to hit a next button to view the next page. The big problem with this is that it can take a couple minutes for the next page to download.
There are two smart ways to address this problem:
(1) Put ALL the pages of your story on ONE HTML page. Put them all in a column so that the user only has to scroll downward to read all the pages. This way the rest of the story is being downloaded while you're reading the first page.
(2) Size the pages so that each one is completely contained within a fullscreen browser window.
(2) While you're at it, keep the resolution of the pages down to about 75 dots per inch so that the browser finishes loading faster.
Check out
http://home.pacbell.net/badhad and
http://members.aol.com/cynicalman for examples of two people who've gotten online comics right! (Actually, the Bad Habit site has the resolution set much too high, but otherwise it's great!)
------------------
Ben Adams
Mediawarp Comics
www.mediawarpcomics.com[This message has been edited by Ben Adams (edited 12-24-98).]
[This message has been edited by Ben Adams (edited 12-24-98).]