<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://tabletumlnews.powerblogs.com/">
<title>Tablet UML News</title>
<link>http://tabletumlnews.powerblogs.com/</link>
<description>News and commentary from Martin L. Shoemaker, author of Tablet UML</description>
<dc:language>en-us</dc:language>
<dc:date>2007-04-17T07:04+00:00</dc:date>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1176788673.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1176216254.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1175861713.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1175663470.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1175604385.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1175598857.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1174197616.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1174189935.shtml" />
  <rdf:li rdf:resource="http://tabletumlnews.powerblogs.com/posts/1174189456.shtml" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1176788673.shtml">
<title>Dee Jay, Part 5: Homophones and Alternates</title>
<link>http://tabletumlnews.powerblogs.com/posts/1176788673.shtml</link>
<description>So in Part 4, I said that recognizing the music key would be tricky....</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-17T07:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1176216254.shtml">
<title>I'll be there, too!</title>
<link>http://tabletumlnews.powerblogs.com/posts/1176216254.shtml</link>
<description>...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-10T14:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1175861713.shtml">
<title>I'll be there!</title>
<link>http://tabletumlnews.powerblogs.com/posts/1175861713.shtml</link>
<description>...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-06T12:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1175663470.shtml">
<title>Dee Jay, Part 4: I recognize that!</title>
<link>http://tabletumlnews.powerblogs.com/posts/1175663470.shtml</link>
<description>In Part 3, we built a Grammar for Dee Jay to recognize....</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-05T13:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1175604385.shtml">
<title>Dee Jay, Part 3: Building a Media Player Grammar</title>
<link>http://tabletumlnews.powerblogs.com/posts/1175604385.shtml</link>
<description>In Part 2, we dug a little bit into MPM (Media Player Magic) to build a JukeBoxPhraseMap, mapping phrases from the Media Player to songs, albums, and collections. Now we...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-03T13:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1175598857.shtml">
<title>Dee Jay, Part 2: MPM, and more MPM</title>
<link>http://tabletumlnews.powerblogs.com/posts/1175598857.shtml</link>
<description>In Part 1, we saw how the process of building a grammar is similar to the Decorator or Composite patterns, building a larger structure out of smaller pieces. In Part...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-04-03T12:04+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1174197616.shtml">
<title>Dee Jay, Part 1: Decorating, composing, or encompassing?</title>
<link>http://tabletumlnews.powerblogs.com/posts/1174197616.shtml</link>
<description>To understand the code behind Dee Jay, we first need to understand the basics of the M-SAPI speech recognition system. That means we need to understand three concepts:...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-03-18T07:03+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1174189935.shtml">
<title>Dee Jay: A Voice-Controlled Juke Box for Windows Vista!</title>
<link>http://tabletumlnews.powerblogs.com/posts/1174189935.shtml</link>
<description>I wrote Dee Jay as an example for a proposed talk for the Ann Arbor Day of .NET, and as a way to learn more about the Managed Speech API...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-03-18T03:03+00:00</dc:date>
</item>

<item rdf:about="http://tabletumlnews.powerblogs.com/posts/1174189456.shtml">
<title>Jason's hearing voices...</title>
<link>http://tabletumlnews.powerblogs.com/posts/1174189456.shtml</link>
<description>...and they're listening to him. Jason built a C# implementation of a Z-machine, the engine that powered classic old text adventures. Now James Ashley has added a Managed SAPI...</description>
<dc:creator>Martin L. Shoemaker</dc:creator>
<dc:date>2007-03-18T03:03+00:00</dc:date>
</item>

</rdf:RDF>