Forum Moderators: phranque

Message Too Old, No Replies

How to display a webcomic?

Whether to use one picture or many

         

elliotgoodrich

6:37 pm on Jun 26, 2007 (gmt 0)

10+ Year Member



Hi, I'm new to this forum, but I've been lurking here for a while.

I was thinking of making a web comic on a personal site. I have discovered that if I save each cell of the comic, then the file size is, in total, smaller. I know my way around image compression so that's not the question really.

I want to know whether it would be better to split up a comic into the cells then use CSS to display it properly.

If for instance loading individual images would kill the joke, or if it would just be more manageable.

Thanks

SuzyUK

6:59 pm on Jun 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, elliotgoodrich

good question! I would think CSS would be better, but then I would say that ;)

However what I would say is code/markup the page in the direction of the comic strip, do it with and without tables, (don't worry about the images yet!) then take a listen with a screen reader (if you can) or read it in "fangs" or a text browser and see which version makes more sense to you and some of your friends - not the tech friends if you can! ;)

if there's nothing between them go with what ever method you find easiest, if the simple markup makes easy reading/listening then you can do it with one image, in which case your image optimization skills will come into play but it's likely you will need a lot less mark up to achieve the same effect - obviously if one is favoured that will be your choice

fwiw, I don't think loading individual images would kill the joke any more or less than loading one image, but I would say one image is more manageable

SuzyUK

7:27 pm on Jun 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



PS.. once it's marked up, you needn't use one image or fill table cells.. the design can usually be made to fit the markup

CSS Zen Garden Comic [csszengarden.com]

katana_one

1:19 pm on Jun 27, 2007 (gmt 0)

10+ Year Member



If for instance loading individual images would kill the joke,

This, I think, is why so many webcomics that I'm familiar with load each installment as a single image, rather than individual panels. If the last panel in the comic loads first, because it happens to be the smallest image, the joke could indeed be ruined.

Also, from a semantic point of view, each installment of a comic strip is usually created as a single piece of art, and only makes sense when viewed as a whole, and therefore should be marked up as such.

Just my two cents, of course.

dragsterboy

11:37 am on Jul 2, 2007 (gmt 0)

10+ Year Member



You can try to implement it with an alternative layout, something that is not so traditional with regards to inline comic strips. Like the online version of Garfield. [garfield.com...]

Frida

12:22 pm on Jul 5, 2007 (gmt 0)

10+ Year Member



has anybody of you guys seen McLeod's cartoons on the back of a business card? Google for gapingvoid, you love them.

dragsterboy

11:40 am on Jul 20, 2007 (gmt 0)

10+ Year Member



That is a very interesting way of conveying a message!

Frida

11:54 am on Jul 23, 2007 (gmt 0)

10+ Year Member



you know what? you could draw the comics, then scan them and save them to nice jpeg files which could be later uploaded in your let's say Wordpress blog on cartoons and comics. You could write descriptions and stories that will accompany each comic or drawing. That way you will have a site that is covering the desired by you topics and you will have a really good CMS in the work of this Wordpress blog. People call this to Kill to Birds With One Stone. :)

John_Blake

12:48 pm on Jul 25, 2007 (gmt 0)

10+ Year Member



that sounds like the best option offered so far