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. Nice work Chris!

Nice work Chris!

Scheduled Pinned Locked Moved The Lounge
39 Posts 27 Posters 5 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.
  • A Andrew Peace

    Hey, Just thought I drop a note to say how cool your sliding sidebar is! Nice work! > Andrew.

    A Offline
    A Offline
    Alvaro Mendez
    wrote on last edited by
    #14

    I agree, it's pretty cool. :) It's curious that just yesterday I saw this kind of thing for the first time on another website. Microsoft's Zone.com (yes I'm still playing games) had a regular-looking-rectangular banner ad that when you put the cursor over it expanded down to cover almost the whole screen space below it. It was pretty impacting... and it works just like CodeProject's: when the mouse is removed, it goes back to it's regular size. I found it pretty innovative, albeit a bit annoying for something like a banner ad. This one is nice though. Nice work! Alvaro

    1 Reply Last reply
    0
    • J Jim A Johnson

      Sorry to rain on everyone's parade, but this thing, while maybe technically interesting, is _really_ annoying. It's precisely the kind of valueless UI gimmick that adds nothing to the usability of the product, decreases reliability (since it brings in more code), and distracts the user from the task at hand. Thumbs down.

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #15

      Thanks for the comments Jim. I added it because I was sick and tired of trying to navigate from an article to the main sections via the homepage or section Table of Contents. I designed it so that it was slim and out of the way, and I was actually wondering if people would even notice it (as I said, it's kind of a quiet test). Is it really getting in the way that much? I could add a timer that waits for a 1-2 second hover before it moves over. Just let me know how many bugs you want with that extra piece of code :D Other options are that I could just trash it, or move to a fixed menu, or have a setting in your Settings page that allows you to disable it. Lemme know. cheers, Chris Maunder

      J M J M A 5 Replies Last reply
      0
      • C Chris Maunder

        Thanks for the comments Jim. I added it because I was sick and tired of trying to navigate from an article to the main sections via the homepage or section Table of Contents. I designed it so that it was slim and out of the way, and I was actually wondering if people would even notice it (as I said, it's kind of a quiet test). Is it really getting in the way that much? I could add a timer that waits for a 1-2 second hover before it moves over. Just let me know how many bugs you want with that extra piece of code :D Other options are that I could just trash it, or move to a fixed menu, or have a setting in your Settings page that allows you to disable it. Lemme know. cheers, Chris Maunder

        J Offline
        J Offline
        Jim A Johnson
        wrote on last edited by
        #16

        Glad you apprecieate the comments. UI designers tend to agree that soething occuring just because you move your mouse - without actually doing something overt to initate an action, such as clicking - is a Bad Thing. Tool tips are an exception to this, because they are small and unobtrusive, though. Were this my app, I'd drop it. Since some people seem to like it, you should probably just allow it to be turned off in the settings. One thing I'm curious about, though: I have animation turned off on my machine, so that menus pop up immediately, etc. When I tried to use AnimateWindow(), however, nothing heppened - indicating that this function respects that setting. However, I've noticed that a few apps - IM, and this sidebar of yours - animate regardless of that setting. How does that work?

        M C 2 Replies Last reply
        0
        • J Jim A Johnson

          Glad you apprecieate the comments. UI designers tend to agree that soething occuring just because you move your mouse - without actually doing something overt to initate an action, such as clicking - is a Bad Thing. Tool tips are an exception to this, because they are small and unobtrusive, though. Were this my app, I'd drop it. Since some people seem to like it, you should probably just allow it to be turned off in the settings. One thing I'm curious about, though: I have animation turned off on my machine, so that menus pop up immediately, etc. When I tried to use AnimateWindow(), however, nothing heppened - indicating that this function respects that setting. However, I've noticed that a few apps - IM, and this sidebar of yours - animate regardless of that setting. How does that work?

          M Offline
          M Offline
          Michael Dunn
          wrote on last edited by
          #17

          However, I've noticed that a few apps - IM, and this sidebar of yours - animate regardless of that setting. How does that work? I haven't looked at the sidebar code, but I imagine it's the IE equivalent of a Netscape LAYER that's originally off-screen, and gets moved 1 pixel at a time to produce the sliding effect. With MSN IM, those notification windows look totally owner-drawn (but they don't stay up long enough for me to spy on them with Spy++! ;) ), so the app can draw it however it likes. It could check the system setting and not animate its windows, it just doesn't. --Mike-- http://home.inreach.com/mdunn/ #include "buffy_sig"

          1 Reply Last reply
          0
          • C Chris Maunder

            That ol' thing? :-O Glad you like it! cheers, Chris Maunder

            RaviBeeR Offline
            RaviBeeR Offline
            RaviBee
            wrote on last edited by
            #18

            Oi, I think it's very cool! But it would be cooler :-) if I could enable/disable it from my prefs. Thx, Chris! /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com

            R 1 Reply Last reply
            0
            • F Farhan Noor Qureshi

              You can see Dynamic Drive and 24Fun with many examples of browser specific and cross-browser DHTML goodies. BTW: CP's sliding navigation bar does not work in Netscape. Anyway, nice work, Chris! Farhan Noor Qureshi

              S Offline
              S Offline
              Slavo Furman
              wrote on last edited by
              #19

              Another very good site, if you need cross-browser DHTML stuff, is SiteExperts. SlavoF "I hear and I forget. I see and I remember. I do and I understand." --Confucius

              1 Reply Last reply
              0
              • J Jim A Johnson

                Glad you apprecieate the comments. UI designers tend to agree that soething occuring just because you move your mouse - without actually doing something overt to initate an action, such as clicking - is a Bad Thing. Tool tips are an exception to this, because they are small and unobtrusive, though. Were this my app, I'd drop it. Since some people seem to like it, you should probably just allow it to be turned off in the settings. One thing I'm curious about, though: I have animation turned off on my machine, so that menus pop up immediately, etc. When I tried to use AnimateWindow(), however, nothing heppened - indicating that this function respects that setting. However, I've noticed that a few apps - IM, and this sidebar of yours - animate regardless of that setting. How does that work?

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #20

                Hey Jim, The sidebar is just a floating table that's moved using javascript. I'll work on the toolbar when I need some light relief and see what I can come up with :) cheers, Chris Maunder

                1 Reply Last reply
                0
                • A Andrew Peace

                  Hey, Just thought I drop a note to say how cool your sliding sidebar is! Nice work! > Andrew.

                  F Offline
                  F Offline
                  F Braem
                  wrote on last edited by
                  #21

                  I like it also, but there's one problem. When you need to scroll down in the menu, you have to leave the menu, and use the scrollbar of the browser. The problem is that you can't see how far you need to scroll, because the menu is disappeared. I don't know how you can solve that.

                  O 1 Reply Last reply
                  0
                  • A Andrew Peace

                    Hey, Just thought I drop a note to say how cool your sliding sidebar is! Nice work! > Andrew.

                    D Offline
                    D Offline
                    David Saulnier
                    wrote on last edited by
                    #22

                    I've got my fonts at 150% and the scroll bar when minimized is covering the the left side of the article so I can't read the first few characters of each line. Also I find that it takes too long for the scrollbar to slide away on a 850Mhz P3. The rate used to expand is nice, why not retract at the same rate? I tried locking it and it jumped back to retracted in the locked position. Otherwise I like the idea. On the subject of larger font sizes this edit field I'm typing in is 125% as wide as the screen which makes it kind of hard to use.

                    P 1 Reply Last reply
                    0
                    • F Farhan Noor Qureshi

                      You can see Dynamic Drive and 24Fun with many examples of browser specific and cross-browser DHTML goodies. BTW: CP's sliding navigation bar does not work in Netscape. Anyway, nice work, Chris! Farhan Noor Qureshi

                      D Offline
                      D Offline
                      Daniel Ferguson
                      wrote on last edited by
                      #23

                      What is "Netscape?" ;) "das leid schlaft in der maschine" -Einstürzende Neubauten

                      F 1 Reply Last reply
                      0
                      • A Andrew Peace

                        Hey, Just thought I drop a note to say how cool your sliding sidebar is! Nice work! > Andrew.

                        C Offline
                        C Offline
                        Chris Meech
                        wrote on last edited by
                        #24

                        If you run with Large Fonts, it causes the bar to cover over part of the text of the page. In addition to this, try scrolling down so that the bottom of the sidebar is eventually exposed. When you mouse over from the side, the bar exposes itself :) and will close up when you mouse away, again over the side. But if you mouse away by moving the mouse down through the bottom of the side bar, it does not closeup at all. In fact it stays completely open, covering the document as you scroll up back to the top. I definitely like the idea of having this as a preference setting. But it is very cool and usefull for the site. Chris

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          I picked CodeGuru first, and what a disaster that was. Their whole login system was, and is, totally screwed. But you're right - I got there in the end. Plus I chose C++ instead of VB, Hungry Jacks over McDonalds, guitar over piano accordion, my wife over those other chicks that were around at the time....... Christian #include "std_disclaimer.h" People who love sausage and respect the law should never watch either one being made. The things that come to those who wait are usually the things left by those who got there first.

                          A Offline
                          A Offline
                          Ammar
                          wrote on last edited by
                          #25

                          HungryJacks!!! At George Street! Double whopper deal, mmmmmmm! :) Those days in Sydney! Cant forget that city! I was in Sydney from Aug '00 - Oct '00 (yup, during Olympics!), worked for CFSAustralia on premises of Macquarie Bank at Martin Place! :) Ammar Either I will find a way, or I will make one.

                          1 Reply Last reply
                          0
                          • F F Braem

                            I like it also, but there's one problem. When you need to scroll down in the menu, you have to leave the menu, and use the scrollbar of the browser. The problem is that you can't see how far you need to scroll, because the menu is disappeared. I don't know how you can solve that.

                            O Offline
                            O Offline
                            Obliterator
                            wrote on last edited by
                            #26

                            Buy a mouse with the scroll wheel... Works fine for me! :) Nice work Chris. -- The Obliterator

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              Thanks for the comments Jim. I added it because I was sick and tired of trying to navigate from an article to the main sections via the homepage or section Table of Contents. I designed it so that it was slim and out of the way, and I was actually wondering if people would even notice it (as I said, it's kind of a quiet test). Is it really getting in the way that much? I could add a timer that waits for a 1-2 second hover before it moves over. Just let me know how many bugs you want with that extra piece of code :D Other options are that I could just trash it, or move to a fixed menu, or have a setting in your Settings page that allows you to disable it. Lemme know. cheers, Chris Maunder

                              M Offline
                              M Offline
                              Matt Philmon
                              wrote on last edited by
                              #27

                              Is sure do wish I knew what you guys were talking about.... If you mean the seeing the sidebar from the main page while viewing the forums (scrolling out) that isn't working here. I don't see the sidebar no matter where I move the mouse.

                              C 1 Reply Last reply
                              0
                              • C Chris Maunder

                                Thanks for the comments Jim. I added it because I was sick and tired of trying to navigate from an article to the main sections via the homepage or section Table of Contents. I designed it so that it was slim and out of the way, and I was actually wondering if people would even notice it (as I said, it's kind of a quiet test). Is it really getting in the way that much? I could add a timer that waits for a 1-2 second hover before it moves over. Just let me know how many bugs you want with that extra piece of code :D Other options are that I could just trash it, or move to a fixed menu, or have a setting in your Settings page that allows you to disable it. Lemme know. cheers, Chris Maunder

                                J Offline
                                J Offline
                                Jamie Nordmeyer
                                wrote on last edited by
                                #28

                                Hey Chris. Frankly, I like the slide in bar, but another option that you may give some thought to (if enough people complain about the menubar that you want to remove it) would be using a top-bar menu system (http://webfx.eae.net/dhtml/dhtmlmenu/menu.html). This particular menu is dockable, and looks and acts just like a Windows menu. It only works for IE4 and up, so you'd have to check browser versions, but it looks very cool. I recently used this menu on a project that I did, and my client loved it. Just a thought. Jamie Nordmeyer Portland, Oregon, USA

                                1 Reply Last reply
                                0
                                • D Daniel Ferguson

                                  What is "Netscape?" ;) "das leid schlaft in der maschine" -Einstürzende Neubauten

                                  F Offline
                                  F Offline
                                  Farhan Noor Qureshi
                                  wrote on last edited by
                                  #29

                                  The people who thought they knew what web browsers are.!!! And read this, Netscape: We're not a browser company :) ;) ;P :-D :cool:

                                  1 Reply Last reply
                                  0
                                  • D David Saulnier

                                    I've got my fonts at 150% and the scroll bar when minimized is covering the the left side of the article so I can't read the first few characters of each line. Also I find that it takes too long for the scrollbar to slide away on a 850Mhz P3. The rate used to expand is nice, why not retract at the same rate? I tried locking it and it jumped back to retracted in the locked position. Otherwise I like the idea. On the subject of larger font sizes this edit field I'm typing in is 125% as wide as the screen which makes it kind of hard to use.

                                    P Offline
                                    P Offline
                                    Pavlos Touboulidis
                                    wrote on last edited by
                                    #30

                                    I think it 'd be cool if the sidebar would scroll vertically, to follow the current view of a page (should be easy to do). Also, i'd like it not to "animate", but popup immediately. What about implementing all (or some) of the users' suggestions and let'em change the appearance of the sidebar (My Settings)? It seems most users liked the sidebar, and I think it's here to stay. Maybe have a poll about it? :-D

                                    1 Reply Last reply
                                    0
                                    • A Andrew Peace

                                      Hey, Just thought I drop a note to say how cool your sliding sidebar is! Nice work! > Andrew.

                                      S Offline
                                      S Offline
                                      Stan Shannon
                                      wrote on last edited by
                                      #31

                                      As cute and interesting as it is, having something slide into view simply because you move the cursor onto some "magic" location is poor UI design. There should simply be a button of some type to toggle the side bar on and off. If you want it, you got it, if you don't, its gone.

                                      A 1 Reply Last reply
                                      0
                                      • S Stan Shannon

                                        As cute and interesting as it is, having something slide into view simply because you move the cursor onto some "magic" location is poor UI design. There should simply be a button of some type to toggle the side bar on and off. If you want it, you got it, if you don't, its gone.

                                        A Offline
                                        A Offline
                                        Alvaro Mendez
                                        wrote on last edited by
                                        #32

                                        What you're describing is like the "View Workspace" button in DevStudio, which is fine except for one thing: turning it on causes everything else to shift (to the right usually). So it's meant to be used more to set things up permanently. I think Chris's intent was to have a quick way to navigate to other places through a temporary popup. What you describe would have taken an extra button push and possibly a refresh of the whole page (to fit on the smaller space). You have to agree that the way it is now makes it very quick and the "magic" place also happens to be where the mouse would need to eventually go anyway. Still, I see how having a toggle button would also be nice for people who want the menu displayed all the time. Regards, Alvaro

                                        1 Reply Last reply
                                        0
                                        • M Matt Philmon

                                          Is sure do wish I knew what you guys were talking about.... If you mean the seeing the sidebar from the main page while viewing the forums (scrolling out) that isn't working here. I don't see the sidebar no matter where I move the mouse.

                                          C Offline
                                          C Offline
                                          Chris Maunder
                                          wrote on last edited by
                                          #33

                                          It's an IE5+ only gimmick. :( cheers, Chris Maunder

                                          M 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