<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Mac Developers Blog</title>
	<link>http://www.macdevblog.com</link>
	<description>The Mac Developers Blog covers the entire Apple development scene!</description>
	<pubDate>Mon, 01 Oct 2007 15:40:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>The Cocoa Open Xdrive Framework</title>
		<link>http://www.macdevblog.com/xcode/the-cocoa-open-xdrive-framework</link>
		<comments>http://www.macdevblog.com/xcode/the-cocoa-open-xdrive-framework#comments</comments>
		<pubDate>Mon, 01 Oct 2007 11:09:39 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/introduction/the-cocoa-open-xdrive-framework</guid>
		<description><![CDATA[AOL&#8217;s Open Xdrive provides users with 5GB of free online storage. In my AOL blog this week I discuss the development of the Cocoa Open Xdrive framework, that allows Mac developers to integrate access within their Cocoa applications. Read about it here!
&#160;
]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12px; line-height: normal; font-family: Lucida Grande" class="Apple-style-span">AOL&#8217;s Open Xdrive provides users with 5GB of free online storage. In my AOL blog this week I discuss the development of the Cocoa Open Xdrive framework, that allows Mac developers to integrate access within their Cocoa applications. <a target="_blank" href="http://dev.aol.com/node/651">Read about it here</a>!</span></p>
<p style="margin: 0px">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/xcode/the-cocoa-open-xdrive-framework/feed</wfw:commentRss>
		</item>
		<item>
		<title>Elephant&#8217;s Pajamas a Video Joke of the Day Widget</title>
		<link>http://www.macdevblog.com/introduction/elephants-pajamas-a-video-joke-of-the-day-widget</link>
		<comments>http://www.macdevblog.com/introduction/elephants-pajamas-a-video-joke-of-the-day-widget#comments</comments>
		<pubDate>Fri, 28 Sep 2007 11:33:59 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/introduction/elephants-pajamas-a-video-joke-of-the-day-widget</guid>
		<description><![CDATA[My article on the development of Elephant&#8217;s Pajamas was published on the AOL Developers website. Elephant&#8217;s Pajamas is a Mac OS X Dashboard widget, powered by AOL Truveo, that provides access to funny joke videos. Truveo is a one-stop destination for searching video resources available all over the Internet, including AOL Music, AOL Video, YouTube, CNN, NBC, [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="border-collapse: collapse; font-family: Lucida Grande; font-size: 12px; line-height: 16px; text-align: left">My article on the development of <a href="http://dev.aol.com/article/2007/elephants_pajamas" target="_blank">Elephant&#8217;s Pajamas</a> was published on the AOL Developers website. Elephant&#8217;s Pajamas is a Mac OS X Dashboard widget, powered by AOL Truveo, that provides access to funny joke videos. Truveo is a one-stop destination for searching video resources available all over the Internet, including AOL Music, AOL Video, YouTube, CNN, NBC, Fox News, and much more. Elephant&#8217;s Pajamas uses the Asynchronous JavaScript and XML (AJAX) API provided by Truveo to search through all the funny joke videos available from the resources aggregated by Truveo, and then randomly select one video, which the user can view in their Web browser. Click the video below to see the widget in action!</span><br />
<object width="415" height="347">
<param name="wmode" value="opaque" />
<param name="movie" value="http://uncutvideo.aol.com/v6.009/en-US/uc_videoplayer.swf" />
<param name="FlashVars" value="aID=11146edc23e1568cdec51b2f7c0009f32&#038;site=http://uncutvideo.aol.com/"/><embed src="http://uncutvideo.aol.com/v6.009/en-US/uc_videoplayer.swf" wmode="opaque" FlashVars="aID=11146edc23e1568cdec51b2f7c0009f32&#038;site=http://uncutvideo.aol.com/" width="415" height="347" type="application/x-shockwave-flash"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/introduction/elephants-pajamas-a-video-joke-of-the-day-widget/feed</wfw:commentRss>
		</item>
		<item>
		<title>Building a Dashboard Widget for Open XDrive</title>
		<link>http://www.macdevblog.com/widgets/building-a-dashboard-widget-for-open-xdrive</link>
		<comments>http://www.macdevblog.com/widgets/building-a-dashboard-widget-for-open-xdrive#comments</comments>
		<pubDate>Sun, 23 Sep 2007 20:33:40 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/widgets/building-a-dashboard-widget-for-open-xdrive</guid>
		<description><![CDATA[5GB of online storage - for free! That&#8217;s what AOL&#8217;s Open XDrive delivers. On my AOL Developers Blog I recently wrote an article where I show the beginnings of a Dashboard Widget which shows your XDrive drive usage. What would you like to see added to this Widget - let me know and it might be added in [...]]]></description>
			<content:encoded><![CDATA[<p>5GB of online storage - for free! That&#8217;s what<a href="#mce_temp_url#"> AOL&#8217;s Open XDrive</a> delivers. On my <a href="#mce_temp_url#">AOL Developers Blog</a> I recently wrote an article where I show the beginnings of a Dashboard Widget which shows your XDrive drive usage. What would you like to see added to this Widget - let me know and it might be added in future revisions! 
<p style="text-align: center"><img src="http://www.idcc.net/aolimages/UsageMeter.jpg" align="baseline" style="width: 236px; height: 230px" height="230" width="236" title="AOL Open XDrive Usage meter Widget" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/widgets/building-a-dashboard-widget-for-open-xdrive/feed</wfw:commentRss>
		</item>
		<item>
		<title>AIM For Your iPhone</title>
		<link>http://www.macdevblog.com/iphone/aim-for-your-iphone</link>
		<comments>http://www.macdevblog.com/iphone/aim-for-your-iphone#comments</comments>
		<pubDate>Wed, 12 Sep 2007 14:12:49 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/introduction/aim-for-your-iphone</guid>
		<description><![CDATA[There is so much happening in the world of iPhone development recently. From iPhone unlocking to the over 50 native applications now available for your iPhone.
On my AOL Developers network blog I recently wrote a posting showing you how to get Installer.app and ApolloIM (a native iPhone application that provides instant message!)
]]></description>
			<content:encoded><![CDATA[<p>There is so much happening in the world of iPhone development recently. From <a target="_blank" href="http://www.freeiphoneunlock.com/">iPhone unlocking</a> to the over <a target="_blank" href="http://www.modmyiphone.com/nativeapps/the-list/">50 native applications </a>now available for your iPhone.</p>
<p><a target="_blank" href="http://dev.aol.com/node/618">On my AOL Developers network blog I recently wrote a posting showing you how to get Installer.app and ApolloIM (a native iPhone application that provides instant message!)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/iphone/aim-for-your-iphone/feed</wfw:commentRss>
		</item>
		<item>
		<title>AOL Truveo Dashboard Widget</title>
		<link>http://www.macdevblog.com/widgets/aol-truveo-dashboard-widget</link>
		<comments>http://www.macdevblog.com/widgets/aol-truveo-dashboard-widget#comments</comments>
		<pubDate>Thu, 23 Aug 2007 14:01:15 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/widgets/aol-truveo-dashboard-widget</guid>
		<description><![CDATA[Last week AOL relaunched Truveo.com - a one stop place to search and browse the millions of videos available on the Internet today. Truveo searches metadata associated with video hosted around the Internet, producing some of the best video search results available.
I recently wrote a blog entry at the AOL Developers site showing you how [...]]]></description>
			<content:encoded><![CDATA[<p>Last week AOL relaunched <a target="_blank" href="http://www.truveo.com">Truveo.com</a> - a one stop place to search and browse the millions of videos available on the Internet today. Truveo searches metadata associated with video hosted around the Internet, producing some of the best video search results available.</p>
<p>I recently wrote a blog entry at the AOL Developers site showing you how to begin integrating the Truveo API into your own Dashboard Widget. You can read that article here: <a target="_blank" href="http://dev.aol.com/node/589">http://dev.aol.com/node/589</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/widgets/aol-truveo-dashboard-widget/feed</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Two Way Video Conferencing</title>
		<link>http://www.macdevblog.com/iphone/iphone-two-way-video-conferencing</link>
		<comments>http://www.macdevblog.com/iphone/iphone-two-way-video-conferencing#comments</comments>
		<pubDate>Tue, 14 Aug 2007 01:02:14 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/?p=6</guid>
		<description><![CDATA[
The folks at ecamm developed a iPhone two way video conferencing application which won the Iron Coder live event today. The Iron Coder Live event and C-4has developers come up with creative hacks in a short time frame.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.macdevblog.com/images/iphonevideo.jpg" align="top" height="297" width="425" /></p>
<p>The folks at <a href="http://macdaddyworld.com/?p=38">ecamm</a> developed a iPhone two way video conferencing application which won the Iron Coder live event today. The Iron Coder Live event and C-4has developers come up with creative hacks in a short time frame.</p>
<p> <a href="http://www.macdevblog.com/iphone/iphone-two-way-video-conferencing#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/iphone/iphone-two-way-video-conferencing/feed</wfw:commentRss>
		</item>
		<item>
		<title>Leopard Early Start Kit - Now Available!</title>
		<link>http://www.macdevblog.com/leopard/leopard-early-start-kit</link>
		<comments>http://www.macdevblog.com/leopard/leopard-early-start-kit#comments</comments>
		<pubDate>Sat, 11 Aug 2007 02:18:23 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/?p=5</guid>
		<description><![CDATA[If you weren&#8217;t able to make the WWDC and snag your copy of Leopard beta,  Apple has released the Leopard Early Start Kit with Leopard beta. In addition to the beta, the package includes access to an exclusive collection of digital resources and information, including WWDC07 Leopard Videos that contain tech talks and more, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://developer.apple.com/products/images/select_box.gif" align="left" border="0" height="124" hspace="10" vspace="10" width="121" />If you weren&#8217;t able to make the WWDC and snag your copy of Leopard beta,  Apple has released the Leopard Early Start Kit with Leopard beta. In addition to the beta, the package includes access to an exclusive collection of digital resources and information, including WWDC07 Leopard Videos that contain tech talks and more, an updated Leopard Dev Center that includes Beta Reference Library documents, guides, release notes, sample code, and more. There&#8217;s also a collection called &#8220;Coding Headstarts&#8221; that provides video, a lesson guide and sample code. <a href="http://www.macdevblog.com/leopard/leopard-early-start-kit#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/leopard/leopard-early-start-kit/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mac OS X Java Development and Eclipse</title>
		<link>http://www.macdevblog.com/java/mac-os-x-java-development-and-eclipse</link>
		<comments>http://www.macdevblog.com/java/mac-os-x-java-development-and-eclipse#comments</comments>
		<pubDate>Fri, 10 Aug 2007 00:45:38 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/wordpress/?p=4</guid>
		<description><![CDATA[I recently wrote an article for IBM DeveloperWorks about Java development using Eclipse under Mac OS X. While the   Java development   environment is fully integrated into Mac OS X, the  Eclipse integrated development   environment (IDE) brings a fully   integrated Java development environment to Mac OS X [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote an article for IBM DeveloperWorks about Java development using Eclipse under Mac OS X. While the   Java development   environment is fully integrated into Mac OS X, the  Eclipse integrated development   environment (IDE) brings a fully   integrated Java development environment to Mac OS X that provides  a consistent   cross-platform experience. The article shows developers how to: import existing   Xcode projects into Eclipse, tweak key bindings,  and integrate Eclipse with the   Mac OS X-bundled Concurrent Versions System (CVS). <a href="http://www.macdevblog.com/java/mac-os-x-java-development-and-eclipse#more-4" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/java/mac-os-x-java-development-and-eclipse/feed</wfw:commentRss>
		</item>
		<item>
		<title>Welcome Mac Developers!</title>
		<link>http://www.macdevblog.com/introduction/welcome-mac-developers</link>
		<comments>http://www.macdevblog.com/introduction/welcome-mac-developers#comments</comments>
		<pubDate>Fri, 10 Aug 2007 00:30:12 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://www.macdevblog.com/wordpress/?p=3</guid>
		<description><![CDATA[The best place for me to begin is to introduce myself, and give you a little background. I am John Fronckowiak, the President of IDC Consulting, Inc. and a Clinical Assistant Professor at Medaille College in the Computer Information Systems department. I have over 20 years of programming experience. I&#8217;ve provided consulting services for a [...]]]></description>
			<content:encoded><![CDATA[<p>The best place for me to begin is to introduce myself, and give you a little background. I am John Fronckowiak, the President of <a target="_blank" href="http://">IDC Consulting, Inc.</a> and a Clinical Assistant Professor at <a target="_blank" href="http://www.medaille.edu">Medaille College</a> in the Computer Information Systems department. I have over 20 years of programming experience. I&#8217;ve provided consulting services for a number of companies, and I&#8217;ve written over a dozen trade computer books. I&#8217;ve also written for Microsoft, IBM, and Apple.</p>
<p>I am a switcher to the Mac platform. While I have used and developed for the PC platform since the DOS days (and stil continue to on the XP and Vista Platforms with Visual Studio .Net) I have come to love and embrace the OS X platform. I hope to provide to you my insights on Mac development - from applications, Widgets, XCode, Dashcode, Cocca, Carbon, AppleScript, Objective C, Java, Ruby, to the iPhone - we&#8217;ll cover it all here at the Mac Developers Blog!</p>
<p>I hope you enjoy the ride!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/introduction/welcome-mac-developers/feed</wfw:commentRss>
		</item>
		<item>
		<title>Welcome&#8230;</title>
		<link>http://www.macdevblog.com/introduction/hello-world</link>
		<comments>http://www.macdevblog.com/introduction/hello-world#comments</comments>
		<pubDate>Thu, 09 Aug 2007 23:54:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to the Mac OS X Developers blog!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to the Mac OS X Developers blog!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macdevblog.com/introduction/hello-world/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
