There is no spoon – iPhone vs. iPad

Posted May 5, 2010 by Paul.   Filed under: Mobile     2 Comments

Our presentation at the Apple store in Regent Street, London, part of the May talks at the iPhone Developers Group.

Continue reading »


What does your website say about you?

Posted April 9, 2010 by Paul.   Filed under: Business     1 Comment

Lots of businesses spend a huge amount of money “polishing their armour” and making sure that everything they show is shiny. But it’s absolutely terrible when they try too hard and end up with the opposite.

Continue reading »

Tags:  

The Adventure – From idea to the iPhone (slides)

Posted March 13, 2010 by Paul.   Filed under: Business, Mobile     1 Comment

Here is another presentation I did for London iPhone Developers User Group at the March 2010 meeting (LinkedIn login required) inside the Apple Store on Regent Street, London.

Continue reading »


How to create an activity indicator programmatically

Posted March 9, 2010 by Paul.   Filed under: Mobile     1 Comment

Here is how to create an activity indicator programmatically inside your view controller:

activityIndicator = [[UIActivityIndicatorView alloc]
initWithFrame:CGRectMake(0.0f, 0.0f, 20.0f, 20.0f)];
[activityIndicator setActivityIndicatorViewStyle:UIActivityIndicatorViewStyleWhite];

Continue reading »


Why sponsor?

Posted February 17, 2010 by Paul.   Filed under: Business, Social     1 Comment

We’ve been running, over the last month, a little experiment: we’ve sponsored a handful of small websites in an attempt to test the traditional online advertising model. Some of the sites have only started to operate, some of them are well established.

We used BuySellAds.com to pick – Here are our representative candidates. The prices are in the public domain so nothing to hide there.

Continue reading »

Tags:   ,

Design by committee

Posted February 16, 2010 by Paul.   Filed under: Business, Mobile     No comments

24 of the biggest operators have teamed up to launch a mobile application store to rival Apple’s store.

This initiative is destined to fail: it will be designed by committees and run by committees. And the best way to kill a project is organising meetings.

Each mobile operator has its own targets to meet, its own investors and ultimately its own interest. When is the last time you saw competitors coming together and creating a really good solution? … Never?!

Continue reading »

Tags:  

Rails & iPhone integration

Posted February 11, 2010 by Paul.   Filed under: Mobile     No comments

ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone. This talk shows you how easy it is to create a 2-way communication channel between a very basic Rails application and an iPhone app.

Continue reading »


Why the iPhone can’t be the new Internet Explorer 6

Posted February 9, 2010 by Paul.   Filed under: Business, Mobile     No comments

Guardian claims today that “The iPhone is the new Internet Explorer 6”.

I can’t stop myself laughing at such “bombshell”. Let me explain why!

First of all, the article cites a “mobile developer”: Peter-Paul Koch. As it happens, he’s not a mobile developer but a “mobile platform strategist, consultant, and trainer” and “he concentrates on Web technologies, mobile websites, and W3C Widgets”.

Continue reading »

Tags:   , ,

Apple does care about the developers

Posted February 8, 2010 by Paul.   Filed under: Business, Mobile     No comments

Lots of people are questioning the way Apple deals with iPhone developers – plenty of voices said bad words about Apple.

Whilst some of the accusations might stand, they ignore the fact that this is a entirely new ecosystem and it takes time to tweak things and arrange all the puzzle pieces in the right place.

Imagine Microsoft or Adobe trying to deal with a huge surge of developer, apps and users – it will probably take months to get something through.

Continue reading »

Tags:   ,

i[Pad]Hate you so much right now

Posted January 29, 2010 by Paul.   Filed under: Business, Mobile     No comments

It’s been less than 2 days since Steve Jobs announced the iPad and turned the IT world upside-down.

It is indeed a device that will revolutionize the way regular, non-techie, users will interact and understand those “interactive TVs”.

Continue reading »

Tags:   ,

Older Posts »