Website Critiques
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWebsite Critiques

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 13th, 2004, 11:24 AM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
imamis.com

There is almost no content yet, but I have just about finalized the design. Please tell me what you think.

imamis.com

EDIT: made it a link so you don't have to copy and paste.

Reply With Quote
  #2  
Old November 13th, 2004, 03:05 PM
Kimppa Kimppa is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2001
Location: Finland
Posts: 711 Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 5 Days 19 h 19 m 54 sec
Reputation Power: 35
First thing I paid attention to was the aligning of the site. The way it's now - it's not in the center, nor is it right aligned. I'd don't like the way it's now, but that's just me. I'd center align it.

Then the headers for the navigation links ("movies","music","links"), maybe replacing those with some images - even if it just were the same texts with some effects (such as shaddow).
__________________
Fatal error on row 561: Couldn't access life - life isn't set

Reply With Quote
  #3  
Old November 13th, 2004, 04:21 PM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
It's centered for me, but perhaps you have a smaller screen size than me.

Reply With Quote
  #4  
Old November 13th, 2004, 07:14 PM
Kimppa Kimppa is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2001
Location: Finland
Posts: 711 Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level)Kimppa User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 5 Days 19 h 19 m 54 sec
Reputation Power: 35
I tested it with 1024x768
Sites should never be coded so that they require one specific resolution to be shown correctly.

Reply With Quote
  #5  
Old November 14th, 2004, 12:14 AM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
Do you know how I can fix that?

Reply With Quote
  #6  
Old November 14th, 2004, 09:07 AM
Nyyla Nyyla is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 48 Nyyla User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 15 m 15 sec
Reputation Power: 5
well you could add frames to the site so that left and right frames contain the blue background and their width is '*'. then make the middleframe contain the work you have made and of course set it's width to what is appropriate.

Reply With Quote
  #7  
Old November 15th, 2004, 03:40 PM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
I don't like to use frames-- just CSS.

Reply With Quote
  #8  
Old November 15th, 2004, 04:47 PM
deltacoder's Avatar
deltacoder deltacoder is offline
slightly insane code guru
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2004
Location: Indianapolis, IN
Posts: 871 deltacoder User rank is Sergeant (500 - 2000 Reputation Level)deltacoder User rank is Sergeant (500 - 2000 Reputation Level)deltacoder User rank is Sergeant (500 - 2000 Reputation Level)deltacoder User rank is Sergeant (500 - 2000 Reputation Level)deltacoder User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 h 8 m 36 sec
Reputation Power: 12
Send a message via AIM to deltacoder Send a message via MSN to deltacoder
Code:
<div align="center">this stuff will be centered on the page</div>


or, if you create a more liquid layout (preferable)
Code:
<div style="margin-left: 20%; margin-right: 20%;">this stuff has some large borders on the sides</div>
__________________

deltacoder.com :: W3C Standards :: PHP.net :: Google

Reply With Quote
  #9  
Old November 15th, 2004, 06:12 PM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
I'll try that. Thanks!

Reply With Quote
  #10  
Old November 15th, 2004, 06:18 PM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
IT does not work. Here is what my stylesheet looks like:

Code:
#logo {
        background: #EAE8E4;

}

/* iMamis.com naviGation bar */
.navbar {

 
        background: #ccccbb;
        z-index: 1;
        width: 150px;
}

.navlinks {
        color: #000;
        font-family: Verdana;
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        margin-left: 25px
}

.navlinks a:link, a:visited, a:hover, a:active {
        color: #0048A0;
        text-decoration: none;
        text-align: right
}

.navlinks a:hover {
        text-decoration: underline;
        color: #6B0000
}


.navheader {
        color: #000;
        font-family: Helvetica;
        text-align: left;
        text-decoration: underline;
        font-weight: bold;
        font-size: 14pt;
        margin-left: 5px;
        width: 150
}

.navheader a:link, a:visited, a:hover, a:active {
        color: #000;
        text-decoration: none
}

.navheader a:hover {
        text-decoration: underline;
        color: #6B0000
}
/*End of naviGation bar */

body {
	background: #AABDCD;
	padding: 0px;
	margin: 0px;
	color: #000;
    font: 84% Arial, Helvetica, sans-serif;
}

.wholepage {
    margin-left: 20%;
    margin-right: 20%;
}

Reply With Quote
  #11  
Old November 18th, 2004, 06:14 AM
maxintosh's Avatar
maxintosh maxintosh is offline
Procrastinator Extraordinaire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 125 maxintosh User rank is Private First Class (20 - 50 Reputation Level)maxintosh User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 29 m 34 sec
Reputation Power: 4
Send a message via AIM to maxintosh
OK, it's fixed. What do y'all think of the site now?

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWebsite Critiques > imamis.com


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT