1. Replace iframe with div AJAX

    Published: Sunday, August 24, 2014

    The iframe was originally used for displaying a web page inside another. When the internet bandwidth is limited, it could be useful to only update a partial content without reloading other elements. It worked well in the old days when JavaScript was suffering from compatibility issue, since no JavaScript is …

    read more
  2. From MS Access to MySQL

    Published: Thursday, August 21, 2014

    The mitigation is supposed to be easy, MySQL has provided an official migration guide, as well as the ODBC guide.

    However, I did not have much luck making these work. Main reasons were 1) The original MS database was 32-bit, but now I only have access to 64-bit PCs; 2 …

    read more