SRA Lab Open Source Code

27Feb/090

Don't spam your friends with your tests

It's always a bit annoying to send emails to your friends or your customers when you test a Web application, isn't it?

To avoid that you can reconfigure your application or change the configuration of your postfix server but I've just found something easier and nicer:

sudo python -m smtpd -n -c DebuggingServer localhost:25

and all emails will be displayed in the console (use a port number above 1024 if you're not root).

Tagged as: No Comments
11Feb/091

Source Code Highlighting with OpenOffice.org

If you need to include source code in OpenOffice.org (Writer, Impress, etc), I recommand you to use the Coooder extension for OpenOffice.org. Don't forget to enable Java in Tools -> Option and choose to Enable Java under the Java node of OpenOffice.org.

Filed under: Makina Corpus 1 Comment