Portfolio Updated

No Comments

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.

Filed under: Portfolio, Programming

Building Qt with OpenSSL

No Comments

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 don’t have [...]

Filed under: How-To, Programming

Implement an auto update system

2 Comments

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 [...]

Filed under: How-To, Programming