Attention: We are retiring the ASP.NET Community Blogs. Learn more >

ShowUsYour<Blog>

Irregular expressions regularly

  • TDD - not yet infected

    One of my major goals for this year was to improve the quality and efficiency of executing projects and tasks.  A significant part of this is intended to come about from the adoption of better practices... “habits“ if you like.  I started the year by trying Pair Programming and this week I've started to pay attention to Test Driven Development (TDD) for the first time.

  • Seattle here I come...

    I booked my flights for the April MVP Conference in Seattle.  I'll be arriving in on Sat. 3rd and flying out the following Saturday afternoon - 10th.  I'm looking forward to my first MVP conference and also to catch up with many of the guys and gals that I met last year when I was over there.

  • ContextMenu now supports Mozilla and Opera

    I finished-off the changes required to make ContextMenu run in multiple-browsers and will be uploading the latest version of the control to GotDotNet tonight, so it should be available for download in 2-3 days - I'll blog a message when the new code is up and ready for download. So far I've tested it in:

    • Internet Explorer 6
    • Mozilla 0.7
    • Opera 7.11

    There's a demo page for ContextMenu which you can use to test the menu on your own browser; I'd appreciate any feedback via my contact form if you encounter bugs, etc.

  • Oh you old fox you!

    heh... it's been a while since I did any cross-browser scripting so, today I settled in for a solid session of pedantry.  Much was my surprise when I did a view-source on the first page I visited on the Mozilla site and found this comment for all to see:

  • Adding cross-browser support for ContextMenu

    This weekend I have to get the ContextMenu working in Opera and Mozilla browsers. This shouldn't be too hard as I've stuck close to the spec. on everything and already have a browser sniffer built in to the js code. I've already taken the precautions of separating the 4 main XBrowser fragile parts out into their own logic units:

  • ContextMenu tutorial

    Ok, in this tutorial we are going to create a new Project which makes use of the ContextMenu control. The tutorial will cover the following things: