473,395 Members | 1,393 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,395 software developers and data experts.

Bad Form Design


Ok, so I read this article about a great free DVD with plenty of .net
tools that I can order from Microsoft.

I click on the link:

https://oms.one.microsoft.com/anonym...stomerInfo.asp

Well, first of all, I notice its ASP not ASP.Net.

Second, the form is poorly designed.

1. Usually, if you don't put in the shipping address, it's assumed its
the same...or the check is premarked. In this case, there's a Copy
button that you have to press to copy the bill information to the ship
information. That seems excessive to me.
2. There are two fields for phone. Phone and extension.

I put my company phone number ( I use the receptionist number because I
don't want direct sales calls ) and it rejects it. It came back with
an error saying

"The following error(s) has occurred:
You must enter a 10-digit bill-to phone number, including area code."

Well, I did that, so I enter it again.

Same error.

Then, I try to make a correction to the phone number in the shipto
section, and I can't the field won't let me put in more than 7 digits!
So I have to do a copy again.

Right now, I am unable to order this DVD.

Maybe it's just not worth it.

Microsoft needs to learn how to use .NET before it promotes it !!!


--
An artist is someone who produces things that
people don't need to have but that he - for some
reason - thinks it would be a good idea to give them.
Andy Warhol
Jul 21 '05 #1
6 1468
Jeph Axxe <he***@metal.dude> wrote:
Ok, so I read this article about a great free DVD with plenty of .net
tools that I can order from Microsoft.

I click on the link:

https://oms.one.microsoft.com/anonym...stomerInfo.asp

Well, first of all, I notice its ASP not ASP.Net.
<snip>
Microsoft needs to learn how to use .NET before it promotes it !!!


If the page is written using ASP to start with, how is it relevant to
how much MS knows about .NET?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
Jon Skeet [C# MVP] wrote:
Jeph Axxe <he***@metal.dude> wrote:
Ok, so I read this article about a great free DVD with plenty of .net
tools that I can order from Microsoft.

I click on the link:

https://oms.one.microsoft.com/anonym...stomerInfo.asp

Well, first of all, I notice its ASP not ASP.Net.

<snip>
Microsoft needs to learn how to use .NET before it promotes it !!!

If the page is written using ASP to start with, how is it relevant to
how much MS knows about .NET?


1. It still uses MAXLENGHT

2. If they don't use ASP.NET how will they learn it? More or less
/promote/ it to their customers ?


--

Go SeaHawks! Beat Saints!
Jul 21 '05 #3
For being such a stickler, you sure missed the boat.

First of all do you really expect them to rewrite every already existing,
working piece of code they have in DotNet? That would be crazy.

1. This is for specifying a *different* shipping address.
2. Instructions identical to the error message are next to the phone# field.
Looks like they are both 10 digits to me.

Bob Lehmann

"Jeph Axxe" <he***@metal.dude> wrote in message
news:34*************@individual.net...

Ok, so I read this article about a great free DVD with plenty of .net
tools that I can order from Microsoft.

I click on the link:

https://oms.one.microsoft.com/anonym...stomerInfo.asp
Well, first of all, I notice its ASP not ASP.Net.

Second, the form is poorly designed.

1. Usually, if you don't put in the shipping address, it's assumed its
the same...or the check is premarked. In this case, there's a Copy
button that you have to press to copy the bill information to the ship
information. That seems excessive to me.
2. There are two fields for phone. Phone and extension.

I put my company phone number ( I use the receptionist number because I
don't want direct sales calls ) and it rejects it. It came back with
an error saying

"The following error(s) has occurred:
You must enter a 10-digit bill-to phone number, including area code."

Well, I did that, so I enter it again.

Same error.

Then, I try to make a correction to the phone number in the shipto
section, and I can't the field won't let me put in more than 7 digits!
So I have to do a copy again.

Right now, I am unable to order this DVD.

Maybe it's just not worth it.

Microsoft needs to learn how to use .NET before it promotes it !!!


--
An artist is someone who produces things that
people don't need to have but that he - for some
reason - thinks it would be a good idea to give them.
Andy Warhol

Jul 21 '05 #4
Josef Schneider <us*@cord.blah> wrote:
If the page is written using ASP to start with, how is it relevant to
how much MS knows about .NET?
1. It still uses MAXLENGHT


And that's a reflection on .NET how exactly?
2. If they don't use ASP.NET how will they learn it? More or less
/promote/ it to their customers ?


Many places in MS *do* use it - but you can't expect everyone in MS to
immediately convert all their previous ASP code to ASP.NET. Chances are
this is a modification of a form which was used for other freebies.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5
Bob Lehmann wrote:
For being such a stickler, you sure missed the boat.

First of all do you really expect them to rewrite every already existing,
working piece of code they have in DotNet? That would be crazy.
I would expect that a site dedicated to promoting a .Net CD would use
..Net for a form.

Is that too much to expect ?


1. This is for specifying a *different* shipping address.
But if you don't click the COPY button, it throws an error.
2. Instructions identical to the error message are next to the phone# field.
Looks like they are both 10 digits to me.

Did you actually try it? Like I did? Or are you just jawboning ?

Bob Lehmann

"Jeph Axxe" <he***@metal.dude> wrote in message
news:34*************@individual.net...
Ok, so I read this article about a great free DVD with plenty of .net
tools that I can order from Microsoft.

I click on the link:


https://oms.one.microsoft.com/anonym...stomerInfo.asp
Well, first of all, I notice its ASP not ASP.Net.

Second, the form is poorly designed.

1. Usually, if you don't put in the shipping address, it's assumed its
the same...or the check is premarked. In this case, there's a Copy
button that you have to press to copy the bill information to the ship
information. That seems excessive to me.
2. There are two fields for phone. Phone and extension.

I put my company phone number ( I use the receptionist number because I
don't want direct sales calls ) and it rejects it. It came back with
an error saying

"The following error(s) has occurred:
You must enter a 10-digit bill-to phone number, including area code."

Well, I did that, so I enter it again.

Same error.

Then, I try to make a correction to the phone number in the shipto
section, and I can't the field won't let me put in more than 7 digits!
So I have to do a copy again.

Right now, I am unable to order this DVD.

Maybe it's just not worth it.

Microsoft needs to learn how to use .NET before it promotes it !!!


--
An artist is someone who produces things that
people don't need to have but that he - for some
reason - thinks it would be a good idea to give them.
Andy Warhol


--

Go SeaHawks! Beat Saints!
Jul 21 '05 #6
Jon Skeet [C# MVP] wrote:
Josef Schneider <us*@cord.blah> wrote:
If the page is written using ASP to start with, how is it relevant to
how much MS knows about .NET?
1. It still uses MAXLENGHT

And that's a reflection on .NET how exactly?


Well, I guess if Microsoft doesn't know how to use HTML, I can't expect
them to understand .net or asp.

Maybe .net should be it's own company.

In fact, I wish it were...

2. If they don't use ASP.NET how will they learn it? More or less
/promote/ it to their customers ?

Many places in MS *do* use it - but you can't expect everyone in MS to
immediately convert all their previous ASP code to ASP.NET. Chances are
this is a modification of a form which was used for other freebies.

--

Go SeaHawks! Beat Saints!
Jul 21 '05 #7

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

Similar topics

2
by: Yasutaka Ito | last post by:
Hi folks! I have a BaseForm class that inherits System.Windows.Forms.Form. It has a property, whose value I need supplied by the class that inherits it. The BaseForm usees the value supplied...
2
by: Pete | last post by:
Before I get started with the question, does anyone have a (single) good book recommendation for database design? Not an Access-specific book, but something geared toward helping me figure out...
2
by: Ray | last post by:
Stop me if you've heard this, but I am running Access 2002 and all of a sudden, if I design a particular form (it's been working fine for ages), Access crashes rather than open it in design view. ...
0
by: Frnak McKenney | last post by:
I'm running into problems with VisualStudio.NET2003 and Windows Forms inheritance. It _feels_ like a bug, but it could just as well be a misunderstanding on my part regarding how the VS Designer...
14
by: Jan Nielsen | last post by:
Hi In Microsoft Access it is possible to write code like this Sub test() DoCmd.OpenForm "TestForm", acDesign Dim a As Control For Each a In Forms("TestForm").Controls Do stuff Next End Sub
8
by: Brett | last post by:
I have a form with a Form1_Load() Subprocedure and no other code. For some reason, the design view does not come up. If I add a new form, the design view does come up. The form does appear when...
2
by: Richard Bysouth | last post by:
Hi When attempting to view inherited forms in design mode I have been getting the message "The path is not of a legal form" and am unable to view the designer. I can't seem to find any...
3
by: --== Alain ==-- | last post by:
Hi, I've created a Form just for testing purposes. on this form i have a custom control that i created. Every time that i update my custom control (dll file), my test form displays the...
4
by: ThunderMusic | last post by:
Hi, I have a custom form that works fine when I debug it or run it in release mode but cannot be loaded in the designer... Actually, it can be loaded in the designer when no control is on it, but...
10
by: menashay | last post by:
Hello, I am absolute beginner in C# so pardon me if the following question is too easy. I have a form with a one button. When I click the button I want to display a message that reads...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.