<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Phantombility's Weblog</title>
	<atom:link href="http://phantombility.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phantombility.wordpress.com</link>
	<description>Virtual CD and DVD burner software</description>
	<lastBuildDate>Fri, 13 Jun 2008 21:16:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phantombility.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Phantombility's Weblog</title>
		<link>http://phantombility.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phantombility.wordpress.com/osd.xml" title="Phantombility&#039;s Weblog" />
	<atom:link rel='hub' href='http://phantombility.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Response to &#8220;Is Mac OSX 10.6 the Death of Carbon?&#8221;</title>
		<link>http://phantombility.wordpress.com/2008/06/08/response-to-is-mac-osx-106-the-death-of-carbon/</link>
		<comments>http://phantombility.wordpress.com/2008/06/08/response-to-is-mac-osx-106-the-death-of-carbon/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 16:26:28 +0000</pubDate>
		<dc:creator>phantombility</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://phantombility.wordpress.com/?p=5</guid>
		<description><![CDATA[Roughly Drafted has a pretty good article on the history of Mac OSX at http://www.roughlydrafted.com/2008/06/07/wwdc-2008-is-mac-os-x-106-the-death-of-carbon/. Some of the responses questioned whether there will be a Cocoa for Windows. While Roughly Drafted&#8217;s article is a good overview of what happened with Mac OSX and its API, it missed some important information about NeXT. Back in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=5&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Roughly Drafted has a pretty good article on the history of Mac OSX at <a href="http://www.roughlydrafted.com/2008/06/07/wwdc-2008-is-mac-os-x-106-the-death-of-carbon/">http://www.roughlydrafted.com/2008/06/07/wwdc-2008-is-mac-os-x-106-the-death-of-carbon/</a>.</p>
<p>Some of the responses questioned whether there will be a Cocoa for Windows.</p>
<p>While Roughly Drafted&#8217;s article is a good overview of what happened with Mac OSX and its API, it missed some important information about NeXT.</p>
<p>Back in the days of NeXT, when Steve Jobs failed to push the hardware in the market, NeXT developed a different flavor of NeXTSTEP OS, called OpenStep. It runs on top of Windows and Sun. Essentially, it was a framework on top of the native API of each OS.</p>
<p>Cocoa is really based on OpenStep instead of NeXTSTEP. That&#8217;s why we have two layers &#8211; the Carbon, and Cocoa on top.</p>
<p>So, the question on whether Cocoa CAN be ported to Windows is a definite YES. It was done 15 years ago. It can still be done now.</p>
<p>However, it is very unlikely to make Cocoa to work with .NET. First, they use two totally different languages. Cocoa uses Objective C. .NET uses C#. That makes it very difficult to use one framework in another one.</p>
<p>When API is standard C procedure calls, vendors and developers can use any language and create a variety of tools and framworks. With System 7, we had MacApp, THINK, and PowerPlant, three major C++ frameworks. We had a couple of Basic compilers, whose name I cannot recall at this moment.  Apple also briefly tried a language called Dylan (short for Dynamic Language). Metrowerks also had a super fast Pascal compiler, which works with PowerPlant.</p>
<p>Today, most of those tools and frameworks are retired. There is still Qt, a cross-platform C++ framework. It is built on top of Carbon, and missing a lot of platform specific features.</p>
<p>As Apple pushes toward Cocoa, and Microsoft pushes toward .NET, it has been very difficult for development tools companies. The classic example on Mac is Metrowerks. The classic example on Windows is Borland(Codegear). Both of them have to change their business model and abandom the mainstream tools market. Both of them had great tools on top of the native C API of each OS, but unable to move forward when the OS become object-oriented.</p>
<p>I have mixed feelings about Cocoa and .NET. They are great frameworks. However, it is almost impossible to write cross-platform code with them. Yes, you can write Objective-C and make it fairly cross-platform on Mac OSX and iPhone, and you can write C# and make it fairly cross-platform on Windows and Windows Mobile. However, there is a big gap between Mac OSX and Windows.</p>
<p>Cocoa can be built on top of WinAPI, but cannot be built on top of .NET. That limits the potential use of Cocoa on Windows.</p>
<p>And why would Apple do that anyway? No cross-platform tool ever succeeded in large scale. Even Apple&#8217;s own effort failed &#8211; in 1995 (around that time), Apple partnered with Symantec (the owner of THINK C at that time) to develop a cross-platform framework called Bedrock.</p>
<p>So, I doubt we will see Cocoa for other platforms except in Apple&#8217;s labs.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phantombility.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phantombility.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phantombility.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phantombility.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phantombility.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=5&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phantombility.wordpress.com/2008/06/08/response-to-is-mac-osx-106-the-death-of-carbon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a532a960c71b7e0efff996bc36a451a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">phantombility</media:title>
		</media:content>
	</item>
		<item>
		<title>Some other virtualization news</title>
		<link>http://phantombility.wordpress.com/2008/05/20/some-other-virtualization-news/</link>
		<comments>http://phantombility.wordpress.com/2008/05/20/some-other-virtualization-news/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:03:30 +0000</pubDate>
		<dc:creator>phantombility</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://phantombility.wordpress.com/?p=4</guid>
		<description><![CDATA[Desktop virtualization on news.com: Desktop Virtualization Everything will be virtualized!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=4&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Desktop virtualization on news.com: <a href="http://www.news.com/8301-10784_3-9948276-7.html?tag=nefd.riv">Desktop Virtualization</a></p>
<p>Everything will be virtualized!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phantombility.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phantombility.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phantombility.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phantombility.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phantombility.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=4&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phantombility.wordpress.com/2008/05/20/some-other-virtualization-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a532a960c71b7e0efff996bc36a451a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">phantombility</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s next for virtual? Part 1</title>
		<link>http://phantombility.wordpress.com/2008/05/19/whats-next-for-virtual-part-1/</link>
		<comments>http://phantombility.wordpress.com/2008/05/19/whats-next-for-virtual-part-1/#comments</comments>
		<pubDate>Mon, 19 May 2008 05:29:31 +0000</pubDate>
		<dc:creator>phantombility</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://phantombility.wordpress.com/?p=3</guid>
		<description><![CDATA[I am just writing down some random thoughts as we developed Phantom CD.   What else can be virtualized? VMWare and Virtual PC emulate the whole PC. There are many emulators for other hardware, especially older game systems. They take the whole system approach.   Virtual CD and DVD drivers, like Phantom CD and Alcohol, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=3&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">I am just writing down some random thoughts as we developed Phantom CD.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">What else can be virtualized? VMWare and Virtual PC emulate the whole PC. There are many emulators for other hardware, especially older game systems. They take the whole system approach.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Virtual CD and DVD drivers, like Phantom CD and Alcohol, virtualize a hardware component – a CD and DVD drive in this case.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Actually, the oldest component virtualization is probably RAM disks. A lot of younger people may not even know what it is. It uses RAM to emulate a hard drive for fast speed, and it is commonly used 10 years ago. Today, with faster hard drive and better caching in the OS, nobody would bother using it.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">However, with 64-bit OS and cheap RAM, will RAM disk come back? How about a 64-bit Vista PC with 16GB of RAM, and use 8GB for a RAM disk? It could be a dream developer’s workstation. The C++ compiler is I/O bound due to its extension file access with all the .h files.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Should we make it our next product?</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phantombility.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phantombility.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phantombility.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phantombility.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phantombility.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=3&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phantombility.wordpress.com/2008/05/19/whats-next-for-virtual-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a532a960c71b7e0efff996bc36a451a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">phantombility</media:title>
		</media:content>
	</item>
		<item>
		<title>Story of Phantom CD</title>
		<link>http://phantombility.wordpress.com/2008/05/19/introduction/</link>
		<comments>http://phantombility.wordpress.com/2008/05/19/introduction/#comments</comments>
		<pubDate>Mon, 19 May 2008 04:35:50 +0000</pubDate>
		<dc:creator>phantombility</dc:creator>
				<category><![CDATA[Burning]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[phantom]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you are a Microsoft developer, you know how important MSDN is.   We have a wallet of few dozens of DVD’s, nicely organized by the categories, colors, and numbers. Occasionally, I even use it. However, that’s nowhere close to the full collection. The real treasure is online, in the subscriber download areas. It has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=1&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">If you are a Microsoft developer, you know how important MSDN is.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">We have a wallet of few dozens of DVD’s, nicely organized by the categories, colors, and numbers. Occasionally, I even use it. However, that’s nowhere close to the full collection. The real treasure is online, in the subscriber download areas. It has all the stuff you ever want for development – OS, SDK, applications and beta.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">And 99% of them are in ISO format. It is easy enough to burn a CD or DVD for installation – until one day, you run out of blank discs, and you have no idea which of those unlabeled CD-RW can be erased.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">How lazy can we be? I have a pile of used discs. I am sure I have some Office and some Visual Studio installation discs there, but I don’t know which. I wait for the pile to grow, and eventually throw them away.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Without question, Alcohol is the number one in virtual CD. Unfortunately, it didn’t install on my system. There must be some kind of conflict because I had a lot of junks installed. Yes, there is a “Virtual CD Control Panel” for XP, but that’s unsupported software from Microsoft. I wasn’t comfortable with that.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">So, Phantom CD started as a small project, for fun, and for our own convenience. Mount the ISO as a CD or DVD disc. You get faster speed, and don’t have a pile of wasted discs.</span></p>
<p> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phantombility.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phantombility.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phantombility.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phantombility.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phantombility.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phantombility.wordpress.com&amp;blog=3762064&amp;post=1&amp;subd=phantombility&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phantombility.wordpress.com/2008/05/19/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a532a960c71b7e0efff996bc36a451a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">phantombility</media:title>
		</media:content>
	</item>
	</channel>
</rss>
