<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://technologyandsocialaction.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Technology and Social Action - Online Environment Development</title>
 <link>http://technologyandsocialaction.org/taxonomy/term/55/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>CoPs: the next generation</title>
 <link>http://technologyandsocialaction.org/node/912</link>
 <description>&lt;p&gt;Ramondt, L. (2008) Chapter 18: CoPs: the next generation In Kimble, C, Hildreth, P., (eds), Volume 2: Communities of Practice: Creating Learning Environments for Educators, London, Information age publishing, 365-391 pages, ISBN=1593118651 (bookchapter)&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/912#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <pubDate>Mon, 15 Jun 2009 14:20:26 +0000</pubDate>
 <dc:creator>Leonie Ramondt</dc:creator>
 <guid isPermaLink="false">912 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Adding FreeMind MindMaps to this site</title>
 <link>http://technologyandsocialaction.org/node/384</link>
 <description>&lt;p&gt;The freely available software &lt;a href=&quot;http://freemind.sourceforge.net/wiki/index.php/Main_Page&quot;&gt;freemind&lt;/a&gt; is used to create &lt;a href=&quot;http://en.wikipedia.org/wiki/Mindmaps&quot;&gt;mindmaps.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If its data files are attached to a piece of MindMap content on this web site, then the resulting mindmap will be shown.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To do this first login, then go to Create Content -&amp;gt; MindMap.  Give your MindMap a title, type something descriptive in the body.  Then go to File Attachments, and use that to upload your Freemind  data file.&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/384#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/148">howto</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/147">mindmap</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <enclosure url="http://technologyandsocialaction.org/system/files/ILike_1.mm" length="834" type="text/x-troff-mm" />
 <pubDate>Sun, 09 Dec 2007 21:40:59 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">384 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Redirecting on Access Denied Errors</title>
 <link>http://technologyandsocialaction.org/node/311</link>
 <description>&lt;p&gt;Drupal gives ability to control access to content.  &lt;/p&gt;
&lt;p&gt;If a user hits some content that gives a 403 error ( access denied ) either because they have not got correct access rights,&lt;br /&gt;
or are anonymous it is possible to control what happens next.  &lt;/p&gt;
&lt;p&gt;This php snippet does just that.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/311&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/311#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <pubDate>Sun, 25 Nov 2007 01:40:36 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">311 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>getting stats from drupal watchdog</title>
 <link>http://technologyandsocialaction.org/node/301</link>
 <description>&lt;p&gt;here are some simple examples of some SQL to get information from watchdog, using sql string matching...&lt;/p&gt;
&lt;pre&gt;
SELECT message,timestamp FROM watchdog WHERE message LIKE &#039;%daws%&#039; 
AND type=&#039;user&#039; AND message NOT LIKE &#039;notify%&#039;;
&lt;/pre&gt;&lt;p&gt;you get the idea...&lt;br /&gt;
to see how many password resets I&#039;d asked for I&#039;d do&lt;/p&gt;
&lt;pre&gt;
SELECT hostname,message,timestamp FROM watchdog 
WHERE message LIKE &#039;%Password%&#039; and type=&#039;user&#039; 
AND message LIKE &#039;%ligh%&#039;;
&lt;/pre&gt;&lt;p&gt;or &lt;/p&gt;
&lt;pre&gt;
SELECT COUNT(*) FROM watchdog 
WHERE message LIKE &#039;%Password%&#039; and type=&#039;user&#039; AND MESSAGE LIKE &#039;%dawson%&#039;;
&lt;/pre&gt;</description>
 <comments>http://technologyandsocialaction.org/node/301#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <pubDate>Sat, 17 Nov 2007 06:33:32 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">301 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Resetting a lost password</title>
 <link>http://technologyandsocialaction.org/node/291</link>
 <description>&lt;p&gt;Everybody forgets passwords.  It&#039;s a fact of life.  But that shouldn&#039;t stop you using the web site.  &lt;/p&gt;
&lt;p&gt;Here is a walk through getting back into the site if you&#039;ve forgot your password. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/291#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/126">faq</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/127">help</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <pubDate>Sun, 11 Nov 2007 15:35:15 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">291 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Change your password here</title>
 <link>http://technologyandsocialaction.org/node/289</link>
 <description>&lt;p&gt;This is your user profile page after following the &amp;quot;request new password&amp;quot; process.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Type your new password in the Password fields and save.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You&#039;ve just reset your password! &lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/289#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/126">faq</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/127">help</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <pubDate>Sun, 11 Nov 2007 15:18:31 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">289 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Creating an ULTRALAB hot seat clone in drupal</title>
 <link>http://technologyandsocialaction.org/node/243</link>
 <description>&lt;p&gt;OK .. rough notes on work in progress of the hot seat software ... basically so I can remember how to do it again.&lt;/p&gt;
&lt;p&gt;There are quite a lot of settings to get right.  Some through drupal, others on a shell on the webserver ( or however you mod the files on there )&lt;/p&gt;
&lt;p&gt;Its work in progress but at this date can be found at &lt;a href=&quot;http://hs.technologyandsocialaction.org/&quot;&gt;http://hs.technologyandsocialaction.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/243&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/243#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/74">drupal</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/125">hotseat</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/107">ultralab</category>
 <enclosure url="http://technologyandsocialaction.org/system/files/formtweaker-diff.txt" length="351" type="text/plain" />
 <pubDate>Fri, 12 Oct 2007 13:49:28 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">243 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Creating a Drupal module to allow individual tagging and links on user home pages.</title>
 <link>http://technologyandsocialaction.org/node/219</link>
 <description>&lt;p&gt;&lt;a href=&quot;/user/24&quot;&gt;Leonie&lt;/a&gt; recently asked me to add a feature to the &lt;a href=&quot;http://www.technologyandsocialaction.org&quot;&gt; technology and social action &lt;/a&gt; web site that allows participants to categorise the content on the site with their own tags.  This we enabled by using the &lt;a href=&quot;http://drupal.org/project/community_tags&quot;&gt; community tags &lt;/a&gt; module.  She also asked to add a feature where a user tags would be available on their profile page.  This took a little more work as this feature required a new module writing.  I&#039;ve just finished it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/219&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/219#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/74">drupal</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <enclosure url="http://technologyandsocialaction.org/system/files/mytags.module.txt" length="2573" type="text/plain" />
 <pubDate>Sat, 22 Sep 2007 20:35:15 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">219 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Decision making and design</title>
 <link>http://technologyandsocialaction.org/node/189</link>
 <description>&lt;p&gt;The recent &lt;a href=&quot;http://www.technologyandsocialaction.org/node/16&quot;&gt;pradsa2 workshop&lt;/a&gt; at &lt;a href=&quot;http://www.uwe.ac.uk&quot;&gt; University of West of England&lt;/a&gt; had a session on decision making.  Our group decided assess the design decisions in developing this web site.  I&#039;ll start putting my understanding of that process here.&lt;/p&gt;
&lt;p&gt;Before the first workshop I perceived the site to be a place where people would come to ( ie log in ), produce content ( ie blog stuff, post forum questions ), building a corpus of examples and knowledge.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/189&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/189#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/77">decision making</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/74">drupal</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/69">web2</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/53">Workshops</category>
 <pubDate>Wed, 05 Sep 2007 09:45:17 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">189 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Doing some site design</title>
 <link>http://technologyandsocialaction.org/node/65</link>
 <description>&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-start&quot;&gt;&lt;label&gt;Start: &lt;/label&gt;21 Jun 2007 - 12:00&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-end&quot;&gt;&lt;label&gt;End: &lt;/label&gt;21 Jun 2007 - 17:00&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-tz&quot;&gt;&lt;label&gt;Timezone: &lt;/label&gt;Etc/GMT+1&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This is a face to face meeting to do some design work to design the technologyandsocialaction site so it is more usable &amp;amp; useful for the kinds of conversations we are trying to get started.&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/65#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/55">Online Environment Development</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <pubDate>Mon, 11 Jun 2007 15:12:21 +0000</pubDate>
 <dc:creator>AndyDearden</dc:creator>
 <guid isPermaLink="false">65 at http://technologyandsocialaction.org</guid>
</item>
</channel>
</rss>
