It’s been a couple busy months. I just added two slides into the Portfolio section. They are from the projects I have been working on recently. SugarCRM customization and a crawler for SEO purposes.
A project I’ve been working on requires the ability to visit SSL sites (sites with https in the URL). So I had to rebuild Qt with OpenSSL support since by default Qt does not have SSL. After a few failure, here are the steps. Please not this is for Qt 4.5 only: 1. If you [...]
Auto update is widely used in modern software development. It simplifies and speeds up product upgrade to enhance features and fix problems. I have been working on an application which is still in alpha version and testers need to update it incrementally and frequently. The testers are not computer professionals, so I have to make [...]