Archive for January, 2010

Whoops! iBooks looks like Delicious

Read more

iPad Sexy Video

While the iPad has it flaws, it has the best marketing video. There is a lot of potential with build apps. I think I might buy one for the tax offset and develop some new apps for it.

Read more

Does the iPad = biggest disappointment ever?

So the iPad looks to be the biggest disappointment, ever. I didn’t know what to expect, though with all the hype I was expecting a little more. I was thinking something si-fi where you could do so many cool screen flicking, resizing and all that sort of stuff. Something revolutionary was the expectation. What we [...]

Read more

MortgageBot – Finding You the Best Loans

MortgageBot will help you find the prefect loan for you. It takes in your details and in real-time provides a feed of the loans which best suit you. Online mortgages is the next steps in mortgages. The big banks are saying they want to get into this area. Mortgage Corp already have.
The traditional mortgage broker [...]

Read more

The Ultimate Domain Name Generator

Toolnames.com & Toolnames.com.au are two domain generators Create My made initially for internal use and thought it was so good that the world should have access to them.
Coming up with a new domain name is usually quite difficult. Making it very hard is that most of the good domains have been taken already.
The traditional process:

You [...]

Read more

Connecting cPanel to GMail

GMail kicks the cPanel mail apps butt. So I always recommend that clients to use the free Google Apps to manage their email. This is a big bonus for clients as they get to use the simple GMail interface with their own domain.
The big benefits to using GMail is the:

7GB storage per a user,
ability to [...]

Read more

Outputing PHP to Excel

A few people have recently asked me about outputting data to Excel. This is a very simple thing to do from PHP with two lines of code.
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=webbased.xls");

Read more