Web Development

A better approach to using China for software development

India and China are the next powerhouses of software development, simply due to the numbers, but I’ve never heard a good report (maybe I have to dig deeper). My recent experiences are with Australian companies placing call centres in these countries, and almost always the language barrier is a clear limit.

Read more

Further to the FireFox debugger problem

Installing the current version of Firefox 1.07 directly of course fixed my debugging problem. However, Firefox has now released 1.5 Available here. The problem is the debugger 0.9.85 is not supported in FireFox 1.

Read more

Sending email using PHP

I’ve had a number of recent inquiries about sending emails on a Web Form using PHP. The following examples using the core PHP mail() function. mail() syntax http://www.arabx.com.au/example/mail.php – View Source

Read more