<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Exciting things to come in January</title>
	<atom:link href="http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/feed/" rel="self" type="application/rss+xml" />
	<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/</link>
	<description>Get free education blogs at Edublogs</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:08:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tom Johnson</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1061</link>
		<dc:creator>Tom Johnson</dc:creator>
		<pubDate>Tue, 09 Jan 2007 04:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1061</guid>
		<description>Yes, here&#039;s a link to the Authors widget that would be simplest: http://www.mikesmullin.com/2006/06/21/list-authors-widget/

This widget displays all authors on a blog. You click the links of the authors, and it either takes you to the authors.php page (if the theme miraculously has one), or it takes you to index.php page but with only the author&#039;s posts displayed.

When I implemented the Authors tag on my last composition site, I added a parameter that showed the number of posts the author had made. This was handy. To view the authors on my last comp site, see www.idratherbewriting.com/comp. (the right sidebar).

The authors&#039; names linked to author pages. The code of the authors.php page I used is as follows (this may be useful if you ever want to create a generic authors page for any theme):



Author Profile&lt;!-- This is optional --&gt;



  &lt;!-- Put your &quot;stuff&quot; below here --&gt;
   




					


About: 

first_name; ?&gt; last_name; ?&gt;



Website:

&lt;a&gt;user_url; ?&gt;&quot;&gt;user_url; ?&gt;&lt;/a&gt;

Profile:

user_description; ?&gt;




Posts:



&lt;!-- The Loop --&gt;



  &lt;b&gt;

&lt;a&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: &quot;&gt;

&lt;/a&gt;&lt;/b&gt;, 

 in 

  



	
  

     

	

&lt;!-- End Loop --&gt;



RSS Feed:



Click the name for the feed: ID, $authordata-&gt;user_nicename) . &#039;feed/&quot; title=&quot;Feed for posts by &#039; . wp_specialchars(the_author($idmode, false)) . &#039;&quot;&gt;&#039; . the_author($idmode, false) . &#039;&#039;; ?&gt;




E-mail:

&lt;a&gt;&quot;&gt;Send an e-mail&lt;/a&gt; .







 &lt;!-- center-widget --&gt;

 &lt;!-- Again, please don&#039;t forget this closing &#039;div&#039; --&gt;


Obviously some of the above code is specific to the Tiga theme I was using. Thanks for adding the authors widget.</description>
		<content:encoded><![CDATA[<p>Yes, here&#8217;s a link to the Authors widget that would be simplest: <a href="http://www.mikesmullin.com/2006/06/21/list-authors-widget/" rel="nofollow">http://www.mikesmullin.com/2006/06/21/list-authors-widget/</a></p>
<p>This widget displays all authors on a blog. You click the links of the authors, and it either takes you to the authors.php page (if the theme miraculously has one), or it takes you to index.php page but with only the author&#8217;s posts displayed.</p>
<p>When I implemented the Authors tag on my last composition site, I added a parameter that showed the number of posts the author had made. This was handy. To view the authors on my last comp site, see <a href="http://www.idratherbewriting.com/comp" rel="nofollow">http://www.idratherbewriting.com/comp</a>. (the right sidebar).</p>
<p>The authors&#8217; names linked to author pages. The code of the authors.php page I used is as follows (this may be useful if you ever want to create a generic authors page for any theme):</p>
<p>Author Profile<!-- This is optional --></p>
<p>  <!-- Put your "stuff" below here --></p>
<p>About: </p>
<p>first_name; ?&gt; last_name; ?&gt;</p>
<p>Website:</p>
<p><a>user_url; ?&gt;&#8221;&gt;user_url; ?&gt;</a></p>
<p>Profile:</p>
<p>user_description; ?&gt;</p>
<p>Posts:</p>
<p><!-- The Loop --></p>
<p>  <b></p>
<p><a>&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link: &#8220;&gt;</p>
<p></a></b>, </p>
<p> in </p>
<p><!-- End Loop --></p>
<p>RSS Feed:</p>
<p>Click the name for the feed: ID, $authordata-&gt;user_nicename) . &#8216;feed/&#8221; title=&#8221;Feed for posts by &#8216; . wp_specialchars(the_author($idmode, false)) . &#8216;&#8221;&gt;&#8217; . the_author($idmode, false) . &#8221;; ?&gt;</p>
<p>E-mail:</p>
<p><a>&#8220;&gt;Send an e-mail</a> .</p>
<p> <!-- center-widget --></p>
<p> <!-- Again, please don't forget this closing 'div' --></p>
<p>Obviously some of the above code is specific to the Tiga theme I was using. Thanks for adding the authors widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1060</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 09 Jan 2007 03:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1060</guid>
		<description>Always happy to investigate improvements - do you have a link to the widget itself?</description>
		<content:encoded><![CDATA[<p>Always happy to investigate improvements &#8211; do you have a link to the widget itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomjohnson1492</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1055</link>
		<dc:creator>tomjohnson1492</dc:creator>
		<pubDate>Sun, 07 Jan 2007 19:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1055</guid>
		<description>Can you add an Authors widget? I would like to be able to compile all of a student&#039;s posts this way. In a &lt;a href=&quot;http://idratherbewriting.com/composition&quot; rel=&quot;nofollow&quot;&gt;class blog I used over the summer&lt;/a&gt;, I used an Author widget and found them to be indispensable to finding where a student posted something.</description>
		<content:encoded><![CDATA[<p>Can you add an Authors widget? I would like to be able to compile all of a student&#8217;s posts this way. In a <a href="http://idratherbewriting.com/composition" rel="nofollow">class blog I used over the summer</a>, I used an Author widget and found them to be indispensable to finding where a student posted something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1054</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 06 Jan 2007 09:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1054</guid>
		<description>Anything&#039;s possible although that looks particularly nice - I&#039;ll look into it as soon as I&#039;m back off hols.</description>
		<content:encoded><![CDATA[<p>Anything&#8217;s possible although that looks particularly nice &#8211; I&#8217;ll look into it as soon as I&#8217;m back off hols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1053</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Sat, 06 Jan 2007 00:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1053</guid>
		<description>Is it true that there will be a wordpress plugin adding the features of this site (see link below)? and if so, will it be a plugin available on edublogs.org?  http://www.futureofthebook.org/mitchellstephens/holyofholies/1-empty-an-introduction/</description>
		<content:encoded><![CDATA[<p>Is it true that there will be a wordpress plugin adding the features of this site (see link below)? and if so, will it be a plugin available on edublogs.org?  <a href="http://www.futureofthebook.org/mitchellstephens/holyofholies/1-empty-an-introduction/" rel="nofollow">http://www.futureofthebook.org/mitchellstephens/holyofholies/1-empty-an-introduction/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1047</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 01 Jan 2007 18:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1047</guid>
		<description>Nope... downtime free :) Happy new edublogging year!</description>
		<content:encoded><![CDATA[<p>Nope&#8230; downtime free :) Happy new edublogging year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: english2</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1045</link>
		<dc:creator>english2</dc:creator>
		<pubDate>Fri, 29 Dec 2006 00:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1045</guid>
		<description>Happy New Year James! Will these wonderful updates mean any down time for edublogs? I&#039;d like to be able to warn my students who will increasingly be dependent on edublogs for their work.
Thank you for all your work here.</description>
		<content:encoded><![CDATA[<p>Happy New Year James! Will these wonderful updates mean any down time for edublogs? I&#8217;d like to be able to warn my students who will increasingly be dependent on edublogs for their work.<br />
Thank you for all your work here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hamilton</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1039</link>
		<dc:creator>Paul Hamilton</dc:creator>
		<pubDate>Sun, 24 Dec 2006 20:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1039</guid>
		<description>Happy Christmas, James!  Many thanks for throwing your stone into the pond.  The ripples just keep on going, and you&#039;re making a welcome difference right round the world!</description>
		<content:encoded><![CDATA[<p>Happy Christmas, James!  Many thanks for throwing your stone into the pond.  The ripples just keep on going, and you&#8217;re making a welcome difference right round the world!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/comment-page-1/#comment-1036</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 20 Dec 2006 07:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://edublogs.org/2006/12/20/exciting-things-to-come-in-january/#comment-1036</guid>
		<description>It&#039;s most definitely on the cards... just need to sort out that header issue!</description>
		<content:encoded><![CDATA[<p>It&#8217;s most definitely on the cards&#8230; just need to sort out that header issue!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
