<?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>Designers vs. Developers &#187; presentations</title>
	<atom:link href="http://blogs.bu.edu/web/category/presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.bu.edu/web</link>
	<description>the blog formerly known as IxD.</description>
	<lastBuildDate>Sat, 02 Mar 2013 16:05:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>BU Versions and BU Section Editing Plugin Betas Are Now Available</title>
		<link>http://blogs.bu.edu/web/2012/07/15/bu-versions-and-bu-section-editing-plugin-betas-are-now-available/</link>
		<comments>http://blogs.bu.edu/web/2012/07/15/bu-versions-and-bu-section-editing-plugin-betas-are-now-available/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 01:50:34 +0000</pubDate>
		<dc:creator>Gregory Cornelius</dc:creator>
				<category><![CDATA[developer]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://blogs.bu.edu/web/?p=733</guid>
		<description><![CDATA[Today at WordCamp Boston 2012, we announced the release of beta versions of two WordPress plugins that address some of the workflow challenges that site administrators have been facing since we started using WordPress as our main platform for managing content-heavy websites. If you manage a self-installed WordPress site, please download them and give them [...]]]></description>
			<content:encoded><![CDATA[<p>Today at WordCamp Boston 2012, we announced the release of beta versions of two WordPress plugins that address some of the workflow challenges that site administrators have been facing since we started using WordPress as our main platform for managing content-heavy websites.</p>
<p>If you manage a self-installed WordPress site, please download them and give them a try. We will be actively working on them for the next month, so now is the best time to let us know what you like and what you don&#8217;t. The beta versions are available on GitHub:</p>
<ul>
<li><a href="https://github.com/bu-ist/bu-versions/">BU Versions</a></li>
<li><a href="https://github.com/bu-ist/bu-section-editing">BU Section Editing</a></li>
</ul>
<p>If you are not familiar with GitHub, to download each plugin click the &#8220;ZIP&#8221; button which will result in a .zip archive that you can expand and install.</p>
<p>I also posted the <a href="https://www.slideshare.net/gcorne/wordpress-workflows-expanded/">slides</a> from my talk &#8220;WordPress Workflows Expanded&#8221; for your perusal, and if you are looking for more information about the project, I wrote a <a href="http://blogs.bu.edu/web/2012/07/01/wordpress-workflows-expanded/">blog post</a> that describes our goal and the basic functionality provided by each plugin.</p>
<p>Finally, on behalf of the BU community, I want to thank this year&#8217;s <a href="http://2012.boston.wordcamp.org/organizers/">organizers</a> for their dedication and hard work. Being able to interact with everyone from core WordPress developers to those that use WordPress just in their free time was both enjoyable and rewarding.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bu.edu/web/2012/07/15/bu-versions-and-bu-section-editing-plugin-betas-are-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Workflows Expanded</title>
		<link>http://blogs.bu.edu/web/2012/07/01/wordpress-workflows-expanded/</link>
		<comments>http://blogs.bu.edu/web/2012/07/01/wordpress-workflows-expanded/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 17:07:55 +0000</pubDate>
		<dc:creator>Gregory Cornelius</dc:creator>
				<category><![CDATA[developer]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://blogs.bu.edu/web/?p=697</guid>
		<description><![CDATA[After almost 4 years building the BU CMS on WordPress MultiSite, the BU WebTeam, which consists of staff from IS&#38;T and Interactive Design, has decided to release some of our plugins to the broader WordPress community. The first two plugins planned for release tackle some of the workflow limitations that content editors have been asking [...]]]></description>
			<content:encoded><![CDATA[<p>After almost 4 years building the BU CMS on WordPress MultiSite, the BU WebTeam, which consists of staff from <a href="http://www.bu.edu/tech/">IS&amp;T</a> and <a href="http://www.bu.edu/interactive-design/">Interactive Design</a>, has decided to release some of our plugins to the broader WordPress community. The first two plugins planned for release tackle some of the workflow limitations that content editors have been asking us to address for a few years.</p>
<h2>The Problem</h2>
<p>The BU CMS contains quite a few large websites. In most cases, the bulk of the content comprises of pages (the &#8220;page&#8221; post_type), so a significant percentage of the day-to-day content modifications are updates to published content. Unfortunately, WordPress does not provide any controls for restricting the editing of published content or limiting what content a particular user is allowed to publish, so if a user has the capability to edit one page, they can edit all pages. For sites that have more than 50 editors and over 1,000 pages, the primary site administrators worry that ill-advised changes will be made to prominent content by an editor with less experience or without the authority to make the change. In addition to cracking that nut, we wanted to provide a mechanism for staging an edit to a published page so that the change could be worked on directly (with its own revision history), reviewed, previewed, and scheduled for publication.</p>
<p>After reviewing some of the existing plugins that provide this sort of functionality, we decided to write two plugins to address these problems. Both plugins will be released under the GPL.</p>
<h2>Design Goals</h2>
<ul>
<li>Blend naturally into the existing WordPress admin UI</li>
<li>Simple to use</li>
<li>Manage permissions with a full view of all post content</li>
<li>Perform well on sites with more than 2,000 pages</li>
<li>Support custom post types</li>
</ul>
<h2>BU Section Editing</h2>
<p>The BU Section Editing plugin creates a new role: Section Editor and adds screens for managing groups of Section Editors. Each group is granted access to publish and edit published content for individual pages.</p>
<p><div id="attachment_701" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/section-editing-name.jpg"><img class="size-medium wp-image-701" title="section-editing-name" src="http://blogs.bu.edu/web/files/2012/07/section-editing-name-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">The group editor borrows UI elements from the post and menu editors.</p></div></p>
<p><div id="attachment_700" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/section-editing-members.jpg"><img class="size-medium wp-image-700" title="section-editing-members" src="http://blogs.bu.edu/web/files/2012/07/section-editing-members-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">Section editors are easily added/removed from a single screen. By using the group model, editors can be added/removed without having to worry about the permissions.</p></div></p>
<p><div id="attachment_703" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/section-editing-perms-set.jpg"><img class="size-medium wp-image-703" title="section-editing-perms-set" src="http://blogs.bu.edu/web/files/2012/07/section-editing-perms-set-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">Controlling the group&#39;s permissions is handled from a single view of all content.</p></div></p>
<p><div id="attachment_702" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/section-editing-perms-allowed.jpg"><img class="size-medium wp-image-702" title="section-editing-perms-allowed" src="http://blogs.bu.edu/web/files/2012/07/section-editing-perms-allowed-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">Permissions are automatically applied to children for hierarchical post types.</p></div></p>
<h2>BU Versions</h2>
<p>The BU Versions plugin adds functionality for creating an alternate version of pages, posts, or any public custom post type. After cloning the post, editors are able to make and preview changes. When the changes are ready to be published, the user simply clicks “Replace Original” or schedules the replacement. Users that do not have the “publish_posts” capability are able to create and edit an alternate version, which makes an edit, review, then publish workflow possible even when modifying published posts.</p>
<p><div id="attachment_705" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/versions-pages.jpg"><img class="size-medium wp-image-705" title="versions-pages" src="http://blogs.bu.edu/web/files/2012/07/versions-pages-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">Users choose whether to edit or clone from the list view.</p></div></p>
<p><div id="attachment_704" class="wp-caption alignnone" style="width: 510px"><a href="http://blogs.bu.edu/web/files/2012/07/version-editor.jpg"><img class="size-medium wp-image-704" title="version-editor" src="http://blogs.bu.edu/web/files/2012/07/version-editor-500x312.jpg" alt="" width="500" height="312" /></a><p class="wp-caption-text">Editing an alternate version is distinguished visually from the normal post editor.</p></div></p>
<h2>WordCamp Boston 2012</h2>
<p>Our plan is to release beta versions of both plugins at <a href="http://2012.boston.wordcamp.org">WordCamp Boston 2012</a>. If you are attending, be sure to come to Gregory Cornelius’s talk “WordPress Workflows Expanded”.</p>
<blockquote><p>WordPress includes a well-defined workflow for running a blog with multiple contributors in various roles. It works great; But what if you are using WordPress to run a 1,000 page hierarchical site? Well… the workflows available are a bit limited without getting under the hood. For example, WordPress does not define fine-grained capabilities for controlling who can edit published content. As a result, users have to be granted full editing permissions, which increases the chance that a less-experienced user will make an ill-advised change. Drawing from our experience running large Multisite installations, Boston University has developed a couple of plugins to address some of the limitations. And for the first time, we are planning to release our plugins to the broader WordPress community under the GPL.</p>
<p>This talk will include an overview of the role/capability system presented from both a user and developer perspective as well as overviews of the BU Versions and BU Section Editing plugins. Along the way, various insights will be shared that provide a window into how BU has built an effective content management system on top of WordPress.</p></blockquote>
<p>Please let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bu.edu/web/2012/07/01/wordpress-workflows-expanded/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>A RoundUp of Our 2011 SXSW Experience</title>
		<link>http://blogs.bu.edu/web/2011/05/09/sxsw-roundup/</link>
		<comments>http://blogs.bu.edu/web/2011/05/09/sxsw-roundup/#comments</comments>
		<pubDate>Mon, 09 May 2011 19:05:30 +0000</pubDate>
		<dc:creator>Gregory Cornelius</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[SXSW]]></category>

		<guid isPermaLink="false">http://blogs.bu.edu/web/?p=552</guid>
		<description><![CDATA[This past March, a group of Marketing &#38; Communication folks traveled to Austin, Texas for SXSW Interactive. In addition to enjoying the beautiful Texas springtime weather, we attended plenty of thought-provoking sessions and met lots of interesting people. Below is a sampling of some of the sessions, books, and other related links that we thought [...]]]></description>
			<content:encoded><![CDATA[<p>This past March, a group of Marketing &amp; Communication folks traveled to Austin, Texas for SXSW Interactive. In addition to enjoying the beautiful Texas springtime weather, we attended plenty of thought-provoking sessions and met lots of interesting people. Below is a sampling of some of the sessions, books, and other related links that we thought were compelling.</p>
<p><a href="http://blogs.bu.edu/web/files/2011/05/sxsw2011-presentation.pdf">Download our Luncheon SXSW RoundUp Presentation</a> (pdf)</p>
<h3>Notable Sessions</h3>
<ul>
<li><a href="http://schedule.sxsw.com/events/event_IAP000438">Matt Mullenweg Interview: The Future of WordPress</a></li>
<li><a href="http://www.bu.edu/nisdev/staff/timw/dna/lesson.php">Thank You Economy</a> — Gary Vaynerchuk</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP000246">Why Would We Think Social Media Is Revolutionary?</a> — Clay Shirky</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP7331">NPR’s API: Create Once, Publish Everywhere</a> — Zach Brand</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP7876">Influencer Throwdown: Proving Influence Once and For All</a>
<ul>
<li><a href="http://www.slideshare.net/empowermm/sxsw-2011-influencer-throwdown-defining-influence-once-for-all">Slides</a></li>
<li><a href="http://blog.discoverdigitalgroup.com/2011/03/16/ddg-sxsw-day-3/">Recap (blog post from Discover Digital Group)</a></li>
</ul>
</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP7315">Social Network Users&#8217; Bill of Rights: You Decide</a>
<ul>
<li><a href="http://snubillofrights.com/">Official Website</a></li>
<li><a href="http://technolog.msnbc.msn.com/_news/2011/03/12/6250690-sxsw-vote-on-your-social-network-users-bill-of-rights">MSNBC &#8220;Technolog&#8221; coverage</a></li>
</ul>
</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP000325">The Game Layer on Top of the World</a> — Seth Priebatsch
<ul>
<li><a href="http://www.slideshare.net/chiefninja1/sxsw-keynote-the-game-layer-on-top-of-the-world">Slides</a></li>
<li><a href="http://scvngr.com/">SCVNGR website</a></li>
</ul>
</li>
<li><a href="http://schedule.sxsw.com/events/event_IAP6462">Interactive Narratives: Creating the Future of Storytelling</a></li>
</ul>
<h3>Additional Links</h3>
<ul>
<li><a href="http://blogs.bu.edu/bunow/tag/sxsw-2011/">Jenny Mackintosh’s posts from SXSW, on BU Now</a></li>
<li><a href="http://thinkupapp.com/">ThinkUp: Social Media Insights Platform</a></li>
<li><a href="http://news.cnet.com/8301-13577_3-20044796-36.html">With SXSW over, what’s next for group messaging?</a> (CNET)</li>
</ul>
<h3>Books</h3>
<ul>
<li><em><a href="http://www.amazon.com/Cognitive-Surplus-Creativity-Generosity-Connected/dp/1594202532/ref=ntt_at_ep_dpt_1">Cognitive Surplus: Creativity and Generosity in a Connected Age</a></em> — Clay Shirky</li>
<li><em><a href="http://www.amazon.com/Reality-Broken-Games-Better-Change/dp/1594202850/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1304909620&amp;sr=1-1">Reality is Broken</a></em> — Jane McGonigal</li>
<li><em><a href="http://www.amazon.com/Thank-You-Economy-Gary-Vaynerchuk/dp/0061914185/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1304909694&amp;sr=1-1">The Thank You Economy</a></em> — Gary Vaynerchuk</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.bu.edu/web/2011/05/09/sxsw-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
