Movie Genie is Ready for Beta Testing

I haven’t been blogging much lately, but I do have a good excuse this time. Last month, I decided to finally start learning Objective-C and getting into iPhone & Mac development. Being a Mac user for 18 years now, developing on the platform has been one of my dreams.

Today, I am happy to announce my first iPhone app, Movie Genie - a mobile IMDb client. It’s open for beta testing at this point, and I welcome everyone interested in trying it out and giving feedback.

Visit the bookmark »

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end