Free Mind Mapping Software

FreeMind is an interesting piece of free mind-mapping software that is open source and cross platform. Mind mapping is a process of recording your thoughts and ideas and representing them as a diagram. FreeMind is a tool that easily faciliates this process. If you are unsure as to whether or not mind mapping might be useful to you check out this long list of what FreeMind is good for. If you are a person who likes to organize things visually rather than by making lists you really should take a look at mind mapping software generally but especially this Freemind version.

I’ve been playing with it and I think I’m actually going to use it for some tasks that don’t lend themselves very well to a simple list full of bullet points, i.e. more complex jobs that require “nodes” of effort or input from me to get the job done. Go check out the site and you’ll quickly understand what I mean: mind maps are incredibly intuitive.

Introduction to the Selenium IDE

Selenium is an automated web application testing utility that runs your tests directly in a web browser. Selenium uses JavaScript and Iframes to embed a test automation engine in your browser. The engine uses JavaScript that you can write by hand, but the makers of Selenium, OpenOQ.org, have also created an IDE extension for Firefox that make writing your tests much easier. If you would like to try out Selenium and the Selenium IDE, you should check out this tutorial (complete with screencasts) that will get you up and running in no time at all! The tagline here is “Selenium automates browsers”–that sounds pretty good doesn’t it?