ShowUsYour<Blog>
Irregular expressions regularly
-
New tool for assisting with access namespaced xml elements
Using InfoPath lately has really made me sharpen up my knowledge of working with Xml such as querying it with XPath. Prior to the last week or so, all of the Xml that I've queried has been non-namespaced. Adding namespaces to Xml documents and nodes means that you need to set some attributes on the underlying namespace manager of the XmlDocument when you need to query it using XPath. In C# this would look similar to this:
-
The benefits of fully trusted InfoPath forms
-
Canberra Geek Dinner #1 - The Canberra scene
As mentioned by Mitch the other day we had a Geek dinner in Canberra the other night. It had been my intention to start these up in Adelaide next year but, now that I'm a Canberra'n it looks as though we'll have to have them here instead :-)
-
ProjectDistributor - features in the next release
ProjectDistributor has been "open source" for a couple of weeks now and, in that time I've received a few e-mails highlighting bugs and also mentioning new features which should get added. I've rolled all of those requests into the code base so, you'll see that stuff in the next release.
-
skmFAQ's
Scott Mitchell has created a new open source application for managing FAQ's which is worth checking out:
-
Cypress Hill
Just noticed that Cypress Hill are visiting Canberra on Wednesday night... woohoo!
-
Finally building real things with InfoPath
-
ProjectDistributor source code now available...
I've just uploaded the source code for ProjectDistributor and it's available via the site:
-
Tips for effective communication
Communication is a really inefficient activity and that's because it takes a lot of effort to do it well. This can also be exacerbated when in an environment with mixed cultures where participants may find the "listening" part of communicating a greater burden. Additionally, there are environmental modifiers that can affect the likelihood of having good communication such as: noisy environment, people who are tired or irritated, unsuitable venue, unsuitable timing, etc. Here's some tips that I have for increasing the likelihood of having a successful session of communication&
-
Debugging classic ASP
Today I had to help a client debug a classic ASP application using VS.NET. I hadn't done this before and while looking for a solution I came across this excellent whitepaper for debugging client and server-side scripts: