<?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>Medill WordPress Users</title>
	<atom:link href="http://medillwp.interactiveproducing.com/main/feed/" rel="self" type="application/rss+xml" />
	<link>http://medillwp.interactiveproducing.com/main</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jan 2015 16:41:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Alternative to MAMP/WAMP</title>
		<link>http://medillwp.interactiveproducing.com/main/alternative-to-mampwamp/</link>
		<comments>http://medillwp.interactiveproducing.com/main/alternative-to-mampwamp/#comments</comments>
		<pubDate>Mon, 23 Jun 2014 15:18:52 +0000</pubDate>
		<dc:creator><![CDATA[SB Anderson]]></dc:creator>
				<category><![CDATA[Production]]></category>
		<category><![CDATA[Tool News]]></category>

		<guid isPermaLink="false">http://medillwp.org/main/?p=884</guid>
		<description><![CDATA[<p>Have just started experimenting with this alternative to MAMP and WAMP &#8212; <a href="http://premium.wpmudev.org/blog/set-up-wordpress-locally-with-desktopserver/" title="How to install" target="_blank">DesktopServer</a>. The free version seems to be on equal footing with functionality &#8212; and lets you create custom local URLs for each of your sites. </p> <p>And it looks like the install is less bloated than the W/MAMP [...]]]></description>
		<wfw:commentRss>http://medillwp.interactiveproducing.com/main/alternative-to-mampwamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS table awesomeness</title>
		<link>http://medillwp.interactiveproducing.com/main/css-table-awesomeness/</link>
		<comments>http://medillwp.interactiveproducing.com/main/css-table-awesomeness/#comments</comments>
		<pubDate>Thu, 19 Sep 2013 22:19:16 +0000</pubDate>
		<dc:creator><![CDATA[SB Anderson]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://medillwp.org/main/?p=848</guid>
		<description><![CDATA[<p>I wanted to write a thing on &#60;table&#62;s and it turned into…&#10;&#10;A Complete Guide to the Table Element :: <a href="http://t.co/eOIsFUQSLR">http://t.co/eOIsFUQSLR</a></p> <p>&#8212; Chris Coyier (@chriscoyier) <a href="https://twitter.com/chriscoyier/statuses/380812824148066304">September 19, 2013</a></p> <p></p>]]></description>
		<wfw:commentRss>http://medillwp.interactiveproducing.com/main/css-table-awesomeness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let your students know their post is live</title>
		<link>http://medillwp.interactiveproducing.com/main/let-your-students-know-their-post-is-live/</link>
		<comments>http://medillwp.interactiveproducing.com/main/let-your-students-know-their-post-is-live/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:49:38 +0000</pubDate>
		<dc:creator><![CDATA[SB Anderson]]></dc:creator>
				<category><![CDATA[Production]]></category>

		<guid isPermaLink="false">http://medillwp.org/main/?p=811</guid>
		<description><![CDATA[<p>If you work with drafts from students and then publish, here&#8217;s a bit of code for functions.php that will send the author an e-mail once the post is live. </p> function wpr_authorNotification($post_id) { $post = get_post($post_id); $author = get_userdata($post->post_author); $message = " Hi ".$author->display_name.", Your post, ".$post->post_title." has just been published. Well done! "; wp_mail($author->user_email, [...]]]></description>
		<wfw:commentRss>http://medillwp.interactiveproducing.com/main/let-your-students-know-their-post-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs / WordPress workflow</title>
		<link>http://medillwp.interactiveproducing.com/main/google-docs-wordpress-workflow/</link>
		<comments>http://medillwp.interactiveproducing.com/main/google-docs-wordpress-workflow/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 17:39:28 +0000</pubDate>
		<dc:creator><![CDATA[SB Anderson]]></dc:creator>
				<category><![CDATA[Production]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://medillwp.org/main/?p=768</guid>
		<description><![CDATA[<p>Good overview of how to integrate the <a href="http://wordpress.org/extend/plugins/docs-to-wordpress/installation/">Docs to WordPress plug-in</a> into your WP workflow. Layer in <a href="http://wordpress.org/extend/plugins/edit-flow/">EditFlow</a> &#8212; and in the case of the Bangor Daily News, hooks to the print production CMS &#8212; and you&#8217;ve got a pretty impressive (and cheap) CMS for your newsroom. Here&#8217;s William Davis of Bangor giving [...]]]></description>
		<wfw:commentRss>http://medillwp.interactiveproducing.com/main/google-docs-wordpress-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice new set of basic WP tutorials</title>
		<link>http://medillwp.interactiveproducing.com/main/nice-new-set-of-basic-wp-tutorials/</link>
		<comments>http://medillwp.interactiveproducing.com/main/nice-new-set-of-basic-wp-tutorials/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:00:45 +0000</pubDate>
		<dc:creator><![CDATA[SB Anderson]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://medillwp.org/main/?p=765</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://multimedia.journalism.berkeley.edu/tutorials/cat/wordpress"></a></p> <p>The Knight Digital Media Center has to together <a href="http://multimedia.journalism.berkeley.edu/tutorials/cat/wordpress" target="_blank">a nice basic set of tutorials</a> aimed at WordPress newbies. &#8220;While the focus of some tutorials is on technology and journalism, most are general enough to be of use to anyone.&#8221;</p>]]></description>
		<wfw:commentRss>http://medillwp.interactiveproducing.com/main/nice-new-set-of-basic-wp-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Quick Cache is NOT caching this page, because `$_SERVER['REQUEST_URI']` indicates this is a `/feed`; and the configuration of this site says not to cache XML-based feeds. -->