I recently decided to move my hosting to a cloud environment, which was a pretty daunting task since I didn’t really have any experience managing my own server, hopefully this article about my experience can help you do the same! Read More…
Category: General
New App just released!
Well, I say I’ve released a new App, I’ve rebranded the Feeling Hungry iPhone App so it’s now called ‘Takeaway Finder’.
I think this will help it do a lot better in the App store, as it’ll be far more obvious to people casually browsing what it’s for! Also, a far more attractive icon, and hopefully loads of improvements to the rest of the App soon too!
Using some excellent new marketing techniques, the new App went straight into the top 50 of it’s category, and [so far] it hasn’t left it!
Pointless blog
Here’s a completely pointless blog to test my newly installed code highlighting plugin…
function categories() { $category = new Category(); $category->order_by('name', 'asc')->get(); $results = array(); $x = 0; foreach ($category as $c) { $results[$x]['id'] = $c->id; $results[$x]['name'] = $c->name; $x++; } $this->output->set_output(json_encode($results)); Iphone_activity::add('categories'); }
Cool, huh?
My brand spanking new blog!
Here, in future, you find a mixture of my inane ramblings, deep philosophical thoughts, useful snippets of code, and perhaps the odd picture of a kitteh looking for a cheese burger.
But, for now, alas, (I’ve always wanted to use the word alas in a blog), all you will find is the end of this sentence, right about… here.