Ask a Question related to ASP.NET General, Design and Development.
-
George Hester #1
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:
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/ado28_securitydcrs.asp?frame=true[/url]
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:
[url]http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B304894[/url]
So is this an issue with the .NET technology or is it just poor web design? Thanks.
--
George Hester
__________________________________
George Hester Guest
-
dll hell design issue
I have some questions about the proper use of dll's in asp applications. The situation is like this: We have a COM dll that uses a few regular... -
Web design issue- please help
Hi All, I am an intermediate level of web designer. I would like you to give me some advice on web design issues; i.e. if someone needs to... -
Help with design issue
Hi once again, I have been asked to add a feature that allows a person to add content to a site via a control panel. This control panel is... -
Design Issue
Hi again everyone: I would like to have a form field exist on two forms at the same time, - if it is possible. Basically, I am trying to... -
Caching Design Issue
I am creating a portal that uses UserControls as each "portlet". Each of these UserControls is autonomous in the sense that whether or not they are... -
clintonG #2
Re: Is this a NET issue or just bad web design
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 [email]csgallagher@REMOVETHISTEXTmetromilwaukee.com[/email]
URL [url]http://www.metromilwaukee.com/clintongallagher/[/url]
LaGarde StoreFront 5 Affiliate: e-Commerce Software Development
SEE: [url]http://www.storefront.net/default.asp?REFERER=-201499070[/url]
"George Hester" <hesterloli@hotmail.com> wrote in message news:O$HKZZzQDHA.2332@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:
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/ado28_securitydcrs.asp?frame=true[/url]
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:
[url]http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B304894[/url]
So is this an issue with the .NET technology or is it just poor web design? Thanks.
--
George Hester
__________________________________
clintonG Guest



Reply With Quote

