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. Article submission questions

Article submission questions

Scheduled Pinned Locked Moved The Lounge
csharpwinformsgraphicsalgorithmsquestion
9 Posts 6 Posters 3 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
    J Dunlap
    wrote on last edited by
    #1

    I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

    T D M J J 6 Replies Last reply
    0
    • J J Dunlap

      I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

      T Offline
      T Offline
      TheGreatAndPowerfulOz
      wrote on last edited by
      #2

      Post it as a new article since it seems that the subject matter is different enough from the first article. You can reference the first article in the second.

      1 Reply Last reply
      0
      • J J Dunlap

        I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

        D Offline
        D Offline
        Derek Lakin
        wrote on last edited by
        #3

        I'd go with a new article and reference the original from the new article to show the 'origin' and reference the new article from the old one to point to the 'radical update'. Derek Lakin. blog: Digital Thoughts bliki: Derek's Bliki

        1 Reply Last reply
        0
        • J J Dunlap

          I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #4

          J. Dunlap wrote: I want to prevent a single present. :-D Post it as a new one, IMO. Marc My website Traceract

          J 1 Reply Last reply
          0
          • J J Dunlap

            I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

            J Offline
            J Offline
            Jason Henderson
            wrote on last edited by
            #5

            I've been trying to get an article updated for over a month now with nothing to show for it. USE THE WIZARD!

            "Live long and prosper." - Spock

            Jason Henderson
            blog

            J 1 Reply Last reply
            0
            • M Marc Clifton

              J. Dunlap wrote: I want to prevent a single present. :-D Post it as a new one, IMO. Marc My website Traceract

              J Offline
              J Offline
              J Dunlap
              wrote on last edited by
              #6

              Marc Clifton wrote: present. Oops! :-O Marc Clifton wrote: Post it as a new one, IMO. Well, looks like it's unanimous among everyone who responded! :-)

              1 Reply Last reply
              0
              • J Jason Henderson

                I've been trying to get an article updated for over a month now with nothing to show for it. USE THE WIZARD!

                "Live long and prosper." - Spock

                Jason Henderson
                blog

                J Offline
                J Offline
                J Dunlap
                wrote on last edited by
                #7

                Jason Henderson wrote: USE THE WIZARD! Yep - I always use the wizard, as I like to see my article appear right away. :)

                1 Reply Last reply
                0
                • J J Dunlap

                  I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

                  J Offline
                  J Offline
                  J Dunlap
                  wrote on last edited by
                  #8

                  :)

                  1 Reply Last reply
                  0
                  • J J Dunlap

                    I am shortly going to post two new articles here at CP. One of these articles sprang from a previous article I posted here, Floodfill Algorithms in C# and GDI+. However, it has changed significantly since then, including the focus of the code and new article. Instead of dicussing various floodfill algorithms, I want to prevent a single, highly efficient and highly optimized algorithm. I also want it to be a demonstration piece for another article I am writing, which introduces a new method of fast pixel manipulation. Therefore, I will have both a sample class using LockBits() and pointers, and another one using the new method. Now, my questions are: should I post it as an entirely new article, or shall I post it as an update to the existing one? And if I post it as a new article, what should be done with the old one?

                    R Offline
                    R Offline
                    Rocky Moore
                    wrote on last edited by
                    #9

                    Sounds like a new article to me! Rocky <>< My Blog[^]

                    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