PDA

View Full Version : Website critique?



MiniMan13
05-04-2008, 10:22 PM
www.failedmiserably.com

It will be a site where we will post products or things that are failing, and maybe some customer service reports/reviews.

Anyone have anything to say about the layout, style, design?
Thanks.

Drew Ott
05-04-2008, 10:27 PM
I think it's a functional layout.

Looks nice visually.

I also like the concept.

ConspiracyPenguin
05-04-2008, 11:35 PM
I think the layout is good (a little littered with the left side bar, but it's a blog layout so I can;t really complain) It looks nice (colors, etc) and I like the idea of the whole thing. Overall pretty good.

MiniMan13
05-06-2008, 11:22 AM
Thanks guys!
If anyone has any customer support horror stories, submit them!

Kirk Gillock
05-06-2008, 07:48 PM
Awesome! It looks really nice. Good luck with the site. :thumbsup:

Anhar Miah
05-07-2008, 07:30 AM
Very good, the only thing I would say is use a liquid layout, basically as users with higher resolution screens the content seems to be placed to the left with a lot of empty space to the right,

the trick is in the CSS style sheet to create a single DIV containter which you make center, the inerted container should be set to


align: left;

then in the body parameters you set it too center, that way no matter what resolution your website will look perfect, as the empty space will be evenly spread either side.

if you want more info I'll dig out the tutorials.

Anhar

MiniMan13
05-07-2008, 08:58 AM
Hmm, Anhar it only seems to be going to the left on non standards compliant browsers, firefox 2, and 3 work fine.

Anhar Miah
05-07-2008, 09:35 AM
yes I just tested it under firefox its fine,however IE users will be having the problem, using the suggested method works on all browsers.

Ming
05-07-2008, 10:01 AM
If one were to add up all the development-hours ever spent tweaking code specifically to get CSS to look okay on IE it would be > 1,000,000 years.

I completely made that up, but feel free to use it.

MiniMan13
05-07-2008, 10:50 AM
Yea IE6 Is Absolutely horrible, 7 is ok, but pages still render very different than expected.
Oh and Anhar, ill look into making it work in IE6 / 7 when i get off work today :)

Anhar Miah
05-07-2008, 11:13 AM
@ Ming, lol the sentiment is not far off the truth! :D

MiniMan keep us posted.

MiniMan13
05-10-2008, 09:15 PM
Anhar, im afraid to report, i tried to center it in IE, but it ended up centering everything, and all the text aswell, so i just put a get firefox link on the page instead. :-D

Anhar Miah
05-11-2008, 06:29 AM
yes, thats similar problem I had too, the trick is to make a container "wrapper" which using "align-text: center" (on the "body {}" CSS,) THEN for the container DIV you simply put "align-text: left" and bingo it should now be Centered BUT everthing else should remain the same, hold on let me get the tutorial link (its another IE workround grrr):

try:

http://www.simplebits.com/notebook/2004/09/08/centering.html

and also:

http://www.maxdesign.com.au/presentation/center/

try them, it worked for me tested under IE7 and FireFox