navigation

how to modify google maps navigator control style

i search through the google maps api reference, but they provide no method or property for creating a new type of navigation control. i wonder how to create navigator control like image below. ...

Quickly navigating through an ASP.NET MVC app in Visual Studio

I spent a fair bit of time developing Rails apps in VIM with an amazing plugin called Rails.Vim Whenever I wanted to navigate to a Model I would hit: esc :Rmodel topic[enter] to find the topic model. In this mode tab completion works so I could hit :Rmo[tab] to[tab][enter] (for an added bonus :RSmodel topic[enter] would split the w...

CSS Dropdown Menu working intermitently in all browsers

I'm developing a simple CSS-only dropdown menu but I'm having an issue in which the submenu disappears when the mouse enters a 3-4px tall section just inside the first item on the submenu (the :hover background of the first submenu item changes so the mouse is hovering over the first submenu item prior to it disappearing). If you move t...

xcode iphone bluetooth chat between device

I want to know if there is a framework or method/technique that will allow me to write an iphone/ipad that will allow one device to act as a "Leader" and the other devices as "Followers" in a shared book reading. For example: Device 1: Leader Device 2: Follower Device 1: opens an book app and turns to page 11 Device 2: opens the same ...

Modifying emacs forward-word / backward-ward behavior (to be like in vi/vim)

Hi, What would be the easiest way to have the same kind of behavior that is in vim for the word back and forth navigation? In vim when you press "w" it moves a cursor forward one word, where word consists of a sequence of letters, digits and underscores, or a sequence of other non-blank characters, separated with white space (spaces, ta...

Static page navigation using <asp:Menu> without data sources

I've been out of Asp.net WebForms for a while (been doing MVC for the last 2.5 years) and I obviously fell out of routine. I would like to create a list of menu items using asp:MenuItem server controls. It all works fine, but I'd like to provide dynamic values for NavigateUrl properties: <asp:MenuItem Text="Something" NavigateUrl="<%= ...

How to stop Silverlight browser history recording NavigationState/bookmark changes?

We have a Silverlight Prism project with complex state information stored in the browser bookmark. This allows us to share bookmarks/links which will restore the application to the exact same visual state. We do not however want trivial bookmark changes (i.e. non-navigation changes) to result in a browser history entry. Otherwise the br...

Where is the filter for configurable products while caching layered navigation attributes?

I need to locate the code, where layered navigation filter (options) are build... It seems these options only come from config. products which are visible in catalog and search, but i need to change this behaviour to a new visibility state... ...

Dynamically Show/Hide Wizard Navigation Controls

Hi, I have a <asp:Wizard> control with 6 or so steps. In the first 3 steps, I want to hide the default Wizard navigation (Next button, etc.), as each WizardStep's contents will handle that. For the last 3 or so steps, if possible, I want to use the built-in navigation. I've modified the <StepNavigationTemplate> contents, but that alone...

How to setup the Tabs Navigation in a typical view in wpf/silverlight?

How do i get the tabs to stop in the order I want across usercontrol contained elements to local elements in a view, the view is static xaml, not composed ( like with prism ), should this involve code, or can i do this in xaml only? also if you know how to do this in blend that would be very helpful. ...

iPhone weird Bug: going back and forth in the navigation hirarchy while uitableview is still scrolling causes freeze

Hey guys, I got this really weird bug which is making me crazy: I push a UIViewController (lets call it tableViewController) which contains a UITableView and therefore conforms to <UITableViewDelegate, UITableViewDataSource> onto another UIViewController (lets call it rootViewController) with: [self.navigationController pushViewContro...

Wpf - NavigationService.GoBack() and Listbox SelectionChanged Event

Hi All, In ADDPage.xaml page there i s a Back Button with the code NavigationService.GoBack() to go back to the previous page. Problem: In the Listbox SelectionChanged Event of another page (SubPage.xaml)i am using the NavigationService.Navigate(new ADDPage(search)); When ever the page executes NavigationService.GoBack() of ADDPage...

Navigating to a nested xib

I have a menu view (Menu.xib) that has several options. One of the options is 'Games' which when touched goes to a list of games (GamesList.xib). On this view there is an '+' button to add a new game (AddGame.xib). What I would like to do is from the menu, click Add Game option which will load GamesList and then AddGame. So when I have ...

base_url Link Issue

I'm using following code: $config['base_url'] = "http://www.aaa.com/"; Also Im using Flash navigation: on(release) { getURL("http://www.aaa.com/xxx/index"); } The Problem is When I give url as http://aaa.com in address bar Flash navigation link is not working. If i give link from http://www.aaa.com its work perfectly. Can anyone s...

Design pattern for view navigation in Android?

I'm quite new to Android development and face UI implementation issues. Namely I'm trying to find a good way (design pattern?) that addresses view hierarchy and navigation between views (with history). Does is always has to be about launching new Activity? I don't want to learn bad habits during my first steps with Android SDK, hence my ...

Having trouble getting Ariel Flesler's ScrollTo working

I've been trying to implement Ariel Flesler's ScrollTo plugin, but I can seem to figure out how to initiate it. This is his website: http://flesler.blogspot.com/ What I would like to do is have a static navigation, and when the user clicks a nav link, the content scrolls within a particular div. I have a pretty good understanding of jQ...

Drupal 6 Views: Multiple Dependent Navigation Displays

Assume a collection of nodes that we want to display in a view. Like all Drupal nodes, they have a published-on date. Assume that we want to organize them by that published-on date. Now, what I want is a page with TWO different navigation blocks. One that looks like this, where each year is a link to that years' posts: 2006 | 2007 |...

Keyboard navigable UI in Flex?

So I know that there's support for keyboard navigation a la 508-compliance or accessibility in Flash/Flex, but that's not what I'm after here. I'm going to be building a ten-foot UI (an on-screen UI for a device connected to a large television, to be used in a conference room with a remote control). I'm looking for an elegant way to na...

Silverlight navigation application with two frames

I have a Silverlight navigation application in which I have a Frame for the main navigation and a sub-frame in a sub-page where i navigate from one customer to his details. How can I add the navigation history from the sub-frame to the parent navigation history eg. the web browsers history? ...

Open view in another tab - iphone

Hi, I want to allow the user to click on a button in "tab A" and have it move to "tab B". Is this possible? Thanks, William ...