Writing article
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
No, I guess we all use some kind of text editor nowadays. There is a guide on posting articles here[^]. Just find something that you would share and start working on it.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
I sometimes write up an outline first, to get a sense of where I want to go, and then gradually fill in the outline sections with more concrete information.
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
- Develop a quality control/application/idea. It should be fully functional and include material that may not already be on the CodeProject website. In the case of an idea, you need to have a principle that can be conveyed through code or application. One of my articles Targeting Design-Time Events of UserControls[^] is based on the principles of design-time control customization. The control itself is useless, but it conveys the idea pretty well. 2) Develop a thought process of how you want to explain the article. A few suggested formats
- Start to finish - explain how your project progressed from when you started explaining the coding details as you go. My article: Basics of Falling Blocks in VB 2005[^] is an example.
- Explain the basics of the control and work your way to more complex.
- Explain the control aspects and how each aspect was coded or used
- Develop a draft article and ask for a peer review from someone else in the coding community (this does not mean posting it at CodeProject, but depending on quality this is an option). 4) Once it has been checked grammatically and has a definite flow, then you can post it at CodeProject and see how others enjoy it.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
I sometimes write up an outline first, to get a sense of where I want to go, and then gradually fill in the outline sections with more concrete information.
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
gradually fill in the outline sections with more concrete information
Oh Good, I need information about concrete... Where do I go looking? :)
------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox
-
Jim Crafton wrote:
gradually fill in the outline sections with more concrete information
Oh Good, I need information about concrete... Where do I go looking? :)
------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
The prep work that I do can be broken into three categories: 1: Is the code I'm presenting concise, clean, and documented? 2: Does the test/demo code clearly and quickly illustrate what I'm trying to communicate? 3: How do I clearly communicate what the article is about? Obviously, one has to balance available time with ideals, but I start with those three questions before publishing the article. Marc
-
Jim Crafton wrote:
gradually fill in the outline sections with more concrete information
Oh Good, I need information about concrete... Where do I go looking? :)
------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox
You could try sticking your head in a bucket of it, that might prove to be illuminating :) As soon as I clicked on "Post" I figured someone would get me on the use of "concrete". I just figured it'd be Douglas first, but perhaps he still has his face buried in a cup of coffee :)
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
I am wondering seeing the quality of authors here in CP. It would be great if you can share the steps you guys do before writing an article. Do you write it first on a paper ? etc..
Here's my standard MO: 1) Write the code/app/demo. 2) Decide what is interesting, tricky, relevant enough in the code that merits explanation in an article. 3) Identify the exact snippets of code to highlight. 4) Take screenshots of the demo app in particular states, if appropriate. 5) Open MS Word. 6) Think of a meaningful title that is not too long. 7) Think of a meaningful subtitle that is not too long. 8) Determine the clearest way to present the material, based on increasing code complexity, dependencies, etc. 9) Write out all of the section headers, such as Introduction, Background, etc. 10) Write the article. 11) Pour a big glass of booze. 12) Battle with the WYSIWYG editor and coerce it to accept my article. (Sorry Chris!) 13) Spend the next two days obsessively editing and tweaking the article until it is as close to perfect as I can make it. 14) Lose faith in humanity when people vote my article down without ever explaining why. 15) Repeat. ;)
:josh: My WPF Blog[^] Sleep is overrated.
-
Here's my standard MO: 1) Write the code/app/demo. 2) Decide what is interesting, tricky, relevant enough in the code that merits explanation in an article. 3) Identify the exact snippets of code to highlight. 4) Take screenshots of the demo app in particular states, if appropriate. 5) Open MS Word. 6) Think of a meaningful title that is not too long. 7) Think of a meaningful subtitle that is not too long. 8) Determine the clearest way to present the material, based on increasing code complexity, dependencies, etc. 9) Write out all of the section headers, such as Introduction, Background, etc. 10) Write the article. 11) Pour a big glass of booze. 12) Battle with the WYSIWYG editor and coerce it to accept my article. (Sorry Chris!) 13) Spend the next two days obsessively editing and tweaking the article until it is as close to perfect as I can make it. 14) Lose faith in humanity when people vote my article down without ever explaining why. 15) Repeat. ;)
:josh: My WPF Blog[^] Sleep is overrated.
Man!!!!! :omg: I've been skipping about ten of those steps! No wonder I can write article so fast! And what kind of booze do you use?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
Here's my standard MO: 1) Write the code/app/demo. 2) Decide what is interesting, tricky, relevant enough in the code that merits explanation in an article. 3) Identify the exact snippets of code to highlight. 4) Take screenshots of the demo app in particular states, if appropriate. 5) Open MS Word. 6) Think of a meaningful title that is not too long. 7) Think of a meaningful subtitle that is not too long. 8) Determine the clearest way to present the material, based on increasing code complexity, dependencies, etc. 9) Write out all of the section headers, such as Introduction, Background, etc. 10) Write the article. 11) Pour a big glass of booze. 12) Battle with the WYSIWYG editor and coerce it to accept my article. (Sorry Chris!) 13) Spend the next two days obsessively editing and tweaking the article until it is as close to perfect as I can make it. 14) Lose faith in humanity when people vote my article down without ever explaining why. 15) Repeat. ;)
:josh: My WPF Blog[^] Sleep is overrated.
Josh Smith wrote:
- Open MS Word.
Seriously? I tried that once and was just frustrated to no end once I had to get it into an html format, and then re-edit bits of the article. At this point I just type it in plain text and then manually add the html tags, since there are so few.
Josh Smith wrote:
- Lose faith in humanity when people vote my article down without ever explaining why.
So sad, so true!
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
Man!!!!! :omg: I've been skipping about ten of those steps! No wonder I can write article so fast! And what kind of booze do you use?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Hans Dietrich wrote:
And what kind of booze do you use?
Whatever helps numb the pain of working with HTML! :laugh:
:josh: My WPF Blog[^] Sleep is overrated.
-
Josh Smith wrote:
- Open MS Word.
Seriously? I tried that once and was just frustrated to no end once I had to get it into an html format, and then re-edit bits of the article. At this point I just type it in plain text and then manually add the html tags, since there are so few.
Josh Smith wrote:
- Lose faith in humanity when people vote my article down without ever explaining why.
So sad, so true!
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
Seriously? I tried that once and was just frustrated to no end once I had to get it into an html format, and then re-edit bits of the article. At this point I just type it in plain text and then manually add the html tags, since there are so few.
I find that the extra steps and frustration is worth it. Word has some very good features, which you must enable, that provide things far beyond just spell checking. It can give you very pedantic degrees of grammar checking and writing style analysis. On me own me no write no goods, so me needs da word to make me smarter looker. :)
:josh: My WPF Blog[^] Sleep is overrated.
-
Here's my standard MO: 1) Write the code/app/demo. 2) Decide what is interesting, tricky, relevant enough in the code that merits explanation in an article. 3) Identify the exact snippets of code to highlight. 4) Take screenshots of the demo app in particular states, if appropriate. 5) Open MS Word. 6) Think of a meaningful title that is not too long. 7) Think of a meaningful subtitle that is not too long. 8) Determine the clearest way to present the material, based on increasing code complexity, dependencies, etc. 9) Write out all of the section headers, such as Introduction, Background, etc. 10) Write the article. 11) Pour a big glass of booze. 12) Battle with the WYSIWYG editor and coerce it to accept my article. (Sorry Chris!) 13) Spend the next two days obsessively editing and tweaking the article until it is as close to perfect as I can make it. 14) Lose faith in humanity when people vote my article down without ever explaining why. 15) Repeat. ;)
:josh: My WPF Blog[^] Sleep is overrated.
Josh Smith wrote:
- Open MS Word.
Hopefully you can move to Microsoft Expression Web 2 :laugh:
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
No, I guess we all use some kind of text editor nowadays. There is a guide on posting articles here[^]. Just find something that you would share and start working on it.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
You beat me to Marc's article. It's a great one :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Josh Smith wrote:
- Open MS Word.
Seriously? I tried that once and was just frustrated to no end once I had to get it into an html format, and then re-edit bits of the article. At this point I just type it in plain text and then manually add the html tags, since there are so few.
Josh Smith wrote:
- Lose faith in humanity when people vote my article down without ever explaining why.
So sad, so true!
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
At this point I just type it in plain text and then manually add the html tags, since there are so few.
I should have mentioned that before pasting my article from Word into the WYSIWYG editor, I first pass it through Notepad. That removes all the crazy formatting crap that Word introduces.
:josh: My WPF Blog[^] Sleep is overrated.
-
Josh Smith wrote:
- Open MS Word.
Hopefully you can move to Microsoft Expression Web 2 :laugh:
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
Would that be the Beta, Alpha, CTP, RC1, RC2, or RTM? Also, what about when it's re-branded and becomes Microsoft Office Windows Live Expression Web 2.0 Online Service Pack 2?
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
Hans Dietrich wrote:
And what kind of booze do you use?
Whatever helps numb the pain of working with HTML! :laugh:
:josh: My WPF Blog[^] Sleep is overrated.
So straight up moonshine or Everclear[^] then? :)
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
So straight up moonshine or Everclear[^] then? :)
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
[Smile]
I don't know. I can no longer see the bottle's label! X|
:josh: My WPF Blog[^] Sleep is overrated.
-
Would that be the Beta, Alpha, CTP, RC1, RC2, or RTM? Also, what about when it's re-branded and becomes Microsoft Office Windows Live Expression Web 2.0 Online Service Pack 2?
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
Also, what about when it's re-branded and becomes Microsoft Office Windows Live Expression Web 2.0 Online Service Pack 2?
We in the inner-circle refer to it as MOWLEW2SP2
:josh: My WPF Blog[^] Sleep is overrated.