11-14-2007, 06:09 AM
|
#5 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: California
Posts: 82
Thanks: 0
|
while the effects are neat... I find them problematic.
They cause a non required delay due to the transition. I'd prefer, and often use, just a simple div that appears centered. You can do this with the jQuery library... you just need to get the client widith and height, figure the size of your div, and use simple math to subtract and get the differences. Don't forget to take into account page / browser padding ;)
But the site looks very web2.0, looks like it could be promising.
Just a couple things i noticed, i know it's "sneak peak", but...
The login box didnt go away after i logged in, and the alert boxes are a little... odd. Not use to seeing those nowadays, i think a little unobtrusive notice update on the page would do just fine.
Make it noticeable, but dont lock up the UI.
That's another thing to take into account when designing an User Interface, every time you lock up the UI, you're running a risk. So you need to give them a reliable way to close or cancel any UI lock ups.
But like i said, looks neat. I'll check it out again in a few days.
|
|
|
|