<?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/"
	>

<channel>
	<title>Maggie Nelson &#187; presenting</title>
	<atom:link href="http://maggienelson.com/tag/presenting/feed/" rel="self" type="application/rss+xml" />
	<link>http://maggienelson.com</link>
	<description>databases and code goodness</description>
	<lastBuildDate>Tue, 06 Apr 2010 17:24:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Example Conundrum</title>
		<link>http://maggienelson.com/2009/03/the-example-conundrum/</link>
		<comments>http://maggienelson.com/2009/03/the-example-conundrum/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:06:44 +0000</pubDate>
		<dc:creator>maggie</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[presenting]]></category>

		<guid isPermaLink="false">http://maggienelson.com/?p=240</guid>
		<description><![CDATA[While working on my presentation about ORMs in PHP for the upcoming php&#124;tek conference in May, I&#8217;m finding it slightly challenging to pick a good example of data represented in the application and in the database, so that I could insert various ORMs in between these two ends.
The example should be flexible enough to fit [...]]]></description>
			<content:encoded><![CDATA[<p>While working on my presentation about <a href="http://tek.mtacon.com/c/schedule/talk/d1s7/1">ORMs in PHP</a> for the upcoming php|tek conference in May, I&#8217;m finding it slightly challenging to pick a good example of data represented in the application and in the database, so that I could insert various ORMs in between these two ends.</p>
<p>The example should be flexible enough to fit within different ORMs.  Think of a scale from ActiveRecord to something really complicated like Java&#8217;s Hibernate &#8211; that&#8217;s the scale for the ORMs.  It also needs to be really intuitive, so that the audience of the talk can understand it without much explanation &#8211; I want to focus on the ORMs themselves, not something else.</p>
<p>At this point, I&#8217;m leaning toward an example representing a user on a social network site and his friends.  Something along these lines (don&#8217;t beat me up, it&#8217;s a very rough draft):</p>
<p>object model:</p>
<blockquote><p><img src="http://maggienelson.com/blog/wp-content/uploads/2009/03/orm_examples_objects.png" alt="orm_examples_objects" title="orm_examples_objects" width="328" height="124" class="aligncenter size-full wp-image-241" /></p></blockquote>
<p>database model:</p>
<blockquote><p><img src="http://maggienelson.com/blog/wp-content/uploads/2009/03/orm_examples_tables.png" alt="orm_examples_tables" title="orm_examples_tables" width="344" height="337" class="aligncenter size-full wp-image-242" /></p></blockquote>
<p>I think it&#8217;s a good idea to keep this example specific to functionality common in web applications (the alternative is kittens, really). On the other hand, I don&#8217;t want the example to be overly complex, so that the audience focuses more on the topic of the presentation rather than the details of the example.  </p>
<p>When you come to presentations, what do you look for in examples?  Are you looking for something you can basically copy and paste and use in your code?  Or are you more interested in high-level theory where examples take a back seat and are there just for flavor but not really to explain?  </p>
]]></content:encoded>
			<wfw:commentRss>http://maggienelson.com/2009/03/the-example-conundrum/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
