Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
7answers
33k views

Should I use window.navigate or document.location in JavaScript?

What's the preferred method to use to change the location of the current web page using JavaScript? I've seen both window.navigate and document.location used. Are there any differences in behavior? ...
31
votes
12answers
11k views

Navigation in django

I've just done my first little webapp in django and I love it. I'm about to start on converting an old production PHP site into django and as part its template, there is a navigation bar. In PHP, I ...
29
votes
6answers
25k views

Multiple pages tutorial in Google Web Toolkit (GWT)

I just started learning Google Web Toolkit (GWT). How do I make different HTML pages in my GWT application? For example, I want to create an application for a book store. In this application I'll ...
28
votes
9answers
33k views

Detecting Back Button/Hash Change in URL

I just set up my new homepage at http://ritter.vg. I'm using jQuery, but very minimally. It loads all the pages using AJAX - I have it set up to allow bookmarking by detecting the hash in the URL. ...
24
votes
2answers
19k views

How to hide 'Back' button on navigation bar on iPhone?

I added a navigation control to swith between Views in my app. But some of the views shouldn't have 'Back'(the previous title) button. Any ideas about how to hide the back button?
23
votes
8answers
24k views

Programmatically scroll to an Anchor Tag

Consider the following code: <a href="#label2">GoTo Label2</a> ... [content here] ... <a name="label0"></a>More content <a name="label1"></a>More content <a ...
19
votes
3answers
182 views

hide second viewcontroller and navigate to third viewcontroller

I am in ViewControllerA and other ViewControllerB is also loaded in the viewcontroller's stack.viewControllerB has camera screen also. From ViewControllerA I'm calling ViewControllerB by this below ...
19
votes
3answers
7k views

How would you implement a breadcrumb helper in asp.net mvc?

I know you could make a helper pretty easily given the data. So, if possible, please only submit answers that also include getting the data.
16
votes
8answers
33k views

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 ...
15
votes
12answers
4k views

Vim file navigation

I'm trying really hard to learn vim after using TextMate for the last few years. I've started to commit some of the in-file navigation to memory, but I'm struggling with navigating between multiple ...
14
votes
5answers
4k views

Dynamically create jQuery Mobile page via JavaScript after clicking

My jQuery Mobile app consists of a single index.html page and contains only one page with a link on startup: <div data-role="page"> <div data-role="content"> <a ...
13
votes
5answers
5k views

How does Facebook keep the header and footer fixed while loading a different page?

When browsing through Facebook pages the header and fixed footer section remain visible between page loads AND the URL in the address bar changes accordingly. At least, that's the illusion I get. ...
10
votes
4answers
1k views

SharePoint Custom Current Navigation / PortalSiteMapProvider

I'm working on a custom current (left) navigation on a SharePoint solution. What I need is that the root of the navigation is a variation web, the immediate child of the root web. All the sites and ...
10
votes
9answers
2k views

CSS Drop-Down Menus - “Best”? Most feature-rich?

I'm in the unfortunate position of having to implement a drop-down cascading menu on a site I'm building. I'm looking for a Suckerfish-style solution that is primarily CSS-based and works on a simple ...
9
votes
2answers
368 views

easier way to navigate between vim split panes

I am using NERDTree on vim and usually open files with i Is there an easy way to switch between different panes? Currently I use CTRL+W+W to move from one pane to another.
9
votes
5answers
11k views

JQuery Scrolling/Paging Tabs

I am trying to create a simple tab bar for a site that has the ability to scroll for tabs that do not fit on the page. This is quite simple and does not need to have any ajax or dynamically loaded ...
9
votes
9answers
5k views

AJAX and the Browser Back Button

I run a browser based game at www.darknovagames.com. Recently, I've been working on reformatting the site with CSS, trying to get all of its pages to verify according to the HTML standard. I've been ...
8
votes
4answers
4k views

Prism/MVVM (MEF/WPF): Exposing navigation [Menu's for example] from modules

I am starting my first foray into the world of Prism v4/MVVM with MEF & WPF. I have sucessfully built a shell and, using MEF, I am able to discover and initialise modules. I am however unsure as ...
8
votes
6answers
9k views

Programmatic solution to change navigation id to highlight current page ASP.NET

I am writing a website with Visual Studio 2008 and ASP.NET 3.5. I have a masterpage set up to simplify the layout and to keep the content pages for content rather than content and layout. The ...
7
votes
2answers
296 views

How to integrate Microsoft Bing Map Navigation functionality to iPhone appliction?

I have studied about Microsoft Bing Map Navigation. There is iOS support and sdk available at http://www.microsoft.com/maps/developers/mobile.aspx Can anyone guide me how to use this in my ...
7
votes
1answer
160 views

When does a PhoneApplicationPage get disposed?

For example, if I have a page like this: public partial class Page1 : PhoneApplicationPage { DispatcherTimer timer = new DispatcherTimer(); public Page1() { ...
7
votes
2answers
337 views

Emacs for Python programming: module/class outline/browser

I am currently using https://github.com/fgallina/python.el + ropemacs, but I am missing module browser: separate buffer that outlines names defined in the current module (list of classes with their ...
7
votes
3answers
2k views

Separators For Navigation

I need to add separators between elements of navigation. Separators are images. My HTML structure is like: ol>li>a>img. Here I come to two possible solutions: To add more li tags for separation ...
7
votes
3answers
323 views

How to search for Java API methods by type signature?

Are there any open-source tools available which support searching for Java methods by the set of parameter types and return type? As an example, say I'm looking for a method to generate a hash code ...
7
votes
6answers
2k views

Best way to add “current” class to nav in Rails 3

I have some static pages in a navigation menu. I want to add a class like "current" to the item which is currently displaying. The way I am doing so is to add tons of helper methods (each for one ...
7
votes
3answers
289 views

ALL CAPS IN NAVIGATION? Are there any studies for or against?

Can someone point me to a study that answers this question; Does ALL CAPS help or inhibit usability in navigation? I read one article by Jakob Neilson that touches on this saying "Reading speed is ...
7
votes
1answer
621 views

URL Navigation in an AJAX Based Website?

I would like to develop a website with fully ajax navigation, but this means that users cannot share, bookmark, or go straight to certain content. I noticed a few websites (Gmail, Thesixtyone, ...
7
votes
8answers
270 views

How do you generate website navigation?

I am interested in how other people handle website navigation. Not the styling or usability part, but the generation part. Most websites have some kind of “navigation tree” that is displayed in form ...
7
votes
5answers
913 views

emacs equivalent of vim's shift-h and shift-l

i'm wondering if emacs has these cursor movement commands built in or if i'm going to have to write them or find a snippet somewhere. i find them pretty spiffy and use them in vim regularly. i haven't ...
7
votes
4answers
27k views

How to create a GET request with parameters, using JSF and navigation-rules?

Is there a way to create an html link using h:outputLink, other JSF tag or code to create a non faces request (HTTP GET) with request parameters? For example I have the following navigation-rule ...
7
votes
8answers
2k views

Sources of inspiration for navigation breadcrumbs

I'm looking for sources of inspiration and/or design patterns for navigation 'breadcrumbs'. So far I have found the breadcrumb collection on Pattern Tap. Does anyone know of any other sources?
6
votes
3answers
134 views

Are there any tools to convert c/c++ source code to html?

I want to a tool which can convert c/c++ source code files to HTML files. So far all tools I have found, like src-highlite, highlight, can only do syntax highlighting. The critical feature I want is ...
6
votes
4answers
624 views

Action bar: Best practice for older Android versions

I would like to have a menu bar at the top of my application - just like Facebook, Google+ or Twitter have: Here's a screenshot from the Twitter app which shows this bar: It is shown in every ...
6
votes
5answers
2k views

Swipe to go back in jQuery Mobile?

I'm trying out jQuery Mobile, because I wasn't able to get swipe to go back a page to work well in jQTouch. But being new to jQuery Mobile, I have no idea how to go about implementing swipe, and how ...
6
votes
1answer
106 views

Can screen readers for the blind handle tabbed browsing?

I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main ...
6
votes
3answers
1k views

Is there a way to call Navigate from within the ViewModel?

I have a Silverlight 4 project which displays a chart and some buttons to allow the user to change the chart's date range. The date range can also be passed in via a query string parameter - ...
6
votes
7answers
934 views

Generate navigation from a multi-dimensional array

The question: How do I generate navigation, allowing for applying different classes to different sub-items, from a multi-dimensional array? Here is how I was doing it before I had any need for ...
6
votes
14answers
1k views

What is the best way to manage duplicate code in static HTML websites

I am managing a legacy website with a lot of static HTML websites, no server side scripting, just plain HTML/CSS, minimal javascript. I found it a huge waste of time to change the same piece of code ...
6
votes
10answers
296 views

“Back to top” link, is it useful?

Many sites show a "Back to top" link in their footer. Others, even worse, have that link throughout the page. Personally, I never used any of them, but probably it's me to be strange. Do you think ...
6
votes
9answers
4k views

How to build a compass with the iPhone?

After some searching on Google, I ask myself: Is it possible to build a compass (simple showing the heading/direction) with the iPhone 3G's GPS sensor? I have the suspicion, that this is only ...
6
votes
1answer
3k views

Removing an Item from Magento's Admin Panel Navigation

Using the Magento Ecommerce system, is is possible to remove an item from the Admin Panel Navigation menu? More generally, is there a way to use the config override system to remove existing elements ...
6
votes
2answers
806 views

Back / Forward buttons and usability

The Back and Forward buttons in a browser or browser-like application navigate temporally (sequence in which user navigated pages), which may not necessarily reflect the logical order of the pages. ...
6
votes
7answers
1k views

Software visualization for C#

Does any of you know a tool for software visualization, or visual code navigation in c#? I found a bunch of tools but they're all for Java for some reason. There's a list of them in wikipedia but ...
6
votes
4answers
5k views

Any page navigation helpers for ASP.NET MVC?

Are there any html helpers for page navigation. eg. if i have 1000 records to display, i want to display the Previous 1 2 3 4 ... etc Next link stuff under the filtered collection. Anyone know of ...
5
votes
3answers
60 views

Emacs navigation between files with same names

I've long been a fan of GNU Emacs' file navigation model. I've been switching buffers with C-x C-f ..., C-x b; C-mouse-1 occasionally. However, recently I've been finding myself programming on ...
5
votes
3answers
150 views

Emacs fast navigation by character?

I came across an interesting package that does fast navigation by character, but I can't find it anymore, and can't remember its name. Apparently the idea came from vim. There is definitely an ...
5
votes
4answers
105 views

Do the positives of using jQuery to load content outweigh the seo negatives?

I'm currently redesigning a site and considering whether or not too use .load for most navigation to make it faster for the user and just nicer to use. To do this I have links with <a ...
5
votes
4answers
122 views

Navigate manually with a cursor through nested lists by only providing “left()” and “right()” as commands?

Eventhough I write in python I think the abstract concept is more interesting to me and others. So pseudocode please if you like :) I have a list with items from one of my classes. Lets do it with ...
5
votes
2answers
488 views

Navigating to a details page - shared view model or navigation query string?

When navigating from a list page to a details page, there are two high level ways of passing the selection data between the pages: sharing a view model instance and passing an identifier in the ...
5
votes
1answer
193 views

How do I stop people using the back browser button after they have left my site so they cannot return?

I actually need this as a safety feature - the subject of my site is sensitive (domestic violence) - we have a safety area on the site and if clicked the person is taken out of the site to a 'safe' ...

1 2 3 4 5 41