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

learn more… | top users | synonyms

0
votes
1answer
24 views

Navigation Drawer ActionBar button not working

I am working on an android project and I'm trying to integrate the new Navigation Drawer using the example from http://developer.android.com/training/implementing-navigation/nav-drawer.html. Its ...
0
votes
0answers
5 views

Resolve JSF navigation case in java

I know I can use the handleNavigation(FacesContext, String, String) method to tell JSF to navigate to a given outcome from within a bean. Is there any way to get the resolved navigation case URL as a ...
0
votes
1answer
14 views

Open Apple map with navigation bar and barbuttonitem

I have some code that opens Apple Maps when I push a button, but I would somehow like to implement a navigation controller at the top of the screen so that I can go back to the previous page. Is it ...
0
votes
1answer
29 views

How to create an unordered list of meta titles of pages within a specific directory with php? [closed]

I am trying to make my website more manageable by using php to list the meta-titles of pages within a portfolio/ directory as an unordered list of links to those pages. Can anybody help? Here's an ...
0
votes
0answers
37 views

Flickering Drop down Menu in IE and Firefox

I have created a drop down menu that I have used on many sites. For some reason in this application (http://quaker.wpengine.com/) the menu flickers and is mispositioned in both Firefox and IE8-10. It ...
2
votes
0answers
27 views

System.Runtime.InteropServices.COMException caused while terminating the app

I have an app with 2 pages calendar.xaml(start page) and historystatistics.xaml. Error is thrown when I navigate to historystatistics and back to calendar and then try to terminate the app by the ...
0
votes
2answers
22 views

Positioning a “wrapper” div underneath a fixed navigation bar?

I've started work on a brand new site and i've been playing around with designs for a while, however one problem I seem to be having is regarding positioning a navigation bar with a full screen width ...
0
votes
1answer
14 views

Photo Gallery with mouse navigation

I'm trying to build a photo gallery that uses the mouse to navigate through the images,where the cursor changes when you hover left, center, or right. on click of left or right of the image the images ...
0
votes
3answers
30 views

CSS Navigation: When hovering over icon, icon should be replaced with text link

I have icons like these in my navbar (http://d.pr/i/NP2T). When I hover over one icon, I want the icon to disappear and have the link text for that list item to appear (http://d.pr/i/Vd7i). Here's my ...
0
votes
1answer
18 views

How do I get the navigation layout to stay the same and not overlap when resizing the screen?

When I resize my page the items in my navigation bar overlap and get distorted. I want to either keep the layout how it is and stay still, or resize while keeping everything in order without ...
2
votes
1answer
18 views

iOS moving navbar arrow [duplicate]

Does anyone know how to make this UI component (using Objective-C)? The component I am talking about is the small arrow that moves when the user selects a different menu item. I am not sure what ...
0
votes
1answer
21 views

How do I code a navigation for wordpress with hover actions

...that pulls the first letter of the page title for Span A and the whole title for Span B (the hover result). I have the html and CSS version here http://codepen.io/CrabSmith2400/full/Kolje. I have ...
0
votes
1answer
11 views

Windows Phone override general PhoneApplicationPage methods application-wide

is it possible to override general PhoneApplicationPage methods ? In my case I need to run some code every time a new PhoneApplicationPage is opened ( navigated to ) and I dont want to write the same ...
0
votes
0answers
35 views

Orchard CMS: how to get menu navigation in sql?

Does anyone know how can I get the navigation menu in sql? I need this because We have two sites (orchard and mvc site) and We want to use the same header and footer navigation. We've done a select ...
0
votes
1answer
13 views

navigation buttons li span width

I have a nav containing inline block li's. Each li contains two block span elements so it animates on rollover. My issue is with the centre alignment and spacing of the li navigation. I don't want to ...
0
votes
1answer
28 views

Customize Navigation Tabs in Android Action bar

I have an Android app that Im making now using one of the default templates: I believe it was Fixed Tabs + Swipe. A screenshot of the current navigation bar is below (I marked the navigation bars in ...
0
votes
1answer
17 views

in android how to set condition for whether is phone or tablet?

Here is my code: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) { getActivity().getActionBar().setDisplayHomeAsUpEnabled(true); } It is for phone. In tablet, I don't ...
0
votes
0answers
30 views

Android non standard navigation design

Hi to all. I need to implement this kind of navigation in my app. I don't have a clue from where to start. Can somebody point me to right direction?
0
votes
1answer
23 views

Zend from a view to another view

Im a Zend Noob, I have it working showing the default index page [local] http://myzftest.test/zend_template/public/ I have created another view for my controller called about; I can see this ...
1
vote
2answers
55 views

How do I Login to Asp.Net webapp from separate ColdFusion webapp?

I have two web applications, of different technologies, one is developed in ColdFusion and the other in Asp.Net. Both applications have authentication implemented. The usernames for both applications ...
0
votes
1answer
33 views

How can I use the Navigation Drawer without fragments?

I'm trying to follow this tutorial on how to create a Navigation Drawer, but I don't want to use Fragments to show new content after the user select an item from the drawer list. What's the best ...
0
votes
0answers
40 views

Responsive CSS Dropdown Navigation issues in IE8 and IE7

Here is my page HTML. Below is my CSS for the main navigation styles. IE7 does not display the padding, hover or drop down items. IE8 padding is good, hover works, but drop downs do not display. ...
0
votes
0answers
38 views

collect first html element or second html element per “previous” or “next” button press

This is what i have so far. I dont really know what im doing, Im just tinkering until it works. I want the "next" button to take me to the next page/node of the website and the previous button to take ...
0
votes
1answer
10 views

PopToViewController not updating UINavigationBar

I am trying to pop the view controller stack twice, right now I have got this UIViewController* controller = nil; for (UIViewController* c in self.navigationController.viewControllers) { if ...
0
votes
2answers
43 views

Is there any way to avoid Navigation Drawer to be closed when clicked?

I'm working with the new Navigatino drawer from Google and I'm trying to use some sort of toggle buttons inside, but everytime I click on one of these buttons I cannot avoid the menu closing. Is ...
0
votes
0answers
14 views

Navigation plugin-jquery.spasticNav.js not making the clicked link selected

Aspx section <ul id="nav"> <li id="selected"><a href="Home.aspx">HOME</a></li> <li><a href="About.aspx">ABOUT</a></li> ...
0
votes
1answer
21 views

JQuery navigation menu

var navObject = { padLeft : '20px', padLeftHover : '40px', goRight : function(obj){ if (!obj.parent('li').hasClass('active')) { obj.stop(true, true).animate({ 'padding-left' : ...
0
votes
0answers
29 views

Mouse leave event keeps firing in navigation menu

Here is a link to the item in question: http://www.nychukdesign.com/uploads/dynamic-top-bar-nav-menu.html All HTML, Javascript and CSS is in the one html file Functionality description: This is a ...
4
votes
2answers
45 views

Keep submenu open on mouse out

A navigation menu I'm working on has a default CSS behavior (for those rare people who have JavaScript disabled). By default, the submenu is not displayed: .main-navigation ul ul { display:none; } ...
0
votes
4answers
52 views

Google MAP Navigation for android to get driving directions

i am working on google map navigation for android . for 2.3 android version . i searched on google found some examples but not sure showing all errors . .all are showing same errors .. here i am ...
0
votes
3answers
43 views

Replace “toggle” with “animate”

This jQuery snippet shows or hides submenu item when a menu link is clicked: jQuery(document).ready(function($) { $('.main-navigation ul li a').click(function() { var li = $(this).closest('li'); ...
0
votes
1answer
24 views

Google maps get coordinates on route

everybody ! Who can help me? I would like to make something like an navigator in android using google maps, and i need to know coordinates on my route on every xx kilometers (from start point to end ...
3
votes
2answers
53 views

Cancel CSS hover behavior with jQuery

The website I work on has a navigation menu (a CSS-formatted unordered list) with sub-menus for some of the categories (children unordered lists). This CSS rule hides a submenu unordered list: ...
0
votes
3answers
27 views

PHP - MySQL “next” - “previous” link with ordering

I have a table like this id | name | image | ordering ------+-------------+------------+-------------- 1 | name 1 | one.jpg | 5 ...
0
votes
0answers
14 views

Add an effect to a specific element when browsing any page from different directories on my website

I was looking to see whether there is any way to (as the title says) add an effect to a specific element when browsing any page from different directories on my website. I'll try and explain further ...
0
votes
0answers
47 views

How to use UIImagePicker in Navigation Controller?

I want to use UIImagePicker in ViewController Of Navigation Controller. Camera & Photo Library. It works but dismissal from presentation of UIImagePicker is not working. It always gets dismissed ...
0
votes
2answers
56 views

How to implement pagination in Android listview

I am working for Android app, in which I need to show listview with items. But There are more elements to show in listview. I decided to implement pagination . I tried searching in Google but does ...
0
votes
0answers
17 views

In your opinion, what are the best design methods for creating a large responsive nav? [closed]

I have been trying to create a site with a rather large nav structure with several sub-tiers and many top-level nav elements. Has anyone built something similar? If so are there any sources you would ...
0
votes
1answer
25 views

how can i call a method in another class using as3 addevent listener?

I have two classes A main class - Class Game Public Class Game { private var m_navButtons:NavButtons; public function Game( ) { setUpLevelSelect(); } public ...
0
votes
0answers
20 views

How to open primefaces dialog with faces-navigation and ui:composition

JSF 2.0 / PrimeFaces 3.5 / Eclipse Juno / I have the following structure : Xhtml template with tags html,head,body. Inside de body tag I have ui:insert name=conteudo So I call the first.xhtml ...
0
votes
1answer
34 views

Problems styling a navigation menu active tab HTML/CSS

I am having a bit of trouble styling a navigation menu where you can select packages. This is going to be a nav menu for a mobile website. The active green li tab I need to be evenly spaced across ...
-5
votes
2answers
24 views

Using Right and Left Arrows to move pages [closed]

I have an idea for my website, and this page: http://www.goldtardis.com/doctor-who-series-seven-episode-ten---journey-to-the-center-of-the-tardis.html#.UZoBQLWiSSr I want to be able to move to the ...
0
votes
1answer
35 views

Why ascensor.js plugin doesn't work?

I'm using the plugin ascensor.js and I'm trying to do a simple example, but it doesn't works, and I can't see the error. The code is in the following fiddle: http://jsfiddle.net/C2vLH/2/ JS ...
0
votes
1answer
29 views

jQuery navigation. when I click on a link to go to a new page I want to see that link highlighted after the new page is opened

Hi I need help making my navigation show the active link highlighted on current page. In other words when I click on a link to go to a new page I want to see that link highlighted after the new page ...
0
votes
0answers
23 views

Detect visible hashtag elements with jQuery

I'm setting up a huge vertical image gallery with a sidebar navigation consisting of dots that change color when users hover and click. Clicking the navigation dot slides the page down to the ...
0
votes
0answers
6 views

IPB - Navigation Bar

How do I make it so that when I'm on the certain page the class is "left active" and when I'm not it's just "left"? <li id='nav_app_test' class="left active"><a href='test.com' title='Go to ...
0
votes
0answers
21 views

Specific hover effect on mouseover on navigation bar line

I'm trying to add a hover effect to the line under my navigation links. I want to achieve this effect through css if possible. I assume that for the line to change colors when over the specific link ...
0
votes
1answer
15 views

How to dynamically hide/remove some menus from navigation?

I'm working on a wordpress plugin which inserts some pages using wp_insert_post() on activation. These pages are then used for different purposes (user account dashboard, edit account info, change ...
0
votes
1answer
13 views

Navigation to a route via Hyperlink

I have a hyperlink in masterpage <asp:LoginView ID="HeadLoginView" runat="server" EnableViewState="false" > <AnonymousTemplate> <%--[ <a href="~/Account/Login" ...
0
votes
2answers
23 views

Wordpress custom wp_pagenavi does not work on custom page with custom query

I am trying to do some custom page and I am not using the wp_pagenavi plugin but a custom function with my custom pages, right now it only works on index.php pages but it was working fine some days ...

1 2 3 4 5 82