[What is your screen resolution?] -



What is your screen resolution?

Discuss What is your screen resolution?



Posted by: Seria

I wanna know so that when I make my web page otta HTML I can make it fit for the most ppl.



Posted by: southernlady

But when you write your page, write it to 1024x768 and then check it in 800 x 600 to see how it looks. Those are the two most used sizes. Alos write in Firefox and the check in IE and other browsers. Don't code to JUST IE alone.

And I hope you aren't using FP as your coder. Liz



Posted by: willsko87

1280 x 1024 but make the page to 600 x 800 because you dont want people scrolling sideways



Posted by: Seria

[QUOTE][i]Originally posted by southernlady [/i]
[B]But when you write your page, write it to 1024x768 and then check it in 800 x 600 to see how it looks. Those are the two most used sizes. Alos write in Firefox and the check in IE and other browsers. Don't code to JUST IE alone.

And I hope you aren't using FP as your coder. Liz [/B][/QUOTE]

I will make it for 1024x768.
I dont have(or know anything about) Firefox.
What is FP?

I plan on using the little HTML that I kinda know to make my page. I wish I knew JAVA but I dont.

If you would like to delete this thread southernlady, you may.



Posted by: Seria

oh, FP... front page? no... the HTML coding I will be doing will all be done in note pad.



Posted by: southernlady

FP is FrontPage, a wysisyg editor that many people make the mistake of using.

You need to download and use Firefox so that you can see how 5-7% of the world see web pages...coding in IE alone is actually a little hard on the rest of us (I know, I used a template that was designed for IE and it funked up my web site really badly!)

If you would like my list of html sites, I'll be glad to give them to you. Oh, and I can't delete the poll, I'm not a moderator on this section. :) liz



Posted by: Seria

[QUOTE][i]Originally posted by southernlady [/i]
[B] If you would like my list of html sites, I'll be glad to give them to you. [/B][/QUOTE]
Sure. Also where to get firefox please.
[QUOTE][i]Originally posted by southernlady [/i]
[B] Oh, and I can't delete the poll, I'm not a moderator on this section. :) liz [/B][/QUOTE]
My apologies.



Posted by: southernlady

Where to get Firefox: [url]http://www.mozilla.org/[/url]

Tutorials for html:

[url]http://www.w3schools.com/[/url]

[url]http://webmonkey.wired.com/webmonkey/[/url]

[url]http://www.geocities.com/davelanthorn/davepage.html[/url]

[url]http://www.htmlgoodies.com/[/url]

[url]http://www.lettice.net/tutorial/[/url]

[url]http://www.webdevelopersnotes.com/t...html/index.php3[/url]

[url]http://developers.evrsoft.com/[/url]

[url]http://www.earthweb.com/[/url]

[url]http://archive.ncsa.uiuc.edu/Genera...HTMLPrimer.html[/url]

[url]http://www03.pogo.com/index.jsp?sls=2[/url]

[url]http://www.pongo.com/[/url]

[url]http://www.virtuallyignorant.com/webtutor.htm[/url]

[url]http://plugindoc.mozdev.org/faqs[/url]

[url]http://lissaexplains.com/[/url]

[url]http://www.456bereastreet.com/[/url]

Specific Tutorials:

[url]http://manda.com/frames/[/url] (this is a frames tutorial)

[url]http://www.fontfinder.ws/[/url] (finds fonts)

[url]http://www.456bereastreet.com/archive/200410/bring_on_the_tables/[/url] (tables tutorial)

[url]http://www.tutorials4you.com/[/url] Photoshop Tutorials

[url]http://javascriptsearch.com/[/url] (Java script)

[url]http://www.java-scripts.net/[/url]

[url]http://javascriptkit.com/[/url]

[url]http://www.a1javascripts.com/[/url]

[url]http://webdeveloper.earthweb.com/webjs/[/url]

[url]http://www.flamingtext.com/[/url]

[url]http://www.hotscripts.com/[/url] (for almost any code)

[url]http://www.asp.net/Default.aspx?tabindex=0&tabid=1[/url]


This is a very good site for almost anything about web
and web devlopement, including the free classes:

[url]http://webdesign.about.com/library/...ng/bl_begin.htm[/url]

Color sites:

[url]http://www.bagism.com/colormaker/[/url]

[url]http://www.colormix.com/[/url]

[url]http://catless.ncl.ac.uk/php/misc/colours.php[/url]

[url]http://webdesign.about.com/cs/color...bhexwindows.htm[/url]

[url]http://www.yvg.com/twrs/RGBConverter.html[/url]

[url]http://www.geocities.com/t_geetha2000/colors.html[/url]

[url]http://webmonkey.wired.com/webmonke...ce/color_codes/[/url]

Two EXCELLENT programs to download for color are Pixie
and colorbox:

Pixie: [url]http://www.nattyware.com/?m31[/url]

Colorbox: [url]www.kobayashi.com[/url]

That should get you started and any questions you have just let us know, I know *I'll* be more than glad to help. Liz



Posted by: Seria

thank you



Posted by: southernlady

No Problem. Liz



Posted by: Seria

Just a few questions if you don't mind:

1.) I have a part of my web page where some text will be updated regularly. I don’t really wanna open the *.html file and update the text in it. I would rather have the web page grab text out of a simple text file(that I would prefer to update regularly) and then insert that text into the web page as if it where typed into the *.html file(not in an edit box or something). Is there code for doing something like this?

2.) I want some kind of guest book thing that ppl can view and / or sign. Where could I get code for something like that?

3.) What is a simple free counter? Some of them have a whole bunch of info they gather, I just want one that simply counts hits. I would prefer to have one that is text based rather than image based.

Any help would be greatly appreciated.



Posted by: Terencentanio

"1.) I have a part of my web page where some text will be updated regularly. I don’t really wanna open the *.html file and update the text in it. I would rather have the web page grab text out of a simple text file(that I would prefer to update regularly) and then insert that text into the web page as if it where typed into the *.html file(not in an edit box or something). Is there code for doing something like this?"

If you want, I'll make you a PHP/mySQL script to do this. You'll need a mySQL database to do it, tho.

"2.) I want some kind of guest book thing that ppl can view and / or sign. Where could I get code for something like that?"

Again, I could code this for you :P

"3.) What is a simple free counter? Some of them have a whole bunch of info they gather, I just want one that simply counts hits. I would prefer to have one that is text based rather than image based."

... guess what?

Ahh.. I can't actually believe this thread. You people never hear of the percentage character? <td width="1000"> would be perfect for a viewer on 1000 res, but for someone on a 100 res.. well, yeah.

<td width="100%">

Muuuuuuuuuuuuuch better :P Makes everyone happy.

As for FrontPage - what's bad about it? I don't allow FP ext. on my servers because they're a security hazzard, but I don't see what problems FP has as a WYSIWYG coder?

EDIT: LOL! I can't believe these forums support full HTML :S



Posted by: Seria

sorry but you lost me... what did you say?



Posted by: Terencentanio

Where did I lose you?



Posted by: Seria

[QUOTE][i]Originally posted by Terencentanio [/i]
[B] If you want, I'll make you a PHP/mySQL script to do this. You'll need a mySQL database to do it, tho.

Again, I could code this for you :P

... guess what?

Ahh.. I can't actually believe this thread. You people never hear of the percentage character? <td width="1000"> would be perfect for a viewer on 1000 res, but for someone on a 100 res.. well, yeah.

<td width="100%">

Muuuuuuuuuuuuuch better :P Makes everyone happy. [/B][/QUOTE]
What is a SQL?
how would you?
what is this width stuff?



Posted by: Terencentanio

Lol...

SQL = structured query language.

I am saying, I will make the scripts and such for the stuff you want.

Also, this thread was started to ask how big some resolutions are for making a website to suit the most common res. The answer is simple... you just use percentages instead of pixels.



Posted by: Seria

[QUOTE][i]Originally posted by Terencentanio [/i]
[B]Lol...

SQL = structured query language.

I am saying, I will make the scripts and such for the stuff you want. [/B][/QUOTE]
I would love to have you make the things that I want, but, they would have to be things that I could copy and paste into my *.html files.


[QUOTE][i]Originally posted by Terencentanio [/i]
[B] Also, this thread was started to ask how big some resolutions are for making a website to suit the most common res. The answer is simple... you just use percentages instead of pixels. [/B][/QUOTE]
I know but, the style of page I am using uses both pixels and percents.

I use pixels to lock sertan things places and percents when I dont care what goes where.



Posted by: Terencentanio

Hmm.. I don't think W3C would like that :P

If you want dynamic pages, you gotta use a SSL. I say PHP/SQL, because that's all I really know :P ASP is a waste of time.

I am saying, I will make the PHP scripts for you. You'll _never_ get what you're asking for just from HTML.... you could use PHP/Perl to generate HTML pages, but you'll need some SSL whatever the weather



Posted by: Seria

k, gimme you E-mail address and I will tell you what I want...



Posted by: Terencentanio

Done and done ;)



Posted by: Seria

K, I will E-mail ya shortly.



Posted by: Terencentanio

Can't wait *coifs roses and slicks hair back*



Posted by: GrimReaper23

1280x1024



Posted by: TheMajor

[color=darkred]1152x864
32bit
85Hz[/color]



Posted by: ebayfreak

dang who has higher??



Posted by: TheMajor

[color=darkred]I can get it up to 1600x1200x32bit. That's the max for my monitor. I think @ 75Hz.[/color]



Posted by: Alex81388

1280/1024 on one comp.

1600/1200 on another.



Posted by: BoobieSrUs

1024x768, but i havnt tried to go higher so it may be more... wheee



Posted by: xotix

1152 x 864 at work, at home is 800 x 600. i need a new gfx card.



Posted by: P.P. Mguire

1280x1024x85x32 man. any higher and i go down to 60hz refresh. :/



Posted by: BoobieSrUs

cory, do you know what the schools S.R. is? Lol im just wondering..



Posted by: haGGard

Im on 1280 X 1024...



Posted by: Louis12

I'm on 1280 X 1024, like the majourity of the web.



Posted by: diabloII

1680 * 1050

yea, make it just for me and the few other people that use a 20.1 inch widescreen display :D



Posted by: Trotter

1280x1024 w/72 refresh. I can go to 75, but it looks weird.



Posted by: Tyler1989

I use 1024x768 and I know many people use have larger resolutions.



Posted by: waynejkruse10

on my main monitor im running 1280x1024, on my second monitor im running 1024x768.



Posted by: Lonewolf5460

on my family comp 1024x768

on mine 1280 x 960

my voodoo card can go to 2048 x 1536



Posted by: waynejkruse10

most radeon cards can go up to 2048 x 1536 if the monitor supports it.



Posted by: Vormund

1024 x 768 on laptop, 1280 x 1024 on desktop (most my monitor supports) :)



Posted by: TheMajor

[color=darkred]Xula, old monitor?[/color]



Posted by: waynejkruse10

or an LCD



Posted by: monaro_man_91

1024x768

Anything smaller with windows xp is too big.



Posted by: waynejkruse10

every computer at our school runs at 800x600. It has been locked to that res. If its a 14" Monitor, 15" Monitor or 17" Monitor its all 800x600.



Posted by: Apokalipse

I run this system at 1600x1200
and on my computer, when I had it running (dead motherboard now) I ran it at 2048x1536 (my TNT2 could support that)



Posted by: waynejkruse10

What monitor was that on?

Technically, my res is 2432*1024



Posted by: Apokalipse

a 21" Trinitron CRT which I got for $380 AU at a swap meet



Posted by: waynejkruse10

cool.



Posted by: nuke

mine is about 1152x864. its a flat screen also.



Posted by: waynejkruse10

thats the res on my secondary 17" crt so it fits in with my 1280 res on my 19"



Posted by: beedubaya

1280x1024, my LCD native resolution.



Posted by: TheMajor

[color=darkred]1152x864 @ 100Hz at this moment.[/color]



Posted by: Alex81388

I run 1600x1200 on all my comps, but this forum of course is full of people who use more of there computer than the average person. Average web size? I'd go with 1024x768 for the internet browsing category.



Posted by: cobalt817

[QUOTE][i]Originally posted by southernlady [/i]
[B]But when you write your page, write it to 1024x768 and then check it in 800 x 600 to see how it looks. Those are the two most used sizes.[/B][/QUOTE]as indicated by the poll, I would think 1280x1024 and 1024x768 are most common.;)



Posted by: beedubaya

I can't imagine running a desktop at only 1024x768, I know that is the most common resolution for gaming, but its just too small for a desktop. You gotta have at least 1280x1024.



Posted by: TheMajor

[color=darkred]I'm still running 1152x864 on my 17" CRT.[/color]



Posted by: lavta3

1280x768 and i love it



Posted by: Steven_2006

My screen resolution is 1024x768.



Posted by: Seria

lol, this is still going? ^_^ cool...



Posted by: thebleakness

Wow, this thread was started ages ago...dayum.

Anywho, my reso is 1280 x 1024.



Posted by: Seria

[QUOTE][i]Originally posted by thebleakness [/i]
[B] Wow, this thread was started ages ago. [/B][/QUOTE]

i know, isn't it great ^_^



Posted by: talldude123

my resolution should be 800*600 on this horrible 14-inch monitor. But i set it to 1024*768, so i see more content on the web.



Posted by: thebleakness

Im so used to the 1024x1280 that now when i go onto another computer with a smaller reso, it annoys me. Everything is just way too big for me. :confused: :p



Posted by: talldude123

i cant stare at a computer lower than 800*600, or lower than 85Hz. That hurts my eyes.



Posted by: thebleakness

I think mine is at 60hz, its the highes this monitor will go at this reso. I havent had any problems with it this low.



Posted by: Simon

1600*1200

Old thread....



Posted by: Warez Monster

1680x1050



Posted by: jon2231

Awwhh you don't have mine.



Posted by: The General

1600x1200 on the desktop.


1440x900 on the laptop.



Posted by: weemanpow3

1280x1024