Start typing to search articles...

Navigate Enter Select Esc Close

Technical Articles

In-depth guides, insights, and best practices for modern software engineering

A PHP Mail Class

Below is a Mail class I created in PHP, it requires 4 arguments on initiation of the class via the constructor and uses the method ->send() to send …

Read Article →

iTunes keeps maximizing!

Oh my goodness, this can be an annoying issue with iTunes.

The problem is: iTunes will restore itself or maximize itself all the time every 20 or so …

Read Article →

PHPExcel Class Usage

I just finished adding an export xls (excel) export feature to a web application.

I used the PHPExcel Class from CodePlex, its really great to work …

Read Article →