Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. User interface idea?

User interface idea?

Scheduled Pinned Locked Moved The Lounge
questiondiscussioncsharpasp-netdesign
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mike Ellison
    wrote on last edited by
    #1

    Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

    C S T B M 5 Replies Last reply
    0
    • M Mike Ellison

      Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

      C Offline
      C Offline
      CataclysmicQuantum
      wrote on last edited by
      #2

      Ribbon.

      The Digital World. It is an amazing place in which we primitive humans interact. Our flesh made this synthetic machine. You see, we are so smart, we know a lot of stuff. We were grown from cells that came from the universe, which the matter and physics I'm typing in it is amazing how the universe is working. Human life is very amazing. How I experience this sh*t its like wow.

      1 Reply Last reply
      0
      • M Mike Ellison

        Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

        S Offline
        S Offline
        Shog9 0
        wrote on last edited by
        #3

        Depends on who your users are. If it was me, i'd go for something like this: * Category name  * First item  * Second item  * Third item * Another category  * something in it  * And something else ... Yeah. Textual list with indentation. I'm lazy. Otherwise, two list boxes (one displaying categories, the other entries for the category selected in the first) with associated controls for adding, removing, and reordering them.

        Citizen 20.1.01

        'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

        1 Reply Last reply
        0
        • M Mike Ellison

          Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

          T Offline
          T Offline
          TheCardinal
          wrote on last edited by
          #4

          use the CP style menu in the left side of the page :)

          "Everyone is entitled to be stupid, but some abuse the privilege." "You can't have great software without a great team, and most software teams behave like dysfunctional families." - Jim McCarthy TheCardinal BlueBox Global Solutions

          M 1 Reply Last reply
          0
          • T TheCardinal

            use the CP style menu in the left side of the page :)

            "Everyone is entitled to be stupid, but some abuse the privilege." "You can't have great software without a great team, and most software teams behave like dysfunctional families." - Jim McCarthy TheCardinal BlueBox Global Solutions

            M Offline
            M Offline
            Mike Ellison
            wrote on last edited by
            #5

            Well, for display, that's exactly what I'm talking about. But my question is what should the browser-based interface look like for an administrative end-user to create and edit such menus?

            T 1 Reply Last reply
            0
            • M Mike Ellison

              Well, for display, that's exactly what I'm talking about. But my question is what should the browser-based interface look like for an administrative end-user to create and edit such menus?

              T Offline
              T Offline
              TheCardinal
              wrote on last edited by
              #6

              treeview? :) http://www.codeproject.com/KB/WPF/AdvancedCustomTreeViewLyt.aspx[^]

              "Everyone is entitled to be stupid, but some abuse the privilege." "You can't have great software without a great team, and most software teams behave like dysfunctional families." - Jim McCarthy TheCardinal BlueBox Global Solutions

              1 Reply Last reply
              0
              • M Mike Ellison

                Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

                B Offline
                B Offline
                Brady Kelly
                wrote on last edited by
                #7

                I would go with using the actual menu, but with functions to add or remove items only available to content creators.  Some Javascript postbacks may be required, but I'm busy with much the same thing, so I'll see if I can suggest something later.  Send me an email so I've got a reminder when this thread disappears.

                1 Reply Last reply
                0
                • M Mike Ellison

                  Hi everyone. What do you think would make a good interface, from the end users point of view, for the following scenario: In an ASP.NET-based content management system, the administrative user is defining navigation menus to appear at the left of a given set of pages. Each menu is standardized as a first-level list of categories, with each category containing a list of items. It is essentially a two-level menu, with the top level not links in themselves, just categories for the links to fit within. My question isn't with how to render the menus for content readers, rather what the interface should look like (for ease of use) for content creators to dynamically create the menus. Any thoughts?

                  M Offline
                  M Offline
                  Matthew Faithfull
                  wrote on last edited by
                  #8

                  In principle it should look as much like the final user UI as possible. WYSIWYG is still :cool:

                  Nothing is exactly what it seems but everything with seems can be unpicked.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups