help.net

<font size="2"><br />Musing on .Net</font>

  • Irrational behavior


    Tim you are perfectly right. I am fed up that people launch freely on th e web some rants about some patriotic thoughts.

    Just talking for myself, I am not a patriot of any country. I am not for the war, I am not against either, but I have enough of people who can critics me easily because I have a french name.

    I am not living in france for this reason: too much patriots over there and too much politics !

    Developer is my only flag ;-)

  • Mono news


    If you have interest in Mono project, this is quite some good news.

    the Mono project has now a community for developers who want to run .Net with Linux:

    GotMono

    It seems also that their next goal is to make Sharpdevelop Editor running under Linux ! good luck to them

  • Stripping out HTML tags


    This blog is amazing to find solutions. I enjoy to be part of this community.

    Well another idea on removing HTML tags from Christian
    Dehaeseleer:

    " If your HTML is not "simple" then RegEx will not work... (what if your HTML contains "<" etc.).

    Another option is to parse your HTML as XML with SgmlReader (available on GotDotNet) and then treat the XML as you wish (for instance using a default XSL Template will remove all tags...)
    "


    Hey folks, what do you think about this versus using Regex.

  • Stripping out HTML tags


    Thanks Phil for your suggestion, I will try this:


    Here's how I do it (the variable 'HTML' is a String containing the HTML code):

    Dim regEx As New Regex("<[^>]+>")
    Dim Text As String = regEx.Replace(HTML, "")

  • An Aging Workforce Needs Accessible Technology


    I am starting this week my implementation of Accessibility in Scoilnet project.

    I read this excellent study on
    Only 4 gurus , which prove that it's not only an issue for disability but for a growing part of the population.
    By the way Only 4 gurus is a really nice site, so keep it in your favorites :-)

  • An Aging Workforce Needs Accessible Technology


    I am starting this week my implementation of Accessibility in Scoilnet project.

    I read this excellent study on
    Only 4 gurus , which prove that it's not only an issue for disability but for a growing part of the population.
    By the way Only 4 gurus is a really nice site, so keep it in your favorites :-)

  • Transcriber 1.51 for Pocket PC


    Microsoft Transcriber is an award winning application that uses proprietary Transcriber technology to bring you unprecedented recognition accuracy and ease of use to your Pocket PC. Transcriber lets you take down a phone number, take notes and more, just as easily as writing on a piece of paper.

    You can download the new version here