navigation

jquery nav, css positioning

Hi, hate even asking what will no doubt be a very easy question but I can't see whats wrong. trying to get my sub nav to fly out "upwards" instead of "downwards". downwards works perfect. I tried adding left and bottom values, and in dreamweaver my nav bar looks right, but when I run it, it all goes wrong <!DOCTYPE html PUBLIC "-//W3C...

Cake PHP tree structure and website navigation

Hi there. I wonder if you can help me. I am looking to implement multi level navigation, parent section, child, grand child, etc which in cakePHP is straight forward enough using the tree data structure. However, in terms of the front end, I don't want to just output all pages in the structure. I want to only output the structure of th...

CSS dropdown menu displays behind video

I have a css drop down menu, so that when you hover over a menu item a submenu drops down. I am also displaying a .wmv video on the page. However when the sub menu drops down, it displays behind the video. I've read where anything in the object tag automatically gets the maximum z-index, so setting the z-index doesn't fix the issue. ...

Displaying a TON of images with jquery

I am about to embark on a jquery journey I have not ever done. I will be developing a site that has one objective : to display over 300 uncategorized images (artwork). I'm just trying to think about the best way to go about displaying all these images in an easy to navigate, elegant way. I could use thumbnails and lightbox, but that's bo...

Has anyone built a tabstrip control for Silverlight?

Obviously there are some proprietary controls such as Telerik, Syncfusion and Component Art - but I was wondering if anyone had attempted to build this type of control from scratch? I thought of overloading the tab control in silverlight 2? Anyone have any pointers? ...

Managing rows in view based application

I was able to manage rows(add, delete and reorder) of an uitableviewcell in navigation based application, but it is not working in a view based application. The edit button that created in navigation type application is making it possible to edit. Anyone knows what action method is called when the touch up inside of this navigation butto...

Adding buttons to navigation bar

Is it possible to add buttons to the navigation bar in iphone sdk? I already have 2 buttons in the navigation bar as leftBarButton and rightBarButton. I need 2 more buttons. How to implement that? Its not obligatory that i need them to be included in the navigation bar itself. But since the application contains only a table, i don't thin...

Circular rotating/magnifying menu with jquery

I'm trying to make a menu that contains 5 items/icons with the selected one being in the center. Clicking to the left or right of this centered icon, rotates the menu left or right, wrapping round the edges and moving whichever item was closest to the edge back in through the opposite one. Clicking on the centered item takes you to its l...

Hierarchical Wordpress page nav with all permalinks in the root

Hi guys, Is there a way to have a hierarchical nav for Wordpress static pages without having the permalinks appear like they're in folders? I.e., I want nav structured like this: + Home + About |- Me |- My Dog ...with permalinks like these: /home, /about, /me, /my-dog. The only way I can find to set up navigation like this through Wo...

Siliverlight 3 Navigation between user controls?

Hi all, Im just starting to get to grips with silverlight 3, coming from ASP.NET and Flex. I have followed the new navigation tutorial here and read through the authentication and role management tutorials also. So, i have a main page, which has a frame, inside of the grid, and several views. These are all navigatable and working f...

Vertically Center Navigation UL LI

I wish to make the all the list items to be centered. or at least 20 pixels from the top. I have tried negative margin-top but that didn't work. Any suggestions? Here is the site. http://freddygonzalez.me/dev/85 ...

How to communicate between the Views in the Silverlight 3.0 application?

I am building a Silverlight 3.0 app based on the Silverlight Navigation Application template. One road block I ran into is communicating between the Pages. For instance, I am in one Page, and I want to kick off another page and send it some data. I am at a loss as to how to do this. Any ideas? ...

Silverlight - sharing data between pages

I'm trying to develop my first Silverlight navigation application. This application has 2 main pages, "Data", and "Analysis". The Data page is where the user can load in a csv file into a custom datatable object :-), whilst the Analysis page is where the user can analyse the datatable. How do I expose/share the datatable on the Data pa...

Set back again the current menu link to "active" once navigation through menu stops

Ok, maybe you can't understand much from the title, so I'll try to explain it a bit more in here. Basically I have a navigation, like this: <ul class="primaryNav"> <li class="nav1"><a href="#" class="inactive" title="About us">About us</a></li> <li class="nav2"><a href="#" class="inactive" title="Our world">Our world</a></li> ...

Which alternatives do I have for developing a website navigation without .htaccess?

Just in theory: Almost all modern websites work this way: somedomain.com/layer1/layer2/action For example: http://stackoverflow.com/questions/ask Typically this is done with .htaccess and ModRewrite Engine. A while ago I stumbled over an article that described something which came right out of php. I don't remember the name anymore...

Dropdown navigation problems in IE 7

I am working on a site that has a horizontal navigation bar with dropdown menus. This was built by another developer who is no longer working on the project. The dropdowns "drop" and can be clicked on fine in FireFox and IE8 but in IE7 the dropdowns drop but disappear as soon as you try and mouse over them. Here is the code for the na...

Using CARMEN Robot Navigation Toolkit with Hoyuko Laser

I'm currently working with CARMEN (http://carmen.sourceforge.net/), and I'm trying to make a robot navigate using the CARMEN toolkit and a Hoyuko URG-04LX. Even though the laser does work, and CARMEN reads the data (I checked running the CARMEN laserview, and it shows the laser scans), the "robot" module doesn't receive any data from the...

How to make a Sharepoint (custom) Sharepoint global navigation with Security Trimming?

How to make a custom Sharepoint global navigation with Security Trimming? ...

Navigation controller autorotation

Hi! I'm trying to find the answer and cannot believe that this problem is not widely and clearly explained. It's a quick question. Navigation based application, two view controllers, I want to autorotate my interface to landscape/portrait whenever used rotate his device. Autorotation works when 1st view controller is displayed. 2nd vi...

Loading role-based navigation upon login

I have a login form through which one of three types of users gets into the website (PHP-based). Upon login the index page should load with the navigation bar based on user type. Right now the login page loads the index without checking for user type. How to achieve this? I'm not using any PHP framework. ...