Questions tagged [navigation]

Navigation refers to the process of navigating a network of resources, and the user interface that is used to do so.

Navigation refers to the process of navigating a network of resources and the user interface that is used to do so.

A navigation system is a (usually electronic) system that aids is navigation.

Navigation systems may be capable of:

  • containing maps, which may be displayed in human readable format via text or in a graphical format
  • determining a vehicle or vessel's location via sensors, maps or information from external sources
  • providing suggested directions to a human in charge of a vehicle or vessel via text or speech
  • providing directions directly to an autonomous vehicle such as a robotic probe or guided missile
  • providing information on nearby vehicles or vessels, or other hazards or obstacles
  • providing information on traffic conditions and suggesting alternative directions

Types of navigation systems

14678 questions
3
votes
3 answers

CSS drop down menu

Been trying to get a "pure css" dropdown been trying for days to get a "simple" css drop down nav going can get the top level displayed and the second level hiding but can't make the sub items display on hover?? any help much appreciated sample…
dartdog
  • 10,432
  • 21
  • 72
  • 121
3
votes
1 answer

Magento layered navigation configurable product out of stock

I have 2 configurable products with size variations, both have three sizes, small, medium and large. In the first product, the simple product for the small size is out of stock. If i set in the layered navigation to filter by small size, this…
3
votes
3 answers

Javascript - How to change focus on links in a list with keyboard arrow keys

I'm able to change focus when the links are not wrapped in other elements. This works: HTML Link Link Link JS (with jQuery) $(document).keydown( …
HoffZ
  • 7,709
  • 6
  • 36
  • 40
3
votes
2 answers

CasperJS back navigation doesn't work?

Here's the situation: I use CasperJS to open a page I click on button on the page to go to page2 I click a button on page2 to go to page3 Now I am on page 3 and I call this.back() within a then statement and it does go back to page 2 and…
3
votes
4 answers

Is there a name for this type of page navigation?

Just out of curiosity, is there a name for the kind of navigation I've been working on? It looks like this: < last>> i.e. navigation where you've got x pages, but you don't want to show x links, you want to…
AmbroseChapel
  • 11,957
  • 7
  • 46
  • 68
3
votes
0 answers

Using a spinner in combination with tab strip for navigation

How do Google apps, like Google Play Music for example, combine both the Spinner in the action bar with below a fixed tab strip? Does it use setNavigationMode(NAVIGATION_MODE_LIST), in combination with a ViewPager with a custom tab strip for…
tvanlaerhoven
  • 709
  • 5
  • 15
3
votes
2 answers

How do I make this bullet navigation work in my Jquery slider?

I have a jquery slider made up with ul li that slides with margin-left, I have a good working next and previous button but now I want to add a bullet navigation. I'm not that good at Jquery and I want to make a click function that when you click on…
Noob17
  • 709
  • 2
  • 7
  • 21
3
votes
3 answers

Accessing IsolatedStorage from another page Windows phone 8

This is actually a follow up to Storing data on Windows phone. I have an app that loads a favourites page. If the favourites page is empty, the user can click a search button on the favourites page which loads a search page. There they can search…
irldev
  • 409
  • 2
  • 8
  • 21
3
votes
0 answers

Using Osmdroid and OSM maps to create a navigation android app

I have successfully made a sample app which loads an offline OSM map and displays it on the device. I followed the instructions at here. Now my aim is to create a navigation app for a building.(within the building). I am now moving to the tutorials…
0aslam0
  • 1,797
  • 5
  • 25
  • 42
3
votes
4 answers

Offline navigation software for Android - what is out there?

Im looking for navigation software for the Android platform and I have a few requirements: Offline maps. The maps should be stored on the device/memory card so no Internet-connection is required There should be some way to interact with the…
Ted
  • 19,727
  • 35
  • 96
  • 154
3
votes
0 answers

Custom map navigation in ios

I want to implement navigation map for drivers in my iOS app and know two different ways to do this: Use URL scheme to open Apple Maps app. Implement this feature inside my app. The first case is not an option for me, so I decide to select a…
Igor Nazarov
  • 193
  • 1
  • 6
3
votes
1 answer

Navigation using href="#!/id"

Recently I noticed some websites in which the menu navigation is somewhat like this.
Nizam
  • 5,698
  • 9
  • 45
  • 57
3
votes
1 answer

Start external app/Activity and add my own header?

I am using Sygic Navigation on my HTC Hero. I can start it by calling the correct intent as I described here. Now, Sygic starts in fullscreen-mode and I cannot use the BACK-button to go back to my previous Activity (don't ask me why). The question…
Ted
  • 19,727
  • 35
  • 96
  • 154
3
votes
2 answers

How to add icons to items in a navigation drawer

I would like to have icons next to my items in my navigation drawer that I have set up like this: Titles = getResources().getStringArray(R.array.array1); Icons = getResources().getIntArray(R.array.icons); mDrawerLayout =…
ez4nick
  • 9,756
  • 12
  • 37
  • 69
3
votes
2 answers

Need help centering a

Here is my website: http://sousvi.zymichost.com. I have a list-styled menu (Home, Participation, Competition, etc.) and am trying to center it across the page so that it displays correctly on desktop computers and mobile devices (iPhone, iPad). I…
1 2 3
99
100