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. Another feature for links... [modified]

Another feature for links... [modified]

Scheduled Pinned Locked Moved The Lounge
comquestion
27 Posts 16 Posters 2 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.
  • S Sam Levy

    Isn't it possible to detect the browser in use, and do the Right Thing?

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

    Define "Do The Right Thing" (and no, not your version of DTRT. The version that will make all other 4,955,427 members happy as well :D)

    cheers, Chris Maunder

    CodeProject.com : C++ MVP

    B 1 Reply Last reply
    0
    • J James R Twine

      Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

      -=- James
      Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
      Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
      See DeleteFXPFiles

      modified on Tuesday, March 25, 2008 8:30 AM

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

      This requires support of the draft CSS3[^]

      cheers, Chris Maunder

      CodeProject.com : C++ MVP

      1 Reply Last reply
      0
      • C Chris Maunder

        Define "Do The Right Thing" (and no, not your version of DTRT. The version that will make all other 4,955,427 members happy as well :D)

        cheers, Chris Maunder

        CodeProject.com : C++ MVP

        B Offline
        B Offline
        Bassam Abdul Baki
        wrote on last edited by
        #9

        Sam Levy is just a pseudo-name for Spike Lee.


        "Science ends the con in your conscience." - Bassam Abdul-Baki Web - Blog - RSS - Math - LinkedIn - BM

        1 Reply Last reply
        0
        • J James R Twine

          Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

          -=- James
          Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
          Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
          See DeleteFXPFiles

          modified on Tuesday, March 25, 2008 8:30 AM

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

          I use IE7 and my only complaint (as regards this subject) is that clicking ^ activates the new tab after it's opened, whereas if I use "Open in New Tab" it doesn't, so I still primarily use the context menu. I have little use for the [^] at all.

          C 1 Reply Last reply
          0
          • P PIEBALDconsult

            I use IE7 and my only complaint (as regards this subject) is that clicking ^ activates the new tab after it's opened, whereas if I use "Open in New Tab" it doesn't, so I still primarily use the context menu. I have little use for the [^] at all.

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

            PIEBALDconsult wrote:

            clicking ^ activates the new tab after it's opened

            Then something's been changed in your Tab settings in IE. The HTML we render says 'target=_blank' which means 'open in a new window'. 'Open in a new tab' is a new CSS3 thing that we've not implemented.

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            P 1 Reply Last reply
            0
            • J James R Twine

              Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

              -=- James
              Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
              Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
              See DeleteFXPFiles

              modified on Tuesday, March 25, 2008 8:30 AM

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

              Um... No middle mouse button? :~

              1 Reply Last reply
              0
              • C Chris Maunder

                PIEBALDconsult wrote:

                clicking ^ activates the new tab after it's opened

                Then something's been changed in your Tab settings in IE. The HTML we render says 'target=_blank' which means 'open in a new window'. 'Open in a new tab' is a new CSS3 thing that we've not implemented.

                cheers, Chris Maunder

                CodeProject.com : C++ MVP

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

                Dunno, but I get a new tab when I click [^] Want a screen shot of my settings?

                J 1 Reply Last reply
                0
                • T Thunderbox666

                  James R. Twine wrote:

                  Having it available directly on (next to) the link is still useful.

                  I second that I have IE7 and that tab link didnt work.. it still opened in a new window :confused:


                  "There are three sides to every story. Yours, mine and the truth" ~ unknown "All things good to know are difficult to learn" ~ Greek Proverb "The only place success comes before work is in the dictionary" ~ Vidal Sassoon

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

                  [Message Deleted]

                  M 1 Reply Last reply
                  0
                  • J James R Twine

                    Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

                    -=- James
                    Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                    Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                    See DeleteFXPFiles

                    modified on Tuesday, March 25, 2008 8:30 AM

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #15

                    My browser opens a link in a new tab, if I middle-click on it (IE, FF, Opera, safari). I don't feel the need for any such new feature.

                    Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                    1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      Dunno, but I get a new tab when I click [^] Want a screen shot of my settings?

                      J Offline
                      J Offline
                      James R Twine
                      wrote on last edited by
                      #16

                      This behaviour, and others similar to it, likely has to do with how your popup or "open new window in xyz" settings are configured.    Peace!

                      -=- James
                      Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                      Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                      See DeleteFXPFiles

                      1 Reply Last reply
                      0
                      • J James R Twine

                        Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

                        -=- James
                        Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                        Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                        See DeleteFXPFiles

                        modified on Tuesday, March 25, 2008 8:30 AM

                        E Offline
                        E Offline
                        Ed Poore
                        wrote on last edited by
                        #17

                        What's wrong with the middle mouse button?


                        My Blog[^]

                        J M 2 Replies Last reply
                        0
                        • E Ed Poore

                          What's wrong with the middle mouse button?


                          My Blog[^]

                          J Offline
                          J Offline
                          James R Twine
                          wrote on last edited by
                          #18

                          Same thing wrong with doing Shift+Click - nothing.    The small print on my original post may be too subtle a hint... I am going to amend it.    Peace!

                          -=- James
                          Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                          Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                          See DeleteFXPFiles

                          1 Reply Last reply
                          0
                          • A Adam Smith

                            You didnt say the magic word! :P

                            Adam Smith www.codeproject.com

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

                            Adam Smith wrote:

                            You didnt say the magic word!

                            Chocolate?

                            Visit http://www.notreadytogiveup.com/[^] and do something special today.

                            1 Reply Last reply
                            0
                            • L Lost User

                              [Message Deleted]

                              M Offline
                              M Offline
                              Member 96
                              wrote on last edited by
                              #20

                              Himanshu Joshi wrote:

                              Use Firefox

                              Screw firefox. Some of us don't want to drink the KoolAide.


                              "The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy

                              1 Reply Last reply
                              0
                              • E Ed Poore

                                What's wrong with the middle mouse button?


                                My Blog[^]

                                M Offline
                                M Offline
                                Member 96
                                wrote on last edited by
                                #21

                                Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.


                                "The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy

                                D E 2 Replies Last reply
                                0
                                • J James R Twine

                                  Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor?    I would like the ability to open a link in a new tab (using tab as the target of the link), now that more browsers offer it. Something like:      http://www.codeproject.com/[^][T]    Well, this works in IE7, anyway...    Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful.    Edit: The preceding text appears to be too subtle a hint for some.  Using something like SHIFT+CLICK opens a link in a new window. However, having the [^] on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the [^] instead of SHIFT+CLICKing on the link itself.  The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.

                                  -=- James
                                  Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                                  Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                                  See DeleteFXPFiles

                                  modified on Tuesday, March 25, 2008 8:30 AM

                                  J Offline
                                  J Offline
                                  Joan M
                                  wrote on last edited by
                                  #22

                                  Why don't you simply click it using the middle button of your mouse?

                                  https://www.robotecnik.com freelance robots, PLC and CNC programmer.

                                  P 1 Reply Last reply
                                  0
                                  • M Member 96

                                    Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.


                                    "The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy

                                    D Offline
                                    D Offline
                                    Dan Neely
                                    wrote on last edited by
                                    #23

                                    And what do you think happens when you push down on the scroll wheel in all but the cheapest mice? (With logitech you'll need to fiddle with setpoint since it defaults to reprogram button3 into something else.)

                                    Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull

                                    M 1 Reply Last reply
                                    0
                                    • M Member 96

                                      Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.


                                      "The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy

                                      E Offline
                                      E Offline
                                      Ed Poore
                                      wrote on last edited by
                                      #24

                                      By third button I mean the one under the scroll wheel :rolleyes:


                                      My Blog[^]

                                      R 1 Reply Last reply
                                      0
                                      • J Joan M

                                        Why don't you simply click it using the middle button of your mouse?

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

                                        Oooooh, nifty!

                                        1 Reply Last reply
                                        0
                                        • D Dan Neely

                                          And what do you think happens when you push down on the scroll wheel in all but the cheapest mice? (With logitech you'll need to fiddle with setpoint since it defaults to reprogram button3 into something else.)

                                          Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull

                                          M Offline
                                          M Offline
                                          Member 96
                                          wrote on last edited by
                                          #26

                                          Witchcraft...witchcraft...burn the witch! ;P


                                          "The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy

                                          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