<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Screenwriting 101</title>
	<atom:link href="http://johnaugust.com/archives/2008/screenwriting-101/feed" rel="self" type="application/rss+xml" />
	<link>http://johnaugust.com/archives/2008/screenwriting-101</link>
	<description>A ton of useful information about screenwriting.</description>
	<pubDate>Fri, 05 Sep 2008 22:52:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Ram</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-132297</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sat, 17 May 2008 20:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-132297</guid>
		<description>&lt;p&gt;Put polls on each article, let your readers vote on the type, value etc of each article.  Let ppl know what you're doing, wait awhile, then order the articles accordingly.  Much easier than thinking!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Put polls on each article, let your readers vote on the type, value etc of each article.  Let ppl know what you&#8217;re doing, wait awhile, then order the articles accordingly.  Much easier than thinking!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-130536</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 10 May 2008 14:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-130536</guid>
		<description>&lt;p&gt;You could also try a wiki. When I started my Production-Now blog it was mostly information about subjects, not blog posts. I then ported (read: copy-&#62;paste) all that data to a wetpaint.com wiki that I made. Now the content is search-able and I can play with the posts' layout/order.&lt;/p&gt;

&lt;p&gt;If you don't like wetpaint, there are other wiki generators out there... but that was the first one I heard of and it's really easy to use.&lt;/p&gt;

&lt;p&gt;~Luke&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You could also try a wiki. When I started my Production-Now blog it was mostly information about subjects, not blog posts. I then ported (read: copy-&gt;paste) all that data to a wetpaint.com wiki that I made. Now the content is search-able and I can play with the posts&#8217; layout/order.</p>

<p>If you don&#8217;t like wetpaint, there are other wiki generators out there&#8230; but that was the first one I heard of and it&#8217;s really easy to use.</p>

<p>~Luke</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128721</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 01 May 2008 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128721</guid>
		<description>&lt;p&gt;I'd throw in an explanation that the download section contains scripts, treatments, etc.  I guess I've seen that link for a while now but must have assumed that it wallpaper with your mug on it or something.  It wasn't until I saw some post referring to it that I realized there was a lot of interesting stuff there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d throw in an explanation that the download section contains scripts, treatments, etc.  I guess I&#8217;ve seen that link for a while now but must have assumed that it wallpaper with your mug on it or something.  It wasn&#8217;t until I saw some post referring to it that I realized there was a lot of interesting stuff there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128499</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Wed, 30 Apr 2008 20:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128499</guid>
		<description>&lt;p&gt;You welcome link suggestions John? &lt;/p&gt;

&lt;p&gt;How about http://www.filmschooljournal.com/&lt;/p&gt;

&lt;p&gt;That's my site :) ... was actually inspired by you... I too wanted to pass along what I've learned to others... even though I'm still currently a film student... never too early to pass along one's knowledge though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You welcome link suggestions John? </p>

<p>How about <a href="http://www.filmschooljournal.com/" rel="nofollow">http://www.filmschooljournal.com/</a></p>

<p>That&#8217;s my site <img src='http://johnaugust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230; was actually inspired by you&#8230; I too wanted to pass along what I&#8217;ve learned to others&#8230; even though I&#8217;m still currently a film student&#8230; never too early to pass along one&#8217;s knowledge though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Howell</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128498</link>
		<dc:creator>Christian Howell</dc:creator>
		<pubDate>Wed, 30 Apr 2008 20:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128498</guid>
		<description>&lt;p&gt;OK. This maybe the most radical, yet most-used method for something like that. First you get a database. Then you create a table that contains all of the articles. Then you add an AJAX drop down that lets you type. As the person types, the app goes to the database and queries against what's typed. You've probably seen this with Google. Then you add an AJAX data grid that displays all returned values. Each row in the grid has a link that will open a new window or populate a different area of the page.&lt;/p&gt;

&lt;p&gt;Another method would be to use frames. You could have a listing of articles which display in the frame when clicked.&lt;/p&gt;

&lt;p&gt;I would use the DB method because you can update the DB and not change any code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK. This maybe the most radical, yet most-used method for something like that. First you get a database. Then you create a table that contains all of the articles. Then you add an AJAX drop down that lets you type. As the person types, the app goes to the database and queries against what&#8217;s typed. You&#8217;ve probably seen this with Google. Then you add an AJAX data grid that displays all returned values. Each row in the grid has a link that will open a new window or populate a different area of the page.</p>

<p>Another method would be to use frames. You could have a listing of articles which display in the frame when clicked.</p>

<p>I would use the DB method because you can update the DB and not change any code.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sean D.</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128464</link>
		<dc:creator>Sean D.</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128464</guid>
		<description>&lt;p&gt;The best example of easy to navigate archiving in a blog I have seen is the photography/lighting blog Strobist. http://strobist.blogspot.com&lt;/p&gt;

&lt;p&gt;Their Lighting 101 and 102 sections are extremely easy to use.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The best example of easy to navigate archiving in a blog I have seen is the photography/lighting blog Strobist. <a href="http://strobist.blogspot.com" rel="nofollow">http://strobist.blogspot.com</a></p>

<p>Their Lighting 101 and 102 sections are extremely easy to use.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: emily blake</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128457</link>
		<dc:creator>emily blake</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128457</guid>
		<description>&lt;p&gt;Not only is that awesome, but you have made excellent use of the word "lain."&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not only is that awesome, but you have made excellent use of the word &#8220;lain.&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Connolly</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128430</link>
		<dc:creator>Sean Connolly</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128430</guid>
		<description>&lt;p&gt;John, &lt;/p&gt;

&lt;p&gt;This is very Web2.0 of you and I appreciate your reaching out to the audience. Similar audience-centric actions might help you semantically organize your site (taking a note from Clay Shirkey's "Semantic Web.")&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Use both tags and categories&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Encourage the audience to tag for you.
Semantically tagging your blog would be a lot of work. Furthermore there is no guarantee that an audience member searching your site will use the same semantics when looking for something. If you allow users to tag (and bookmark) the posts for you, a plurality of emergent categories will arrive.  Diehard users will help create a set of consistent labels while still allowing for an emergent 'folksonomy' of meta-data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reflect all collected data back to the audience 
Your site should automatically collect a bunch of minutia that may encourage users to surf your site.  For example, simply reflect back how often posts are 'clicked' and the audience will know which are the most popular.  This is one form of popularity, and, provides an emergent navigation scheme where new users can understand where the 'Big Ideas' are. &lt;/p&gt;

&lt;p&gt;If you allow tagging, reflect how often a post is tagged by a specific semantic.  Or, if you're looking for a specific semantic, reflect back to the audience how often the audience has tagged it so.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This may sound a bit extreme for a couple of hundred posts, but these are the approaches YouTube and Amazon have used with great success.  It will take more than film interns to accomplish, but if you need someone, please do not hesitate to drop me a line.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John, </p>

<p>This is very Web2.0 of you and I appreciate your reaching out to the audience. Similar audience-centric actions might help you semantically organize your site (taking a note from Clay Shirkey&#8217;s &#8220;Semantic Web.&#8221;)</p>

<ol>
<li><p>Use both tags and categories</p></li>
<li><p>Encourage the audience to tag for you.
Semantically tagging your blog would be a lot of work. Furthermore there is no guarantee that an audience member searching your site will use the same semantics when looking for something. If you allow users to tag (and bookmark) the posts for you, a plurality of emergent categories will arrive.  Diehard users will help create a set of consistent labels while still allowing for an emergent &#8216;folksonomy&#8217; of meta-data.</p></li>
<li><p>Reflect all collected data back to the audience 
Your site should automatically collect a bunch of minutia that may encourage users to surf your site.  For example, simply reflect back how often posts are &#8216;clicked&#8217; and the audience will know which are the most popular.  This is one form of popularity, and, provides an emergent navigation scheme where new users can understand where the &#8216;Big Ideas&#8217; are. </p>

<p>If you allow tagging, reflect how often a post is tagged by a specific semantic.  Or, if you&#8217;re looking for a specific semantic, reflect back to the audience how often the audience has tagged it so.</p></li>
</ol>

<p>This may sound a bit extreme for a couple of hundred posts, but these are the approaches YouTube and Amazon have used with great success.  It will take more than film interns to accomplish, but if you need someone, please do not hesitate to drop me a line.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ray-Anne</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128375</link>
		<dc:creator>Ray-Anne</dc:creator>
		<pubDate>Wed, 30 Apr 2008 08:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128375</guid>
		<description>&lt;p&gt;Excellent. Many thanks for taking the time out to do this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent. Many thanks for taking the time out to do this.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Hollywood</title>
		<link>http://johnaugust.com/archives/2008/screenwriting-101#comment-128308</link>
		<dc:creator>Jake Hollywood</dc:creator>
		<pubDate>Wed, 30 Apr 2008 01:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://johnaugust.com/?p=1025#comment-128308</guid>
		<description>&lt;p&gt;I dunno John, maybe you could just have a section (since Q&#38;A appears to be difficult a challenge for some of your readers) that simply says, "GIVE ME YOUR IDEA--don't worry if it's the stupidest thing ever--just give me the idea and I'll write your screenplay for you. You can put your name on it, I'll find you an agent, manager, and somebody to produce the damn thing. And after that I'll write your next ten screenplays as well. And I'll never take any credit or accept any money in return."&lt;/p&gt;

&lt;p&gt;Now, &lt;i&gt;that&lt;/i&gt; would really help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I dunno John, maybe you could just have a section (since Q&amp;A appears to be difficult a challenge for some of your readers) that simply says, &#8220;GIVE ME YOUR IDEA&#8211;don&#8217;t worry if it&#8217;s the stupidest thing ever&#8211;just give me the idea and I&#8217;ll write your screenplay for you. You can put your name on it, I&#8217;ll find you an agent, manager, and somebody to produce the damn thing. And after that I&#8217;ll write your next ten screenplays as well. And I&#8217;ll never take any credit or accept any money in return.&#8221;</p>

<p>Now, <i>that</i> would really help.</p>]]></content:encoded>
	</item>
</channel>
</rss>
