<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Will's Similiblog &#187; portfolio</title>
	<atom:link href="http://wt.similibus.org/tag/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://wt.similibus.org</link>
	<description>Just another voice in the EduBlogging universe</description>
	<pubDate>Mon, 29 Sep 2008 01:14:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>willtaylor.md@mac.com ()</managingEditor>
		<webMaster>willtaylor.md@mac.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>willtaylor.md@mac.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://similibus.org/wt/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://wt.similibus.org/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Will's Similiblog</title>
			<link>http://wt.similibus.org</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>recipe for a social learning platform - #11 - files repository</title>
		<link>http://wt.similibus.org/2008/03/09/recipe-for-a-social-learning-platform-11-files-repository/</link>
		<comments>http://wt.similibus.org/2008/03/09/recipe-for-a-social-learning-platform-11-files-repository/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:11:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/09/recipe-for-a-social-learning-platform-11-files-repository/</guid>
		<description><![CDATA[<p>I wanted to include a place for users to upload/archive files (of all sorts), to serve as a simple &#8216;user portfolio&#8217; section of the site.  I played around a bunch with some of the <a href="http://drupal.org/project/Modules/category/62" target="_blank">file management modules</a> for Drupal, and the site was getting more &amp; more complicated; and I finally came around to the &#8220;keep it simple&#8221; mantra that I&#8217;m trying to use to dictate the rest of the site&#8217;s design.</p>
<p>Fortunately, the Views module came to my rescue again, here coupled in use with Drupal&#8217;s built-in taxonomy.  I came back to the idea of providing users with a single entry type - blog posts (allowing attachments); and use Views and Taxonomy to provide ways of viewing and organizing blog-post attachments.</p>
<p>Below, are the Views settings for a &#8220;my public files&#8221; page:</p>
<p>filters:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/files_filters.png" height="454" width="672" /><br />
<font color="#ffffff">____________________</font></p>
<p>I created an &#8220;exposed filter&#8221;, to permit the user to select their attached files by tag:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/files_exposedfilter.png" height="234" width="682" /><br />
<font color="#ffffff">______________</font></p>
<p>and created a page layout in table form:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/files_fields.png" height="386" width="682" /><br />
<font color="#ffffff">_______________________</font></p>
<p>This view collects all files that the user has submitted  as attachments to blog posts, into a table on a single page; renders these sortable by name, upload date, tag; and searchable by tag.</p>
<p>The Views module will permit many different ways of viewing the collected files - e.g., views could be created for &#8220;my published files,&#8221; &#8220;my unpublished/private files,&#8221; &#8220;all users&#8217; files,&#8221; &#8220;my buddies&#8217; files,&#8221; &amp;c.; and could include exposed filters to further parse display.</p>
<p>I&#8217;m quite happy with how all this worked out - it feels like a very organic solution from the users&#8217; end.  Rather than creating a dedicated file upload/archiving corner of the site,  files are contributed through the blogging interface (as either public or private/unpublished blog posts); and are merely displayed and organized through this interface.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/09/recipe-for-a-social-learning-platform-11-files-repository/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #9 - views</title>
		<link>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-9-views/</link>
		<comments>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-9-views/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 23:01:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-9-views/</guid>
		<description><![CDATA[<p>A key feature of this site, is reliance on the wonderful <a href="http://drupal.org/project/views" target="_blank">Views module</a> for Drupal.  This permits display of the community blog with various filters applied (all posts, user&#8217;s posts, buddies&#8217; posts, &amp;c.), in various modes (full post, table/list view with various fields displayed), in variable sort-order, &amp;c.</p>
<p>I&#8217;ve created several views of user-submitted material, as seen in the &#8220;Community Blog Views,&#8221; &#8220;Views of My Groups,&#8221; and &#8220;My Stuff&#8221; menus.</p>
<p>e.g., below are the settings for the Community Blog (list view) page:</p>
<p>access: authenticated user<br />
Provide page view - checked<br />
URL - blog/community_blog_listview<br />
View type - table view<br />
fields:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/fields.png" height="493" width="680" /></p>
<p align="left">filters:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/filters.png" align="texttop" height="359" width="682" /><br />
____________________________________________________________________</p>
<p align="left">note that this will display both Blog posts and feed item nodes generated from the feeds collected by the Aggregation module.  The latter is made available to users who have outside blogs, so that users can aggregate feed items from their outside blogs into our community blog.  (The other aggregator module I have installed - feedapi - will be used for news feeds, which will not be incorporated into the community blog, but rather displayed elsewhere on the site).</p>
<p>sort criteria:<br />
<img src="http://wt.similibus.org/wp-content/uploads/2008/03/sort.png" height="124" width="682" /></p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-9-views/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #8 - login &#038; access</title>
		<link>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-8-login-access/</link>
		<comments>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-8-login-access/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 21:22:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-8-login-access/</guid>
		<description><![CDATA[<p>We made the decision to restrict access to our site to authenticated members of our academic community.  I have to admit that I do find myself a bit muddled on the whole issue of transparency / transparent life.  Perhaps having been raised in the rural Midwest, and spending much of my adult life in downeast Maine - geographic locales where personal privacy is perhaps pathologically emphasized - has unduly influenced this ;^).  When introducing blogging/journaling/portfolio production into an academic community, further issues come forward, and frankly, I&#8217;m confused by it all.  The issue of the transparent life has come upon us rather abruptly as transportation and communication technologies have become more sophisticated and available; it will be the task of the next several generations to sort out the hows/whys/ifs/whatnots/inevitabilities of this.</p>
<p>I&#8217;d love to see some discussion on this topic.  I&#8217;m sure there&#8217;s a lot of it out there on the &#8216;net.  Thanks to folks taking the transparency option :^).</p>
<p>But anyhow -</p>
<p>In <font color="#993366">Adminster &gt; Access control</font>,  I&#8217;ve given &#8220;anonymous user&#8221; no privileges, including no <font color="#993366">access content</font> privileges in the <font color="#993366">node module </font>section. Non-logged-in users will see only an &#8220;Access denied&#8221; page with login fields.</p>
<blockquote><p><em>Prior to denying &#8220;anonymous user&#8221;  <font color="#993366">node module &gt; access content</font> privileges</em><em>, it is important to assure that you will not lock yourself out of the site!</em>  This is easy to do with Drupal (or perhaps I&#8217;m just particularly skilled at this &#8230;), and you&#8217;ll find a lot of desperate &#8220;help&#8221; messages in the Drupal forum on this issue.  (You can get to a login page using http://<font color="#808080">yoursite.com</font>/?q=user , if you are so unfortunate).  <em>But before denying &#8220;anonymous user&#8221; access</em>, activate the LoginToboggan module; then go to <font color="#993366">Administer &gt; User management &gt; LoginToboggan</font>, and set the <font color="#993366">Present login form on access denied (403):</font> radio button to <font color="#993366">enabled</font>.</p></blockquote>
<p>I have been playing around with Drupal 6.x.  It is not yet ready to go for this application, as several of the necessary modules have not yet been made 6.x-ready.  But its granular permissions structure may permit greater flexibility - permitting users to elect to make some content world-visible while holding other content within the authenticated-user community.  It&#8217;ll be fun to mess with when module development catches up.</p>
<p>Access control for &#8220;authenticated user&#8221; should be straightforward.  In the <font color="#993366">node module</font> section, I&#8217;ve given permission only for <font color="#993366">access content</font>, <font color="#993366">create group content</font>, and <font color="#993366">edit own group content</font>.  In the Aggregation module section, I&#8217;ve given permission for <font color="#993366">manage aggregation feeds</font>, <font color="#993366">manage aggregation items</font>, <font color="#993366">manage own feed items</font>, and <font color="#993366">view aggregation items</font>.  Users can post only 2 kinds of content - Blog posts, and imported feeds &amp; feed items from their external blog.  This reflects in part a decision to <em>keep it simple</em>.  As a postgraduate school, we have many students of the cyberphobic demographic; too many options could discourage use.  (also - the Books node is reserved for administrator use for Help pages; the Stories node is reserved for administrator use, for the 2nd aggregation module - feedapi - to aggregate news feeds for the socially-rated news section of the site).</p>
<p>I&#8217;ve given creation and attachment permissions for audio files in the <font color="#993366">audio</font> and <font color="#993366">audio_attachment</font> sections, so that users can post streaming audio into their blog postings.</p>
<p><font color="#993366">User use authorship needs</font> to be enabled in the <font color="#993366">Authorship</font> section, to associate full names with posts, rather than usernames (this option will be configured in the Authorship module admin).</p>
<p><font color="#993366">Override node publishing options</font> needs to be enabled in <font color="#993366">override_node_options</font> module section, to permit users the option of posting unpublished posts.</p>
<p>Other permissions should be intuitive, but I&#8217;ll visit a few of these in turn as I get around to discussion of specific functionalities of the site.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-8-login-access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #7 - theme</title>
		<link>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-7-theme/</link>
		<comments>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-7-theme/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 09:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-7-theme/</guid>
		<description><![CDATA[<p>There are a lot of good themes for Drupal, but my needs were for something pretty clean and &#8216;academically professional.&#8217;  When someone ports the Mandigo WordPress theme (used on this WP blog) to Drupal I&#8217;ll jump for joy!  But I found the Sky theme for Drupal, which I&#8217;m quite happy with.  Find it in the Drupal project repository <a href="http://drupal.org/project/sky" target="_blank">here</a>.</p>
<p>Now there&#8217;s a trick with this theme - if <em>all</em> of your active blocks are configured in the right sidebar region, you&#8217;ll have a right-sidebar theme.  However, if even <em>one</em> of your blocks is placed in the left sidebar, they&#8217;ll <em>all</em> show up on the left.  (This is only apparent after you leave the blocks editing page; as on that page, all sideblocks show up on the left anyway, regardless of where you configure them).</p>
<p>I did a minor CSS hack on the theme, as I chose to close up the vertical height in the menu blocks a bit, so they&#8217;d look a bit tighter.  So I opened up Sky/<font color="#993366">style.css</font>, found all the <font color="#993366">line-height</font> references in the sidebar section (starting around line 121), and changed these to <font color="#993366">20px</font>.  Be sure to find the several references to line-height and change each of these.</p>
<p>The header image is <font color="#993366">bg-header.jpg</font>, in <font color="#993366">Sky/images/</font> , and measures 120&#215;960 pixels (note that the bottom 35px of this image will be masked by the primary links menu).  I edited my pic in the most wonderful <a href="http://www.lemkesoft.com/xd/public/content/index._cGlkPTE5Mw_.html" target="_blank">Graphic Converter</a>, and saved optimized for web to minimize download time for users. (btw, the main header image on my <a href="http://sandbox.similibus.org" target="_blank">Sandbox site</a> is of the beautiful stream in Mostnica Gorge, near Stara Fužina, Slovenja).</p>
<p>After the theme was all configured and basic setup of the site was complete, I created several clones of the theme, naming each Sky-<em>whatever</em>, in the themes directory; differing from each other only in the header image.  When Organic Groups are set up, the group author is able to select a theme for their group page from the list of activated themes; having a uniquely identifying header graphic for a group is a nice touch.  But wait to do this until most of the rest of the site is configured, as some configuration steps will alter theme settings; and the voting module (for social rating of news feed items) requires a couple of minor hacks to your theme template files.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/08/recipe-for-a-social-learning-platform-7-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #5 - modules hacks</title>
		<link>http://wt.similibus.org/2008/03/06/recipe-for-a-social-learning-platform-5-modules-hacks/</link>
		<comments>http://wt.similibus.org/2008/03/06/recipe-for-a-social-learning-platform-5-modules-hacks/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 03:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/06/recipe-for-a-social-learning-platform-5-modules-hacks/</guid>
		<description><![CDATA[<p>I made the 2 following minor module hacks to improve the user interface on the blog editing page:</p>
<p><strong>Audio module</strong><br />
be sure to use:<br />
<strong>audio 5.x-2.x-dev </strong>(or later)<br />
- which permits audio file upload &amp; streaming audio in any node type, so that users can upload streaming audio to blog posts</p>
<blockquote><p> The audio attach section added by this module to the node (e.g. blog) editing page is a collapsible section, but by default is expanded.  This presents additional options on the page which might be confusing to the novice user; I&#8217;d rather have this section collapsed by default.</p>
<p>find <font color="#993366">audio_attach.module</font>, in <font color="#993366">audio/contrib/attach/</font><br />
at line 76, add  <font color="#993366">&#8216;#collapsed&#8217; =&gt; TRUE</font><br />
so that this line reads:<br />
<font color="#993366"> $form['audio_attach'] = array(&#8217;#type&#8217; =&gt; &#8216;fieldset&#8217;, &#8216;#title&#8217; =&gt; t(&#8217;Attached audio files&#8217;), &#8216;#collapsible&#8217; =&gt; TRUE, &#8216;#collapsed&#8217; =&gt; TRUE);</font></p></blockquote>
<p><strong>Override Node Publishing Options module</strong><br />
I&#8217;d like to give the user the option to toggle &#8220;published&#8221; on/off, but not offer the options to promote to front page, make sticky, or  create new revision.</p>
<blockquote><p>Find <font color="#993366">override_node_options.module</font>, in the <font color="#993366">override_node_options</font> directory.<br />
Comment out lines 28, 29 and 30, so that these read:<br />
<font color="#993366"> // $form['options']['override_publishing_promote'] &#8230;<br />
// $form['options']['override_publishing_sticky'] &#8230;<br />
// $form['options']['override_publishing_revision'] &#8230;</font></p></blockquote>
<blockquote></blockquote>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/06/recipe-for-a-social-learning-platform-5-modules-hacks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #4 - additional modules</title>
		<link>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-4-additional-modules/</link>
		<comments>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-4-additional-modules/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 01:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-4-additional-modules/</guid>
		<description><![CDATA[<p>Additional modules - from <a href="http://drupal.org/project/Modules" target="_blank">http://drupal.org/project/Modules</a> - include the following (be sure to use the latest 5.x releases of each):</p>
<p>modules on which there are essential dependencies:</p>
<blockquote><p> job-queue<br />
token<br />
workflow_ng</p></blockquote>
<p>modules lending functionality to blog posts:</p>
<blockquote><p>authorship<br />
override_options<br />
image<br />
img_assist<br />
upload<br />
upload_preview<br />
<strike>tinymce</strike>  fckeditor - <em>(there is a fatal conflict between tinymce and the updated jsquery.js required by extra_voting_forms)</em><br />
audio - <em>be sure to use <a href="http://drupal.org/node/139804" target="_blank">audio 5.x-2.x-dev</a> or more recent</em></p></blockquote>
<p>for user management:</p>
<blockquote><p>userplus<br />
site_user_list<br />
(blogger - not in use, but might be nice esp. on smaller sites)</p></blockquote>
<p>groups &amp; buddies:</p>
<blockquote><p>buddylist or buddylist2 (I&#8217;m using buddylist)<br />
og (organic groups)</p></blockquote>
<p>page construction:</p>
<blockquote><p> views<br />
insert_view</p></blockquote>
<p>taxonomy/tags:</p>
<blockquote><p>tagadelic</p></blockquote>
<p>for rss generation out of an authenticated site:</p>
<blockquote><p>tokenauth</p></blockquote>
<p>to import/aggregate external feeds:</p>
<blockquote><p>aggregation (the included aggregation_views)</p></blockquote>
<p>login:</p>
<blockquote><p>logintoboggan</p></blockquote>
<p>&#8212;&#8211;</p>
<p>There are some important configurations &amp; a couple of hacks on some of the above modules; I&#8217;ll go over these in subsequent posts.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-4-additional-modules/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #3 - site &#038; core modules</title>
		<link>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-3-site-core-modules/</link>
		<comments>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-3-site-core-modules/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:47:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-3-site-core-modules/</guid>
		<description><![CDATA[<p>The site (<a href="http://sandbox.similibus.org" target="_blank">http://sandbox.similibus.org</a>) is built in Drupal 5.7.  Drupal version 6.1 is now available, but some of the essential modules for this platform - Views, Organic Groups, Aggregation, &amp;c. - are not yet available in their 6.x incarnations.  I&#8217;ve  been playing with the 6.x release elsewhere, and I suspect that the new granular permissions structure will lend some advantages to a site such as this one, once these modules have caught up with the development cycle.</p>
<p>modules in core that are enabled include:</p>
<blockquote><p>blog<br />
blogAPI<br />
book2<br />
comment<br />
menu<br />
profile<br />
search<br />
taxonomy<br />
tracker<br />
upload</p></blockquote>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/05/recipe-for-a-social-learning-platform-3-site-core-modules/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #2 - demo site</title>
		<link>http://wt.similibus.org/2008/03/04/recipe-for-a-social-learning-platform-2-demo-site/</link>
		<comments>http://wt.similibus.org/2008/03/04/recipe-for-a-social-learning-platform-2-demo-site/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/2008/03/04/recipe-for-a-social-learning-platform-2-demo-site/</guid>
		<description><![CDATA[<p>I&#8217;ve set up a clone of this project, as a demo/sandbox site, at:</p>
<p><a href="http://sandbox.similibus.org/" target="_blank">http://sandbox.similibus.org/</a></p>
<p>I&#8217;ve installed Drupal&#8217;s &#8216;demonstration site&#8217; module, so the site will be wiped clean periodically - so feel free to create an account, poke around, add content (no spam!) - and offer feedback on the project.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/03/04/recipe-for-a-social-learning-platform-2-demo-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>recipe for a social learning platform - #1</title>
		<link>http://wt.similibus.org/2008/02/26/recipe-for-a-social-learning-platform-in-drupal-1/</link>
		<comments>http://wt.similibus.org/2008/02/26/recipe-for-a-social-learning-platform-in-drupal-1/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 21:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[site_development]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wt.similibus.org/?p=6</guid>
		<description><![CDATA[<p>I&#8217;ve been developing a community blogging platform for my institution, a postgraduate college of ~500 students.  We&#8217;ve been successfully employing Moodle as a learning management system built around individual course offerings, but wish to extend the functionality of this with a platform to support integration of learning across course offerings, permitting student journaling, community discussion, and lodging of &#8216;learning artifacts&#8217; both for individuals and for sharing within the learning community.</p>
<p>We&#8217;re constrained by cost (budget = $0 plus or minus a few bucks); by having a population of students somewhat older than the demographic to which web-savvyness comes by default; and by having a faculty with only a few potential early-adopters of digital technology.</p>
<p>My vision for this platform, includes:</p>
<ul>
<li>a journaling/blogging component, permitting public student journaling, with the option of private journaling;</li>
<li>the ability to create sub-groups orbital to the full community;</li>
<li>some form of portfolio development for students, with the possibility of archiving both private and public &#8216;learning artifacts&#8217;</li>
<li>the expressed desire of constituents to restrict access to our institutional/learning community</li>
</ul>
<p>I&#8217;ll detail in upcoming posts the construction of our site, which is now in beta-user testing status, and readying for limited launch at the start of spring term in April.</p>
<hr /><small>Will Taylor / Will's Similiblog 2008<br />
Creative Commons attribution 3.0 license </small>]]></description>
		<wfw:commentRss>http://wt.similibus.org/2008/02/26/recipe-for-a-social-learning-platform-in-drupal-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
