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. Word-like Auditing

Word-like Auditing

Scheduled Pinned Locked Moved Site Bugs / Suggestions
tutorial
9 Posts 7 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.
  • J Offline
    J Offline
    Jason McBurney
    wrote on last edited by
    #1

    Although we have comments at the bottom of each article; wouldn't be nice if we could annotate the text of the article itself. For example, I ran across a word in one of the recently published and edited articles where the author chose the word "pure" rather than "poor". Since we all read these articles, why not have a way to highlight a element and make a comment about it. Similar to the comment bubles in Word. The Theory: Once a users posts an annotation only the author of the article and the poster can see the comment. If the author likes the annotation he can choose to "accept" it. Otherwise the Author can edit the article to correct the annotation, or remove it. Lastly, if an article has been through a few revision, the author may not wish to have the article "annotate"-able. So have a system to disable the feature.

    M C 2 Replies Last reply
    0
    • J Jason McBurney

      Although we have comments at the bottom of each article; wouldn't be nice if we could annotate the text of the article itself. For example, I ran across a word in one of the recently published and edited articles where the author chose the word "pure" rather than "poor". Since we all read these articles, why not have a way to highlight a element and make a comment about it. Similar to the comment bubles in Word. The Theory: Once a users posts an annotation only the author of the article and the poster can see the comment. If the author likes the annotation he can choose to "accept" it. Otherwise the Author can edit the article to correct the annotation, or remove it. Lastly, if an article has been through a few revision, the author may not wish to have the article "annotate"-able. So have a system to disable the feature.

      M Offline
      M Offline
      MatrixCoder
      wrote on last edited by
      #2

      Not a bad idea. You could have something like an underline/highlight of certain words/sentences, then when you move your mouse over them, a message balloon appears with the comments.

      1 Reply Last reply
      0
      • J Jason McBurney

        Although we have comments at the bottom of each article; wouldn't be nice if we could annotate the text of the article itself. For example, I ran across a word in one of the recently published and edited articles where the author chose the word "pure" rather than "poor". Since we all read these articles, why not have a way to highlight a element and make a comment about it. Similar to the comment bubles in Word. The Theory: Once a users posts an annotation only the author of the article and the poster can see the comment. If the author likes the annotation he can choose to "accept" it. Otherwise the Author can edit the article to correct the annotation, or remove it. Lastly, if an article has been through a few revision, the author may not wish to have the article "annotate"-able. So have a system to disable the feature.

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

        I've thought about this a lot and am wondering how the actual mechanism. I guess in Javascript we can get the character position of a selected peice of text, then we could store an annotation as position + Annotation text, then insert the annotations into the actual article text (as pop-up balloons) when the article is displayed. Hmmmmmm.

        cheers, Chris Maunder

        CodeProject.com : C++ MVP

        J H S 3 Replies Last reply
        0
        • C Chris Maunder

          I've thought about this a lot and am wondering how the actual mechanism. I guess in Javascript we can get the character position of a selected peice of text, then we could store an annotation as position + Annotation text, then insert the annotations into the actual article text (as pop-up balloons) when the article is displayed. Hmmmmmm.

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          J Offline
          J Offline
          Jason McBurney
          wrote on last edited by
          #4

          Chris, Why not tag a word in the text of the article. Smilar to hovering over the "Loading a selection" text of http://fxzone.eyeball-design.com/tutorial_ifx03.htm[^]

          do you need to investigate an online backup[^] company

          A B 2 Replies Last reply
          0
          • J Jason McBurney

            Chris, Why not tag a word in the text of the article. Smilar to hovering over the "Loading a selection" text of http://fxzone.eyeball-design.com/tutorial_ifx03.htm[^]

            do you need to investigate an online backup[^] company

            A Offline
            A Offline
            Amar Chaudhary
            wrote on last edited by
            #5

            but this doesn't work in firefox in ie it working :)

            it is good to be important but it is more important to be good

            J 1 Reply Last reply
            0
            • J Jason McBurney

              Chris, Why not tag a word in the text of the article. Smilar to hovering over the "Loading a selection" text of http://fxzone.eyeball-design.com/tutorial_ifx03.htm[^]

              do you need to investigate an online backup[^] company

              B Offline
              B Offline
              Bradml
              wrote on last edited by
              #6

              That is a poor implementation, they don't take into account that the mouse position in IE is relative to the screen, not the document.


              Brad Australian By contacting your lawyer you negate the right to sue me.

              1 Reply Last reply
              0
              • A Amar Chaudhary

                but this doesn't work in firefox in ie it working :)

                it is good to be important but it is more important to be good

                J Offline
                J Offline
                Jason McBurney
                wrote on last edited by
                #7

                This is similar to concept art, we can not just steal their source code! But, for the record, good catch.

                You can only be young once. But you can always be immature. - Dave Barry

                1 Reply Last reply
                0
                • C Chris Maunder

                  I've thought about this a lot and am wondering how the actual mechanism. I guess in Javascript we can get the character position of a selected peice of text, then we could store an annotation as position + Annotation text, then insert the annotations into the actual article text (as pop-up balloons) when the article is displayed. Hmmmmmm.

                  cheers, Chris Maunder

                  CodeProject.com : C++ MVP

                  H Offline
                  H Offline
                  Hans Dietrich
                  wrote on last edited by
                  #8

                  This all sounds interesting, but hairy - would you allow annotations of annotations? Maybe a better approach is to let the author mark the article as wiki-able - i.e., allowing others to contribute to it.

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    I've thought about this a lot and am wondering how the actual mechanism. I guess in Javascript we can get the character position of a selected peice of text, then we could store an annotation as position + Annotation text, then insert the annotations into the actual article text (as pop-up balloons) when the article is displayed. Hmmmmmm.

                    cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    S Offline
                    S Offline
                    Scott Dorman
                    wrote on last edited by
                    #9

                    Not sure how it is actually accomplished, but most wiki's have a similar type of ability. I think the only thing currently missing is to be able to see who made the changes "in-line", you have to go to the history (or changes, edits, etc.) page to see that type of information.

                    ----------------------------- In just two days, tomorrow will be yesterday.

                    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