Tip: Defragmenting disks on Windows XP

Having troubles with Windows XP speed after a while? Did you remember to defrag the drives every now and then? Here’s a quick tip: If Windows Defragmenting tool complains about not enough free space to perform the defragmentation, close all programs and disable Hibernation and virtual memory on your computer. That will free space on […]
Continue reading…

 

In need of an internal IM server? Try Wildfire

At work, we use an  IM server from Microsoft that uses the Windows Messenger app as a client, and only works for internal communications. Since last week and for reasons unknown, the server is not responding (the person in charge didn’t reply to my emails). As a group of developers separated by geography, IM tools […]
Continue reading…

 

New Google Firefox extension lets you see comments

Tired of going to a website and think ‘what are other people thinking about this site?’ Well, thanks to the great minds of people working at Google, you need to wonder no more! They have come up with a new FireFox extension that will search blog posts from around the blogosphere to find what people […]
Continue reading…

 

Unit Testing with Mock Objects (and Spring)

I was looking into some information on how to do unit testing using mock objects. Since I’m using Spring, I’m also considering this into the equation. So far, I have found some nice articles, like this one linked from TheServerSide, which talks about unit testing and mock objects in general, and provide some examples. I […]
Continue reading…