Tag Archives: Cocoa

Going Fullscreen With Medium

So, I’ve started to write another Mac media application. This one is called Medium. I figure I might as well write some of this stuff down as I do it as I’m learning most of it along the way. If … Continue reading

Posted in Everburning, Programming | Tagged , | 2 Comments

Cocoa is hot

I was playing with Cocoa a bit more today, looking to parse and display information from the Apple Trailers feed. This involved a few things, parsing the XML, loading the images and playing the video. Let me just say, Cocoa … Continue reading

Posted in Programming | Tagged | Leave a comment

MyTube, searching for fun and profit

On to our next installment of the MyTube saga. This time I’m taking a look at adding query capabilities to the application. The queries will run against all the videos but it should be pretty simple to update to make … Continue reading

Posted in Programming | Tagged , | Leave a comment

MyTube, now with moving images

So, instead of doing the sensible thing and getting some sleep I decided to try to figure out how to play videos from YouTube. This was a bit tricker then the other pieces as the example application doesn’t actually play … Continue reading

Posted in Programming | Tagged , | Leave a comment

MyTube, installing the image wall

Ok, last time we got the groundwork laid for MyTube. It doesn’t do anything extremely exciting but we can connect to YouTube and grab some information. In this installment we’re going to take the information returned from YouTube and for … Continue reading

Posted in Programming | Tagged , | Leave a comment