So I've noticed that The Duck has gone/is still going through some serious issues when it comes to site design. And that's all right, so long as steps are being taken to improve the site to be a user-friendly hub of comics.
The problem I'm seeing is that in every bug post there's always that 'We'll fix it. Maybe. If we can.
This is definitely one of the first things on the to-do list if/when we can fix some things on the site.
I'm just wondering what's preventing the admins/mods/devs from fixing some of the more annoying parts of the site.
Things that should be easy to deal with (in HTML, JS, or even ASP) are still left hanging:
Personal Quacks:
This one unfortunately isn’t a bug so much as a misguided ‘feature’ from the site’s big redesign. Just try to check PQs frequently to avoid missing them.
Telling the user how to work around a problem is fine. But saying it's a 'feature' and leaving no indication of a future fix is… well… wrong.
Unless it is imperative to keep every single PQ ever received, it is a good idea to organize/handle the number of PQs because opening too many can actually crash the site.That's just bad database handling. If you need to keep bandwidth down, give users a PQ cap and auto-delete after so many. Strings take up the most storage, but it's really not that much.
Stats:
Yep. :( Sorry. This is definitely one of the first things on the to-do list if/when we can fix some things on the site.
If it doesn't work, why even enable the tab for users to see? Total Pageviews is pretty easy to deal with, and that's the only thing that doesn't seem to work.
Comics:
This happens when you don’t give the image files for your pages unique names. So if you upload a new page called “page5.jpg” and you have an older page with the same name, the old one will be replaced with the new page.BAD database handling. WORST database handling. Just run uploaded images through a generated hash with an index that allows you to see the comics in whatever order specified, without overwriting duplicate file names. Muliple chapters should be able to have 'page 1' instead of annoying work-arounds.
Lastly, something that I haven't seen any feedback on: Comic size. TDWC resizes my comic images to roughly 1.25x their original size, giving them a blurry look. The option to keep the initial resolution is either well-hidden or nonexistant.
So with these things in mind, I ask:
What is keeping you from fixing the site? I see constant activity from the admins on the bug lists and workarounds, but no real progress on the site. Did you pay someone to re-design it instead of making it yourself, and that's why there's no development? Or is it just that you have no time to work on the site?
I ask because I'm frustrated with the current state of the site and would like to see it fixes. I have great respect for the creators of the site that have made a great place for people to share their comics. I just wish it were slightly less confusing that Fotobucket's UI.
Mark out.