473,387 Members | 1,423 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.

Is this a NET issue or just bad web design

Because in my .NET implementations I do not run into this. Yes granted I don't use the various technologies that Microsoft does but in my book using enhanced products erroneously is worse then not using them at all. For example take a look at this page:

http://msdn.microsoft.com/library/en...asp?frame=true

Now if you turn JavaScripting off you will see the entire statement in the second gray block. With JavaScripting emabled you only see this much:

"This Website uses a data provider that may be unsafe. If you trust the"

You should see this, "This Website uses a data provider that may be unsafe. If you trust the Website, click OK, otherwise click Cancel."

The rest of the page is similarly corrupted. This is using 800 x 600 resolution which is what the majority of the world uses.

Now there are other places at Microsoft that have troubles such as this. For example it is often the case that when Microsoft has a box in the upper right that is a menu allowing quick access to related materials, that box will write over the text in the page making text in that area unreadable. Lately Microsoft has been addressing this issue the result of which is large amounts of white space.

Here is an example of this:

http://support.microsoft.com/default...en-us%3B304894

So is this an issue with the .NET technology or is it just poor web design? Thanks.

--
George Hester
__________________________________
Nov 17 '05 #1
1 1533
Poor Web Development. MSDN has become very problematic lately.
In fact, all Microsoft properties have been flakey while in transition
from ASP to ASP.NET.
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

LaGarde StoreFront 5 Affiliate: e-Commerce Software Development
SEE: http://www.storefront.net/default.as...RER=-201499070

"George Hester" <he********@hotmail.com> wrote in message news:O$**************@TK2MSFTNGP10.phx.gbl...
Because in my .NET implementations I do not run into this. Yes granted I don't use the various technologies that Microsoft does but
in my book using enhanced products erroneously is worse then not using them at all. For example take a look at this page:

http://msdn.microsoft.com/library/en...asp?frame=true

Now if you turn JavaScripting off you will see the entire statement in the second gray block. With JavaScripting emabled you only
see this much:

"This Website uses a data provider that may be unsafe. If you trust the"

You should see this, "This Website uses a data provider that may be unsafe. If you trust the Website, click OK, otherwise click
Cancel."

The rest of the page is similarly corrupted. This is using 800 x 600 resolution which is what the majority of the world uses.

Now there are other places at Microsoft that have troubles such as this. For example it is often the case that when Microsoft has a
box in the upper right that is a menu allowing quick access to related materials, that box will write over the text in the page
making text in that area unreadable. Lately Microsoft has been addressing this issue the result of which is large amounts of white
space.

Here is an example of this:

http://support.microsoft.com/default...en-us%3B304894

So is this an issue with the .NET technology or is it just poor web design? Thanks.

--
George Hester
__________________________________
Nov 17 '05 #2

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

Similar topics

1
by: George Hester | last post by:
Because in my .NET implementations I do not run into this. Yes granted I don't use the various technologies that Microsoft does but in my book using enhanced products erroneously is worse then not...
6
by: Jessica | last post by:
Hi, I have a question regarding the object-oriented issue. I understand that a class is a type. I have an array class. Now say that I want to implement an algorithm A that uses the array class....
6
by: michaelzap | last post by:
I can't seem to remove some extra margin/padding from my design on this site: http://www.kyowa-usa.com/ IE displays it properly (no space between the menus and other elements and the outer...
17
by: Danny J. Lesandrini | last post by:
The following code works with a standard MDB to navigate to a particluar record (with a DAO recordset, of course) but it's giving me problems in an ADP I'm working on. Dim rs As ADODB.Recordset...
0
by: Richard Jones | last post by:
I'm proud to release this, the 1.1.1 release of Roundup. Fixed in this release: - failure with browsers not sending "Accept-Language" header (sf bugs 1429646 and 1435335) - translate class...
4
by: Richard Jones | last post by:
I'm proud to release version 1.1.3 of Roundup. Feature: - supports Python 2.5, including the sqlite3 module - full timezone support (sf patch 1465296) - handle connection loss when responding...
3
by: IR | last post by:
Hi, I've been trying to do the following (which doesn't compile) : template<class T, class F = Example<T struct Example { F foo(); };
0
by: Richard Jones | last post by:
I'm proud to release version 1.3.3 of Roundup. Fixed in 1.3.3: - If-Modified-Since handling was broken - Updated documentation for customising hard-coded searches in page.html - Updated...
8
by: obrianpatrick | last post by:
Hi, I am relatively new to object oriented programming and design. I am developing an application in VS 2005. I am having the following design problem: I have two interfaces X and Y. Y is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.