Page 1 of 1

ScreevoCMS: A Very Simple Content Management System.

Posted: Sun Aug 27, 2006 3:57 am
by screevo
So I've developed a content management for myself. But I figure I might lend it to other people. So far, I've designed the administration functions in such a way that make sense to me, but I'm sure a UI designer would cringe.

Two live demonstrations are http://www.screevo.com and http://wedding.screevo.com .

A test using the design from my main page is at http://test.screevo.com with information on how to log in on the main page.

Things that I know need changed:
1. A link back to the main page of the admin panel from every admin page.
2. The ability to upload images and files, especially for the side bar.

Any suggestions or comments would be great.

If you are interested in the code, it is at viewtopic.php?p=302566

Posted: Sun Aug 27, 2006 8:22 am
by feyd
Isn't this the same code we're discussing in Code Critique? Why post it again in UI of all places or at all?

Posted: Sun Aug 27, 2006 8:50 am
by screevo
feyd wrote:Isn't this the same code we're discussing in Code Critique? Why post it again in UI of all places or at all?
... Because one of the mods told me this is where it belongs? viewtopic.php?p=303359#303359

If I was correct, Code Critique was more oriented to quality of the code. This forum is for quality of the actual user interface generated by the code. I figure different people read different forums for different reasons. *shrug*

Posted: Sun Aug 27, 2006 9:19 am
by feyd
Generally when we talk of UI, the PHP behind it is less of a concern. It's the output that we care about. Normally, that's simply posting an active link; which you did.

Posted: Sun Aug 27, 2006 9:26 am
by screevo
feyd wrote:Generally when we talk of UI, the PHP behind it is less of a concern. It's the output that we care about. Normally, that's simply posting an active link; which you did.
I'll edit out the code, and link to the thread containing it.