Minute Music

Minute Music is for those of us without the patience to listen to an entire song.

If you like to skip a song about a minute in because you already want to hear something new then Minute Music is for you.

Minute Music changes songs each minute and keeps track of how long you've been listening.

You can select any music from your library including albums, artists, playlists, or just shuffle all your music.

Minute Music

Distinct identifier for UIImage - iPhone

I was trying to get a specific identifier for an image from an UIImage object. The idea was to get some value to differentiate a picture from another one in a random way. It needed to be random but it needed to be the same value anytime you run it on the same picture.

I wanted to get the same value from a given picture whenever I open it. I wanted my program to determine a certain value of a picture no matter when or where it opens it so that the same output would happen each time for the same image.

iPhone Development

Hour of Power

Are you still looking for a party tonight? Well look no further as Hour Of Power is here! Hour Of Power by Shablabla is a simple app with some great sounds and visuals that remind you to take a shot of beer every minute for a whole hour. It will encourage you along the way and give you a hard time if you pause it. It's loud enough to have on while everyone is at a party or watching the big game.

Receive a call or need to open another program? Not a problem, when you reopen Hour Of Power you can start where you left off. Do you have what it takes to finish the Hour Of Power?

Hour of Power

How to play audio with the iPhone SDK - iPhone

Here is a simple and concise way to load and play any sound file that the iPhone can play.
You’ll need to include the AVFoundation framework.
#import

The following code also assumes that you have the following AVAudioPlayer defined.
AVAudioPlayer *player;

Here is the code to load and play the file.
NSString *soundFilePath =
[[NSBundle mainBundle] pathForResource: @"Sound" ofType: @"mp3"];

NSURL *fileURL = [[NSURL alloc] initFileURLWithPath: soundFilePath];

AVAudioPlayer *newPlayer =

iPhone Development

Sexyometer is in the store! - iPhone

fter all the complications, Gaydar was rejected and we waited 6 days for Sexyometer to be accepted and on the store. Which seemed like forever but is apparently super fast for the process. We were disappointed that Gaydar wasn’t accepted because we were very proud of it.
But, we improved a lot on it and really enjoy Sexyometer. We’re having fun watching people experience our creation.

If anyone can provide feedback, things you would like to see changed, or any other input let us know at shablabla.iphone@gmail.com.

iPhone Development

Sexyometer

Have you ever wanted to figure out how sexy you or your friends are? Or maybe you want to make sure you don't have beer goggles on? Well my lovelies, with Sexy-o-Meter from Shablabla it's now super quick and easy.

Take a photo with your iPhone or grab one from your photo library. Sexy-o-Meter rates the photo based on sexiness from a 1 to 10 scale. 1 being Very Ugly and 10 being Very Sexy! If you want to save the Sexy photo, simply press down the home and sleep/wake button simultaneously.

A sexy design and fun interface make Sexy-o-Meter a must have App for the iPhone.

Sexyometer

Caching JS filled fields in Safari - CF

I was running into an issue where some fields weren’t refreshing properly after being set. The fields in question were being loaded a bit differently than other pages, after the page had loaded the fields were filled using javascript. This caused a problem in Safari because it cached the information.

The solution - let ColdFusion tell Safari not to cache the page...

CF Development

Gaydar

Gaydar was our first app and wasn’t accepted to the store. We had fun making this app and thought it to be funny and cheeky. Unfortunately, they didn’t feel the same way.

We’ve learned a lot from Gaydar and plan on creating a lot more fun and exciting apps in the future that build on the style and feel of Gaydar.

Gaydar
Syndicate content