Click here to Skip to main content
15,905,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: controlling windows's folders properties Pin
Eduard Keilholz29-Dec-06 1:57
Eduard Keilholz29-Dec-06 1:57 
QuestionUpdater Application Block v.2.0 Pin
daniel9927-Dec-06 19:00
daniel9927-Dec-06 19:00 
QuestionFind if value changed on Form other than keeping track of each value of control? Pin
india_ritesh27-Dec-06 16:04
india_ritesh27-Dec-06 16:04 
AnswerRe: Find if value changed on Form other than keeping track of each value of control? Pin
Salogus27-Dec-06 19:28
Salogus27-Dec-06 19:28 
GeneralRe: Find if value changed on Form other than keeping track of each value of control? Pin
india_ritesh28-Dec-06 10:41
india_ritesh28-Dec-06 10:41 
QuestionCell's pixel coordinated Pin
Salogus27-Dec-06 15:55
Salogus27-Dec-06 15:55 
QuestionArticle Submition Problem:( Pin
Muammar©27-Dec-06 13:46
Muammar©27-Dec-06 13:46 
AnswerRe: Article Submition Problem:( Pin
Colin Angus Mackay27-Dec-06 15:36
Colin Angus Mackay27-Dec-06 15:36 
Muammar© wrote:
it took me 3 hours just posting and editing to end up with this sh*t


It takes me about 5 minutes to post an article. However, I write it up fist in an HTML editor then copy and paste it. This means I can spell check it, check the formatting and so on. That process takes quite a few hours.

From the things I saw.

1. Put code inside <pre> tags. It will preserve the formatting. NOTE: There is a slight bug and any empty line needs to contain at least one whitespace character

2. Don't apply your own formatting. The styles of the website will be applied. Stick with <a> <img> <p> <h1> <h2> <h3> <br> <code> and <pre> tags. Some minor additions such as bold and italic can be used, but sparingly. Much more than that and you start fighting with the styles of the website.

3. Do not colourise your code. The parser will do that for you. e.g. if you put the lang=cs attribute in the <pre> tag the code project parser will colour your code for C#

4. Spell check your article. I don't know what "coop" means. "cope", possibly.

5. I don't really see what you are demonstrating. In both article you have some code and an explanation of the code, but there is no focus.

6. Unless you are showing a contrived example to get a point across the code should adhere to some generally good practices (it doesn't have to be "best practice", unless that it what you are demonstrating). For example, you have hard coded file names into the source. Not only that but they were as string literals at the point of use (rather than declared as a const). This is very bad practice and the correct alternative usually taught around the third or fourth lesson in a programming couse. The better appoach would be to have the file names relative to the application, or if they must come from the windows directory, then to find out what the windows directory is called rather than assume C:\WINDOWS (I have several computers and only one use C:\WINDOWS)

Those are just my opinions on areas that could use some improvement. Other people may have differing opinions.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

GeneralRe: Article Submition Problem:( Pin
Muammar©28-Dec-06 3:51
Muammar©28-Dec-06 3:51 
QuestionHelp file Pin
md_refay27-Dec-06 12:01
md_refay27-Dec-06 12:01 
AnswerRe: Help file Pin
Mairaaj Khan27-Dec-06 19:16
professionalMairaaj Khan27-Dec-06 19:16 
Questionpassing values between 2 Forms Pin
Moham'd27-Dec-06 11:34
Moham'd27-Dec-06 11:34 
AnswerRe: passing values between 2 Forms Pin
Colin Angus Mackay27-Dec-06 11:59
Colin Angus Mackay27-Dec-06 11:59 
GeneralRe: passing values between 2 Forms Pin
Paul Conrad27-Dec-06 18:34
professionalPaul Conrad27-Dec-06 18:34 
GeneralRe: passing values between 2 Forms Pin
Moham'd30-Dec-06 3:15
Moham'd30-Dec-06 3:15 
QuestionMdiForm Pin
md_refay27-Dec-06 11:15
md_refay27-Dec-06 11:15 
AnswerRe: MdiForm Pin
Mairaaj Khan28-Dec-06 1:12
professionalMairaaj Khan28-Dec-06 1:12 
Questionfrom vb.net to C# Pin
microuser_200027-Dec-06 11:09
microuser_200027-Dec-06 11:09 
AnswerRe: from vb.net to C# Pin
Colin Angus Mackay27-Dec-06 12:08
Colin Angus Mackay27-Dec-06 12:08 
GeneralRe: from vb.net to C# Pin
microuser_200030-Dec-06 4:19
microuser_200030-Dec-06 4:19 
GeneralRe: from vb.net to C# Pin
Colin Angus Mackay30-Dec-06 7:22
Colin Angus Mackay30-Dec-06 7:22 
QuestionEncrypting files & usernames/passwords - What are the normal practises? Pin
Cormac M Redmond27-Dec-06 9:26
Cormac M Redmond27-Dec-06 9:26 
AnswerRe: Encrypting files & usernames/passwords - What are the normal practises? [modified] Pin
Judah Gabriel Himango27-Dec-06 10:09
sponsorJudah Gabriel Himango27-Dec-06 10:09 
GeneralRe: Encrypting files & usernames/passwords - What are the normal practises? Pin
Dan Neely27-Dec-06 10:41
Dan Neely27-Dec-06 10:41 
GeneralRe: Encrypting files & usernames/passwords - What are the normal practises? Pin
Judah Gabriel Himango27-Dec-06 11:15
sponsorJudah Gabriel Himango27-Dec-06 11:15 

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.