This article is going to show steps and configurations on how to build a development box (PHP CodeIgniter + Apache + PostgreSQL) using Docker on Windows. Why Docker Comparing to VirtualBox, it’s a lot easier and probably faster Portable. Files
Embed image in Email – Gmail
I’ve struggled for some time that embedded image(company logo) in my PHP generated emails didn’t show in Gmail. In some clients(e.g. Thunderbird), the logo showed without problem, however the same email didn’t display logo in Gmail Web, nor in Gmail App on
Profiling PHP application
One of my applications ran slow. On detail page, about 300 records are returned from DB and shown on the page, it however took about 5 seconds to render the whole page. How to find out what’s going on behind,
Building a web site using PHP on IIS/SQL server using Windows authentication.
PHP+IIS, although not a popular combination, it may be the easiest solution in a corporate departmental environment, which is largely Windows based. PHP programming won’t be discussed here, rather I’d discuss how Windows authentication is achieved. The beautify of Windows
Making dynamic menus using Laravel
Laravel is a PHP framework, which offers clean solution to build your website, especially data driven ones(i.e. not static pages, rather the content is retrieved from a back-end database like MySQL) . I’m not going to discuss much about Laravel’s terms, such as