Monthly Archives: April 2009

How to compile Strongbolt kernel on Cobalt RaQ4

Cobalt RaQ4 was laying around collecting dust so I decided to give it a second chance. Guys from OS Office (http://www.osoffice.co.uk) put together Strongbolt – excellent Linux distribution based on CentOS with Cobalt RaQ support. I wanted to use Cobalt RaQ4 to test highly available and load balanced cluster configuration. However current Strongbolt kernel 2.6.16i586 [...]

Sending an e-mail with ASP.NET and System.Net.Mail via Google

Few days ago I needed to develop contact form handler for the website hosted on Windows platform. JavaScript and AJAX were used on the client side to send request to the server. After some reading about ASP.NET framework it become clear that I need to write custom handler (.ashx) to process this request.