Archive for March, 2009

BJJ Timer iPhone App

Last night I recieve notice from the app store that they had approved my first submitted application.  It took just about 10 days for the process, which wasn’t nearly as bad as I thought it could be.  I had read on the forums of people waiting months, or just never getting an answer. This program [...]

Posted on March 24, 2009 at 10:50 am by Ord · Permalink · 5 Comments
In: App development, iPhone · Tagged with: , ,

Open source sounds

Sometimes I need a short sound clip for a software project – maybe a click when a user selects something, a buzzer or bell when a timer expires, or some special effect for opening and closing documents.  Making and recording sounds can be a real time sink, depending on the equipment and software that you [...]

Posted on March 21, 2009 at 10:47 am by Ord · Permalink · Comments Closed
In: Uncategorized

Vector graphics and Clipart

Often I need icons for projects I am working on – graphics to go on buttons and controls.  Being a photographer, I have sometimes used a photo, processed it with Gimp or Photoshop until it looks like vector graphics, and then used that.  Although it does give the flexibility of being able to use an [...]

Posted on March 16, 2009 at 8:17 am by Ord · Permalink · Comments Closed
In: App development · Tagged with: , , , , ,

iPhone sync with Google Calendar

I had been looking at different iPhone syncing options for my contacts, and it seemed that to do anything with a PC was going to involve using Outlook, which I was reluctant to install. In general, I try to use only open source applications, ones which run under Windows and Linux (and if there is [...]

Posted on March 8, 2009 at 1:12 am by Ord · Permalink · Comments Closed
In: Uncategorized

iPhone tableView

The Table View is widely used in iPhone apps, and ther are many examples of using it on navigation pages in the iPhone SDK example programs.  These examples generally show how to add a tableView that fills the screen, or sometimes with a Navigation  Bar element at the top. Sometimes, we want to use a [...]

Posted on March 2, 2009 at 12:52 pm by Ord · Permalink · Comments Closed
In: iPhone · Tagged with: , , ,