navigation

JQuery ul li click move to next in list

OK, nearly there, looking to use Jquery and css class (images) to navigate up and down an HTML ul li list in the same way a select option drop down works only want to only display 1 item, not a drop down button, but a next/prev css class to work though the list with only one item showing at a time so the whole effect is a bit like a spin...

Event that fires when a form changes

I have form that displays information on a project. Most of the fields on the form are bound to a Project table and display and update as bound fields do. However, I also have 10 checkboxes that come from a ProjectAudience table. Only if the box on the form is checked, is there is a matching record in the table. Therefor, I need to inser...

Ruby on Rails keyboard shortcuts

Hi all - does anyone know how to set-up keyboard shortcuts using Ruby on Rails on my website? For example if a user want to interact with the site using keyboard shortcuts instead of clicking buttons/links how would I do this? Any help is greatly appreciated. Max. ...

How to get an outline view in sublime texteditor?

How do I get an outline view in sublime code editor for Windos? http://www.sublimetext.com/ The minimap is helpful but I miss a traditional outline (a klickable list of all the functions in my code in the order they appear for quick navigation and orientation) Maybe there is a plugin, addon or similar? It would also be nice if you can ...

How to start Sygic Navigation from code

Im not sure this is actually allowed here, but since I usually go to StackOverflow and search for answers (and in many cases find the answers) I thought I would ask a question and then answer it myself =) So, I have Sygic Navigation om my HTC Hero, and since I need to start that app from code (and then use the API to control it) I did s...

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 (dont ask me why). The question is: is there some trick or way so I can control how that Sygic Activity is started? I want...

jquery slider and nav clashing. Help!

I am building a site that uses two jquery plugins: A Jquery Menu (that I modified a bit) and the JFlow slider. I have uploaded the page that Im having the problem here. For some reason, the file menu.js (that is the engine behind the nav bar) causes the slider to stop working. When I remove the line of code:` <script type="text/javascr...

Best solution for managing navigation (and marking currently active item) in CakePHP

So I have been looking around for a couple hours for a solid solution to handling site navigation in CakePHP. Over the course of a dozen projects, I have rigged together something that works for each one, but what I'm looking for is ideally a CakePHP plugin that handles the following: Navigation Model Component for handing off to the ...

Question about changing the first view my app loads

Starting from the top, I am making an application that in the new project section of Xcode, is a new view based application, that is using core data for storage. Xcode does an awesome job of populating lots of useful code for me so that when I click build, I have a bar at the top with edit and add buttons, and a plain uitableview that is...

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 application "through code"; sending route requests, getting current location perhaps, bringing a...

iPhone + navigate to back screen programmatically

Hello, I am developing a application in which I need to provide navigate to backward screen programmatically, in which there are two scenarios: There will one MainWindow.xib and few buttons on it, click of any one button will load another appropriate screen. On this screen, I need to put back button, click of which will load MainWindo...

iphone setEditing - action after editing complete

hi guys im working on a traditional iphone nav controller app, with Auto back buttons etc. I am working on when an 'edit' button is pressed the LHS back icon dims, my new one comes in, and then once i unclick 'edit' the back button comes back. So far, the back button goes away, and my new one comes in. but I cant put it back! I know t...

WPF: Composite Application with Page Navigation

I am currently writing an application to which the composite methodology fits like a glove.... almost! I also need a way to navigate between views, including maintaining a journal for navigation backward and forward. What is the best way to combine these two methodologies, on one hand the single Window based CAG shell with its UserCont...

How to remove a particular view controller from uinavigationcontroller stack ?

I have a uinavigationcontroller. After logged in i want to remove viewcontrollers like RegisterViewController,LoginViewController etc from UInavigationcontroller stack.. I mean i have to remove a particular view controller from stack ? How its possible. ? I checked this post http://starterstep.wordpress.com/2009/03/05/changing-a-u...

weird error when popToRootViewController

Hi, I have an Navigation-based app where i navigate trough some viewcontroller's. At this moment I have 2 viewcontrollers. In the second viewcontroller, i have a condition that if it's true i pop to the first viewcontroller with popToRooViewController. When I do this the app return's to the rootController but in debugger console appears ...

How to make separate sets of navigation tabs load content to different DIV's independently using Ajax Jquery

Hi Im wondering if any one can help me figure out how to use different sets navigation tabs to load content to different div's independently? For example: a horizontal navigation bar that loads content in a header DIV, and e vertical navigation bar that loads content in a div in the body part of the page ?! Here is the ajax script im u...

Manipulating the Windows 7 Explorer navigation pane

Based on the answers I received at superuser, it's clear that I'll have to add the following to a custom Explorer Window launcher. I want to launch a rooted explorer view, and for just that window make the navigation pane look like the old Windows XP folders pane. I already wrote a program to place shortcuts to these folder views on the ...

User interface suggestions / navigation ideas (mockup images provided)

I have a number of graphs I'd like to display, each one with a corresponding text. With the size of the area to the left as your only constraint, I'd appreciate suggestions on how to make the interface intuitive and stimulating (if there's any contradiction?). In this mockup, there are basically 2 modes: 1) A graph tree menu is shown ...

PHP File Navigation (Local + Remote)

I have been working on a content management system (nakid) and one of my toughest challenges is the file navigation. I want to make sure the file paths and settings work on local and remote servers. Right now my setup is pretty much something like this: first.php (used by all pages): //Set paths to nakid root $core['dir_cur'] = dirname...

How can I make the nested links active again?

I am making a nested ul slide down when it's parent is clicked on for a clients navigation, so the parent link is deactivated with return false. But the return false is deactivating the child links too, how can I avoid this? $("li.page_item a:first-child").click(function() { //select it's direct sub ul var subnav = $(this).next...