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. Article Writing
  4. Article Help: Should I split my article?

Article Help: Should I split my article?

Scheduled Pinned Locked Moved Article Writing
csharpsecuritytutorialc++beta-testing
3 Posts 2 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.
  • O Offline
    O Offline
    oshah
    wrote on last edited by
    #1

    :~ Apologies if this is not the right group to post. I am about to post a tutorial on programming the Windows 2000 ACL editor (in C++). However, the tutorial is running rather long, and I am wondering if I should split the article into a two or three part series. Here's what I currently have in the tutorial: 1. (optional) A brief description of SECURITY_DESCRIPTOR and SECURITY_DESCRIPTOR_RELATIVE, and their differences. 2. (optional) A description of the ACL. 3. A brief description of the ACL Editor (from the programming perspective). 4. Implementing the ISecurityInformation methods. ISecurityInformation::SetSecurity() (this is where most of my article will be focused). This has already taken up to 3500 words already (35K, excluding code), and I haven't even started talking about the ISecurityInformation::SetSecurity() method (which I expect to take most of my content)! Do you think I should post this article as a two part series? Advantages if I split the article: 1. I won't need to jettison any content from my article. In fact I will be able to add in some stuff about General access control, how to enumerate them, how to build them, and include some information on the new System.Security.AccessControl classes (and maybe Keith brown's code). 2. C#/VB/.Net programmers will then find the article useful. 3. The reader won't be so intimidated by the horde of information that they have to read. 4. I will have covered everything, so the reader won't be left confused and asking "WTH is a SECURITY_DESCRIPTOR :confused:?". 5. Reviews and feedback will be easier for the reader (since you can say "the first article woz teh suck", but the "second article had teh 1337!") :-D Disadvantages if I split the article into a series: 1. It will take me longer to author. 2. Perhaps it's too long because I suck at writing (but you alrady knew that just by reading this post! :-D ;P). 3. I'm writing about two separate distinct topics (general authorization, and programming the ACLUI), and that's why my article is so long (but that means I should post 2 articles!). 4. Maybe I should redirect the users to other tutorials instead of rewriting about Access control (does anyone know any articles about the security descriptor?). If I hear no feedback, then I will go ahead and split the article in two (or 3). Tia

    M 1 Reply Last reply
    0
    • O oshah

      :~ Apologies if this is not the right group to post. I am about to post a tutorial on programming the Windows 2000 ACL editor (in C++). However, the tutorial is running rather long, and I am wondering if I should split the article into a two or three part series. Here's what I currently have in the tutorial: 1. (optional) A brief description of SECURITY_DESCRIPTOR and SECURITY_DESCRIPTOR_RELATIVE, and their differences. 2. (optional) A description of the ACL. 3. A brief description of the ACL Editor (from the programming perspective). 4. Implementing the ISecurityInformation methods. ISecurityInformation::SetSecurity() (this is where most of my article will be focused). This has already taken up to 3500 words already (35K, excluding code), and I haven't even started talking about the ISecurityInformation::SetSecurity() method (which I expect to take most of my content)! Do you think I should post this article as a two part series? Advantages if I split the article: 1. I won't need to jettison any content from my article. In fact I will be able to add in some stuff about General access control, how to enumerate them, how to build them, and include some information on the new System.Security.AccessControl classes (and maybe Keith brown's code). 2. C#/VB/.Net programmers will then find the article useful. 3. The reader won't be so intimidated by the horde of information that they have to read. 4. I will have covered everything, so the reader won't be left confused and asking "WTH is a SECURITY_DESCRIPTOR :confused:?". 5. Reviews and feedback will be easier for the reader (since you can say "the first article woz teh suck", but the "second article had teh 1337!") :-D Disadvantages if I split the article into a series: 1. It will take me longer to author. 2. Perhaps it's too long because I suck at writing (but you alrady knew that just by reading this post! :-D ;P). 3. I'm writing about two separate distinct topics (general authorization, and programming the ACLUI), and that's why my article is so long (but that means I should post 2 articles!). 4. Maybe I should redirect the users to other tutorials instead of rewriting about Access control (does anyone know any articles about the security descriptor?). If I hear no feedback, then I will go ahead and split the article in two (or 3). Tia

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

      From your description, I would split it into two parts: 1 - cover all the details of ACLs: definitions, structs, APIs, interfaces, etc. 2 - talk about the ACL editor That way part 2 builds on part 1, but people who already know about ACLs can jump right to part 2. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

      O 1 Reply Last reply
      0
      • M Michael Dunn

        From your description, I would split it into two parts: 1 - cover all the details of ACLs: definitions, structs, APIs, interfaces, etc. 2 - talk about the ACL editor That way part 2 builds on part 1, but people who already know about ACLs can jump right to part 2. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

        O Offline
        O Offline
        oshah
        wrote on last edited by
        #3

        Thank you Mr Dunn. I will split my article in two as you suggest.

        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