Mindquarry was a company founded by three graduates of the university I'm visiting.
I took an internship there during Spring Break '07.
As of January '08 Mindquarry is no more. They didn't get another round of funding and had to close up.
They developed open source collaboration software, and they had
already finished a first version of it when I started. My goal was to
speed up the whole front-end rendering process — I solved the
problem by loading pages asynchronously via AJAX.
So clicking a link wouldn't follow the URL but instead fetch the whole
page in the background and display it's contents. This way we could
limit the changes to the already finished pages to an absolute minimum
and still speed up loading times from 2 seconds to right about 150
milliseconds on an average computer.
I implemented those changes using Apache Cocoon and XSL work.
I also designed a nice front-end selector using my
Javascript and AJAX skills. We started from the idea and
paper prototyping to UCD queries with test groups until it
was finished mid-May '07.