
Whoops! iBooks looks like Delicious

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.
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 model is broken:
The tool Create My created allows Mortgage Corp to provide an unique online experience that allows customers full control over the loans they choose. There is no broker coming into your house at late, there is no pushy sales person, and you can do everything online. This is a game changing application.
We used:
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:
Quickly you are wasting hours.
ToolNames are domain name generators with a difference. They use a thesaurus to find related words to your site so you get a greater choice in choosing a domain prefect for your site. The domain name generators only produces .com and .com.au top level domains.
Create My created the solution out of frustration. Since then the results have been amazing.
Create My used the following technologies:
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:
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.
[cc lang=”PHP”]header(“Content-type: application/vnd.ms-excel”);
header(“Content-Disposition: attachment; filename=webbased.xls”);[/cc]
Continue reading