473,729 Members | 2,150 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Defining the resolution of a site

Hello, I'm beginning to create a web site but I'm facing a big problem
for which I didn't find any solution!! I'm using the 1024*768 screen
resolution, and when I change it to 800*600 the page is visible but
with the scroll bars. So the design is no longer the same..
Same thing if I work on a 800*600 resolution, the page is too ugly to
bee seen..
I don't want to work with frames. Concerning the creation of tables
with fixed width (100 %), it doesn't work when I changed the
resolution. And the problem is that I couldn't put pictures on the
screen extremities(so I used frames (In Dreamweaver MX...))
Thanks for helping...

Sep 13 '05 #1
19 1947
Tim
On Tue, 13 Sep 2005 05:34:04 -0700, mehdi.louizi sent:
Hello, I'm beginning to create a web site but I'm facing a big problem for
which I didn't find any solution!! I'm using the 1024*768 screen
resolution, and when I change it to 800*600 the page is visible but with
the scroll bars. So the design is no longer the same.. Same thing if I
work on a 800*600 resolution, the page is too ugly to bee seen..


Congratulations ! You've realised that your website looks different in
different web browsers, and always will. This isn't paper, and the
display medium will be different for many people (different screens,
browser windows at different sizes, etc.). This is something that you
have to work with.

Playing with frames, tables, and images, trying to *set* a site to be a
certain dimension just isn't going to work. You need to find a way that
your site neatly fits into browsers of all shapes and sizes. You've
offered no-one here a URI or good description of what you're doing, so
you're not going to get specific advice, from anyone, about how to
approach this, at this time. But, basically, you've got three simple
things that you can rely on when placing images on the page, you can put
them on the left, middle, or right, anything else is less predictable, or
achievable. And you're in for a hell of a time trying to insist that some
image be a certain size for all browsers (e.g. a banner graphic filling
90% across the page for everyone).

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please destroy some files yourself.

Sep 13 '05 #2
Tim wrote:
Playing with frames, tables, and images, trying to *set* a site to be a
certain dimension just isn't going to work.


Please engrave this on my tombstone, after my manager kills me. It'll
happen in about an hour, after we've launched a site with exactly these
issues 8-)

Sep 13 '05 #3
me**********@gm ail.com wrote:

I don't want to work with frames. Concerning the creation of tables
with fixed width (100 %), it doesn't work when I changed the
resolution. And the problem is that I couldn't put pictures on the
screen extremities(so I used frames (In Dreamweaver MX...))

Don't use tables for layout.
Don't use a fixed width design.
Somewhere on the macromedia site are articles that discuss dreamweaver
design techniques that produce both tableless and fluid pages.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Sep 13 '05 #4
Jim Moe a écrit :
me**********@gm ail.com wrote:

I don't want to work with frames. Concerning the creation of tables
with fixed width (100 %), it doesn't work when I changed the
resolution. And the problem is that I couldn't put pictures on the
screen extremities(so I used frames (In Dreamweaver MX...))

Don't use tables for layout.
Don't use a fixed width design.
Somewhere on the macromedia site are articles that discuss dreamweaver
design techniques that produce both tableless and fluid pages.

Tableless layout with Dreamweaver. DreamWeaver has a 6 parts tutorial on
how to use CSS template instead of table design:
"tables do a pretty lousy job of page construction. Among their
shortcomings is the implied bias of the code towards presentation rather
than structure, the necessity to nest tables in order to achieve the
most basic of layouts, and enough redundant bandwidth-hogging tags to
feed a large family of tag eating monsters for literally a month."
http://www.macromedia.com/devnet/mx/...ss_layout.html

Gérard
--
remove blah to email me
Sep 13 '05 #5
me**********@gm ail.com a écrit :
Hello, I'm beginning to create a web site but I'm facing a big problem
for which I didn't find any solution!! I'm using the 1024*768 screen
resolution, and when I change it to 800*600 the page is visible but
with the scroll bars.
So? What's so awful about that? A vertical scrollbar is normal,
absolutely acceptable.

So the design is no longer the same.. Same thing if I work on a 800*600 resolution, the page is too ugly to
bee seen..
The nr 1 problem with most sites on the web is their fascination and
relentlessness for pixel-accurate design. Such choice of design is
pratically impossible to achieve for several browsers, is extremely
difficult to achieve, requires constant tuning up and is very often not
scalable, not accessible. Best choice design is scalable CSS design,
fluid design.
I don't want to work with frames. Concerning the creation of tables
with fixed width (100 %),
I do not recommend table design.

it doesn't work when I changed the resolution. And the problem is that I couldn't put pictures on the
screen extremities(so I used frames (In Dreamweaver MX...))
Thanks for helping...


Any size design:
http://allmyfaqs.com/faq.pl?AnySizeDesign

Tableless layout:
http://allmyfaqs.com/faq.pl?Tableless_layouts

It's difficult to suggest more since your post did not provide any url.

Gérard
--
remove blah to email me
Sep 13 '05 #6
Another table-free design reference:
http://www.workingwith.me.uk/tablefree/

--
James Pickering
http://jp29.org/
Table-free layout

Sep 13 '05 #7
me**********@gm ail.com wrote:

Hello, I'm beginning to create a web site but I'm facing a big problem
for which I didn't find any solution!! I'm using the 1024*768 screen
resolution, and when I change it to 800*600 the page is visible but
with the scroll bars. So the design is no longer the same..
Same thing if I work on a 800*600 resolution, the page is too ugly to
bee seen..
I don't want to work with frames. Concerning the creation of tables
with fixed width (100 %), it doesn't work when I changed the
resolution. And the problem is that I couldn't put pictures on the
screen extremities(so I used frames (In Dreamweaver MX...))
Thanks for helping...


First of all, tables should be used only for tablular or columnar
presentation of data. Don't use them to create margins or other
such layout situations.

More important, don't design with any assumptions about the user's
hardware or software. Remember, some of us can use 1280x1024
display resolution but still prefer 800x600. Some might want to
view your Web page from a Web-capable cell phone, via Web-TV, or
with an audio browser.

See the "Viewable With Any Browser Campaign" at
<URL:http://www.anybrowser. org/campaign/index.html>. In your
particular situation, navigate to "Design Guide > Design Elements >
Screen Size". But read the rest of "Design Guide", too.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Sep 13 '05 #8
Tim
Tim wrote:
Playing with frames, tables, and images, trying to *set* a site to be a
certain dimension just isn't going to work.

dingbat sent:
Please engrave this on my tombstone, after my manager kills me. It'll
happen in about an hour, after we've launched a site with exactly these
issues 8-)


I'm reminded of a recent e-mail I received, where someone proclaimed,
"I've used JavaScript linking to avoid HTML validation errors". I don't
know why they believed that. To top it off, their JavaScript navigation
linking was a misused form element! :-\

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please destroy some files yourself.

Sep 14 '05 #9
Jim Moe wrote:
Don't use a fixed width design.
There's one very good reason for a fixed width design (why I do it
anyway).

I get _paid_ to do fixed-width designs. I don't get paid to do fluid
designs.

In my caped and masked nightime alter ego (there are pictures on
flickr) I write proper semantically kosher table-free sites with nice
fluid designs. I also eat quiche and code Pascal. They don't work
desperately well on IE, but then I just don't care -- these users need
to learn anyway.

Then I run out of money, so I go and get a day job. Here I build site
back-ends to implement some Mac-wielding barrista's paper-based
static-pixie dezyn. Everything is fixed width (and ideally fixed
height) because that's not just what the want, it's what they _demand_.
Then they sprinkle it with ads until it's unreadable, then turn the
hard-coded text size down until no-one bothers reading the site any
more.
Don't use tables for layout.


What do you do when your boss insists on pixel perfect rendering on
Mac/IE and the aforementioned barrista then insists on switching to
tables ?

Sep 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3744
by: Jeroen van vliet | last post by:
Hello, my website is best viewed, and specially designed for 1024 X 786 and higher, when shown on 800 X 600 it look horrible, now is it possible when the viewer enters my site, his/her resolution will be changed automatically to 1024 X 768? Jeroen
12
5688
by: Dave | last post by:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From that point on, I started making gradual adjustments to my web site, in which the margins are tailored to 800 pixels wide. Fonts seem too small! Is this a bad habit I'm getting into? By the way, what resolution are you at? -- ============================ - Dave http://members.cox.net/grundage/
9
6638
by: Aguilar, James | last post by:
I know that one can define an essentially unlimited number of classes in a file. And one can declare just as many in a header file. However, the question I have is, should I? Suppose that, to use the common example, I have a situation where I am implementing many types of Shapes. My current way of thinking is, well, since they are all the same type, let's just put them all in the same file. The include file would be "shapes.h" and it...
1
2172
by: fabrice | last post by:
Hi, I'm trying to get the screen resolution of the client and to realize a treatment in code behind. it seem to be hard. I can get information about the resolution with this following sub, call in Page_Load.I fix the text of The Control Label. But no treatment is possible. If i try to keep out the text of this label in code behind, i have nothing. The variable is empty.
6
3115
by: Sandy Pittendrigh | last post by:
I have a fishing related site with a billion photos, where 600 pixels as a maximum photo width looks OK at both low resolution and high resolution, but spectacular in neither. Browser stats sites say 37% of all users still use 800x600 resolution. So if you have a site you have to deal with that issue somehow. But compromises piss me off. The pages you make (as php developer) could
7
2472
by: Norman Swartz | last post by:
I want to place some graphic images on the web that are optimally viewed at a resolution of 1024 by 768 pixels. Is it possible, within Javascript,to force a particular screen resolution?
1
2592
by: Annemie | last post by:
Hi, Might someone explain to me: Site (again) made with CSS, browser IE7.0, resolution 1152x864. All suits see http://www.naturistart.eu/test/voorbeeld-1.html When I look again on another computer with browser IE6.0, resolution 1280x800 and even the sum of the 3 column because of safety 8px smaller is then the total width of the 3e columns, moves the 3e column
4
1279
by: trint | last post by:
On my development computer, the new site looks and acts great. But when I ask a coleage to check it, the pages never look right: example: 1. the gridviews are always overlaping text. 2. some of the controls are in various places on the page like where they should not be. I have (what appears to be) the tables, rows, columns and cells set
3
2547
oranoos3000
by: oranoos3000 | last post by:
I want to use under statementes for give amount to properties left from tag div <script type="text/javascript"> a=(screen.width); a=a-800; re=0 if(a>0) { if(a%2==1)
0
9426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9280
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9200
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6016
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4795
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.