Skip to content

Collaboration / Beta Testing

For those looking for development partners or beta testers

This category can be followed from the open social web via the handle collaboration-beta-testing@forum.codeproject.com

581 Topics 2.2k Posts
  • new sig test

    2
    0 Votes
    2 Posts
    7 Views
    J
    JoeSox wrote: no replies needed v2.0 test Later, JoeSox Load my Sig here.....
  • .Net Book Study Application

    csharp com question learning workspace
    2
    0 Votes
    2 Posts
    9 Views
    A
    Would you describe more? A. Riazi
  • Partner wanted: "iSearch" project

    com agentic-ai help announcement
    2
    0 Votes
    2 Posts
    2 Views
    A
    Would you describe more about your project? A. Riazi
  • Test QuickE program

    html com beta-testing help question
    6
    0 Votes
    6 Posts
    8 Views
    J
    Code4Food wrote: What version of XP are you running? Home with some hotfixes installed. I can get back to you with the exact info if you need it. My laptop is at home right now. Thanks I am always wondering about my site. I am good and getting my sites ranked well on the engines but I am not graphically gifted:-D Later, JoeSox Load my Sig here.....
  • Article pre-publishing comments

    html business tutorial code-review workspace
    7
    0 Votes
    7 Posts
    13 Views
    J
    I don't believe you should plan for refactoring. Any code can at some time become obsolete, be it after 2 days or 2 years. That's when you refactor it, even if it's in production. I love the notion of "good enough" to decide for or against refactoring some code. For the state problem, I often make the "mistake" to think too much in high-level states, eating up my human RAM. Ultra small time-frames let me write down some states for later retrieval and free the memory I need for a better focus on the problem at hand (and a better schedule). As AP is very much human-centered, it's not a solution but rather a "programming philosophy" that can work or not the same depending on you. Eric
  • Looking for a Graphic style button contol (PocketPC2002)

    csharp design
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Testers wanted for new release of HPS HwndSpy

    announcement csharp html wpf design
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Advanced Developers wanted :)

    csharp help visual-studio xml
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    2 Posts
    2 Views
    K
    Hi Erik, If you are using NUnit 2.0, you can create a project in your solution that creates a DLL to contain your unit tests. This will be separate from your main EXE module. Then, you can use either the console or GUI runner that NUnit provides to see the results of your unit tests. Hope this helps! Kevin "Semicolons in a programming language are like mother's milk."
  • More SearchBar goodness!

    announcement com tools xml question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • identifying music via waveforms

    help html database visual-studio com
    3
    0 Votes
    3 Posts
    8 Views
    K
    Ok, please mail me at nkast@fastnet.gr so we can talk about it. I am gonna send you the app i was talking about as soon as i get your mail address, to check it out. - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234
  • Updated: PHP version of the CP forums

    php announcement
    17
    0 Votes
    17 Posts
    10 Views
    J
    Someday, but no time soon. Lots of work left to be done. Definitely NOT GPL, though. Jon Sagara When I want something, I just go out and buy it. That makes me a go-getter. -- My sister
  • Guestbook

    perl mysql question
    10
    0 Votes
    10 Posts
    8 Views
    J
    fasd Jon Sagara When I want something, I just go out and buy it. That makes me a go-getter. -- My sister
  • If you're happy and you know it (YAFTP)

    help announcement com testing beta-testing
    3
    0 Votes
    3 Posts
    8 Views
    D
    You've caught me in my nightly "update the scripts of the server". :-O I was hoping no-one would be around this time of night - I'll get them up asap. David Wulff http://www.davidwulff.co.uk Live for today and die tomorrow.
  • Help test a new CP SearchBar!

    help csharp com sysadmin tools
    9
    0 Votes
    9 Posts
    17 Views
    M
    Hi Kannan, thanks for taking the time to try out the reader :) In the latest build (#4) I've put in a progress indicator along with a Cancel button, so you won't be totally stuck if the reader hangs. The EXE has the code that communicates with the web service, and it's a COM server that contains a coclass used by the SearchBar. The coclass has methods to return the latest newsflash, articles, etc. As for working with a firewall, I use the MS XML parser to download the XML feeds, and the parser is supposed to handle all the HTTP communication. I don't have a firewall here so I can't do any testing with that situation, unfortunately. --Mike-- "Adventure. Excitement. A Jedi craves not these things."   -- Silent Bob 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm
  • PHP version of Code Project forums

    announcement php com testing beta-testing
    4
    0 Votes
    4 Posts
    10 Views
    J
    Nope, not yet. That's next on the to-do list. :) Jon Sagara When I want something, I just go out and buy it. That makes me a go-getter. -- My sister
  • CP Forums in PHP

    php adobe question discussion
    22
    0 Votes
    22 Posts
    45 Views
    J
    New version available. Searching doesn't work, nor does post deletion. This is definitely an Alpha release. http://www.sagara.org/cpforums[^] Jon Sagara When I want something, I just go out and buy it. That makes me a go-getter. -- My sister
  • 0 Votes
    2 Posts
    6 Views
    M
    Paul Ingles wrote: Is there any kind of behind-the-scenes file caching in Windows 2000/XP? Sure, all versions of the OS maintain a disk cache. If the file isn't too big (like, under 1MB), you can map the whole file into memory at once and then do your searches. That lets the OS handle the entire I/O process, as opposed to reading the file into your own buffer a chunk at a time. --Mike-- "Adventure. Excitement. A Jedi craves not these things."   -- Silent Bob 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm
  • 0 Votes
    2 Posts
    7 Views
    R
    You've already included just about everything that anyone might need - well done! - why not toss in a free horoscope reading to help a user to gauge his/her odds of success? Seriously, I haven't yet installed your product, but I've been following its development as best I can. From what I can see, you've done a great job, and should enjoy a good measure of success with it. I'm curious though - what caused you to build such a product? Was there nothing available on the Web that could provide the information you wanted? Were you frustrated by the inadequacies of the tools provided by Microsoft? Or were you just curious to see what you could discover on your own? "My child was Inmate of the Month at Mohave County Jail" - Bumper Sticker in Bullhead City, AZ