Navigation suggestions by a cabbie

I have been a taxi driver and computer user interface design instructor. So I have to give few suggestions to the guys designing software:
Sometimes I need to force the start position be point A even, if the satellite signal is not available. E.g., I am pretty sure where my home is. Maybe it is not the GPS position, but anyway, a start position. And I need to start navigation there without waiting. Often I can drive the first kilometer without the GPS functioning.
When I go to a strange location, it would be nice that the navigator would save and show visually my route so that it would be nice to drive back the same way.
When I plan a route, I often need to see forward and the cursor should not all the time be in the middle of the screen.
When I see that the navigation is doing stupid route alternatives in planning or in the spot, I should be able in advance to fix them.
I need to zoom smoothly the map in all situations - and shift the screen so that I could see more where I want.
Often I want to keep North to the top so that in simulation or in navigation the map would not circulate wildly. It helps me to orientate better and understand where I am. Sometimes circulation is OK.
I need to simulate my way sometimes faster and sometimes slowlier.
I need to find and see the cursor and its direction better. The present light blue brackets/ square is not the best. It could be an orange arrow or something.
Buying the navigation license was too complex when first time in the traffic. I got only the choices Scandinavia or Western Europe, but no indication, whether Scndinavia is included in the WE in this package. This forces me to buy the same license many times.
I have a Finnish system. For some reason it gives the points of interest in Helsinki in Swedish language only. It is not only strange, but it is offensive, same as you would give the instructions of Estonia or Hungary in Russian, or of Poland in German. Also foreigners need Finnish or then English names in Finland.
Not only software; why the navigation button is more difficult than it was in 9500 or in 9000? The same: why so black dark colour, old users need light backgrounds.
I would suggest Nokia to make better user requirements analysis before programming.

Thanks scoobyman, I did it.
You see how difficult it is to give feedback to the all-knowing R&D teams. It is a shame how they have forgot many good principles that the 30 years old graphical user interface pioneers, Alan Kay et al., told us (Xerox, Apple). The designers now copy user behaviour models from data base design and from object oriented programming, when they should analyse human behaviour as it is, and use those nice technologies as enablers only.
An example of wong type of data base design paradigm is the fact that no more you can find contacts by company name, by part of telephone number or e-mail address or city. Yes, there is the other find statement, showing that features are available, but too complex.
I can almost see the classes of Java, when the programmers have directed the design and not vice versa.
It is a generation shift that lies behind, but one should not overlook other very good experience and research.

Similar Messages

  • Filmstrip Navigation Suggestion

    I am running Lightroom 4.1 under Windows 7. Before using Lightroom I used ASeeDSee and I don't miss it at all except for one small thing.  In the filmstrip view I could go to the start or end of the strip by hitting the Home or End keys but when I do this in LR nothing happens.  Maybe these obvious shortcut keys could be added?

    Vote here: http://feedback.photoshop.com/photoshop_family/topics/lightroom_home_end_key_tool_bar.

  • Maps Application: Does it support navigation for going by train/bus/foot?

    Very often I find myself in a major city, looking for some shop or meeting point.
    With my old Nokia E7-00, Nokia Maps optionally provided a navigation route for going by foot or bicycle. Moreover, it provided navigation suggestions for going by train/bus by suggesting different connections (incl. estimated trip duration) and then providing by foot navigation for walking to the next train/bus station in the selected route.
    Does Blackberry Maps provide the same features?
    I should add that I'm residing in Germany. So Blackberry Maps should provide these features here in the German area.

    I cannot refraim from disagreeing:
    Any App being downloaded has full access rights to the phone. So every App has malware potential.
    That's why I don't download any App but expect a mobile phone to come with a sufficient number of Apps by default which the manufacturer of the phone can be held legally responsible for.
    Here are a few hyperlinks on malware on BlackBerry phones:
    Malware vulnerabilities on a BlackBerry device
    Android Blamed For 80% Of All Malware; iOS, WP8 & BlackBerry 1%
    Malware creators do not care about BlackBerry 10
    Cheers,
    Axel

  • I can't access my iCloud account online

    I've used my iCloud calendar ever since I got my first iphone. I love it but after my last update I have been unable to access it. Does anyone have any suggestions?

    JungleTaxi Cabbie wrote:
    Csound1: iCloud: Configuring Mail with Mac OS X v10.6 or iOS 4
    Enter your Incoming Mail Server, User Name, and Password using the following settings:
    Incoming Mail Server: mail.me.com
    User Name: Your iCloud email address (excluding @me.com)
    Password: Your password
    Last Modified: Jun 27, 2013
    Maybe you should test these things before calling people out, because these settings do function perfectly well.
    iCloud is not supported on Snow Leopard or lower, why bother to mention it?
    The OP has an iCloud account, and that can not be opened without Lion or Mountain Lion (on a Mac), IOS5 or 6 (on an iPhone/iPad)
    The document I linked to is Apples documentation for iCloud on current devices,I don't care whether you believe that you know better than they do, but it will affect the people who follow your advice as it won't work
    JungleTaxi Cabbie wrote:
    Also, if you're not running Lion or Mountain Lion, there is no "Mail, Contacts & Calendars" prefpane.
    I never said that there was, perhaps you imagined it.

  • ICloud Bookmark Sync breaks Windows Indexing for Bookmarks

    When iCloud syncs Bookmarks to my PC (Windows 7 64-bit), it clears the "Allow this file to have contents indexed in addition to file properties" attribute on the files.  This breaks Windows Indexing, preventing things like Windows Search and web browser auto-completion from finding the bookmarks to use for navigation suggestions.
    How does one report this problem to Apple?

    I have iphone 3gs - windows 7 SAME PROBS
    on phone for over an hr with Apple
    shut down all apps - reset settings - not worked - everything they tried didnt work
    was gonna get iphone4s but not till this is fixed
    I have HUNDREDS of bookmarks I NEED
    all i have is two history files and the usual others -
    ANNOYED
    Trevor
    Anyone get this reolved - lady said theyd been getting calls about this but the two i spoke to said theyd not got any but senior guy was aware

  • Navigation problem pl suggest

    hi all
    my web.xml coding is
    <servlet>
            <servlet-name>FacesServlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
        </servlet>
      <servlet-mapping>
            <servlet-name>FacesServlet</servlet-name>
            <url-pattern>*.faces</url-pattern>
        </servlet-mapping>
    my faces config file is
    <!DOCTYPE faces-config PUBLIC
      "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
      "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
        <managed-bean>
              <managed-bean-name>sambean</managed-bean-name>
              <managed-bean-class>
                   com.mycompany.messages.bean.sambean
              </managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>  
         </managed-bean>
         <navigation-rule>
              <from-view-id>/combo.jsp</from-view-id>
              <navigation-case>
                   <from-action>#{samaction.getSuc}</from-action>
                   <from-outcome>success</from-outcome>
                   <to-view-id>/commo.faces</to-view-id>
              </navigation-case>
         </navigation-rule>
    <managed-bean>
         <managed-bean-name>samaction</managed-bean-name>
         <managed-bean-class>
              com.mycompany.messages.action.samaction
         </managed-bean-class>
         <managed-bean-scope>request</managed-bean-scope>  
    </managed-bean>
    </faces-config>my JSP forms are
    combo.jsp
    <%@ page contentType="text/html" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:view>
         <h:form id="myform">
              <h:selectOneMenu id="combo">
                   <f:selectItems value="#{sambean.sam}"/>
              </h:selectOneMenu>
              <h:commandButton id="button" value="click" action="#{samaction.getSuc}"/>
         </h:form>
    </f:view>
    commo.jsp
    <%@ page contentType="text/html" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:view>
         <h:form id="myform">
              <h:outputText id="combo" value="#{sambean.sam}"/>
         </h:form>
    </f:view>but the navigation is not working. its really amazing. can you suggest the correction please
    regards
    jai

    hey not at all
    i tried all possible ways so thought to check whether i have made mistakes
    can you please correct it

  • Firefox navigation bar no longer has lines in between suggestions/sites. Is there any way to readd them?

    Firefox navigation bar no longer has lines in between suggestions/sites. Is there any way to readd them?

    This is a duplicate of https://support.mozilla.org/en-US/questions/939644
    Closing this thread.

  • Navigation buttons not showing up on Mail screen. Any suggestions?

    This issue started two days ago before which it was working normally.
    Basically, now when I click on the mail icon on the main menu, it opens up the mail screen but the navigation buttons on the top (allowing me to go to the parent folder, go to previous/next message etc.) do not show up any more.
    The top of the screen now is the To: field. I have tried to scroll up past it but its just a dark grey area.
    Any suggestions would be very helpful.
    Thanks

    I deleted your duplicate question... this is an open forum, not a direct line to Adobe support... you need to wait for someone to answer
    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html
    or
    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/

  • Why does my navigation toolbar reset even thought I've tried all the troubleshooting suggestions?

    Navigation toolbar resets no matter what I try.

    Actually, as I had stated, I tried all the suggestions in your troubleshooting
    section already. However, I got to playing around some and discovered that
    when I disabled a new addon called "Slash Unblocker" the problem was
    cleared up.

  • Navigational TOC doesn't show up when exported to epub, any suggestions?

    Hi All!
    I created a Table of Contents document in the book that I am creating but when I export it for Digital Editions the TOC page just shows completely blank. This is my first epub and I don't know if I'm setting it up right. Has anyone else had a similar problem? If so, how did you fix it? Thank you so much!!

    When you say the whole TOC page is blank, what do you mean? A navigational TOC appears in the Navigation Pane on the left of Adobe Digital Editions. In iBooks it drops down from the Contents icon at the top of the page.
    If you place an InDesign-created TOC, it WON'T appear on an EPUB page when created out of InDesign CS4. That's because it's not considered part of the main story flow. You'll need to manually create a TOC which appears on a page with cross-references.

  • Upon installing firefox 10, my runescape toolbar is now above the navigation bar. i would like to be able to return it to its rightful place below the bookmarks bar. suggestions?

    upon installing firefox 10, my runescape toolbar is now above the navigation bar. i would like to be able to return it to its rightful place below the bookmarks bar.

    -> [[How do I customize the toolbars?]]
    Check and tell if its working.
    Not related to your problem but some of your Firefox Plugins are out-dated
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • I am making a website for my high school and it's online, but for some reason my navigation bar doesn't show up on firefox browser. Any suggestions?

    I made a new website for my high school. I used the same code for the navigation bar in the old site for the new site and for some reason my new site's nav bar won't show up in firefox browser or for that matter any browser other than Internet. Any ideas of why?

    Looks fine here. You may need to bypass the cache if you uploaded new code.
    Reload a web page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    See:
    * [[Keyboard shortcuts]]
    * [[Mouse shortcuts]]

  • I cannot get the STOP button to appear in the Navigation Toolbar, even after going through the suggestions; it will appear when the Restore Default Set window is open, but disappears as soon as DONE is clicked

    The X for STOP loading the page does not appear in the Navigation Toolbar. If I do the right click, select Customize, Restore Default Set, it appears; click Done and it disappears. I have disabled the theme; disabled all extensions; reset the toolbar & controls; unchecked the acceleration. No luck.

    Starting in Firefox 4, the Go, Stop and Reload buttons are combined in one button at the right end of the URL or Address bar. The button changes depending on the activity:
    *green Go arrow when typing in the address bar
    *red Stop ("X") button while page is loading
    *gray Reload (circular arrow) when page is finished loading.
    Separate buttons are possible:
    #Open Customize Toolbar window by clicking Firefox button > Option > Toolbar Layout '''''OR''''' clicking View > Toolbars > Customize if using the Menu Bar '''OR''' right-click in an empty space on a toolbar and choose Customize
    #Stop and Reload buttons will show separated between the address bar and the search bar
    #drag the buttons anywhere on the Navigation toolbar
    #*order Reload-Stop will combine into one button
    #*order Stop-Reload will remain separate buttons
    #*or drag a "Separator" from the Customize window between Reload-Stop and they will remain separate
    #click Done at bottom right of Customize window to finish
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    You have multiple old versions of Java Console installed that Java did not clean up when updating. Your old versions are: 6.0.16, 6.0.22<br />
    Follow these instructions to remove the old versions: http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions

  • I have gone through all the suggested steps to restore the navigation toolbar to the default position, yet none have worked. Is there anyway I can do so? If not, where can I get a copy of the previous edition of Firefox?

    I have tried all posted means to restore default settings to my navigation toolbar. Are there other ways?

    I was a strong supporter of Firefox until this happened. None of the fixes have worked...and besides why should I have to waste my time trying to fix it in the first place. I lost a lot of time and information with this situation and Firefox provides no support for itself that I can see. No...I've switched to Google Chrome and Firefox will have a serious uphill climb getting me back or preventing me from warning others off their product. FIREFOX HAS COST ME SEVERAL HOURS...NO...DAYS REPAIRING THIS DAMAGE. I won't be back!!!!!!!!!!!!!!!!! Thank god we still have the freedom to chose in this country...at least for now.
    P.S. I hope Firefox goes the way of Netscape. I was once a supporter of their product too...but they blew it bad...

  • Navigation bar suggestion/autocomplete history dropdown disappears

    The drop-down history suggestion bar disappears, especially when the browser's been open for a while, ie., I'll type "m" in the address bar, but "mozilla.org" (or any other site from my history) won't show up underneath - meaning I have to either type in the full address or go to a bookmark. This happens with the search box, too - if I type something in, it won't give me suggestions from past searches. Restarting always fixes it, but it's getting annoying. Running Firefox 3.6.10 on Ubuntu 10.04

    Updating to a newer version may easily mess the toolbar configuration. You are suggested launching Firefox [[Safe Mode]], and select “reset all the buttons from toolbar” then click restart Firefox. (I don't know what is exactly called in English version). And then, you will see all the buttons are restored to default settings. You may now re-drag-and-drop all buttons including your disappeared buttons in customize.

Maybe you are looking for

  • ITunes doesn't sync all my songs.

    I've put some of the songs from my computer to iTunes, plugged my iPod Touch into the computer, iTunes has recognised the device, I've clicked on my iPod, gone to 'Music', selected 'selected playlists, artists and genres', 'include music videos', 'in

  • Can I turn off automatic chat saving in Messages?

    I have never liked this feature and I think it's simply a waste of space on my hard drive.  Time Machine likes to keep backing up as well.

  • How may I prevent loss of Music - not from iTunes - on a new computer?

    The original iTunes Library I had for my iPod Touch was on a computer that has broken down. I am concerned about what I'm reading in the iTunes HELP files, because I see no way to prevent loss of my non-purchased (at least from iTunes) music when syn

  • How do i split the digital signal for PIP?

    My tv requires 2 separate A/V inputs to use PIP. How do I split the incoming signal without affecting the signal strength to STB? Everytime I connect a slpitter, the signal looses stregth and I can't HD out of my STB only digital, not HD. Is there a

  • Show a message if the search result is 0

    Hi all, I have html jspbean , html for enter , jsp for display, bean for business. i want to handle if the search is not match display a message. i not how to handle in servlet just is whiler(rs.next(){ count ++ if (count<=1) display message. but how