Nov 8, 2009
Pages: 1, 2, 3

Monitor Size

free web hosting

Read Latest Entries..: (Post #22) by wutske on Jun 6 2008, 07:07 AM.
QUOTE(FirefoxRocks @ Jun 5 2008, 05:57 AM) We recently purchased a new computer with a 22" widescreen monitor that can do 1650x1050. I have it set at 1440x960 pixels and it looks awesome!My older computer had a 17" monitor that had a maximum screen resolution of 1280x1024.Either way, I would recommend using a liquid layout (widths in percents and ems) to accomodate most screen resolutions and browser sizes (you can't count on the user having the browser maximixed at al...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Hardware Workshop

Monitor Size

Josh_Jpn
I wondering what the average monitor sizes is? Also does anyone know how to code your html, so that it causes a website to grow or shrink to fit into the screen?

Thanks

-------------------------
This isn't a tutorial acticle at all - and on top of that posted in: Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > HTML, XML and other Markup Languages ??? May I know how these two are related ?? Anyways, moved to Hardware section..
m^e

Comment/Reply (w/o sign-up)

NilsC
I moved the post here, it's not a tutorial but a question. Keep the tutorial section for tutorials and comments only smile.gif

Thank you
Nils

Comment/Reply (w/o sign-up)

niblettr
Mines 19" (monitor that is)

Comment/Reply (w/o sign-up)

MajesticTreeFrog
My monitor is a 15" flat panel.

Um, as for HTML and webpages, it should really do that automatically, though it depends on how it is coded, especially with CSS. But in terms of straight up HTML, it should expand to screen resolution automatically.

Comment/Reply (w/o sign-up)

k22
17" LCD monitor smile.gif

if you want you can reduce the dimension of a table of the page or something else using PHP or JS or any other language, you need a function that takes the resolution of the browser and so changes the dimension of object in the page wink.gif

Comment/Reply (w/o sign-up)

NilsC
I'm using a 21" NEC monitor and a Dell 19" LCD monitor. I change the resolution around as I'm testing to see what it will look like in different resolutions. I never go below 800x600 and while working I try to create so it looks the best in 1280x1024 (My default screen resolution) I know most people say to create for 800x600 but I'm aiming high laugh.gif

I tried to setup different CSS pages depending on the visitors screen resolution, it ended up not working on my first try. I have to work some more on that. tongue.gif

I have seen a couple of nice sites that have one setting for a user with the 800x600 and another for 1280x1024. Not sure if they hard coded the width of the page and centered or if they used css to create that.

Nils

Comment/Reply (w/o sign-up)

Rudy
For it to expand automatic you have to set the table width to 100%. This will always full the screen width no matter what you adjust the browser window to.

Example:
<html>
<body><table width=100% border=1 bordercolor=#000000><tr><td>Text here text here</td></tr></table></body>
</html>

This table window has a border that will expand with the browser window. smile.gif

Comment/Reply (w/o sign-up)

hihihihi88
Mine is 15" LCD moitor , in my office is 17" crt moitor
crt is more suitable for design working

Comment/Reply (w/o sign-up)

almoo7
I got a 14", that's because i'm not really into monitors. laugh.gif

Comment/Reply (w/o sign-up)

friso
i got a 15" tft flatpanel on my own computer in my own room, and on the other computer we got a 17" TFT (im not on that one that much). with a website, i recommend, if it fits with your template design, to count on 15" screens, and 1024*768 pixels, and if there is more, just blank spaces on the left and right of the screen, just centre it all.

Comment/Reply (w/o sign-up)

Latest Entries

wutske
QUOTE(FirefoxRocks @ Jun 5 2008, 05:57 AM) *
We recently purchased a new computer with a 22" widescreen monitor that can do 1650x1050. I have it set at 1440x960 pixels and it looks awesome!

My older computer had a 17" monitor that had a maximum screen resolution of 1280x1024.

Either way, I would recommend using a liquid layout (widths in percents and ems) to accomodate most screen resolutions and browser sizes (you can't count on the user having the browser maximixed at all times).

If you do need to use a fixed width layout, I would recommend making it a width of 1008 pixels to satisfy a minimum screen resolution of 1028x768.


you use a lower resolution on an TFT screen ? Doesn't everything look blurred now (TFT/LCD don't work well at lower resolution as the one they were made for because they 'blow up' the image to fill the screen) ?

Comment/Reply (w/o sign-up)

xboxrulz
In modern era computers (circa 2000), the standard resolution for a monitor from 13.3 - 17 inch is about either 1280*800 or 1280*1024 (depending on its aspect ratio ... 16:9, 4:3 respectively).

For monitors 19 inches and bigger, you'd run into high resolutions like 1600*1200 or 1440*900.

As for HTML, try to put the lowest resolution at 1024*768 which is still the industry standard. Most likely, it'll change to 1280*800 or 1280*1024 in the future.

xboxrulz

Comment/Reply (w/o sign-up)

LegallyHigh
I use a 15 inch Monitor at 1280 * 1024 which is a pretty standard resolution. I know a lot of people are using 1024 * 728, however I think the amount of users using the 800 * 600 resolution is becoming a much smaller group. On my basement Computer I use my 28 inch HDTV (at 720P -1366 * 768) which is also nice. I would say just set up a page that looks good for all resolutions by using % measurements instead of Pixels. That way as long as you don;t have large objects on your page (images or movies), the browser will size the page to whatever the user's resolution is set as.

Comment/Reply (w/o sign-up)

FirefoxRocks
We recently purchased a new computer with a 22" widescreen monitor that can do 1650x1050. I have it set at 1440x960 pixels and it looks awesome!

My older computer had a 17" monitor that had a maximum screen resolution of 1280x1024.

Either way, I would recommend using a liquid layout (widths in percents and ems) to accomodate most screen resolutions and browser sizes (you can't count on the user having the browser maximixed at all times).

If you do need to use a fixed width layout, I would recommend making it a width of 1008 pixels to satisfy a minimum screen resolution of 1028x768.

Comment/Reply (w/o sign-up)

mikesoft
20" widescreen 16:10 LCD monitor (1680x1050)

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : monitor, size

  1. Crt Monitor Puzzler. Help Appreciated
    CRT monitor keeps clicking does not start (12)
  2. Pc Monitor Not Working
    (8)
    so i've built from scrtah 2 pcs before and had no problem and the third i ran into a big one i
    want to put in this pc a p5n32-e sli motherboard 3.4pentiumd 2046ram geforce 7900ftx 3sata drives
    and a dvd drive 700 watt psu but when i switch it on (works fine) i get no display on the screen
    i've tried 3 diffrent monitors 3 diffrent graphics cards 2 diffrent procsesors reseting bios
    nothing works /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> you
    guys know why....
  3. I Cant Get Monitor To Work With New Mobo And Video Card
    (7)
    This is what i am trying to do i have a new Geforce 7600 gs pci express and a new ecs c19-a sli
    motherboard when i put it sll together in case i can get no video my monitor just says monitor
    working check cables there is not a power hookup on video card so i cant set bios or anything else
    need some advice please....
  4. VGA Mode Not Supported Message On Monitor
    (11)
    Hi, I keep getting this VGA Mode Not Supported message on the LCD monitor whenever it tries to go
    into Windows. I have read up on this online and it seems to be a problem with the refresh rate. The
    problem is that I can't boot into Safe Mode to change the refresh rate to a lower setting
    because it either freezes or also shows that VGA Mode message again. This is a Compaq that I'm
    fixing for someone and they just have the 5 recovery discs that came with it. I tried putting the
    first one in and selected to do the format and recover option. It goes through the reco....
  5. LCD Monitor: VGA Or DVI ?
    (6)
    Hi ! I just buyed a new LCD monitor to replace my old CRT monitor. The new monitor have two
    conection options: VGA and DVI. Now I have it connected to VGA, because my graphic card do not have
    the DVI conection. I don't know if image quality will change between VGA and DVI. If I buy a
    new graphics card with DVI output I will see any quality improvement? The graphics card I have now
    is a nVidia 5200 so in fact I am not needing more graphics performance and if I buy a new one will
    be only for the DVI output feature. Do you spend the money for DVI ? /unsure.gif" s....
  6. VGA Monitor Cable Problems
    (12)
    My cousin's computer seems to have a bad VGA monitor cable. The problem is that when I turn it
    on, it seems to be ok, it says auto-configure....then it goes blank (orange light on monitor power
    button). I looked at the VGA connector pins and see that pins 4 and 11 are missing. Just to be
    curious, I looked at the end connected to the LCD and it's also missing pins 4 and 11. Is this a
    coincidence? From what I found, these are what it corresponds to: 4 ID2 Monitor ID Bit 2 11
    ID0 Monitor ID Bit 0 Is this responsible for the shot display and then blank screen? ....
  7. Help Needed: Monitor Out Of Timing
    Out of Timing error with certain apps (6)
    I've decided to convert to an LCD monitor over the CRT, which I believe to be infinitely better.
    Anyway there are certain applications that, when I start up, the monitor goes black and a message
    says: Out of Timing H: 43 Hz V 27kHz. Or something like that. Any help? Drivers are up to date, and
    I think it's not influenced by resolution. I'd like to get this to work because it was
    rather large investment. Thanks.....
  8. Is My Monitor On The Verge Of Death?
    (3)
    Well about 2 months ago, my monitor on the left side of the screen, the image side started to kinda
    pulsate to where the side of the image starts to move rapidly. It went on for about 2 weeks, and
    then all of a sudden it stopped. Then it came back about a week ago. Ive tried degaussing and such,
    and nothing seems to be curing it. Does anyone know whats actually goin on, and if its fixable? or
    on the verge of death?"....
  9. Take Care About Your Monitor
    (16)
    take care about your monitor do you know below magnetic devices are dangerous for your monitor?
    /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />
    printer,scanner,phone,Cassette recorder, /blink.gif" style="vertical-align:middle" emoid=":blink:"
    border="0" alt="blink.gif" /> Take away your monitor from these devices. /laugh.gif"
    style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />....

    1. Looking for monitor, size

See Also,

*SIMILAR VIDEOS*
Searching Video's for monitor, size
advertisement



Monitor Size

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com