Skip to content

Site Bugs / Suggestions

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

This category can be followed from the open social web via the handle site-bugs-suggestions@forum.codeproject.com

18.1k Topics 80.8k Posts
  • New Code Project Feature?

    question
    2
    0 Votes
    2 Posts
    4 Views
    C
    I've disabled it. What browser were you using? cheers, Chris Maunder
  • Viewing Threads Suggestion

    2
    0 Votes
    2 Posts
    4 Views
    C
    There is a 'View Thread' link in each comment that will do approximately this. cheers, Chris Maunder
  • General Database question

    question learning database help lounge
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Tour Survey

    question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Server.HTMLEncode in programming forums?

    html database com sysadmin question
    2
    0 Votes
    2 Posts
    3 Views
    C
    That's exactly what will be done. I need to lock down features while I rewrite things using C# - otherwise I'll have a VBScript and a C# version to keep in sync and their ain' that many hours in the day! :) cheers, Chris Maunder
  • moving pages breaks bookmark links..

    com sysadmin help tutorial question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Drawbacks using MFC

    c++ performance question
    3
    0 Votes
    3 Posts
    5 Views
    realJSOPR
    MFC is a great time-saver, and as long as yu don't step too far out of MFC's own (sometimes quirky) sense of reality, you should be fine. Any program that makes use of a pre-designed class framework is going to be larger than one which doesn't. MFC programs will grow if you include any of the following capabilities: - support for windows sockets - support for MFC collection classes - support for com/atl/activex - support for databases (odbc, ado, dao) Of course, you can compile your app using the MFC DLLs which makes your programs smaller at the expense of having to ship the MFC DLLs, as well as the possiblity that some rogue install program will overwrite those DLL's with an older version. I personally prefer to statically link MFC. Sure, it makes my apps a little larger, but I don't have to worry about those stupid DLLs either.
  • newsletter links

    com question announcement
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • some suggestions

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Need information

    help tutorial question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • angle brackets

    testing beta-testing question
    2
    0 Votes
    2 Posts
    3 Views
    PJ ArendsP
    any text between angle brackets is assumed to be HTML tags. use &lt and &gt to show the brackets in your posts. <and> ;)
  • CP performance suggestion.

    sysadmin performance question learning
    4
    0 Votes
    4 Posts
    6 Views
    C
    Yep - it's definitely the forums that are the slow point. Uwe did an excellent job of getting the to where they are today but the unexpected visitor load took us a little by surprise, so they are being rewritten. Having the forums on another server won't really help. The forums account for probably 90% of the load, so what we are doing is moving to an SQLServer cluster while reworking the algorithms that do the threading. It's a bit of a balancing act between keeping the site cruising along while moving to .NET while at the same time ensuring we keep the current systems up to the demand. cheers, Chris Maunder
  • Handling articles about commercial products

    c++ database algorithms beta-testing tools
    2
    0 Votes
    2 Posts
    4 Views
    C
    Um...OK. I think I can do that (or at least the equivalent) but it will take some time. Patience, grasshopper. cheers, Chris Maunder
  • New forum?

    perl com question
    5
    0 Votes
    5 Posts
    6 Views
    C
    Yeah - sorry for the 5 minute delay ;P cheers, Chris Maunder
  • Display article ratings on TOC page

    com algorithms question
    2
    0 Votes
    2 Posts
    3 Views
    C
    This is WAY up on my list-of-cool-stuff-to-do. cheers, Chris Maunder
  • REQ: Collapsed Threads view for forums

    algorithms question
    2
    0 Votes
    2 Posts
    5 Views
    C
    Yep - we can do both of these. No promises as to when though (most likely the new .NET version at the earliest) cheers, Chris Maunder
  • Utility section on CodeProject?

    tools com question announcement
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Win32 Dead?

    game-dev graphics question
    2
    0 Votes
    2 Posts
    8 Views
    N
    All Windows based programs eventually use the Win32 API, is closest you'll get to the operating system. MFC wraps Win32 API and makes Windows based programming a little easier. VB on the other hand goes thru many layers before finally consuming the Win32 API.
  • CP slow?

    question
    3
    0 Votes
    3 Posts
    9 Views
    C
    Yeah - we are back on the old server for a few days while we have stern words with the new server. Yes - this sucks, and I am working as fast as possible to get things back to normal. cheers, Chris Maunder
  • Dead Link

    com tools
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied