Tweets

Follow @pietrosperoni (388 followers)

Categories

Related Posts

No related posts.

Blog your mind map

Great results! Great results!

I finally managed to find a way to integrate my mind maps with my blog. Not just as static images or as external pages, but as living entities inside the blog. I learned it from the code in Wikka. And as always in those cases, once you find the solution, it just look at it, and it seems obvious… after.

Of course it requires that the reader has Java 1.4 installed.

This is the code, but please do not use http://maps.pietrosperoni.it/freemindbrowser.jar as the address for your freemind browser java code, but copy the freemindbrowser.jar file in your directory, and use it from there.

This is the code:
<applet code="freemind.main.FreeMindApplet.class" archive="http://maps.pietrosperoni.it/freemindbrowser.jar" width="100%" height="450">
<param name="type" value="application/x-java-applet;version=1.4" />
<param name="scriptable" value="false" />
<param name="modes" value="freemind.modes.browsemode.BrowseMode" />
<param name="browsemode_initial_map" value="http://maps.pietrosperoni.it/TaoistBooks.mm" />
<param name="initial_mode" value="Browse" />
<param name="selection_method" value="selection_method_direct" />
</applet>

And here is how it looks like (on my map of all my taoist books)

Now the question remain on how to edit a map from anywhere.

Update: Due to excessive spam commenting I have disabled comments and trackbacks on this entry

No related posts.

3 comments to Blog your mind map