473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

what resolution is recommended for developing c# websites...

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
correctly.

Any help is very appreciated.
Thanks,
Trint

Aug 13 '07 #1
4 1263
trint,
This isn't really a C# language issue, it's more of a generic ASP.NET issue
and probably would have been better placed in the ASP.NET group.

All I can ask is -- are you using VS 2005 with the built in web dev server,
or are you using IIS? If IIS, should not see these problems.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"trint" wrote:
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
correctly.

Any help is very appreciated.
Thanks,
Trint

Aug 13 '07 #2
trint wrote:
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
correctly.

Any help is very appreciated.
Thanks,
Trint
Don't build the site for a specific screen resolution. Try it out with
the browser window in different sizes. You don't have to have the
browser maximised, you know...

You should also try what happens when you resize the browser window.
That tells you a lot about what happens at different sizes.

Select a minimum resolution that you expect your visitors to have, like
800x600 or 1024x768, depending on the target audience. Make sure that
the site works well at that size and above, and that it is at least
usable for the few that might have a lower resolution.

Generally your site would have a minimum size for the content, so that
scroll bars appear if the browser window is too small. Remember that
scrolling vertically is very common, while having to scroll horisontally
is quite irritating.

--
Göran Andersson
_____
http://www.guffa.com
Aug 13 '07 #3
On Aug 13, 1:34 pm, Göran Andersson <gu...@guffa.comwrote:
trint wrote:
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
correctly.
Any help is very appreciated.
Thanks,
Trint

Don't build the site for a specific screen resolution. Try it out with
the browser window in different sizes. You don't have to have the
browser maximised, you know...

You should also try what happens when you resize the browser window.
That tells you a lot about what happens at different sizes.

Select a minimum resolution that you expect your visitors to have, like
800x600 or 1024x768, depending on the target audience. Make sure that
the site works well at that size and above, and that it is at least
usable for the few that might have a lower resolution.

Generally your site would have a minimum size for the content, so that
scroll bars appear if the browser window is too small. Remember that
scrolling vertically is very common, while having to scroll horisontally
is quite irritating.

--
Göran Andersson
_____http://www.guffa.com- Hide quoted text -

- Show quoted text -
Göran Andersson,
Thanks for the correct answer to this.
Trint

Aug 13 '07 #4
Hi,

I have read that the recommended standard is 1024x768 , but there are still
people recommending 800x600 so this is not by far a exact number.

"trint" <tr***********@gmail.comwrote in message
news:11**********************@o61g2000hsh.googlegr oups.com...
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.
How are you sizing your cells?

2. some of the controls are in various places on the page
like where they should not be.
How do you place those controls in their spots?
Do you use tables?
Do not move them in the IDE designer and expect them to see correcly in
other computers !

Aug 13 '07 #5

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

Similar topics

6
by: Ganesh J. Acharya | last post by:
Hi Friends! I had posted a query in the comp.infosystems.www.authoring.html group > Thanks for your guidance. Please check for the document now. I have > once again updated the website.... > >...
2
by: Bob | last post by:
Some guidance is requested. I will be developing an application in C#.NET. This app will require a db, the organization size is approx 50 users, all of which all part time users, maybe 10%...
6
by: Brett | last post by:
Which IDE do you use and why for developing ASP.NET websites? Some I know of are: - Visual Web Developer 2005 Express (free) - ASP.NET Web Matrix 0.6 (free) - VS.NET 2003 Thanks, Brett
1
by: sympatico | last post by:
Hi, I am developing an application using VB.Net Windows applications. I have developed this by setting a screen resolution of 1024 X 768. If the user changes the screen resolution or the font...
1
by: Ty | last post by:
I am developing a .net application using C# that requires a 1ms timer. I have tried creating said timer by creating a timer object (System.Timers.Timer) that is seeded with a 1ms interval. I have...
35
by: Friendly_Lola | last post by:
What Screen Resolution do You use? 800 X 600 1024 X 768 1280 X 1024 Wow! 1600 X 1200 (i can't imagine this) I use 1024 X 768. For what resolution you optimize your web pages?
9
by: Steve Wright | last post by:
Hi I'm developing a webpage that needs to include a different stylesheet depending on the screen resolution. I know that I could read the resolution in javascript and then do some sort of...
3
by: axapta | last post by:
I recently developed an application on my PC, which has quite a large screen and a high resolution. When it was deployed, clients who had a different configuration had problems with seeing all the...
3
by: alanteo | last post by:
I am developing an application using Visual C++ express edition. The application requires the drawing of a panel of specific size and resolution. I would like to ask if there is any way for me to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...

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.