navigation

Jquery Show Current Page in Navigation Sliding Doors

I'm currently building www.scenes-online.co.uk/test/ I've got this code sliding up and down the links on hover using jquery... <script type="text/javascript" src="http://www.google.com/jsapi"&gt;&lt;/script&gt; <script type="text/javascript"> google.load("jquery", "1.3.2"); //load version 1.3.2 of jQuery google.setOnLoadCallback(fun...

What's the quickest way to navigate to the top of a class in Visual Studio

If I'm editing deep within the body of a class, what would be the quickest (ie. fewest keyboard shortcuts) way to navigate to the top of the class declaration (the line that contains "class ClassName" ...

Refresh view in iPhone navigation based application

I am using a navigation based application for iPhone. I want to reload a view when i come back to it after pressing the back button. ANy solution? Regards ...

How to Force Child Div to 100% of Parent's Div Without Specifying Parent's Height?

I would assume this is possible, but i just cant figure it out.. i have a site thats basic structure is set up as follows. <div id="header"></div> <div id="main"> <div id="navigation"></div> <div id="content"></div> </main div> <div id="footer"></div> The navigation is a left hand navigation with a content div to the right ...

How to navigate back to the previous screen in Blackberry?

Hi, In Blackberry I can navigate from one screen to the next screen, but I can't navigate back to the previous screen. Pressing the escape key in the emulator terminates the entire application. Is there any other key in the emulator to go to the previous screen or any code to navigate back? If you know please help me. ...

How do I get the URLs to display properly when switching from the SL3 Beta?

I was using the SL3 beta and used the Deep Linking functionality as part of my application. When I switched to SL3, the deep linking stopped working. What do I need to do to get it back? ...

Objects on the Same Line without Losing positions?

Hello There, I am trying to put two banners on top of a navigation bar with everything nicely centered. I can get the two banners to nicely sit by one another but when I make the browser window smaller the first banner goes on top of the second! Is there a code where I can prevent this??? If so please let me know. Thank you very much....

JSF navigation redirect to previous page

Once the user successful login to the system, the system will redirect the user to the homepage. Now my problem is, if the user clicks on the view account page without login to the system the system will redirect user to the login page. if user login to the system now the system will redirect the user to the homepage, in this case any me...

Custom SharePoint Navigation 2 Levels Deep

Hi, I have a simple site consisting of a root site with 2 child sites. Now I want the navigation for all 3 sites to be exactly the same and read: Root Site | Child Site 1 | Child Site 2 With the currently selected site highlighted. I have been able to nearly do this manually using an asp:repeater control and portalsitemapprovider. T...

Use jQuery tabs as a site navigator?

Hi I want to use jQuery tabs as a navigator, i.e. the tabs shouldn't actually contain anything but instead, when user clicks all the other tabs then the current, it should navigate to another page. Also, when arriving to that page, I want that second tab shoould be visible onload. Example: Page1.aspx: Page1 | Page2 | ...

Modal window with jquery navigation inside

I am trying to set up a sites navigation which extends over several levels. I have built one option for the client where the different levels open using jquery and want to now see how this looks within a modal window. However, I am using FancyBox FancyBox which I have used to load the navigation from an ajax call. It displays fine unti...

Does XCode have a cursor navigation stack like Visual Studio?

Visual Studio tracks cursor positions and lets you move forward and backward through these positions. For example, you can type Ctrl+- to navigate backwards and Ctrl+Shift- to navigate forwards. I see that XCode tracks the history of which files you've visited, but does it also allow me to go forward and backward through the cursor loc...

How to create a scroll bar (up-down) in a SharePoint list?

I need to create a scroll bar in a SharePoint list so I can keep the toolbar visible when scrolling down the page. Is this possible? ...

iPhone Navigation Problem

I have a tab bar app but the first tab is an image with a button on it. Touching the button is supposed to push a web view. The other tabs are plain web views. Those work fine but every time I push to a new view, it's blank (except for the back button at the top.) Questions: Do I need an xib for the pushed web view? Where does the ...

Control WPF Navigation History

WPF Automatically remembers control state for Dependency Properties with the Journal metadata flag. On top of this you can implement IProvideCustomContentState to provide your own custom state information. However, I can't find a way to do ONLY custom state and turn off the automatic Dependency Property state tracking. I want to do th...

Proper way to handle maneuvering through pages using buttons in ASP.NET MVC?

I'm writing an app with ASP.NET MVC where, for various reasons, the navigation is handled through HTML input buttons. What are the Best practices on how to handle this situation? Set up a Form on the buttons where information needs to be POSTed and just use JavaScript to redirect on the buttons where information doesn't need to be reta...

How to be more memory efficient with tab bars and nav controllers?

Background: I have a tab bar controller which currently contains 4 tabs. 3 of the tabs are navigation controllers which display a hierarchy of table views for viewing, editing, and creating data. The data is generally NSStrings that are taken from the user and stored in a global variable (data needs to be accessed from multiple views in ...

Landscape animation bug when popping view controller in iPhone app

I've recently added landscape autorotation to my iPhone navigation based application, however I'm having a bizarre issue which I have no idea how to fix or whether my code is even the cuplrit. Its bizarre because I'm implementing everything as per the autorotation docs on Apple's developer center (that is responding to shouldAutorotateTo...

JSF/Facelets: set `action` attribute to a dynamically evaluated string

In my JSF/Facelets application, I want to dynamically generate a breadcrumb trail from a list of page IDs using a custom tag: <foo:breadcrumbs trail="foo,bar,baz"/> This should generate something like: <h:commandLink action="foo" ... /> <h:commandLink action="bar" ... /> <!-- (etc.) --> My code looks something like this: <ui:repea...

Weird CSS behavior (sprite nav w/rollover)

Here's the navigation image in question: What I want to do is pretty basic and I've done it numerous times in the past, I just can't understand why it isn't working right now. Basically use the above image as the nav background and adjust the widths and background-positions accordingly. Here is my CSS: #navigation { width: 960px; h...