May 2012 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
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
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
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
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
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