ScreevoCMS: A Very Simple Content Management System.

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
screevo
Forum Commoner
Posts: 25
Joined: Fri Aug 25, 2006 12:04 am

ScreevoCMS: A Very Simple Content Management System.

Post 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
Last edited by screevo on Sun Aug 27, 2006 9:28 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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?
screevo
Forum Commoner
Posts: 25
Joined: Fri Aug 25, 2006 12:04 am

Post 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*
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
screevo
Forum Commoner
Posts: 25
Joined: Fri Aug 25, 2006 12:04 am

Post 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.
Post Reply