<?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>Corey.Leong.Name &#187; xml</title>
	<atom:link href="http://corey.leong.name/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://corey.leong.name</link>
	<description>My projects, work, and ideas for those who are curious.</description>
	<lastBuildDate>Tue, 03 Jan 2012 21:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='corey.leong.name' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/de8f1e83c7ed86269367de93f797385d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Corey.Leong.Name &#187; xml</title>
		<link>http://corey.leong.name</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://corey.leong.name/osd.xml" title="Corey.Leong.Name" />
	<atom:link rel='hub' href='http://corey.leong.name/?pushpress=hub'/>
		<item>
		<title>Listing Object Model (LOM) Core</title>
		<link>http://corey.leong.name/2010/07/16/listing-object-model-lom-core/</link>
		<comments>http://corey.leong.name/2010/07/16/listing-object-model-lom-core/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:50:32 +0000</pubDate>
		<dc:creator>coreyleong</dc:creator>
				<category><![CDATA[xml]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[lom]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://corey.leong.name/?p=645</guid>
		<description><![CDATA[Intro Lately my interests have gravitated toward web services and marking up listing information to xml. However, another inefficiency within the Real Estate Industry is how listing information is distributed to web endpoints. Within HTML, Word, or an Excel spreadsheet, I cringe at the ways listing information is being sent from an end user to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=645&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://coreyleong.files.wordpress.com/2010/07/100714_listing_object_model1.png?w=632" alt="LOM Core 25 Elements" /></p>
<h3>Intro</h3>
<p>Lately my interests have gravitated toward web services and marking up listing information to xml.  However, another inefficiency within the Real Estate Industry is how listing information is distributed to web endpoints.  Within HTML, Word, or an Excel spreadsheet, I cringe at the ways listing information is being sent from an end user to service provider or service provider to service provider.  Remember I&#8217;m talking old school here, average age is in the 50&#8242;s and climbing.</p>
<p>
So with that stomach churning thought in 3d motion, I thought to myself wouldn&#8217;t it be great to have a minimalistic shortlist of elements to markup a listing for Grandma, a tween, or anyone else in need of a simple service like this. In the past, I&#8217;ve used <a href="http://dublincore.org">Dublin Core</a>, a specification of 15 meta tags for semantically describing documents. Thinking to myself, &#8220;LOM Core must be very simple like Dublin Core because simple always wins on the net.&#8221;
</p>
<p>
Without hesitation, I proceeded to diagram (see above) a list of essential words or elements which would describe a lowest common denominator real estate listing.  I came up with the following at first, in no particular order (well alphabetical):</p>
<p><b>LOM Core 25 Elements</b></p>
<ul>
<li><b>address</b></li>
<li><b>agent</b></li>
<li><b>beds</b></li>
<li><b>baths</b></li>
<li><b>city</b></li>
<li><b>contact</b></li>
<li><b>country</b></li>
<li><b>description</b></li>
<li><b>email</b></li>
<li><b>firstname</b></li>
<li><b>lastname</b></li>
<li><b>listing</b></li>
<li><b>location</b></li>
<li><b>organization</b></li>
<li><b>owner</b></li>
<li><b>phonenumber</b></li>
<li><b>postalcode</b></li>
<li><b>price</b></li>
<li><b>size</b></li>
<li><b>state</b></li>
<li><b>status</b></li>
<li><b>style</b></li>
<li><b>squarefeet</b></li>
<li><b>squaremeters</b></li>
<li><b>type</b></li>
</ul>
<p>I stopped at 25 to keep it as simple as possible.  Obviously, I could have kept going but simple would have easily morphed into complex.<br />
<h3>Use Cases</h3>
<p>Since we now have our shortlist of elements, we need a business purpose or use case.  I came up with five, initially, but of course we are not limited to only these.</p>
<p><b>1. For Sale By Owner Lisiting</b></p>
<p><pre class="brush: css;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;listing&gt;
  &lt;type&gt;residential&lt;/type&gt;
  &lt;style&gt;Single Family&lt;/style&gt;
  &lt;beds&gt;3&lt;/beds&gt;
  &lt;baths&gt;2&lt;/baths&gt;
  &lt;size&gt;
    &lt;squarefeet&gt;2000&lt;/squarefeet&gt;
   &lt;/size&gt;
  &lt;location&gt;
    &lt;address&gt;1234 My Street&lt;/address&gt;
    &lt;city&gt;Orlando&lt;/city&gt;
    &lt;state&gt;FL&lt;/state&gt;
    &lt;postalcode&gt;32801&lt;/postalcode&gt;
    &lt;country&gt;US&lt;/country&gt;
  &lt;/location&gt;
  &lt;description&gt;Modern and functional.&lt;/description&gt;
  &lt;status&gt;active&lt;/status&gt;
  &lt;price&gt;$150,000&lt;/price&gt;
  &lt;contact&gt;
    &lt;owner&gt;
      &lt;firstname&gt;John&lt;/firstname&gt;
       &lt;lastname&gt;Smith&lt;/lastname&gt;
      &lt;phonenumber&gt;555-3333&lt;/phonenumber&gt;
      &lt;email&gt;jsmith@john.smith.name&lt;/email&gt;
    &lt;/owner&gt;
  &lt;/contact&gt;
&lt;/listing&gt;
</pre></p>
<p><b>2. Residential Agent Listing</b></p>
<p><pre class="brush: css;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;&gt;
&lt;listing&gt;
  &lt;type&gt;residential&lt;/type&gt;
  &lt;style&gt;Single Family&lt;/style&gt;
  &lt;beds&gt;4&lt;/beds&gt;
  &lt;baths&gt;2&lt;/baths&gt;
  &lt;size&gt;
    &lt;squarefeet&gt;3000&lt;/squarefeet&gt;
  &lt;/size&gt;
  &lt;location&gt;
    &lt;address&gt;5678 Your Street&lt;/address&gt;
    &lt;city&gt;Orlando&lt;/city&gt;
    &lt;state&gt;FL&lt;/state&gt;
    &lt;postalcode&gt;32801&lt;/postalcode&gt;
    &lt;country&gt;US&lt;/country&gt;
  &lt;/location&gt;
  &lt;description&gt;Family size.&lt;/description&gt;
  &lt;status&gt;active&lt;/status&gt;
  &lt;price&gt;190,500&lt;/price&gt;
  &lt;contact&gt;
    &lt;agent&gt;
      &lt;firstname&gt;Jane&lt;/firstname&gt;
      &lt;lastname&gt;Doe&lt;/lastname&gt; 
      &lt;phonenumber&gt;555-5555&lt;/phonenumber&gt;
      &lt;email&gt;jdoe@jane.doe.name&lt;/email&gt;
      &lt;organization&gt;Jane Doe Realty&lt;/organization&gt;
    &lt;/agent&gt;
  &lt;/contact&gt;
&lt;/listing&gt;
</pre></p>
<p><b>3. Commercial Owner Listing</b></p>
<p><pre class="brush: css;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;listing&gt;
  &lt;type&amp;gt;commercial&lt;/type&gt;
  &lt;style&gt;office&lt;/style&gt;
  &lt;size&gt;
    &lt;squarefeet&gt;3000&lt;/squarefeet&gt;
   &lt;/size&gt;
  &lt;location&gt;
    &lt;address&gt;1010 Biz Way Suite 200&lt;/address&gt;
    &lt;city&gt;Orlando&lt;/city&gt;
    &lt;state&gt;FL&lt;/state&gt;
    &lt;postalcode&gt;32801&lt;/postalcode&gt;
    &lt;country&gt;US&lt;/country&gt;
  &lt;/location&gt;
  &lt;description&gt;Build to suit office space.&lt;/description&gt;
  &lt;status&gt;active&lt;/status&gt;
  &lt;price&gt;$100/sqft&lt;/price&gt;
  &lt;contact&gt;
    &lt;owner&gt;
      &lt;firstname&gt;Bob&lt;/firstname&gt;
      &lt;lastname&gt;Johnson&lt;/lastname&gt;
      &lt;phonenumber&gt;555-9999&lt;/phonenumber&gt;
      &lt;email&gt;bjohnson@bob.johnson.name&lt;/email&gt;
    &lt;/owner&gt;
  &lt;/contact&gt;
&lt;/listing&gt;
</pre></p>
<p><b>4. Commercial Agent Listing</b></p>
<p><pre class="brush: css;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;listing&gt;
  &lt;type&gt;commercial&lt;/type&gt;
  &lt;style&gt;office&lt;/style&gt;
  &lt;size&gt;
    &lt;squarefeet&gt;4000&lt;/squarefeet&gt;
   &lt;/size&gt;
  &lt;location&gt;
    &lt;address&gt;2020 Easy Street Suite 300&lt;/address&gt;
    &lt;city&gt;Orlando&lt;/city&gt;
    &lt;state&gt;FL&lt;/state&gt;
    &lt;postalcode&gt;32801&lt;/postalcode&gt;
    &lt;country&gt;US&lt;/country&gt;
  &lt;/location&gt;
  &lt;description&gt;Plenty of space for cubicles. Build to suit.&lt;/description&gt;
  &lt;status&gt;active&lt;/status&gt;
  &lt;price&gt;$200/sqft&lt;/price&gt;
  &lt;contact&gt;
    &lt;agent&gt;
      &lt;firstname&gt;Jen&lt;/firstname&gt;
      &lt;lastname&gt;Wright&lt;/lastname&gt;
      &lt;phonenumber&gt;555-7777&lt;/phonenumber&gt;
      &lt;email&gt;jwright@jen.wright.name&lt;/email&gt;
      &lt;organization&gt;Wright Realty&lt;/organization&gt;
    &lt;/agent&gt;
  &lt;/contact&gt;
&lt;/listing&gt;
</pre></p>
<p><b>5. International Listing</b></p>
<p><pre class="brush: css;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;listing&gt;
  &lt;type&gt;commercial&lt;/type&gt;
  &lt;style&gt;bank&lt;/style&gt;
  &lt;size&gt;
    &lt;squaremeters&gt;1000&lt;/squaremeters&gt;
   &lt;/size&gt;
  &lt;location&gt;
    &lt;address&gt;7 Picardy Place&lt;/address&gt;
    &lt;city&gt;Edinburgh&lt;/city&gt;
    &lt;postalcode&gt;EH1 3JT&lt;/postalcode&gt;
    &lt;country&gt;Scotland&lt;/country&gt;
  &lt;/location&gt;
  &lt;description&gt;Former bank branch, build to suit&lt;/description&gt;
  &lt;status&gt;active&lt;/status&gt;
  &lt;price&gt;300EUR/sqmt&lt;/price&gt;
  &lt;contact&gt;
    &lt;agent&gt;
      &lt;firstname&gt;Will&lt;/firstname&gt;
      &lt;lastname&gt;Jones&lt;/lastname&gt;
      &lt;phonenumber&gt;0131 5554343&lt;/phonenumber&gt;
      &lt;email&gt;wjones@will.jones.name&lt;/email&gt;
      &lt;organization&gt;Jones Realty&lt;/organization&gt;
    &lt;/agent&gt;
  &lt;/contact&gt;
&lt;/listing&gt;
</pre></p>
<h3>Summary</h3>
<p>In sum, LOM Core is a simplified shortlist of 25 core real estate elements allowing anyone to markup a residential or commercial listing.  The examples above are soley for exercise purposes, but as you can see LOM can adapt to different types of listings quite effortlessly. The next step is to solidify schemas (DTD, XML Schema, RelaxNG) for validating followed by creating a web-based tool using a form for users to enter in their listing elements to create a LOM Core listing on the fly.  Users could then send or copy and paste the LOM Core listing and distribute and transform as needed.</p>
<p>&#8211;Corey</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreyleong.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreyleong.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreyleong.wordpress.com/645/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=645&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corey.leong.name/2010/07/16/listing-object-model-lom-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/392f56ad55c8704f3f4103273b999d9c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">coreyleong</media:title>
		</media:content>

		<media:content url="http://coreyleong.files.wordpress.com/2010/07/100714_listing_object_model1.png" medium="image">
			<media:title type="html">LOM Core 25 Elements</media:title>
		</media:content>
	</item>
		<item>
		<title>Foward thinking to Remetal 0.4</title>
		<link>http://corey.leong.name/2009/10/09/foward-thinking-to-remetal-0-4/</link>
		<comments>http://corey.leong.name/2009/10/09/foward-thinking-to-remetal-0-4/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 13:03:39 +0000</pubDate>
		<dc:creator>coreyleong</dc:creator>
				<category><![CDATA[GR8C]]></category>
		<category><![CDATA[remetal]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[kml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://corey.leong.name/?p=120</guid>
		<description><![CDATA[As I finish work on 0.3 of the Real Estate Meta Language, I can&#8217;t help to look forward to release 0.4. The obvious element which needs a bit of attending to is the &#60;location&#62; element. So here&#8217;s my thought for this. For &#60;location&#62;, Remetal will reuse the &#60;Location&#62; compound element offered by Google&#8217;s Keyhole Markup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=120&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
  As I finish work on 0.3 of the <a href="http://remetal.org">Real Estate Meta Language</a>, I can&#8217;t help to look forward to release 0.4. The obvious element which needs a bit of attending to is the &lt;location&gt; element.  So here&#8217;s my thought for this.
</p>
<p>For &lt;location&gt;, Remetal will reuse the &lt;Location&gt; compound element offered by Google&#8217;s <a href="http://code.google.com/apis/kml/documentation/">Keyhole Markup Language</a> (KML).  &lt;Location&gt; is the parent element to following elements as such:
</p>
<p><pre class="brush: xml;">
   &lt;Location&gt;
     &lt;longitude&gt;39.55375305703105&lt;/longitude&gt;         
     &lt;latitude&gt;-118.9813220168456&lt;/latitude&gt; 
     &lt;altitude&gt;1223&lt;/altitude&gt;
   &lt;/Location&gt;
</pre></p>
<p> With this and a bit of xsl transformation, could this element inclusion lead to mapping apps reusing remetal listings?  Hopefully is my first thought.  I&#8217;ll let the developers decide what to do and resist tainting. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p> One of the main principles of the Internet is to &#8220;reuse&#8221; protocols which already exist, but in this case Remetal will simply reuse an element which already exists thanks to KML.
</p>
<p>Feel free to leave comments.
<p>&#8211;Corey</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreyleong.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreyleong.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreyleong.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=120&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corey.leong.name/2009/10/09/foward-thinking-to-remetal-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/392f56ad55c8704f3f4103273b999d9c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">coreyleong</media:title>
		</media:content>
	</item>
		<item>
		<title>Remetal 0.3 Upcoming Release</title>
		<link>http://corey.leong.name/2009/10/08/remetal-0-3-upcoming-release/</link>
		<comments>http://corey.leong.name/2009/10/08/remetal-0-3-upcoming-release/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 00:44:38 +0000</pubDate>
		<dc:creator>coreyleong</dc:creator>
				<category><![CDATA[GR8C]]></category>
		<category><![CDATA[remetal]]></category>
		<category><![CDATA[real estate]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://corey.leong.name/?p=101</guid>
		<description><![CDATA[It&#8217;s been awhile since I&#8217;ve updated Real Estate Meta Language, Remetal, but that&#8217;s changed. I&#8217;m currently adding children elements to the following elements: kitchen livingroom office garage Here&#8217;s an example for the pool element: I hope to have the DTD and schemas refactored and published by this sunday evening. I&#8217;ll have an announcement for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=101&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile since I&#8217;ve updated Real Estate Meta Language, <a href="http://remetal.org">Remetal</a>, but that&#8217;s changed.  I&#8217;m currently adding children elements to the following elements:</p>
<ul>
<li>kitchen</li>
<li>livingroom</li>
<li>office</li>
<li>garage</li>
</ul>
<p>Here&#8217;s an example for the pool element:</p>
<p><pre class="brush: xml;">
    &lt;real:pool&gt;
      &lt;real:dimensions/&gt;

          &lt;real:width&gt;
            &lt;real:meters/&gt;
            &lt;real:feet/&gt;
          &lt;/real:width&gt;

          &lt;real:length&gt;
            &lt;real:meters/&gt;
            &lt;real:feet/&gt;
          &lt;/real:length&gt;

          &lt;real:depth&gt;             
            &lt;real:meters/&gt;                 
            &lt;real:feet/&gt;
          &lt;/real:depth&gt;

        &lt;/real:dimensions&gt;
    &lt;/real:pool&gt;
</pre></p>
<p>
I hope to have the DTD and schemas refactored and published by this sunday evening.  I&#8217;ll have an announcement for the release soon after.
</p>
<p>&#8211;Corey</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreyleong.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreyleong.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreyleong.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corey.leong.name&amp;blog=2358428&amp;post=101&amp;subd=coreyleong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corey.leong.name/2009/10/08/remetal-0-3-upcoming-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/392f56ad55c8704f3f4103273b999d9c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">coreyleong</media:title>
		</media:content>
	</item>
	</channel>
</rss>
