A question was asked on the apple dev mailing list on how to bring a window with a certain name to the front.
Since I was already working on how to get the list of windows on the screen, I just added some AppleScript to bring the window to the front.
This snippet doesnt use any undocumented techniques, it uses the CGWindow API introduced in Leopard.
I dont consider this code to be production ready, but it works.
Of course, TIMTOWTDI 😉
See the code after the jump: