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. Other Discussions
  3. Site Bugs / Suggestions
  4. The suggestion I promised (with demo)

The suggestion I promised (with demo)

Scheduled Pinned Locked Moved Site Bugs / Suggestions
csharpperlhtmlcom
40 Posts 10 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.
  • C Chris Maunder

    You have been warned... cheers, Chris Maunder

    J Offline
    J Offline
    Jason Jystad
    wrote on last edited by
    #31

    Yee gods, and I parked under a tree today! *slinks away looking up* :laugh:

    Jason Jystad

    Cito Technologies
    Sonork ID: Ogami(100.9918)


    An object is simply a referenced thingy.
    --Larry Wall (Programming Perl)

    1 Reply Last reply
    0
    • C Chris Maunder

      Jason Jystad wrote: This is something I wanted to talk to you about. The modified InsertText function does this because I have noticed that some smilies require spaces around them before they will parse correctly. Is this by design? Or have I just been smokeing crack again? If the smiley parser doesn't require them then I'll be happy to remove the spaces The spaces are because some smileys need spaces around them to ensure they aren't mixed up with legit words (eg : D needs a space after the 'D' so that something like ::DestroyWindow isn't turned into :D estroyWindow) Jason Jystad wrote: So do you want me to go ahead and implement the other suggested features and make the whole thing as fully cross-browser as possible? That would be sensational. I'll probably replace the button bar you have with a VS.NET style (I can hear the groans) menu bar. Thanks Jason!! cheers, Chris Maunder

      J Offline
      J Offline
      Jason Jystad
      wrote on last edited by
      #32

      Chris Maunder wrote: The spaces are because some smileys need spaces around them to ensure they aren't mixed up with legit words (eg : D needs a space after the 'D' so that something like ::DestroyWindow isn't turned into estroyWindow) Ah, I thought it was something like that. I will add this to my list of things to look over and fix. Chris Maunder wrote: That would be sensational. I'll probably replace the button bar you have with a VS.NET style (I can hear the groans) menu bar. Groans, what groans? *looks around confusedly* Why would anyone groan? I was originally planning on doing it that way myself, it was just easier to prototype it this way first. (great minds do think alike I guess :) ) I will get started on finishing this up asap, but right now I am going home to bed. :yawn:

      Jason Jystad

      Cito Technologies
      Sonork ID: Ogami(100.9918)


      An object is simply a referenced thingy.
      --Larry Wall (Programming Perl)

      1 Reply Last reply
      0
      • J Jason Jystad

        I am proud to announce the completion of the prototype for a suggested enhancement to the message composition pages of the CP forums. With important input from Nish and much cursing at my buggy Internet connection, I bring you the Code Project Posting Toolbar. :trumpeting fanfare: :) I took a snapshot of the html produced by the reply function in the forums to demonstrate my suggestion. In practice it would be available on any page where message composition is performed. To my knowledge, the full functionality of the prototype is only available in IE4.0+ on win32 platforms. If Chris decides to implement this feature, I have a method in mind that should make it fully cross-browser. The code is just a bit more involved and I did not want to spend the time unless Chris was going to use it. ;) I did a modification to the InsertText() function that also affects the smiley insertion functionality. This causes it to insert the smiley at the cursor position in the textarea when run in IE4.0+. When used under other browsers it will still just append the smiley to the end of the textarea's content. I believe I can also make this fully cross-browser if Chris decides to use it. Consider this a sub-suggestion. :-D

        Jason Jystad

        Cito Technologies
        Sonork ID: Ogami(100.9918)


        An object is simply a referenced thingy.
        --Larry Wall (Programming Perl)

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #33

        Very nice. The interface is a little unfriendly at first but the work it does is very impressive. Nice one. Michael :-)

        J 1 Reply Last reply
        0
        • J Jason Jystad

          I am proud to announce the completion of the prototype for a suggested enhancement to the message composition pages of the CP forums. With important input from Nish and much cursing at my buggy Internet connection, I bring you the Code Project Posting Toolbar. :trumpeting fanfare: :) I took a snapshot of the html produced by the reply function in the forums to demonstrate my suggestion. In practice it would be available on any page where message composition is performed. To my knowledge, the full functionality of the prototype is only available in IE4.0+ on win32 platforms. If Chris decides to implement this feature, I have a method in mind that should make it fully cross-browser. The code is just a bit more involved and I did not want to spend the time unless Chris was going to use it. ;) I did a modification to the InsertText() function that also affects the smiley insertion functionality. This causes it to insert the smiley at the cursor position in the textarea when run in IE4.0+. When used under other browsers it will still just append the smiley to the end of the textarea's content. I believe I can also make this fully cross-browser if Chris decides to use it. Consider this a sub-suggestion. :-D

          Jason Jystad

          Cito Technologies
          Sonork ID: Ogami(100.9918)


          An object is simply a referenced thingy.
          --Larry Wall (Programming Perl)

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #34

          Jason Jystad wrote: I bring you the Code Project Posting Toolbar.

          <a href="http://" target="_blank">http://</a>

          *sigh* Not even my friends support me :laugh: Very cool toolbar Jason. An "instant preview" (done client side, no server call) would be nice. Not hard to do with IE's HTML features. Shout if you want the code. regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America),

          J 1 Reply Last reply
          0
          • P Paul Watson

            Jason Jystad wrote: I bring you the Code Project Posting Toolbar.

            <a href="http://" target="_blank">http://</a>

            *sigh* Not even my friends support me :laugh: Very cool toolbar Jason. An "instant preview" (done client side, no server call) would be nice. Not hard to do with IE's HTML features. Shout if you want the code. regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America),

            J Offline
            J Offline
            Jason Jystad
            wrote on last edited by
            #35

            Paul Watson wrote: *sigh* Not even my friends support me Ok, what'd I miss? I sense a missed thread here. Fill me in. :)

            Jason Jystad

            Cito Technologies
            Sonork ID: Ogami(100.9918)


            An object is simply a referenced thingy.
            --Larry Wall (Programming Perl)

            J 1 Reply Last reply
            0
            • M Michael P Butler

              Very nice. The interface is a little unfriendly at first but the work it does is very impressive. Nice one. Michael :-)

              J Offline
              J Offline
              Jason Jystad
              wrote on last edited by
              #36

              I suspect Chris is going to change the interface, but I would be curious to know if there is anything you would do different to solve the issues you noticed? I am always looking for different views and trying to improve my skills, especially usability.

              Jason Jystad

              Cito Technologies
              Sonork ID: Ogami(100.9918)


              An object is simply a referenced thingy.
              --Larry Wall (Programming Perl)

              M 1 Reply Last reply
              0
              • J Jason Jystad

                I suspect Chris is going to change the interface, but I would be curious to know if there is anything you would do different to solve the issues you noticed? I am always looking for different views and trying to improve my skills, especially usability.

                Jason Jystad

                Cito Technologies
                Sonork ID: Ogami(100.9918)


                An object is simply a referenced thingy.
                --Larry Wall (Programming Perl)

                M Offline
                M Offline
                Michael P Butler
                wrote on last edited by
                #37

                I'd have prefered the cursor to have been placed between the tags rather than at the end because thats what I'd expected to happen. The buttons looked a little silly, different sizes and the one with combination of upper and lower case. Didn't look right to me. These are all issues that would probably have been sorted out in the real implementation rather than in your test page. Nothing major, just me being picky. ;-) Michael :-)

                J 1 Reply Last reply
                0
                • M Michael P Butler

                  I'd have prefered the cursor to have been placed between the tags rather than at the end because thats what I'd expected to happen. The buttons looked a little silly, different sizes and the one with combination of upper and lower case. Didn't look right to me. These are all issues that would probably have been sorted out in the real implementation rather than in your test page. Nothing major, just me being picky. ;-) Michael :-)

                  J Offline
                  J Offline
                  Jason Jystad
                  wrote on last edited by
                  #38

                  Michael P Butler wrote: These are all issues that would probably have been sorted out in the real implementation rather than in your test page You are correct, the presentation is something that Chris is going to make quite different anyway so I was being silly and the cursor between the tags is something I am working on it is just being difficult. ;) Michael P Butler wrote: Nothing major, just me being picky. Not at all, these things are important. Thanks. :)

                  Jason Jystad

                  Cito Technologies
                  Sonork ID: Ogami(100.9918)


                  An object is simply a referenced thingy.
                  --Larry Wall (Programming Perl)

                  1 Reply Last reply
                  0
                  • J Jason Jystad

                    Paul Watson wrote: *sigh* Not even my friends support me Ok, what'd I miss? I sense a missed thread here. Fill me in. :)

                    Jason Jystad

                    Cito Technologies
                    Sonork ID: Ogami(100.9918)


                    An object is simply a referenced thingy.
                    --Larry Wall (Programming Perl)

                    J Offline
                    J Offline
                    James T Johnson
                    wrote on last edited by
                    #39

                    There's a thread somewhere in the lounge where Paul posted a link then Nish got upset that it didn't open in a new window. Long story short, Paul thinks all links should open in the same window (so those who want it to open in the same window can, and those who want it in a new window can as well) and Nish thinks links to a different domain should open in a new window. James Simplicity Rules!

                    J 1 Reply Last reply
                    0
                    • J James T Johnson

                      There's a thread somewhere in the lounge where Paul posted a link then Nish got upset that it didn't open in a new window. Long story short, Paul thinks all links should open in the same window (so those who want it to open in the same window can, and those who want it in a new window can as well) and Nish thinks links to a different domain should open in a new window. James Simplicity Rules!

                      J Offline
                      J Offline
                      Jason Jystad
                      wrote on last edited by
                      #40

                      Ah, that makes sense then. Thanks James. I guess I am going to have to respectfully disagree with Paul on this one. :) Actually I would agree with him, except I frequently use a browseing hider service that makes my right click to open a link in a new window not work right. It does handle links that open new windows correctly though. This is really the only reason I disagree. In case you're interested the service I use is orangatango [new window] ;)

                      Jason Jystad

                      Cito Technologies
                      Sonork ID: Ogami(100.9918)


                      An object is simply a referenced thingy.
                      --Larry Wall (Programming Perl)

                      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