Archive for September, 2006

Mind Mapping Survey Results Ready

Chuck Frey at InnovationTools.com has made the results of his recent mind-mapping survey available. You can download the results here. As has been our experience, most of the respondents to this survey (71%) said the use mapping for project planning, while 51% said they use it for project management.

Interestingly, 41% said they use mapping less that one hour a day, while 33% said they use it 1-2 hours day. Much more interesting results to be found…

2 Comments

None, Zero, Nada CNET Reviews of 6 Mac?!!

Surely SOME of you MindManager 6 Mac users out there can help us out! We have not gotten one single user review posted on CNET. If you would care to pen (OK…key in) your thoughts, please head to the CNET download page! Thanks

2 Comments

Macworld give MM 6 Mac 4 Mice!

Macworld just gave MindManager 6 Mac a Great Review!

Reviewer Jeff Battersby says:"Mindjet’s MindManager 6.0.4 offers an elegant user interface and excellent tools for brainstorming, webbing, and mapping everything from major projects to simple school reports. The program provides myriad ways to graphically organize your ideas and share them with colleagues and collaborators. While this initial Mac release lacks some features found in the Windows version, the program is a strong addition to the existing slate of Mac brainstorming apps."

No Comments

Merlin Mann @ 43 Folders Blogs Mind Maps

Over at his insanely well connected 43 Folders blog, Merlin Mann this weekend started an Open Thread: Mac Mind Mapping, and how you use it. There is some good stuff in there–whether you use MindManager or not. Check it out and maybe share some of your experiences with MindManager!

2 Comments

Editing Maps with Microsoft Office Word 2007

If you haven’t noticed, not much new stuff has come out of the Mindjet Labs lately and that’s because we were working on something really cool. 

Let me start out with some background:  As many of you may know, this Fall, Microsoft will be coming out with a new version of Microsoft Office.  It looks a bit different than Office and under the hood there is some really powerful technology; technology that can enable some very interesting solutions.  Working with Don Campbell, an evangelist with the Microsoft Office, and MindManager enthusiast, we came up with an idea for a solution that took advantage of some of that new technology to help our users share their maps.  Here is the foundation supplied by Microsoft Office Word 2007:

  • A new document format called Open Packaging Convention which uses industry standard zip files and XML instead of proprietary data formats.  MindManager has been doing something similar to this since 2003.
  • A new Ribbon User Interface that software developers can use to customize the Office applications.  What’s most interesting about this is that using the Open Packaging Convention, a definition of a ribbon user interface can be embedded as an XML file in an Office document.  The effect of this is that whenever a document with an embedded ribbon is opened, additional user interface elements are shown in the ribbon.
  • Other types of data from images to XSL transformations to VBA scripts can also be embedded in the Open Packaging Convention .docx or .docm (macro-enabled document) Word 2007 document.
  • A new concept in Word 2007 called content controls where you can bi-directionally link a part of a Word document, like a heading, to a specific part of another XML file within the word document package.
  • A freely redistributable library, that is part of the .Net 3.0 framework for writing these Open Packaging Convention files.  This library will ship as part of Vista.

Given all of these components, we had the opportunity to make something fantastic.  We often hear of business teams where one person is using MindManager and she wants to share the content of her maps with her colleagues so that her team members can edit the map and send it back to her.  In this scenario, the company has standardized on Word 2007 (in the near future) but the rest of the team does not have MindManager (yet).  How does this MindManager user send her map to a colleague who doesn’t have MindManager?  Using this new technology we could embed an entire MindManager map in a Word Document and do the following with it:

  1. Allow users to use Microsoft Office Word 2007 to edit the document.
  2. Allow users to view and modify the MindManager content, like icons, map markers, task planning information, attachments, and comments from within Word 2007.
  3. This is all done without installing anything else (like add-ins) on Word 2007 because all of the code to modify the internal MindManager Map is in VBA Macros in the .docm file.
  4. Create the .docm files without having Word 2007 on the system with MindManager.
  5. Essentially edit the MindManager map on a system without MindManager on it.  (I know this sounds like herasy to this audience but keep on reading).
  6. Because the MindManager map is embedded in the Word Document, merging the Word data back with the MindManager data is possible and doing a round-trip of the map back to MindManager is practical — without losing information. 

Needless to say, we are very excited about the opportunities that these new Open Packaging Convention files can offer in terms of much more customizable and extensible integrations with Office applications.  If you are beta testing Microsoft Office Word 2007 and would like to try this out, send an email with your name, title, and company to us at labs@mindjet.com.  We would love your feedback. Here is some early feedback from an enthusiast:

"This is brilliant! I can already think of half a dozen projects I’ll immediately be able to put this to use in. Based on the what I’ve seen in the many months I have been working with the new Office beta, this is far and a way the best integration play from any third party. Bravo!"Marc Orchant

Happy editing,
Michael

3 Comments

MindManager CPU and Memory Usage

I want to thank Eric Mack for his recent post on MindManager’s CPU usage. Between Eric, Doug Sorocco and participants in the Mindjet User Forum and the Yahoo Mindjet User Group, we have heard loud and clear that the issue of MindManager using too much CPU and memory is an issue some of our customers would like to see us address more directly. (I also want to thank everyone who filled-in our recent survey on new features.) 

 

As Mindjet VP of Engineering, the “bug” stops here. We want both as a matter of customer service and as a matter of professional pride to see to it that MindManager operates as efficiently as we can make it.   

Here is a bit of background:

The issue we already know about is in the idling behavior of MindManager.  It relates to how toolbar buttons are enabled or disabled.  When idling Windows sends periodic message to MindManager.  We use these messages to check that all our toolbar buttons are in the correct state.  This is a standard Window programming practice, and we have been doing it for years.  The problem is that we recalculate the button states every time, even when nothing has changed.  Over time we have added more toolbars, we have more add-ins, and we have bigger and bigger maps.  All of this makes the button state calculation take longer and longer.  The calculation takes longer if a topic deep in a branch is currently selected. 

From what I have read in the users groups, the use of some add-ins seem to aggravate or cause the issues of CPU utilization when idle and memory usage. We already know of a way users can remedy this situation—in some cases.  The challenge is to be able reproduce the circumstances in which either or both of these occur.  We can fix this problem: We know what to do.  It is not a small job, and needs a lot of thorough testing. 

At this point I cannot, in all honesty, promise a fix in the immediate future—but rest assured it is now firmly on our radar. I just want everyone to understand that we allocate 25% of our development efforts to improving performance.  For instance, in MindManager 6 Windows Service Pack 1, we used quite a bit of our resources to completely rebuild our map-loading code to greatly speed this up in certain cases (we changed our XML parsing and validation strategy). We also sped up the Outlook Linker by adding a workaround for a problem in Outlook relating to certain types of Outlook folder. Going forward, we can address the idling issue – and, in the process, see if we can get better at managing the interactions with MindManager add-ins. With your help – those of you who are experiencing this memory usage issue – we will find a solution.

Incidentally, some people have asked what happens to Windows crash reports, on the rare occasions MindManager might crash.  They go to Microsoft, and as of now we don’t get to see them.  However, our support team has some tools which help us in pin-pointing any such problems (for example Microsoft’s Dr. Watson.)

So the main thing we need to start to figure this out is very specific information from you, the users, who are experiencing this issue. The question is: What is the best way for you to get that information to us. We could address this in this blog, but I suspect that this will quickly get way too technical for most people. Or we could address it in the forums. The best way from our perspective would be for you to document as best you can the conditions under which the CPU usage spikes (with sample maps and preferably system configuration), and send it to us via our support center (support@mindjet.com). We have systems in place in the center to efficiently manage technical issues such as this. I promise that we will try to reproduce your problem, and if we cannot we will follow-up with you. Then we will have a solid set of tests for our solution to the problem.  I want to be able to verify that our fix really has solved your problems, and the collected cases will let us do that.

But I am open to your suggestions: You brought this issue to our attention, and I suspect you may have given some thought as to how we might best address it. We might, for instance, arrange a conference call/web conference in which we pull a number of people together at once to discuss this in real time.

9 Comments

CNN looks at mind mapping

Television personality Richard Quest airs his monthly “Quest” program on CNN. On September 23/24 (Saturday 06:00, 14:00, 19:00 and Sunday 06:00, 19:00 ALL TIMES GMT) he will air one called “The Quest for Genius.”

“This month on Quest, we take a journey into the human mind, the complex gray matter that distinguishes us from the rest of life on Earth. Along the way, we will explore the concept of genius, the mysterious workings of the brain and whether Richard Quest is as smart as he thinks…

In the program, Quest will interview chess player Garry Kasparov, Dr. James Watson of DNA fame, Kim Peek (AKA the Rain Man)—and Tony Buzan. Of Buzan, CNN writes: “Having founded the World Memory Championships more than a decade ago, Buzan is convinced the computer inside us knows no boundaries if we teach it how to work properly. Quest puts Buzan’s pioneering mind-mapping techniques to the test in the vain hope he can salvage what little memory he has left.”

Tune in if you get a chance!

3 Comments