I'm a user focused mobile developer, here is where I publish advice and thoughts on building great mobile apps

ASUnit with FlashLite 2.x and 3.x

How to set up ASUnit for unit testing Flash Lite. Works with FlashLite 2.x and above. We focus on how to install the ASUnit framework, where to place your tests and how to run the tests, along with links to how to write the tests.

Read the article

How to use Zend Framework on Webfaction

A quick tutorial on setting up the Zend Framework on a Webfaction host. The problem I ran into was that Zend requires the domain point to the public subfolder, but Webfaction requires the domain point to the root of the application, otherwise the error “Not application mounted at the root of this domain” is shown….

Read the article

WordPress Slideshare code not working?

We found the SlideShare code for WordPress is no longer working out of the box. Its because there is one variable you need to add, the width. They used to add a default width of 425 in the code, this is now missing. Therefore, make:

Read the article

MIR (Malarkey Image Replacement) IE6 fix

I’ve been using the MIR technique for image replacement for a while now, but always have to use a fix for IE6. In IE6 the method causes the first letter of the text being replaced to be displayed. Since I keep searching my email for the fix which was sent to me by Jay Gooby,…

Read the article