Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Resolution
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 38 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
PhilG  
View profile  
 More options Nov 26 2003, 4:46 am
Newsgroups: alt.html.critique
From: "PhilG" <p...@aplusdesign.co.uk>
Date: Wed, 26 Nov 2003 09:46:13 -0000
Local: Wed, Nov 26 2003 4:46 am
Subject: Resolution
What is the best/safest screen resolution to design for? I currently work in
1280X1024 and I do appreciate that everyone works in this resolution. I have
heard that the safest option is to design for 800X600 although, some people
use javascript to detect the screen resolution and load approriate.

I can see problems with the javascript method:

(1) Not every system has javascript enable
(2) More than one version of the site has be designed (not much done though)

I was just wondering, as a snapshot, what resolution some you design to?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nico Schuyt  
View profile  
 More options Nov 26 2003, 4:51 am
Newsgroups: alt.html.critique
From: "Nico Schuyt" <nsch...@hotmail.com>
Date: Wed, 26 Nov 2003 10:50:38 +0100
Local: Wed, Nov 26 2003 4:50 am
Subject: Re: Resolution

PhilG wrote:
> What is the best/safest screen resolution to design for?

http://www.allmyfaqs.com/faq.pl?AnySizeDesign
Nico

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve R.  
View profile  
 More options Nov 26 2003, 4:52 am
Newsgroups: alt.html.critique
From: "Steve R." <stevie_ritchie(NOSPAM)@hotmail.com>
Date: Wed, 26 Nov 2003 09:52:25 GMT
Local: Wed, Nov 26 2003 4:52 am
Subject: Re: Resolution

PhilG wrote in message ...
> What is the best/safest screen resolution to design for?

Just design for all browser sizes, simply by using percentage figures for the width intead of
*fixed* pixel sizes, then whatever size window your viewer has they will see your website filling
their window, rather than squashed up at 800 pixels wide on a huge monitor.

Steve.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Tasso  
View profile  
 More options Nov 26 2003, 4:59 am
Newsgroups: alt.html.critique
From: "William Tasso" <new...@tbdata.com>
Date: Wed, 26 Nov 2003 10:02:09 -0000
Local: Wed, Nov 26 2003 5:02 am
Subject: Re: Resolution

PhilG wrote:
> What is the best/safest screen resolution to design for?

mine - or more specifically: your visitor

> ...
> I was just wondering, as a snapshot, what resolution some you design
> to?

any reasonable value

btw:  you do of course mean window size.  screen resolution is immaterial.

--
William Tasso - http://WilliamTasso.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rf  
View profile  
 More options Nov 26 2003, 5:00 am
Newsgroups: alt.html.critique
From: "rf" <making.it...@the.time>
Date: Wed, 26 Nov 2003 09:59:51 GMT
Local: Wed, Nov 26 2003 4:59 am
Subject: Re: Resolution

"PhilG" <p...@aplusdesign.co.uk> wrote in message

news:3fc47665$0$12706$fa0fcedb@lovejoy.zen.co.uk...

> What is the best/safest screen resolution to design for?

None. Or rather, any.

"Resolution", by which I assume you mean screen dimensions in pixels, has
nothing at all to do with the dimensions of the browser canvas.

> I currently work in
> 1280X1024 and I do appreciate that everyone works in this resolution.

No, only some people work at this "resolution". Perhaps you are missing a
'not' :-)

> I have
> heard that the safest option is to design for 800X600 although,

Why? What is 'safe' about a particular canvas size. My canvas *can* be
3200x1200 (on my development system) or as small as 200x100 (on my
telephone), or any number in between this.

> some people
> use javascript to detect the screen resolution and load approriate.

A silly thing to do and unreliable at that. Screen "resolution" does not
equal canvas size.

Design for any canvas size.

> I can see problems with the javascript method:
> (1) Not every system has javascript enable

Yep. My telephone does not.

> (2) More than one version of the site has be designed (not much done

though)

Not if you use a liquid design. If you go down the road of a different site
for different 'relolutions' you will rapidly aproach an infinite number of
sites.

> I was just wondering, as a snapshot, what resolution some you design to?

None, or rather any.

Cheers
Richard.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhilG  
View profile  
 More options Nov 26 2003, 5:20 am
Newsgroups: alt.html.critique
From: "PhilG" <p...@aplusdesign.co.uk>
Date: Wed, 26 Nov 2003 10:20:57 -0000
Local: Wed, Nov 26 2003 5:20 am
Subject: Re: Resolution

Not really replying to myself but let me see if I have got the gist of this
correct.

You do not design to a screen/browser resolution, you let the design do the
work, by that I mean fluid design. If you design to a specific resolution
then you tie yourself to that size and you will most probably have
horizontal scroll bars.

As I read in one of the links, a fluid design is one where the page loads
and fills the screen/browser whatever the resolution.

Is that close?

The reason that I asked the original question is that, so far, all my design
attempts have been of the fixed variety. I now wish to progress to something
that is much more universal and pleasing to the eye!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Bohlman  
View profile  
 More options Nov 26 2003, 5:36 am
Newsgroups: alt.html.critique
From: Eric Bohlman <ebohl...@earthlink.net>
Date: 26 Nov 2003 10:36:10 GMT
Local: Wed, Nov 26 2003 5:36 am
Subject: Re: Resolution
"PhilG" <p...@aplusdesign.co.uk> wrote in
news:3fc47665$0$12706$fa0fcedb@lovejoy.zen.co.uk:

> What is the best/safest screen resolution to design for?

Every possible one.

> I currently
> work in 1280X1024 and I do appreciate that everyone works in this
> resolution.

I'm guessing you dropped a "not" there.

 I have heard that the safest option is to design for

> 800X600 although, some people use javascript to detect the screen
> resolution and load approriate.

I think you need to understand the difference between "screen resolution"
and "browser viewport size."

> I can see problems with the javascript method:

> (1) Not every system has javascript enable

True.

> (2) More than one version of the site has be designed (not much done
> though)

That is, as I think you understand, a real hassle.  Much better to design a
layout that adapts to any viewport size (with the understanding that things
will inevitably fall apart a bit if, for example, the viewport size is less
than the dimensions of some truly critical image.  Any viewer in such a
situation knows that a compromise is involved there).

See, for example, <http://www.allmyfaqs.com/faq.pl?AnySizeDesign>.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
West  
View profile  
 More options Nov 26 2003, 6:19 am
Newsgroups: alt.html.critique
From: "West" <n...@this.one>
Date: Wed, 26 Nov 2003 11:20:00 -0000
Subject: Re: Resolution

"PhilG" <p...@aplusdesign.co.uk> wrote in message

news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...

"pleasing to the eye"
...beauty is in the eye of the beholder. It has nothing to do with screen
resolution unless you want to get semantically distracted.
...by the way, screen resolution *is* the term to use -- go to display
properties/settings and you will see for yourself!!
Don't get distracted by the misinformation offered by a few gearheads in
this ng!

--
W


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rf  
View profile  
 More options Nov 26 2003, 7:44 am
Newsgroups: alt.html.critique
From: "rf" <making.it...@the.time>
Date: Wed, 26 Nov 2003 12:43:37 GMT
Local: Wed, Nov 26 2003 7:43 am
Subject: Re: Resolution

"West" <n...@this.one> wrote in message

news:w%%wb.2061$nm6.16384@news.indigo.ie...

> "PhilG" <p...@aplusdesign.co.uk> wrote in message
> news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...

> ...by the way, screen resolution *is* the term to use -- go to display
> properties/settings and you will see for yourself!!

This is only because microsoft, as usual got it wrong. What they really
meant to say on that dialog was "screen dimensions in pixels". This is
reinforced by the annotation below the slider bar which reads, in my case
"1600 by 1200 pixels". Note the term 'pixels'. It does not say 'pixels per
inch' or 'pixels per parsec', it says "pixels", which I interpret to mean
"pixels per screen"

It is sad that this single microsoft mistake has has lead to a generation of
people who don't really know what "resolution" really is.

Resolution is usually expressed as so many things per something. What is
your printer resolution? It is probably 600 dots per inch like mine is. That
is exact. The printer spurts out 600 dots in an inch, each of them 1/600
inches wide. A peice of 8 inch wide paper is ... 4800 "pixels" wide.

What is the resolution of your screen? Is it 800 pixels per 15 inches or
1275 pixels per 10 feeet (yes, I do have a display that is 10 feeet wide, it
is my home theatre projector).

The "resolution" of your screen is most certainly not 800x600, without any
units. At the very least it is 800x600 pixels per screen.

Microsoft got it even more wrong in that dialog. Press that Advanced button.
You get to choose your DPI.  What is this? Dots Per Inch? How the bloody
hell do they know how wide in inches my screen is? It might be my telephone.
It might be my ten feet wide TV projector. This DPI value is merely a
multipication factor the screen drivers use to scale text when they need to
convert font points into pixels. Nothing to do with "inches" of "milemetres"
or "fathoms".

Regardless of the "resolution" issue: the browser may not be maximixed, mine
never is. Even if it is are the borders/scrollbars/office toolbars taken
into account? Answer: rarely.

> Don't get distracted by the misinformation offered by a few gearheads in
> this ng!

Yes, do get distracted by the information probided by the gearheads in this
group. Those gearheads just may be experts in their field. They just may
know what they are talking about ;-)

Cheers
Richard.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barefoot Kid  
View profile  
 More options Nov 26 2003, 7:53 am
Newsgroups: alt.html.critique
From: "Barefoot Kid" <hungd...@intro-spect.co.uk>
Date: Wed, 26 Nov 2003 12:53:40 -0000
Local: Wed, Nov 26 2003 7:53 am
Subject: Re: Resolution
"PhilG" <p...@aplusdesign.co.uk> wrote in message

news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...
| You do not design to a screen/browser resolution, you let the design do the
| work, by that I mean fluid design. If you design to a specific resolution
| then you tie yourself to that size and you will most probably have
| horizontal scroll bars.

not necessarily, u will only get horizontal scrollbars if u design at a greater resolution than the
viewer is using

| As I read in one of the links, a fluid design is one where the page loads
| and fills the screen/browser whatever the resolution.

yes

| The reason that I asked the original question is that, so far, all my design
| attempts have been of the fixed variety. I now wish to progress to something
| that is much more universal and pleasing to the eye!

fixed width can also be pleasing to the eye, if u were to use a fixed width then 800px would be the
minimum to use
---------------------------------------------------
Hung Diep
New Media Designer
www.intro-spect.co.uk
0795 6576 319


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kchayka  
View profile  
 More options Nov 26 2003, 8:54 am
Newsgroups: alt.html.critique
From: kchayka <kcha-un-...@sihope.com>
Date: Wed, 26 Nov 2003 07:54:53 -0600
Local: Wed, Nov 26 2003 8:54 am
Subject: Re: Resolution

West wrote:
> "PhilG" <p...@aplusdesign.co.uk> wrote in message
> news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...

>> > What is the best/safest screen resolution to design for?

> ...by the way, screen resolution *is* the term to use

No, it is not.  Screen resolution and browser window size are two
different and mostly unrelated things.

Screen size (in pixels) is only one factor of resolution, others are
physical (monitor) size and dpi.  Browser window size can be anything
less than or equal to screen size.

In a desktop environment, subtract GUI elements like the browser
toolbar(s) and any sidebars, then you have the canvas size.  It will be
rather smaller than window size, which may already be rather smaller
than screen size.

You cannot predict what the canvas size will be, so trying to design for
any one specific size is really a wasted effort.

--
To email a reply, remove (dash)un(dash).  Mail sent to the un
address is considered spam and automatically deleted.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
West  
View profile  
 More options Nov 26 2003, 8:59 am
Newsgroups: alt.html.critique
From: "West" <n...@this.one>
Date: Wed, 26 Nov 2003 13:59:24 -0000
Local: Wed, Nov 26 2003 8:59 am
Subject: Re: Resolution
"rf" <making.it...@the.time> wrote in message

news:Zd1xb.28156$aT.26782@news-server.bigpond.net.au...

poor rf keeps forgetting he vowed never to reply to a posting of mine again
...such a weak guy!
...he even thinks he's an expert. Methinks he's like the "farmer - out
standing in his own field"
...certainly not an expert on creating a web presence judging by his regular
bloatings here!
...maybe the VB (Victoria Bitter) kicked in again, or Roo kicked him out of
bed!

--
W


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
West  
View profile  
 More options Nov 26 2003, 9:02 am
Newsgroups: alt.html.critique
From: "West" <n...@this.one>
Date: Wed, 26 Nov 2003 14:02:59 -0000
Local: Wed, Nov 26 2003 9:02 am
Subject: Re: Resolution

"kchayka" <kcha-un-...@sihope.com> wrote in message

news:3fc4b09c$0$43848$39cecf19@news.twtelecom.net...

The other BS artist joins in - how predictable!
...get a like k-whatever!

--
W


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jake  
View profile  
 More options Nov 26 2003, 9:15 am
Newsgroups: alt.html.critique
From: jake <j...@gododdin.demon.co.uk>
Date: Wed, 26 Nov 2003 14:13:37 +0000
Local: Wed, Nov 26 2003 9:13 am
Subject: Re: Resolution
In message <3fc47665$0$12706$fa0fc...@lovejoy.zen.co.uk>, PhilG
<p...@aplusdesign.co.uk> writes
>What is the best/safest screen resolution to design for? I currently work in
>1280X1024 and I do appreciate that everyone works in this resolution. I have
>heard that the safest option is to design for 800X600 although, some people
>use javascript to detect the screen resolution and load approriate.

>I can see problems with the javascript method:

>(1) Not every system has javascript enable
>(2) More than one version of the site has be designed (not much done though)

>I was just wondering, as a snapshot, what resolution some you design to?

Assuming we're talking about browser window size, I would always make
sure that it looked good at 800x600.

People with larger windows can still see it OK; people with smaller
windows (in reality, probably not that many) will need to scroll
horizontally (maybe).

That, of course, assumes that you are working to a fixed size and
cannot, because of your design constraints, work with a 'fluid' design.

Just make sure that the text can be resized by the user.

regards.
--
Jake


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kchayka  
View profile  
 More options Nov 26 2003, 10:26 am
Newsgroups: alt.html.critique
From: kchayka <kcha-un-...@sihope.com>
Date: Wed, 26 Nov 2003 09:26:29 -0600
Local: Wed, Nov 26 2003 10:26 am
Subject: Re: Resolution

What specifically was it I said that is BS?

> ...get a like k-whatever!

Are you suggesting that others should get like me?  Why, thank you!

Your Freudian slip is showing, west. ;)

--
To email a reply, remove (dash)un(dash).  Mail sent to the un
address is considered spam and automatically deleted.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
West  
View profile  
 More options Nov 26 2003, 11:40 am
Newsgroups: alt.html.critique
From: "West" <n...@this.one>
Date: Wed, 26 Nov 2003 16:40:12 -0000
Local: Wed, Nov 26 2003 11:40 am
Subject: Re: Resolution

"kchayka" <kcha-un-...@sihope.com> wrote in message

news:3fc4c614$0$40218$39cecf19@news.twtelecom.net...

...k-whatever comes out for air!!!
No Freudian slip -- I was suggesting you should correspond with someone like
yourself and get out of my face!
You and your southern hemisphere comrade are only b-movie, and stuck in a
flawed markup. Tell people the truth -- tables work in all browsers and CSS
is browser-challenged as well as unable to display some of the simplest
requirements of professional web developers.
...now go stick your nose up your ass again!!!

--
W


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tina - AffordableHOST.com  
View profile  
 More options Nov 26 2003, 11:48 am
Newsgroups: alt.html.critique
From: "Tina - AffordableHOST.com" <t...@affordablehost.com>
Date: Wed, 26 Nov 2003 11:35:32 -0500
Local: Wed, Nov 26 2003 11:35 am
Subject: Re: Resolution
Yes, make the design stretch and resize for any resolution.  Its hard to get
a design that will work fluidly (is that a word?) - but its worth it.  I
actually had a designer tell me it couldn't be done.  We ended up hiring
someone else to complete the job...and it definitely could be done.

--Tina
--
http://www.AffordableHOST.com
20% Discount Code:  newsgroup
We transfer time from your current host!
Serving the web since 1997

"PhilG" <p...@aplusdesign.co.uk> wrote in message

news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hywel Jenkins  
View profile  
 More options Nov 26 2003, 1:56 pm
Newsgroups: alt.html.critique
From: Hywel Jenkins <hyweljenk...@hotmail.com>
Date: Wed, 26 Nov 2003 18:56:01 -0000
Local: Wed, Nov 26 2003 1:56 pm
Subject: Re: Resolution
In article <3fc47665$0$12706$fa0fc...@lovejoy.zen.co.uk>,
p...@aplusdesign.co.uk says...

> What is the best/safest screen resolution to design for?

None of them.

> I currently work in
> 1280X1024 and I do appreciate that everyone works in this resolution. I have
> heard that the safest option is to design for 800X600 although, some people
> use javascript to detect the screen resolution and load approriate.

Clever.  Duplicate content.  Very neat.

--
Hywel     I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toby A Inkster  
View profile  
 More options Nov 26 2003, 2:31 pm
Newsgroups: alt.html.critique
From: Toby A Inkster <UseTheAddressInMy...@deadspam.com>
Date: Wed, 26 Nov 2003 19:15:27 +0000
Local: Wed, Nov 26 2003 2:15 pm
Subject: Re: Resolution

West wrote:
> ...by the way, screen resolution *is* the term to use -- go to display
> properties/settings and you will see for yourself!!

Screen resolution is *a* term to use, but it's not entirely useful when it
comes to web design.

My screen is 1024x768 pixels. How is that useful to you as a web designer?

It's not. Because my browser canvas area is usually only about 800px wide.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kchayka  
View profile  
 More options Nov 26 2003, 2:58 pm
Newsgroups: alt.html.critique
From: kchayka <kcha-un-...@sihope.com>
Date: Wed, 26 Nov 2003 13:59:16 -0600
Local: Wed, Nov 26 2003 2:59 pm
Subject: Re: Resolution

West wrote:
> "kchayka" <kcha-un-...@sihope.com> wrote in message
> news:3fc4c614$0$40218$39cecf19@news.twtelecom.net...

>> What specifically was it I said that is BS?

> I was suggesting you should correspond with someone like
> yourself and get out of my face!

But it can sometimes be mildly amusing taunting you about your
antiquated notions on how the web works. :)

> You and your southern hemisphere comrade are only b-movie, and stuck in a
> flawed markup.

There is nothing flawed about my markup - it's rather well-formed, thank
you.

> Tell people the truth

[snip irrelevant diatribe]

Um, this doesn't answer the question I asked...

What was it I said about screen resolution/window size/canvas size that
is BS?  It was all rather factual and is certainly easy enough to see
with your own eyes.  If you can't figure out how to adjust your own
settings, shall I provide you with some detailed instructions?  OK

Assuming you're using IE6, use any of the following shortcuts, either
alone or in combination.  Most should affect the canvas size in some way:
CTRL+E (adjust the width of the sidebar as you see fit)
CTRL+I
CTRL+H
ALT+V, then T, then S (or A or L, or G if you have google toolbar)
F11
ALT+spacebar, then R, followed by
ALT+spacebar, then S, then 1 arrow left followed by several arrow right,
  then Enter

You could also resize the window by dragging a corner with the mouse if
you're more comfortable using a mouse than the keyboard.  There are many
other changes you could make in the browser, but this should be enough
to get my point across.

Next, I'd cover changing other system settings that could affect the
browser canvas size, like taskbar (App/Windows, Office, etc.) sizes
and/or position, screen size, etc.  I'll post these instructions if you
need them, too.  BTW, I can give you Linux and Mac instructions as well,
if need be.  Different platforms have different ideas for all these
things.  For example, maximizing a window on Mac does not give the same
result as maximizing a window on other platforms, at least not on OSX.
It's pretty weird.

> ...now go stick your nose up your ass again!!!

I don't know why you get so worked up when somebody corrects your
mistakes.  Are you that insecure?

--
To email a reply, remove (dash)un(dash).  Mail sent to the un
address is considered spam and automatically deleted.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kchayka  
View profile  
 More options Nov 26 2003, 3:05 pm
Newsgroups: alt.html.critique
From: kchayka <kcha-un-...@sihope.com>
Date: Wed, 26 Nov 2003 14:05:18 -0600
Local: Wed, Nov 26 2003 3:05 pm
Subject: Re: Resolution

Toby A Inkster wrote:
> West wrote:

>> ...by the way, screen resolution *is* the term to use -- go to display
>> properties/settings and you will see for yourself!!

> Screen resolution is *a* term to use, but it's not entirely useful when it
> comes to web design.

> My screen is 1024x768 pixels. How is that useful to you as a web designer?

> It's not. Because my browser canvas area is usually only about 800px wide.

Likewise, my screen size is 1280x1024, but my canvas is usually only
about 700px wide.  This is the case with most folks that use higher
resolutions - more, often smaller windows so they can see lots of them
on screen at the same time.

There are very, very few apps I run in a maximized window.

--
To email a reply, remove (dash)un(dash).  Mail sent to the un
address is considered spam and automatically deleted.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
West  
View profile  
 More options Nov 26 2003, 3:54 pm
Newsgroups: alt.html.critique
From: "West" <n...@this.one>
Date: Wed, 26 Nov 2003 20:54:57 -0000
Local: Wed, Nov 26 2003 3:54 pm
Subject: Re: Resolution

"kchayka" <kcha-un-...@sihope.com> wrote in message

news:3fc50602$0$43847$39cecf19@news.twtelecom.net...

> West wrote:

> > "kchayka" <kcha-un-...@sihope.com> wrote in message
> > news:3fc4c614$0$40218$39cecf19@news.twtelecom.net...

> >> What specifically was it I said that is BS?

> > I was suggesting you should correspond with someone like
> > yourself and get out of my face!

> But it can sometimes be mildly amusing taunting you about your
> antiquated notions on how the web works. :)

You are a presumptious old fashioned bore!

> > You and your southern hemisphere comrade are only b-movie, and stuck in
a
> > flawed markup.

> There is nothing flawed about my markup - it's rather well-formed, thank
> you.

> > Tell people the truth
> [snip irrelevant diatribe]

> Um, this doesn't answer the question I asked...

You seem to think I should answer you
...don't hold your breath till then!

FYI (not that it matters) my workstation has a dual monitor video card, and
run two monitors a 17" (set at 800x600) and a 19"(set at 1024x768). I keep
things tidy by running maximised windows. I'm happy with this arrangement
and couldn't give a toss what you think or do.

> Next, I'd cover changing other system settings that could affect the
> browser canvas size, like taskbar (App/Windows, Office, etc.) sizes
> and/or position, screen size, etc.  I'll post these instructions if you
> need them, too.  BTW, I can give you Linux and Mac instructions as well,
> if need be.  Different platforms have different ideas for all these
> things.  For example, maximizing a window on Mac does not give the same
> result as maximizing a window on other platforms, at least not on OSX.
> It's pretty weird.

Stop pretending you're a know-all!

> > ...now go stick your nose up your ass again!!!

> I don't know why you get so worked up when somebody corrects your
> mistakes.

worked up at k-whatever -- never!
...as the song says "who the f*** is Alice" (or k-whatever)

>Are you that insecure?

So you're a psychotherapist as well?
GFY!
...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kchayka  
View profile  
 More options Nov 26 2003, 4:45 pm
Newsgroups: alt.html.critique
From: kchayka <kcha-un-...@sihope.com>
Date: Wed, 26 Nov 2003 15:46:00 -0600
Subject: Re: Resolution

West wrote:
> "kchayka"

> You are a presumptious old fashioned bore!

Your banter isn't nearly as witty as I had hoped it would be.

> GFY!

If that's the best you can come up with, I might as well give up now.
You're back to being a spoiled child having a tantrum, aren't you...

--
To email a reply, remove (dash)un(dash).  Mail sent to the un
address is considered spam and automatically deleted.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Tasso  
View profile  
 More options Nov 26 2003, 6:05 pm
Newsgroups: alt.html.critique
From: "William Tasso" <new...@tbdata.com>
Date: Wed, 26 Nov 2003 23:08:30 -0000
Local: Wed, Nov 26 2003 6:08 pm
Subject: Re: Resolution

West wrote:

> ...beauty is in the eye of the beholder.

exactly so - well I call them fund-holders (and my clients call them sir)
but the principle is the same

--
William Tasso - http://WilliamTasso.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rf  
View profile  
 More options Nov 26 2003, 6:12 pm
Newsgroups: alt.html.critique
From: "rf" <making.it...@the.time>
Date: Wed, 26 Nov 2003 23:10:54 GMT
Local: Wed, Nov 26 2003 6:10 pm
Subject: Re: Resolution

"West" <n...@this.one> wrote in message

news:Yk2xb.2079$nm6.16390@news.indigo.ie...

> "rf" <making.it...@the.time> wrote in message
> news:Zd1xb.28156$aT.26782@news-server.bigpond.net.au...

> > "West" <n...@this.one> wrote in message
> > news:w%%wb.2061$nm6.16384@news.indigo.ie...

> > > "PhilG" <p...@aplusdesign.co.uk> wrote in message
> > > news:3fc47e8a$0$12666$fa0fcedb@lovejoy.zen.co.uk...

> > > ...by the way, screen resolution *is* the term to use -- go to display
> > > properties/settings and you will see for yourself!!

> > This is only because microsoft, as usual got it wrong. What they really
> > meant to say on that dialog was "screen dimensions in pixels".

<snip>

> poor rf keeps forgetting he vowed never to reply to a posting of mine

again

Except IIRC when I see you talking out of your arse.

And your rebuttal? No clear facts at all. Just personal insult.

<snip insult>

Standard straw man argument.

Cheers
Richard.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 38   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google