MindManager is a very slick product, it looks and feel like every other Office application. I’ve used this product for a few university project management assignments to create things such as work breakdown structures (WBS) as well as just general information organisation.
The version I’m using is the Lite version (heaps cheaper) which still carries a lot of features but lacks the integration to other office products. It also lacks the additional information you are able to attribute to the topic nodes such as start, finish dates, time estimates and resources. Although these would also be nice to have from a project point of view, I guess I can live without doing it directly in MindManager as they sound a lot more like scheduling tasks to me. Which is where MS Project Integration would be awesome.
Content suppressed by ://URLFAN, for full article visit source
More posts from feeds.feedburner.com

What would NHibernate ICriteria look like in .net 3.5?From: feeds.feedburner.com
Post Date: 2008-08-16 22:12:29
If NHibernate decided to ditch compatibility with plain old .net 2.0 and focus on 3.5 how would the ICriteria interface change? Previously I was throwing around an idea of using a simple lambda expression to resolve the property name. Well, I couldn’t help but build on this a little more. The following idea is not supposed to be LINQ, that would be far more complicated and LINQ is essentially its own interface, which is not the point. The point is, if ICriteria was written today in .net...
more 
Upgrading to subtext 2.0-failFrom: feeds.feedburner.com
Post Date: 2008-08-15 06:55:40
It’s been a long time in between updates for subtext , but, has it actually been worth it? Well, kinda. Compared to the 1.9.5 release this one seems a little rough around the edges.
If you’re on a shared host WITHOUT full trust, beware! Things will break in multiple places, including:
DTP.aspx (The homepage) (tag "st" undefined, needed to add back ’Register TagPrefix="st" Namespace="Subtext.Web.UI.WebControls"’) (My web.config...
more 
NHibernate Type Safety using Lambda ExpressionsFrom: feeds.feedburner.com
Post Date: 2008-07-21 14:38:48
I can’t remember if this has been around before, I do vaguely remember seeing something like it.
However, I just wanted to apply a snippet of code I found on Paul’s blog the other day to NHibernate. Of course we will definitely have type safety in queries when Linq-to-NHibernate is completed. But surely linq-to-nhibernate is not going to be the _only_ way of writing queries.
Using the original code snippet ’as is’ would look something like this:
ICriter...
more