24-09-2005, 11:33 AM
|
#1 (permalink)
|
|
Cool as a CUCUMBAR ! ! !
Join Date: Dec 2003
Posts: 5,052
|
Web page size ! ! !
whot should b a normal Web page size (width & height) ???
& how do u decide page size ???
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
24-09-2005, 03:05 PM
|
#2 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
Ideal resolution should be 800 x 600. But now people are slowly moving towards 1024 x 768.
Mainly you should take more care about the width. If its more height and the page needs to be scrolled horizontally, its not considered too bad.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
24-09-2005, 05:56 PM
|
#3 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
Better is to use CSS and define the Height and width of the content in Percentage .. So if your sidebar takes 10% of area, it will be automatically adjusted for people having different resolutions .. This also helps in resizing windows ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
24-09-2005, 09:44 PM
|
#4 (permalink)
|
|
Alpha Geek
Join Date: Feb 2004
Location: New Delhi
Posts: 890
|
Quote:
|
Originally Posted by tuxfan
Ideal resolution should be 800 x 600. But now people are slowly moving towards 1024 x 768.
Mainly you should take more care about the width. If its more height and the page needs to be scrolled horizontally, its not considered too bad.
|
u mean vertically
|
|
|
25-09-2005, 12:28 AM
|
#5 (permalink)
|
|
In The Zone
Join Date: Apr 2005
Location: South Pune
Posts: 275
|
well it goes like this.
800x600 size can run on 1024x768 without any problems, and 1024x768 size gives scrollbars when viewed at 800x600 resolution.
so the former is always preferred in serious web designs.the main aspect to be kept in ideal web design is dat u shd't get horizontal scroll bars at all when tested on these both standard resolutions and in both major browsers, IE n firefox.
hope it helps u.
|
|
|
25-09-2005, 10:41 AM
|
#6 (permalink)
|
|
In The Zone
Join Date: Jan 2004
Location: somewhere
Posts: 420
|
make webpage size relative:
5% of page width as left-margin
10% of page width as right-margin
if you don't happy with this setting stict to 800x600
__________________
[ॐ एसएमएस॰सोल्भर ॐ]
|
|
|
25-09-2005, 11:24 AM
|
#7 (permalink)
|
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
I completely agree with batty...that's the best way to go about things.. talking from personal experience
__________________
Mumbai, I miss you. :(
|
|
|
25-09-2005, 11:54 AM
|
#8 (permalink)
|
|
9437077259
Join Date: Sep 2005
Location: Sambalpur, Orissa
Posts: 1,261
|
Well, is there a way from which as soon as the user goes to our web page, his screen resolution is determined by the browser and the webpage for that screen resolution is opened automatically. I understand that for this I will have to make the same web-page for different screen resolution, but that is fine for me.
|
|
|
26-09-2005, 12:59 PM
|
#9 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
I agree with batty that its always better to specify widths in %. But at times, it isn't possible due to various factors. For example, every time we sit to make a new template for a site, we have to decide the resolution. So usually we stick to 800x600. In every template, there are always a few visually co-ordinated and sliced images. So its not always possible to use %
Quote:
|
Originally Posted by isaan
u mean vertically
|
 I mistyped. You are right. I meant vertically.
Quote:
|
Originally Posted by go4saket
Well, is there a way from which as soon as the user goes to our web page, his screen resolution is determined by the browser and the webpage for that screen resolution is opened automatically. I understand that for this I will have to make the same web-page for different screen resolution, but that is fine for me.
|
 So you make the same site twice everytime?  I don't think I will have time or patience to do it! And if client is not willing to pay double for this, I will earn only half of what I can  Sounds practically difficult.
|
|
|
26-09-2005, 04:25 PM
|
#10 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
|
The best option would be to use CSS and give the area in percentage
however if u r going to make the page 800x600 is ideal
Thanks
Regards.
Expertno.1
__________________
Off From Digit Forum for some months.....busy
|
|
|
28-09-2005, 05:21 PM
|
#11 (permalink)
|
|
Cool as a CUCUMBAR ! ! !
Join Date: Dec 2003
Posts: 5,052
|
any site for css, wanna learn in detail ???
__________________
... W H O T ...
|
|
|
28-09-2005, 05:33 PM
|
#12 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
W3Schools is a nice place to start ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
28-09-2005, 07:44 PM
|
#13 (permalink)
|
|
Human Spambot
Join Date: Nov 2004
Location: Madurai
Posts: 2,349
|
I still remember the days when u were advised 640x480 as ideal size../
Generally speaking, as of this date, most common resolution is 800x600. However, when u design a webpage, u have to take into account the targetted audience. As many specify, it is better to use % width in ur html code... For personal webpages that u want ur kith and kin to visit, designing for 800 x 600 will be enough.
Two more things... One important thing is that u try out different resolutions and different browsers to see how ur page gets rendered. Many websites that are designed and verified using IE only end up getting messed up in other browsers (this is usually because of errors in Javascript/CSS, for which IE tends to be much more lenient than other browsers). Second may be important depending on the targetted audience. It is often forgotten that sometimes, audience might be browsing on PDAs - if ur audience has a higher chance of doing this, u must seriously check with various PDA browsers and see how they render...
For most things related to HTML, u can always start at www.w3c.org - the website of the World Wide Web Consortium. They have a good list of links to various HTML-related concepts.
Hope this helps.
Arun
|
|
|
29-09-2005, 11:49 AM
|
#14 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
Even if your base resolution is 800x600, you can't design the template at that size. You have to account for the pixels that are taken away by the task bar, scroll bars, tool bars, etc. So the template has to be little lower than 800x600. Only then it will display properly at 800x600.
Best way is to design the template and make a page that displays the jpg of template in a browser. If it fits properly without horizontal scroll bars, its usually right. But I somehow try to keep some part of the template that can be stretched to fit if the page gets displayed at higher resolution
Best thing is to use a mixture of fixed values and % values.
As for CSS, Batty, any other link besides W3Schools? I have already saved it and refer it every now and then, but something more advanced with tips would help
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
30-09-2005, 12:05 AM
|
#15 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
I myself have this book by Wrox . .. Great book indeed ..
Some links I found usefull :
AListApart ... Very nice one .. and
SitePoint ..
Deswozhere .. This I found by Googling  .. Seems a nice place .. Ill too dig it ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
30-09-2005, 12:22 PM
|
#16 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
Thanks for the links. I will buy that book.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|