NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page question about making a design

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 05-20-2010, 12:28 PM THREAD STARTER               #1 (permalink)
NamePros Regular
 
jurrie's Avatar
Join Date: Jun 2005
Location: Belgium
Posts: 326
jurrie is a jewel in the roughjurrie is a jewel in the roughjurrie is a jewel in the rough
 



question about making a design


hello,

I have a question for the webdesigners ( not coders ) amongst us.

i want to make my own design, but i'm pondering about what size to use in photoshop, so what is the standard width for a webdesign nowadays ( in pixels )

thanks

Jurrie
jurrie is offline  
Old 05-20-2010, 09:10 PM   #2 (permalink)
Freelance Web Designer
 
Janine's Avatar
Join Date: May 2006
Location: Philippines
Posts: 3,019
Janine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond reputeJanine has a reputation beyond repute
 



Cystic Fibrosis Save a Life
Is There A Perfect Web Design Width?

But I always go with 1024
Janine is offline  
Old 05-21-2010, 12:49 PM THREAD STARTER               #3 (permalink)
NamePros Regular
 
jurrie's Avatar
Join Date: Jun 2005
Location: Belgium
Posts: 326
jurrie is a jewel in the roughjurrie is a jewel in the roughjurrie is a jewel in the rough
 



thanks for your reply Janine
jurrie is offline  
Old 05-22-2010, 06:30 PM   #4 (permalink)
Senior Member
Join Date: Sep 2006
Location: London, UK
Posts: 1,922
Erdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond reputeErdy has a reputation beyond repute
 



I mostly use 960px. I have used 980px too but rarely.

1024px wide screen resolution is common resolution for most 17" monitors and 10" netbook monitors. The scrollbar will take 17px on windows XP. If you make the site wider than 1007px then those 17" monitor and 10" netbook users will see a horizontal scrollbar because the page will not fit.

Since 17" monitors have become less and less common over the last few years, I was planning to design for 19" which has 1280px wide standard resolution. But with the introduction of netbooks I will stick with designing for 1024px.

Btw, I never use photoshop for web design. I always start with something like this and continue from there:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	background-color: #E8E8E8;
}
#content {
	height: 500px;
	background-color: #D7D7D7;
}
#footer {
	height: 100px;
	background-color: #CCCCCC;
}
-->
</style>
</head>

<body>
<div id="container">
  <div id="header">header</div>
  <div id="content">content</div>
  <div id="footer">footer</div>
</div><!-- end container -->
</body>
</html>
Erdy is offline  
Old 06-04-2010, 11:49 AM   #5 (permalink)
NamePros Member
Join Date: Feb 2010
Posts: 99
digital29 is an unknown quantity at this point
 



960px for wordpress themes
780px for small, presentation sites
digital29 is offline  
Old 06-07-2010, 03:29 AM   #6 (permalink)
New Member
Join Date: Jun 2010
Posts: 6
innes is an unknown quantity at this point
 



My Photoshop canvas is usually 1200x1200 so I can design the background and any fixed width elements easily, but the main width of the design itself is around the 960px mark as others have said
innes is offline  
Old 06-18-2010, 01:43 AM   #7 (permalink)
First Time Poster!
Join Date: Jun 2010
Posts: 1
MelissaPhilip is an unknown quantity at this point
 




775px is a default width for creating a web page..
Last edited by mis_chiff; 10-09-2010 at 12:17 PM.
MelissaPhilip is offline  
Old 06-18-2010, 01:51 AM   #8 (permalink)
Senior Member
 
CureCancer's Avatar
Join Date: Oct 2005
Posts: 4,165
CureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond reputeCureCancer has a reputation beyond repute
 


Cancer Survivorship
1024px is the best option.
__________________
Government of the people, by the people, for the people, shall not perish from the Earth.
Abraham Lincoln
CureCancer is offline  
Old 06-29-2010, 12:03 PM   #9 (permalink)
New Member
Join Date: Jun 2010
Posts: 8
tcrp is an unknown quantity at this point
 



Now a days many options are there but 960px is middle to the range. Also depends on what kind of design you want to design.
tcrp is offline  
Old 08-07-2010, 08:55 AM   #10 (permalink)
New Member
Join Date: Aug 2010
Posts: 2
fdiola is an unknown quantity at this point
 



I would recommend to use 960px for flexibility but 1024px now are the way to go.
fdiola is offline  
Old 08-07-2010, 02:58 PM   #11 (permalink)
NamePros Regular
Join Date: Apr 2007
Location: Texas
Posts: 451
ToryC103 is just really niceToryC103 is just really niceToryC103 is just really niceToryC103 is just really nice
 



I believe differently than the others here.

If your target demographic is 18-25 year old gamers, then use 1024 and up. But, if your target audience is in the baby boomer generations, then you need to design your site at 800x600.

I personally hate 800x600, and one day it will be irrelevant. My favorite width is 960px.
__________________
OtherInvestments.com
ToryC103 is offline  
Old 08-17-2010, 02:30 AM   #12 (permalink)
NamePros Member
 
karthimx's Avatar
Join Date: Jun 2010
Location: karthimx@gmail.com
Posts: 128
karthimx is just really nicekarthimx is just really nicekarthimx is just really nicekarthimx is just really nice
 




you can use any size above 700 px width. Make sure it set as pixels in photoshop.

Normal size will be 1024px wide and 900px height.
karthimx is offline  
Old 08-18-2010, 03:46 AM   #13 (permalink)
NamePros Member
 
umbrellatechnologies's Avatar
Join Date: Jul 2010
Location: Akola, India
Posts: 31
umbrellatechnologies is an unknown quantity at this point
 




Normally I use 980 pixels. I believe 800 x 600 is irrelevant now a days.
__________________
Nick
Umbrella Technologies | Offshore Web Development partner
umbrellatechnologies is offline  
Old 09-01-2010, 10:01 PM   #14 (permalink)
New Member
Join Date: Aug 2010
Location: 2481 E Ft Lowell Rd
Posts: 5
MaryLyons9 is an unknown quantity at this point
 



you don't need to worry about web design and size because there are so much online web template which you can use to make your own website easily.
so don't worry about this.
MaryLyons9 is offline  
Old 09-15-2010, 12:35 AM   #15 (permalink)
New Member
Join Date: Sep 2010
Posts: 2
brettait is an unknown quantity at this point
 



1024 and 960 are good,Normally i use 1024
brettait is offline  
Old 09-22-2010, 05:06 AM   #16 (permalink)
New Member
Join Date: Sep 2010
Posts: 10
iamjohnbrown is an unknown quantity at this point
 



You can opt for the resolution of 1024 x 768 in the first few days. Most of the analytics software allow you to get the resolution of the client. If there are variety of resolutions, you can try fluid layout which will be easier to maintain.
iamjohnbrown is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 04:54 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger