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 Experience Question

User Experience Question

Scheduled Pinned Locked Moved The Lounge
questiondesigntutorialannouncement
21 Posts 11 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.
  • B Brady Kelly

    I'm doing a small company web site. The owner wants a sidebar news column and a main news page. I thought I'd throw this out as a user experience survey, not a programming question. How would you like to see 'side news' on the site, over here[^]? (This site is still very much under development. Please don't take this as the finest example of my work) Too much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image. When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #5

    You might like to experiment with HTML5. The aside tag is most suitable for sidebar content.

    D 1 Reply Last reply
    0
    • L Lost User

      You might like to experiment with HTML5. The aside tag is most suitable for sidebar content.

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #6

      Aside[^] link. Good idea, I am not using H5 yet, but I am sure it will only be a matter of time.

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

      B 1 Reply Last reply
      0
      • B Brady Kelly

        I'm doing a small company web site. The owner wants a sidebar news column and a main news page. I thought I'd throw this out as a user experience survey, not a programming question. How would you like to see 'side news' on the site, over here[^]? (This site is still very much under development. Please don't take this as the finest example of my work) Too much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image. When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #7

        Hmm - bad user experience for me ! :)

        Server Error in '/' Application.
        Runtime Error
        Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

        Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

        <!-- Web.Config Configuration File -->

        <configuration>
        <system.web>
        <customErrors mode="Off"/>
        </system.web>
        </configuration>

        Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

        <!-- Web.Config Configuration File -->

        <configuration>
        <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
        </configuration>

        ___________________________________________ .\\axxx (That's an 'M')

        B 1 Reply Last reply
        0
        • D Dalek Dave

          Why not a set of images, but use them as links, with a mouse over showing what the content is. That is both dynamic and de-texts the page. (Too much text causes intense ennui among casual surfers).

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #8

          Dalek Dave wrote:

          Why not a set of images, but use them as links, with a mouse over showing what the content is.

          While you could do this, you aren't really conforming to the spirit of things like anti-disability legislation. Yes, you're showing the alt tag, but you are primarily using a visual link to show something that isn't.

          I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

          Forgive your enemies - it messes with their heads

          My blog | My articles | MoXAML PowerToys | Onyx

          D B 2 Replies Last reply
          0
          • P Pete OHanlon

            Dalek Dave wrote:

            Why not a set of images, but use them as links, with a mouse over showing what the content is.

            While you could do this, you aren't really conforming to the spirit of things like anti-disability legislation. Yes, you're showing the alt tag, but you are primarily using a visual link to show something that isn't.

            I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

            Forgive your enemies - it messes with their heads

            My blog | My articles | MoXAML PowerToys | Onyx

            D Offline
            D Offline
            Dalek Dave
            wrote on last edited by
            #9

            How is that anti-disability? I don't see it (no pun intended). It is a link, that is all. Eg: A pic of a Horse, and the Alt reading "Chairman Enters Horse in Race", and the link takes you to a page with the details isn't exactly throwing drawing pins under the wheelchair is it?

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

            L 1 Reply Last reply
            0
            • D Dalek Dave

              How is that anti-disability? I don't see it (no pun intended). It is a link, that is all. Eg: A pic of a Horse, and the Alt reading "Chairman Enters Horse in Race", and the link takes you to a page with the details isn't exactly throwing drawing pins under the wheelchair is it?

              ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #10

              Have a read of the following ... http://www.w3.org/WAI/intro/people-use-web.php[^] http://www.w3.org/TR/WCAG10/full-checklist.html[^] http://www.w3.org/TR/WCAG10/[^] http://www.w3.org/WAI/[^]

              D 1 Reply Last reply
              0
              • L Lost User

                Have a read of the following ... http://www.w3.org/WAI/intro/people-use-web.php[^] http://www.w3.org/TR/WCAG10/full-checklist.html[^] http://www.w3.org/TR/WCAG10/[^] http://www.w3.org/WAI/[^]

                D Offline
                D Offline
                Dalek Dave
                wrote on last edited by
                #11

                Haven't read in full, but a quick skim reveals £££££'s!

                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

                1 Reply Last reply
                0
                • P Pete OHanlon

                  Dalek Dave wrote:

                  Why not a set of images, but use them as links, with a mouse over showing what the content is.

                  While you could do this, you aren't really conforming to the spirit of things like anti-disability legislation. Yes, you're showing the alt tag, but you are primarily using a visual link to show something that isn't.

                  I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

                  Forgive your enemies - it messes with their heads

                  My blog | My articles | MoXAML PowerToys | Onyx

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

                  I could do CSS image replacement on the headlines and keep you and Dave happy. :-D

                  1 Reply Last reply
                  0
                  • K Keith Barrow

                    Brady Kelly wrote:

                    Two much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image.

                    I'd go for either headline + short summary or headline + first nnn characters of the news item text. The other possibility if Headline + thumbnail. The headline alone probably isn't enough to get someone interested (unless you are a British Tabloid[^]). The other thing is the headlines are short, and unless the business is very dynamic, you are likely to have a lot of old news hanging around which looks bad.

                    Brady Kelly wrote:

                    When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

                    Newest story sounds like a plan, but be able to override it with an earlier bit of more important news (e.g. "SMART succesfully conquers the world" 12:00pm shouldn't be superceded by "CEO announces purchas of new coffee machine" 12:01pm). The other thing that would be a good to have would be the abiltiy to link back to older related stories, depends on how much news you have, and how seriously it is taken. [Edit] One more thing: I know this website isn't done (so this is more a just-in-case tuppenceworth), but you should change the style of the news column, it looks like part of the main info.

                    Sort of a cross between Lawrence of Arabia and Dilbert.[^]

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

                    Keith Barrow wrote:

                    [Edit] One more thing: I know this website isn't done (so this is more a just-in-case tuppenceworth), but you should change the style of the news column, it looks like part of the main info.

                    Good point, thanks. Thanks for the others as well, but while the creative engine is cranking over, this is a good, solid point.

                    1 Reply Last reply
                    0
                    • L Lost User

                      Hmm - bad user experience for me ! :)

                      Server Error in '/' Application.
                      Runtime Error
                      Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

                      Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

                      <!-- Web.Config Configuration File -->

                      <configuration>
                      <system.web>
                      <customErrors mode="Off"/>
                      </system.web>
                      </configuration>

                      Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

                      <!-- Web.Config Configuration File -->

                      <configuration>
                      <system.web>
                      <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
                      </system.web>
                      </configuration>

                      ___________________________________________ .\\axxx (That's an 'M')

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

                      Ouch. The owner has just finished deploying the latest, so maybe you caught him at a bad time?

                      1 Reply Last reply
                      0
                      • D Dalek Dave

                        Aside[^] link. Good idea, I am not using H5 yet, but I am sure it will only be a matter of time.

                        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

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

                        The example on that page means nothing to me. It looks no different to

                        tag.

                        1 Reply Last reply
                        0
                        • B Brady Kelly

                          I'm doing a small company web site. The owner wants a sidebar news column and a main news page. I thought I'd throw this out as a user experience survey, not a programming question. How would you like to see 'side news' on the site, over here[^]? (This site is still very much under development. Please don't take this as the finest example of my work) Too much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image. When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

                          P Offline
                          P Offline
                          PIEBALDconsult
                          wrote on last edited by
                          #16

                          I don't like news; I don't want to see it at all.

                          1 Reply Last reply
                          0
                          • B Brady Kelly

                            I'm doing a small company web site. The owner wants a sidebar news column and a main news page. I thought I'd throw this out as a user experience survey, not a programming question. How would you like to see 'side news' on the site, over here[^]? (This site is still very much under development. Please don't take this as the finest example of my work) Too much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image. When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

                            Richard DeemingR Offline
                            Richard DeemingR Offline
                            Richard Deeming
                            wrote on last edited by
                            #17

                            Brady Kelly wrote:

                            Two much detail ...

                            Sorry to be boring, but I think you mean "Too[^] much detail", not "Two[^] much".


                            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                            "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                            B 1 Reply Last reply
                            0
                            • Richard DeemingR Richard Deeming

                              Brady Kelly wrote:

                              Two much detail ...

                              Sorry to be boring, but I think you mean "Too[^] much detail", not "Two[^] much".


                              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

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

                              Ouch! Thanks.

                              1 Reply Last reply
                              0
                              • D Dalek Dave

                                Why not a set of images, but use them as links, with a mouse over showing what the content is. That is both dynamic and de-texts the page. (Too much text causes intense ennui among casual surfers).

                                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

                                C Offline
                                C Offline
                                Chadwick Posey
                                wrote on last edited by
                                #19

                                I would recommend something more like the roll-over titles here (not my design): http://www.joomlart.com/demo/#templates.joomlart.com/ja_teline_iii_v2[^] beside the blue rectangle are a series of "sub headlines" (The first one is about nutrition) that when rolled over, reveal the detail... something like this is almost trivial to do in jQuery I would think, but is still accessible.

                                ============================= I'm a developer, he's a developer, she's a developer, Wouldn't ya like to be a developer too?

                                1 Reply Last reply
                                0
                                • K Keith Barrow

                                  Brady Kelly wrote:

                                  Two much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image.

                                  I'd go for either headline + short summary or headline + first nnn characters of the news item text. The other possibility if Headline + thumbnail. The headline alone probably isn't enough to get someone interested (unless you are a British Tabloid[^]). The other thing is the headlines are short, and unless the business is very dynamic, you are likely to have a lot of old news hanging around which looks bad.

                                  Brady Kelly wrote:

                                  When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

                                  Newest story sounds like a plan, but be able to override it with an earlier bit of more important news (e.g. "SMART succesfully conquers the world" 12:00pm shouldn't be superceded by "CEO announces purchas of new coffee machine" 12:01pm). The other thing that would be a good to have would be the abiltiy to link back to older related stories, depends on how much news you have, and how seriously it is taken. [Edit] One more thing: I know this website isn't done (so this is more a just-in-case tuppenceworth), but you should change the style of the news column, it looks like part of the main info.

                                  Sort of a cross between Lawrence of Arabia and Dilbert.[^]

                                  S Offline
                                  S Offline
                                  Snowman58
                                  wrote on last edited by
                                  #20

                                  Keith Barrow wrote:

                                  unless the business is very dynamic, you are likely to have a lot of old news hanging around which looks bad

                                  If you can, you might consider using an external news summary service to provide the bulk of your "industry news" and intersperse your company news in the same style. An example free news feed: http://w.moreover.com/public/free-rss/free-feeds.html[^] Using a news feed has several benefits; - Fresh news everyday - Users might visit the site to see what’s happening in the industry - Putting "company news" mixed in with "real news" could give it more credibility

                                  Melting Away www.deals-house.com www.innovative--concepts.com

                                  1 Reply Last reply
                                  0
                                  • B Brady Kelly

                                    I'm doing a small company web site. The owner wants a sidebar news column and a main news page. I thought I'd throw this out as a user experience survey, not a programming question. How would you like to see 'side news' on the site, over here[^]? (This site is still very much under development. Please don't take this as the finest example of my work) Too much detail in the sidebar stretches the page down too much, so maybe I should only use headlines as links there - no details and no image. When you click a link in the sidebar, it opens the main news page, but what do i show on the main news page if you navigate directly there? Maybe cycle the 'current' story?

                                    P Offline
                                    P Offline
                                    pg az
                                    wrote on last edited by
                                    #21

                                    Brady Kelly wrote:

                                    sidebar news column and a main news page.

                                    This brings OSnews.com to mind. For perhaps months after they switched to this format I never even GLANCED at the news, but then one day the very topmost item was actually interesting, so I started glancing at it sometimes.
                                    Opinion-wise, since the sidebars are so routinely just advertising to be ignored, that's probably what taught me to ignore sidebars, so I think it's not a good concept. But for OSnews there is that natural distinction between the blog-like-stuff on the left and the simple-news-items on the right, that I concede for OSnews this idea somewhat works.

                                    pg--az

                                    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