Click here to Skip to main content
15,887,434 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: Aren't all CP Articles supposed to have Downloadable Code? Pin
Chris Maunder24-Jun-15 14:33
cofounderChris Maunder24-Jun-15 14:33 
QuestionI need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 1:13
professionalKornfeld Eliyahu Peter24-Jun-15 1:13 
SuggestionRe: I need a little help from my friends... Pin
Richard Deeming24-Jun-15 1:35
mveRichard Deeming24-Jun-15 1:35 
GeneralRe: I need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 1:47
professionalKornfeld Eliyahu Peter24-Jun-15 1:47 
GeneralRe: I need a little help from my friends... Pin
Richard Deeming24-Jun-15 1:50
mveRichard Deeming24-Jun-15 1:50 
GeneralRe: I need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 1:56
professionalKornfeld Eliyahu Peter24-Jun-15 1:56 
GeneralRe: I need a little help from my friends... Pin
Richard Deeming24-Jun-15 2:03
mveRichard Deeming24-Jun-15 2:03 
AnswerRe: I need a little help from my friends... Pin
Thomas Daniels24-Jun-15 2:14
mentorThomas Daniels24-Jun-15 2:14 
Interesting article! Happy to help Smile | :)

As you asked, I have done a proofread:
Quote:
I have no the slightest ability to work with colors.
Should be "I don't have the slightest ability to work with colors".
Quote:
and that methods are used even by designers…
"methods" is plural, so "that" should be plural too -> "those"
Quote:
that can sense (see) different wavelength
"wavelength" should be plural: "wavelengths"
Quote:
for the RGB color model, which create colors
"create" should be "creates" here.
Quote:
just like human eye
You're missing the article here: "just like the human eye".
Quote:
However RGB model does not work in a way human understand color.
The article is missing: "However the RGB model ..."
Quote:
For instance the color named Magenta built of R:255, GBlush | :O , B:255.
Your :0 appears as an emoticon. You can try putting a space between the colon and the zero, or replace the colon by its HTML Entity, :.
Quote:
The model still use 3 components in an additive way, but rearrange the
"use" should be "uses", and "rearrange" should be "rearranges".
Quote:
It also resembles the classical color-wheel used by artist
"artist" should be plural here, "artists".
Quote:
The basic element is Hue, which running around
Should be "runs" instead of "running".
Quote:
a color so saturated that it bacem dim
I'm not sure what "bacem" means here.
Quote:
Value define the brightness
Should be "defines" instead of "define".
Quote:
This A element can be applied to both color model we discussed here
"model" should be plural, "models".
Quote:
All these formulas based on the idea
This should be "All these formulas are based ..."
Quote:
you chose a single color and get back a set of colors that play nicely together (the color chosen is one of the set)
I don't think you should use the past tense of 'to choose' here, you can use the present: "you choose a single color".
Quote:
where the second color placed on the opposite side of the color wheel.

Should be "where the second color is placed".
Quote:
In any case it is important to choose a color that dominant over its counterpart.
Should be "a color that is dominant".
Quote:
This method gives high contrast between the colors in the set and add more nuances over Complements method
"add" should be plural here: "and adds more nuances", and there should be an article before 'Complements': "over the Complements method".
Quote:
Cons: Lover contrast than in Complements or SplitComplements.
Did you mean "Lower contrast"?
Quote:
Cons: There is no much contrast in the set.
Should be "not" instead of "no".
Quote:
Cons: Lack any contrast of colors.
Should be "Lacks".
Quote:
For this people color information alone is not enough
Should be "these people" because 'people' is plural.
Quote:
(we talk about colors - a blind people has no colors!)
"people" should be singular here -> "a blind person".
Quote:
I promissed no code, but after all it a coding site...
"promissed" is misspelled, it should be "promised".
Quote:
In this part I will show the core of a possible implementatio of the ideas we saw.
"implementatio" is misspelled, it should be "implementation".
Quote:
In .NET we have the Color class that represent a color based on RGB model
Should be "represents".
Quote:
The most important thig
Typo, it should be "thing".
Quote:
are moving the origina lcolor around the current color
Typo, it should be "original color", not "origina lcolor".
Quote:
As triads used to create 3 colors equaly distributed around the colo wheel
Should be "As triads are used to create 3 colors equally distributed around the color wheel".
Quote:
in the attached code you will find the exact code for creating all the colot sets in this article
Typo, should be "color sets" instead of "colot sets".
Quote:
it is not enough that your code works and written well
Should be "and is written well".
Quote:
it acn be too expensive to hire a professional designer
Typo, "acn" should be "can".
Quote:
You are convinced about the iportance of colors, but still dont want to mess with the code!
Typo, "iportance" should be "importance", and "dont" should be "don't".
Quote:
You can download and install the Visual Studio extensions based on this article
There is one extension, so "extensions" should be singular instead -> "extension".
The quick brown ProgramFOX jumps right over the Lazy<Dog>.

GeneralRe: I need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 2:25
professionalKornfeld Eliyahu Peter24-Jun-15 2:25 
GeneralRe: I need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 3:01
professionalKornfeld Eliyahu Peter24-Jun-15 3:01 
AnswerRe: I need a little help from my friends... Pin
Richard Deeming24-Jun-15 2:26
mveRichard Deeming24-Jun-15 2:26 
GeneralRe: I need a little help from my friends... Pin
Kornfeld Eliyahu Peter24-Jun-15 3:02
professionalKornfeld Eliyahu Peter24-Jun-15 3:02 
QuestionLong code block... Pin
Kornfeld Eliyahu Peter24-Jun-15 0:25
professionalKornfeld Eliyahu Peter24-Jun-15 0:25 
AnswerRe: Long code block... Pin
Chris Maunder24-Jun-15 4:17
cofounderChris Maunder24-Jun-15 4:17 
GeneralRe: Long code block... Pin
Kornfeld Eliyahu Peter24-Jun-15 4:24
professionalKornfeld Eliyahu Peter24-Jun-15 4:24 
GeneralRe: Long code block... Pin
Chris Maunder24-Jun-15 9:44
cofounderChris Maunder24-Jun-15 9:44 
QuestionWhen updating an article, is it eventually upvoted? Pin
Arthur V. Ratz18-Jun-15 5:17
professionalArthur V. Ratz18-Jun-15 5:17 
AnswerRe: When updating an article, is it eventually upvoted? Pin
Sascha Lefèvre18-Jun-15 5:58
professionalSascha Lefèvre18-Jun-15 5:58 
GeneralRe: When updating an article, is it eventually upvoted? Pin
Arthur V. Ratz18-Jun-15 6:00
professionalArthur V. Ratz18-Jun-15 6:00 
AnswerRe: When updating an article, is it eventually upvoted? PinPopular
Sean Ewington18-Jun-15 6:04
staffSean Ewington18-Jun-15 6:04 
GeneralOT: caught. Pin
OriginalGriff18-Jun-15 6:06
mveOriginalGriff18-Jun-15 6:06 
GeneralRe: OT: caught. Pin
Sean Ewington18-Jun-15 6:14
staffSean Ewington18-Jun-15 6:14 
GeneralRe: OT: caught. Pin
Nelek18-Jun-15 10:29
protectorNelek18-Jun-15 10:29 
GeneralRe: OT: caught. Pin
Sean Ewington18-Jun-15 10:58
staffSean Ewington18-Jun-15 10:58 
GeneralRe: When updating an article, is it eventually upvoted? Pin
Arthur V. Ratz18-Jun-15 6:13
professionalArthur V. Ratz18-Jun-15 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.