Home  |  Forums  |  914 Info  |  Blogs
 
914World.com - The fastest growing online 914 community!
 
Porsche, and the Porsche crest are registered trademarks of Dr. Ing. h.c. F. Porsche AG. This site is not affiliated with Porsche in any way.
Its only purpose is to provide an online forum for car enthusiasts. All other trademarks are property of their respective owners.
 

Welcome Guest ( Log In | Register )

> OT Computer Question, I have been annoyed by this long enough, why??????
Porsche Rescue
post Nov 30 2006, 04:12 PM
Post #1


Saving and Enjoying Old Porsches
****

Group: Members
Posts: 2,978
Joined: 31-December 02
From: Bend, Oregon
Member No.: 64
Region Association: None



Every time I order something on line, or otherwise enter my address into the computer, I get a damn drop down menu when I get to "state". Then I have to go to the mouse, click and scroll down to Oregon. Of all the data included in an address, the two letter state abbreviation is the easiest to enter. I could type "OR" way faster than using the *&*^*&* drop down.
Does anyone have a logical answer as to why this is the universal method of entering your state? I will feel better when I do it if there is some reasonable explanation. End rant.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies(1 - 11)
kpex914
post Nov 30 2006, 04:16 PM
Post #2


Newbie
*

Group: Members
Posts: 48
Joined: 29-March 06
From: Fresno,Cali
Member No.: 5,792
Region Association: None



hit the tab button it will highlight the states then arrow down untilyou get to your state.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vanaman
post Nov 30 2006, 04:22 PM
Post #3


poor college student looking a for a 914 freebie
**

Group: Members
Posts: 64
Joined: 10-November 06
From: westerville ohio
Member No.: 7,190



it is prolly because there are enough people who dont know the difference of several.
like arizona, arkansas, alaska.

these minority have deemed it neccesary for this nuisance.

steve
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ejm
post Nov 30 2006, 04:24 PM
Post #4


I can see the light at the end of the tunnel
****

Group: Members
Posts: 2,691
Joined: 3-February 03
From: Massachusetts
Member No.: 224
Region Association: None



usually if you tab from the city box you can hit the first letter of the state, several times if needed to get your state then tab to the zip

try it here
User is online!Profile CardPM
Go to the top of the page
+Quote Post
Porsche Rescue
post Nov 30 2006, 04:27 PM
Post #5


Saving and Enjoying Old Porsches
****

Group: Members
Posts: 2,978
Joined: 31-December 02
From: Bend, Oregon
Member No.: 64
Region Association: None



Steve you are making me feel better already. Tab, hit O until I see OR and then tab on.........it works. Thanks Ed
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gms
post Nov 30 2006, 04:32 PM
Post #6


Advanced Member
****

Group: Members
Posts: 2,695
Joined: 12-March 04
From: Chicagoland
Member No.: 1,785
Region Association: Upper MidWest



When you code forms you need to validate data before entering it into the database.
Giving a drop down menu eliminates that step from your coding.
People can only choose a valid 2 letter abrev for that field.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SirAndy
post Nov 30 2006, 09:09 PM
Post #7


Resident German
*************************

Group: Admin
Posts: 41,641
Joined: 21-January 03
From: Oakland, Kalifornia
Member No.: 179
Region Association: Northern California



QUOTE(gms @ Nov 30 2006, 02:32 PM) *

When you code forms you need to validate data before entering it into the database.
Giving a drop down menu eliminates that step from your coding.
People can only choose a valid 2 letter abrev for that field.


(IMG:style_emoticons/default/agree.gif) one less possible error the programmer has to deal with. give them a predefined dropdown and there's no way someone could type in "Oreganon" instead, which would result in all kinds of trouble for the scripting on the website ...

(IMG:style_emoticons/default/type.gif) Andy
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tat2dphreak
post Nov 30 2006, 09:18 PM
Post #8


stoya, stoya, stoya
*****

Group: Benefactors
Posts: 8,797
Joined: 6-June 03
From: Wylie, TX
Member No.: 792
Region Association: Southwest Region



QUOTE(SirAndy @ Nov 30 2006, 09:09 PM) *

QUOTE(gms @ Nov 30 2006, 02:32 PM) *

When you code forms you need to validate data before entering it into the database.
Giving a drop down menu eliminates that step from your coding.
People can only choose a valid 2 letter abrev for that field.


(IMG:style_emoticons/default/agree.gif) one less possible error the programmer has to deal with. give them a predefined drop down and there's no way someone could type in "Oreganon" instead, which would result in all kinds of trouble for the scripting on the website ...

(IMG:style_emoticons/default/type.gif) Andy


exactly... remember to a computer "OR" is not the same as "Or" and isn't the same as "or"

some has to write logic to decide what's valid, drop-downs are a faster way to ensure the data is the way you expect it... and it's nice when it can be used, anyone whos had to validate data... nothing like expecting an integer and getting "K"...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
bperry
post Dec 1 2006, 12:48 AM
Post #9


Lurker
**

Group: Members
Posts: 477
Joined: 16-February 04
From: Dallas, Tx
Member No.: 1,661



I run into one that is even more annoying.
I live just north of Dallas, TX in a town called Addison.
The city received its own zip code about 5 years ago. (75001)
The city previously had 3 different zipcodes and is now a new single zipcode.
However, many of the silly data entry forms attempt to sanity check
zipcodes in addresses.
The problem I run into is that 75001 is not known to some of these.
To make matters worse, the Postmaster general in Addison decided a few years
ago that to better enforce using the proper zipcode and to get people to
adopt the new zipcode. ALL mail & packages
will be returned to sender as "Undeliverable" if the zipcode is incorrect.

Great, so when I run in to a site that doesn't know about 75001, I can't even
fake it out because if it does it accept a Dallas zip, Addison will return it
to the sender with an obscure reason/messsage.

I've never understood why programmers code up data entry forms that
require entering city, state & zipcode and then think they need to try
to sanity check the zipcode.

--- bill

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
KELTY360
post Dec 1 2006, 01:02 AM
Post #10


914 Neferati
*****

Group: Members
Posts: 5,031
Joined: 31-December 05
From: Pt. Townsend, WA
Member No.: 5,344
Region Association: Pacific Northwest



I feel your pain man. Try living in WAshington.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SirAndy
post Dec 1 2006, 07:48 PM
Post #11


Resident German
*************************

Group: Admin
Posts: 41,641
Joined: 21-January 03
From: Oakland, Kalifornia
Member No.: 179
Region Association: Northern California



QUOTE(KELTY360 @ Nov 30 2006, 11:02 PM) *

I feel your pain man. Try living in WAshington.


uhm, click on dropdown, hit the "W" key on your keyboard and on to the next input ...

no scrolling needed ...
(IMG:style_emoticons/default/bye1.gif) Andy
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
smooth_eddy
post Dec 1 2006, 07:53 PM
Post #12


Senior Member
***

Group: Members
Posts: 535
Joined: 13-November 04
From: Seattle
Member No.: 3,102



QUOTE
I feel your pain man. Try living in WAshington.




Washington is easy... Just select (hylight) the box and type W. Washington will come up first. Really! Eddy
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th May 2024 - 07:54 AM