Click here to Skip to main content
15,890,947 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
AnswerRe: Missing images from my tip/tricks published today Pin
Sean Ewington28-May-12 5:04
staffSean Ewington28-May-12 5:04 
SuggestionMySQL confusion. Pin
Luc Pattyn27-May-12 3:41
sitebuilderLuc Pattyn27-May-12 3:41 
GeneralRe: MySQL confusion. Pin
Chris Maunder28-May-12 11:28
cofounderChris Maunder28-May-12 11:28 
BugCode tags content getting messy with strings Pin
Nelek25-May-12 10:34
protectorNelek25-May-12 10:34 
GeneralRe: Code tags content getting messy with strings Pin
Sean Ewington28-May-12 12:25
staffSean Ewington28-May-12 12:25 
GeneralRe: Code tags content getting messy with strings Pin
Nelek29-May-12 11:44
protectorNelek29-May-12 11:44 
QuestionAccount not active Pin
Wendelius25-May-12 10:29
mentorWendelius25-May-12 10:29 
AnswerRe: Account not active Pin
Brisingr Aerowing25-May-12 10:59
professionalBrisingr Aerowing25-May-12 10:59 
That's an odd one!
C#
public class SysAdmin : Employee
{

     public override void DoWork(IWorkItem workItem)
     {
          if (workItem.User.Type == UserType.NoLearn){
             throw new NoIWillNotFixYourComputerException(new Luser(workItem.User));
          }else{
               base.DoWork(workItem);
          }
     }

}

AnswerRe: Account not active Pin
Chris Maunder25-May-12 11:47
cofounderChris Maunder25-May-12 11:47 
GeneralRe: Account not active Pin
AspDotNetDev25-May-12 11:54
protectorAspDotNetDev25-May-12 11:54 
BugTip/Trick Alternate Weirdness Pin
AspDotNetDev25-May-12 7:07
protectorAspDotNetDev25-May-12 7:07 
GeneralRe: Tip/Trick Alternate Weirdness Pin
Sean Ewington25-May-12 8:02
staffSean Ewington25-May-12 8:02 
GeneralRe: Tip/Trick Alternate Weirdness Pin
Chris Maunder25-May-12 11:52
cofounderChris Maunder25-May-12 11:52 
GeneralRe: Tip/Trick Alternate Weirdness Pin
AspDotNetDev25-May-12 12:02
protectorAspDotNetDev25-May-12 12:02 
RantSomeone is going crazy on me with the downvotes Pin
Slacker00725-May-12 4:05
professionalSlacker00725-May-12 4:05 
GeneralRe: Someone is going crazy on me with the downvotes Pin
Chris Maunder25-May-12 11:28
cofounderChris Maunder25-May-12 11:28 
GeneralRe: Someone is going crazy on me with the downvotes Pin
Slacker00725-May-12 13:17
professionalSlacker00725-May-12 13:17 
GeneralRe: Someone is going crazy on me with the downvotes Pin
Pete O'Hanlon27-May-12 7:43
mvePete O'Hanlon27-May-12 7:43 
GeneralRe: Someone is going crazy on me with the downvotes Pin
Paul Conrad5-Jun-12 13:59
professionalPaul Conrad5-Jun-12 13:59 
GeneralProgramming forum post is bookmarked Pin
Jani Giannoudis24-May-12 21:38
Jani Giannoudis24-May-12 21:38 
GeneralRe: Programming forum post is bookmarked Pin
AspDotNetDev25-May-12 6:24
protectorAspDotNetDev25-May-12 6:24 
GeneralRe: Programming forum post is bookmarked Pin
Chris Maunder25-May-12 11:48
cofounderChris Maunder25-May-12 11:48 
SuggestionQ&A: Preview box size Pin
Sandeep Mewara24-May-12 19:02
mveSandeep Mewara24-May-12 19:02 
JokeRe: Q&A: Preview box size Pin
Peter_in_278024-May-12 19:26
professionalPeter_in_278024-May-12 19:26 
BugMy Article is lost Pin
Jovan Popovic(MSFT)24-May-12 12:58
Jovan Popovic(MSFT)24-May-12 12:58 

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

Flags: FixedConfirmedAnsweredClosed

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