473,657 Members | 2,612 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
_______________ _______________ ____
Jul 19 '05 #1
1 3494
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*********@REM OVETHISTEXTmetr omilwaukee.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********@hot mail.com> wrote in message news:O$******** ******@TK2MSFTN GP10.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
_______________ _______________ ____
Jul 19 '05 #2

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

Similar topics

6
2130
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. Does it make sense to make a class for the algorithm such as class MyAlg { private: Array A1;
6
6868
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 border), but in Firefox I always end up with some space. I have tried several box model fixes (to no avail), and I'm no longer sure that's what's going on.
1
290
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 using them at all. For example take a look at this page: http://msdn.microsoft.com/library/en-us/ado270/htm/ado28_securitydcrs.asp?frame=true Now if you turn JavaScripting off you will see the entire statement in the second gray block. With...
17
4201
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 Set rs = Me.RecordsetClone rs.Find "=" & lngContractID If Not rs.EOF Then Me.Bookmark = rs.Bookmark I must site the Heisenberb Uncertainty Principal here, as it
0
1206
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 name in "required property not supplied" error message (sf bug 1429669) - error in link property lookups with numeric-alike key values (sf bug 1424550)
4
1578
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 to web requests - match incoming mail In-Reply-To against existing messages when no issue id is specified in the Subject - added StringHTMLProperty wrapped() method to wrap long lines in issue display
0
1294
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 Windows installation docs (thanks Bo Berglund) - Handle rounding of seconds generating invalid date values - Handle 8-bit untranslateable messages from database properties - Fix scripts/roundup-reminder date calculation (sf bug 1649979)
8
1867
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 derived from X as the following: __interface X {
0
8392
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8823
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8730
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7321
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.