navigation

Twitter for iPad UI - How does it work?

Twitter for iPad introduced a new way of browsing content. Does anyone have a guess of how these sliding panels are managed? Is it one big UIScrollView with a bunch of UITableViews in it? Or a bunch of UIViewControllers sliding on top of each other? Or something else? What's your bet? ...

How to target a div<> with a link, using php?

What's the best way to target a particular <div> with a selection from a menu using php? Specifically, I want to have a link selected from a menu contained in div id=menu loaded in div id=content. I can see this has been discussed in here, but I can't seem to find a clear answer. So, my apologies if this is rehashing an old topic, but ...

Two Separate Navigations on a Single Rails Page

I'm creating a rails app with two columns. On one side is a journal log and the other is a set of various links and resources to internal pages. I'd like to be able to navigate to different pages of the journal log on the left side without changing the content on the right. I'd also like to navigate through pages on the right without cha...

Sweep Views left-right

We've got an application planned that is a very basic 7 page presetation. Our client wants to be able to sweep the views from right to left as a form of navigation, similar to the page control on the home screen. I understand the presentModalViewController and pushViewController, but how do I detect a directional finger sweep? ...

Trimming a breadcrumb

I'm currently struggling with the problem of trimming a breadcrumb navigation so it doesn't destroy my site's design. The problem is the following: The breadcrumb navigation has a fixed width (let's say 900px) - So, if the user navigates to an item whose location results in a breadcrumb that is larger than 900px I'd have to trim it to f...

Navigation application in mac

hi, i am new to mac development, i have to create an application which will have multiple views/windows like in installation wizard( where few option are selected one after other etc). Can any one provide me a link for any such tutorial or where can i refer them. sample app will be very much appreciated. ...

strange jsf redirect behaviour

Hello, I try to navigate to another page with redirect by assigning a navigation-rule. The webpage I try to redirect to works just fine when it is directly called. When I set the edirection to a jsp page which simply includes a <jsp:forward page="faces/another.xhtml" /> message in it, I get this following nullpointerexception and redir...

MSVC 2010 back and forward navigation toolbar buttons

I just started trying out MSVC-2010 seriously, and discovered 2 critical toolbar buttons I always used are missing: The back and forward navigation buttons, which were present in MSVC 2003 through 2008. These jump back (or forward) through the sequence of locations observed in the code recently. Can anyone tell me how to get these button...

Navigation through pages

Hello. I'm very very new on Android development. I have designed two xmls layouts (main.xml and secondpage.xml). I want to go from main.xml to secondpage.xml when the user click on a button. I've found on android's documentation the following methods: startActivity startActivityForResult and more and more methods... Should may us...

jsf navigation from one outcome to diff viewId

Hi all! I need your help! I have a jsf app, which now have 2 versions - one for mobile and one for desktop browsers. The pages for desktop lie in folder /html, and for mobile - /html/mobile. I want one outcome decide what exactly pages to show - from /html or from /html/mobile. I create session attribute isMobileBrowser - which indicates...

django: dynamically populate nav elements

I am writing a blog application as a part of a larger website. I want to have a main (static) nav bar for the site navigation, but I want to have a sub nav that allows the user to filter the blog posts by other criteria when viewing the blog. Something like Latest | Popular | Category | Author | Date | Tag |-> News ...

Flex: creating a multi column navigation bar for viewstack

I have created a Viewstack and using a Tile component and repeating LinkButtons I was able to make a multi column navigation with the viewstack as the dataprovider. My question is can this be done better? My code is below and I am wondering if I took the long way around this approach. <?xml version="1.0" encoding="utf-8"?> <s:Applicatio...

jQuery - CSS DropDown Navigation Items - How to build a Carrot Dropdown

Hello, I'm interested in learning the smart, elegant way to build navigation items throughout a site that have the carrot that when clicked expands a list of menu items. I would like for the menu items to be built dynamically (not necessarily all with ajax). But they shouldn't be hard coded on the page. That appears to be how sites lik...

On-screen dimensions of a UIScrollView

I have a view controller containing a status bar and a navigation controller on top and under these a UIScrollView that fill up the remaining space. The ScrollView displays an image. Is it possible to read the on-screen dimensions of the ScrollView without any hard-coded pixel values? For the UIScrollView both frame and bounds return th...

How to load an aspx page from silverlight frame?

I have two frames in silver light application one frame contain treeview control. I want that when my user click on treeview node then aspx page is load on next frame. how can i achive it.. ...

Pressing both mouse buttons in Opera

In Opera, on some sites, pressing both mouse buttons simultaneously leads you to some other page, for example, to the separate comments page, when watching a Youtube video. Or to the sitemap on some other websites. May be it is related to Mouse chording ? or is it something different ? How to control this event (disable it or change t...

Navigation Rollovers with CSS and apply jQuery

I would like to know how would i create rollovers for my navigation bar, and also apply some JQuery to set the opacity 0 to 100 once the navigation has been hovered if that is possible. My navigation when hovered. The glow in the letters. HTML: (ignore the empty divs) <nav> <ul> <div class="ref1"><!-- empty div for reflect...

Navigation will not align right

I spent hours trying to get this right, but it just doesn't work for me.... As you can see in the image: The navigation just isn't right. Maybe you can help me? The site is http://elektrikhost.com.... I used the Web dev extension fore firefox for the guide lines... I don't know why it just won't work for me.... Heres the CSS: nav...

Active menu state in wordpress

Hello, I have two blog pages: other one gets all post from one category and the other gets all post from all other categories. And Im using the new menu system that was introduced in 3.0. Now the problem is that when user is on lets say on category2 single post page, but still in the menu the category1 has active state class. On both ...

Is there any way I can put turn by turn navigation using mapview in android ?

Hi friends, I have a situation here. I want to put turn by turn navigation using mapview in my android app, just like google maps provides us. I was not able to find any kind of turning info in th kml file returned by google, so I wonder is it possible or not ?? Thanks in advance. ...