JunkyardDawg wrote:The 'sorted by category' thing is an excellent idea, but I'm a little werirded out by the fact that CRFH is apparently now a Science Fiction story. :-?
I think Martiza requested to be put there. I think. I'm pretty sure, anyway. Did she? I'm PRETTY sure she did. ^^;
Well, in any case, MOST of the comics are in the category because the creator wanted it there. Either that, or Chris and/or I put the comic in the category, showed the author, and they didn't have any complaints.
Making categories is a tough we may revise later. For now, I wanted to keep it relatively simple. As some of y'all noted, some comics fit in many categories, so for each we just went for the ones they predominantly fit in.
Tanukitsune wrote:Even Keenswag and Quickkeen are green now!
Warpkeen will be green too, eventually. Anyone here use Warpkeen? ^^;
Freak wrote:And I noticed CRFH is under two categories.
I'm only seeing it under sci-fi. Maybe it was fixed since you posted this.
Tim Tylor wrote:I'm glad that the Premium-content comics are being listed among the others and marked with asterisks, though I think it should say somewhere on the front page what the asterisks mean. There are also other bits of Premium content with some of the regular strips; the Keen Cribs at "Greystone Inn" and the high-resolution archives and behind-the-scenes stuff at "General Protection Fault". It would be good to have that stuff listed somewhere, especially since it's one of the selling points for Premium.
I'm afraid I wans't very knowledgable on exactly what Premium content we had when I edited the Premium info pages. ^^; I only wrote "Look around! You may be surprised!" (derher!) for now, but we do need to add a specific list of benefits sometime in the future.
Crystalis wrote:As for the changes coming to the forums, are they gonna fix the lag that sometimes plagues this place?
It's just aesthetic changes; the forums will still be on the same server. Not to say they're not planning to work on the speed of the forums too, but that's not in my area. =3
Brad J. Guigar wrote:The new green tone was a necessary change. The old green was an RGB green that was not possible to duplicate in print. The new green will look the same in print and on your screen.
Also, the new green won't make blood shoot out your eyes like the old green did! :)
Harry the Furry Squid wrote:1) It's slow. Very slow. I'm on dialup, so each mouse-over description pulled incurs a delay of 3 to 4 seconds. I would have embedded the necessary mouseover data in the initial page (excluding the image), and perhaps served the page with GZIP compression to compensate. But maybe that's my fault for having dialup.
I tried to find a million ways to do the mouseover descriptions, and the IFRAME turned out to be the only dependable way to do it across multiple browsers. ^^; I was a little worried about the load times it would cause, but this really was the best way to go, especially when it comes to making it less of a strain to add more comics to this list later down the road. I apologize to all the dial-up users who are suffering from this.
2) It's heavily table based - my DOM Inspector is showing 3 or 4 levels of table nesting. I can understand why a table is both necessary and appropriate for the actual comic listings, but the remainder of the page is essentially a linear layout, and should be marked up as such. There are also a large number of IFRAMEs, which are less than efficient on many popular browsers.
There are only two. Which I guess IS a lot for one page, but oh well. I tried to find other ways besides IFRAME to feature Keenspot's news column too, but eventually had to settle on that.
Sorry, but I don't condsider a site being "heavily table-based" to be an actual problem.
Everything is too damn small, and it's a fixed width design. Is there any particular reason why. Those two points are related. It might look fine on an 800x600 monitor, but pretty much anyone who's brought a computer in a last 5 years or so has a screen with a far higher resolution, and a good proportion will be using it. Even on 1152 (my resolution), it's starting to look silly. The text inviting comments, is just 10px high (~2mm), which is too small for comfort without manual enlargement.
If you fix the width of the site, it looks silly on large resolutions, but if you DO fix the width of the site, it ensures all the text and images are laid out the way you intended them to, on most systems. It's a trade-off. I've designed websites of both types before. In this case, making the width fixed cuts down on a whole lot of ugly empty space that would be created if someone decided to expand their browser all the way on their wide monitor. I think it's worth having it look silly to the 100 people who have 2000-pixel wide monitors.
It isn't valid HTML. Ignoring the lack of a doctype (which is mandatory -- I suggest using 4.01 transitional), there are 307 mistakes on the front page (according to the W3C validator). It's much easier to make pages behave reliably in any browser when the markup is correct, so in the long term writing valid markup will save time.
The way I check and see if a page is "valid" is by looking at it in a web browser. If there's a part that doesn't look the way I intended it to, then it's "invalid."
Seriously, dude. I consider myself to be a pretty anal web designer, but I'm not THAT anal. Online "validators" consider it a mistake if you don't put quotes around the values of every single element in the tags.
5) The images are unnecessarily large. With the help of optimised PNG images, your images could be much smaller, saving Keenspot bandwidth. For example,
PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF PNG is not more optimized than GIF (etc)
The next person who tells me PNG is revolutionizing the world and I should replace all my GIFs with it is getting kicked in the nuts!
No indication of comic popularity. I'm not saying this should be on the main page, but I like to know how popular comics are relative to each other. Let's have that information somewhere.
This is true. It is one of those necessary evils, I guess. I think the Media Kit would be a good place to put this, and I'm sure Chris will update that section eventually... hahaha
1) It looks more professional than before -- that's partly a function of the change in colour scheme, and partly the adoption of more modern design practices.
2) It doesn't load a huge number of images. Although offset rather by runtime slowness, it was difficult to find any particular comic on the old site without waiting for the thumbnails to load.
3) New Keenspot comics. Maybe these were on the old site too, but I seem to see some new faces here. That's good
4) Change for the sake of it -- is often good. In this case, it should wake people up to reading other comics on the list.
We sure hope so! And thanks for the comments, y'all. Sorry if some of my responses didn't sound very professional. The reason for that is because I'm not very professional.