Search

You searched for the word(s): userid:618044

Matching Posts

  • Re: What's best to use for an installer

    Because we kinda found out that for ClickOnce, it required .net framework 2 if I remember correctly.. and that many people still doesn't have that.
    Posted to Getting Started (Forum) by martinbl on 3/7/2008
  • Re: What's best to use for an installer

    Which one would you say has a broader support.. meaning out of 10 000 visitors to our website, which one would be more likely to install correctly ? (windows 2000, XP and Vista) Thanks
    Posted to Getting Started (Forum) by martinbl on 3/7/2008
  • What's best to use for an installer

    Hi, We've build this wonderful website and now comes the part we need to choose which technology to use for our windows app installer. We have a windows application and I'm looking for what's best/easier for people to install. Would it be a wise installer (or something similar), a ClickOnce installation or something else? What do you guys think? It needs to run on the most possible windows users (2k?, XP, Vista). Any help and advice are greatly appreciated.
    Posted to Getting Started (Forum) by martinbl on 3/6/2008
  • Re: Agile Methods

    Actually, I did read a lot about all this. I just need a real example that would apply to creating a web application. I just don't know where to start at Iteration 1, 2 and 3 ! Once I got the picture, I'll manage to decide what's next. Thanks.
    Posted to Getting Started (Forum) by martinbl on 6/1/2007
  • Agile Methods

    Hi everyone, I've been reading a log about agile development, I got a pretty good idea/understanding of it. The company I work for didn't use that so far because each project are too small (1-2 month of work). But we're getting some bigger project and some internal project that will be developped for a long period of time and I would like to use agile method. I understand we have to go with short iteration and manage each iteration like a project on it's own, but the thing is I don't
    Posted to Getting Started (Forum) by martinbl on 5/31/2007
  • Re: Regex problem!

    MatchCollection matches = Regex.Matches(sData, "<td class=\"txtinscr\">(?<cap1>[\\w\\s0-9<>/!\"#%&'()*+,-.:;\\?@\\[\\]_`{\\|}~]+)</td>", RegexOption.Singleline); is almost perfect. It only misses the = sign. But when I do so, it will also match second, and third and so on <td class="txinscr">. What can I do ?
    Posted to Getting Started (Forum) by martinbl on 5/23/2007
  • Re: Regex problem!

    This won't work, because there ARE some other tags in between.
    Posted to Getting Started (Forum) by martinbl on 5/19/2007
  • Re: Regex problem!

    The problem is that using that Regex, it will find everything between the first <td class="txtinscr"> and the very last </td> instead of finding everyone. This tend to work but it still has one problem : It doesn't have the equal sign, so if an equal sign is in between the <td class="txtinscr"> and the </td> it won't match and I need it to match. Any suggestion? MatchCollection matches = Regex.Matches(sData, "<td class=\"txtinscr\">
    Posted to Getting Started (Forum) by martinbl on 5/18/2007
  • Regex problem!

    <table class="fdcadreinscr" width="460" border="0" cellspacing="0" cellpadding="1" align="center"> <tr> <td> <table class="fdinscr" width="458" border="0" cellspacing="0" cellpadding="2" align="center"> <tr class="fdrsinscr"> <td class="txtrsinscr" colspan="2"> <table width="458" border="0"
    Posted to Getting Started (Forum) by martinbl on 5/17/2007
  • Re: Most popular Web Development .NET framework

    aren't these to build more like community site or corporate website? I'm looking for development framework to build enterprise web application. Thanks
    Posted to Getting Started (Forum) by martinbl on 4/25/2007
Page 1 of 35 (346 items) 1 2 3 4 5 Next > ... Last »