<?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>alan dawson&#039;s blog</title>
 <link>http://technologyandsocialaction.org/blog/2</link>
 <description></description>
 <language>en</language>
<item>
 <title>BITfixIT</title>
 <link>http://technologyandsocialaction.org/node/378</link>
 <description>&lt;p&gt;A community run volunteer powered openaccess workshop where people can get free IT advice and access in the Pitsmoor area of Sheffield.&lt;br /&gt;
&lt;a href=&quot;http://www.burngreave.net/mailman/listinfo/cafe&quot;&gt;http://www.burngreave.net/mailman/listinfo/cafe&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.bitfixit.co.uk&quot;&gt;http://www.bitfixit.co.uk&lt;/a&gt;&lt;br /&gt;
Its looking to develop training to help its volunteer techies get better Linux and FLOSS skills&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/378&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/378#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/143">communityIT</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/87">FLOSS</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/139">project</category>
 <pubDate>Sun, 09 Dec 2007 11:11:40 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">378 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>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>Eric Lee: Linux: The first 100 days</title>
 <link>http://technologyandsocialaction.org/node/228</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.ericlee.info/2007/09/linux_the_first_100_days.html&quot;&gt;Eric Lee: Linux: The first 100 days&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I notice that  &lt;a href=&quot;/user/21&quot; title=&quot;View user profile.&quot;&gt;Eric Lee&lt;/a&gt;,who moved to linux shortly after the &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/node/7&quot;&gt;first pradsa workshop&lt;/a&gt;,  is still going strong in the free world.  &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nice one!&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/228#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/87">FLOSS</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/16">linux</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/51">Other discussion topics</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/31">Ubuntu</category>
 <pubDate>Thu, 04 Oct 2007 10:55:28 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">228 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>democracy tv </title>
 <link>http://technologyandsocialaction.org/node/55</link>
 <description>&lt;p&gt;I came across Democracy TV from  &lt;a href=&quot;http://www.getdemocracy.com/&quot; title=&quot;http://www.getdemocracy.com/&quot;&gt;http://www.getdemocracy.com/&lt;/a&gt; a couple of years ago.  It makes uses some of the best of the webs protocols, RSS, Bittorrent, and the big video hosting sites like YouTube, to allow independent and short film makers get their content out.&lt;/p&gt;
&lt;p&gt;Install the client, subscribe to channels, and download and watch what you&#039;re interested in. ( if you use Ubuntu see &lt;a href=&quot;http://www.getdemocracy.com/downloads/ubuntu.php&quot; title=&quot;http://www.getdemocracy.com/downloads/ubuntu.php&quot;&gt;http://www.getdemocracy.com/downloads/ubuntu.php&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://technologyandsocialaction.org/node/55&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://technologyandsocialaction.org/node/55#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/40">bittorrent</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/41">crossplatform</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/47">Fit for purpose</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/45">open source</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/43">rss</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/39">tv</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/44">video</category>
 <pubDate>Fri, 08 Jun 2007 11:59:32 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">55 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Fring - Mobile Symbian VOIP Application</title>
 <link>http://technologyandsocialaction.org/node/28</link>
 <description>&lt;p&gt;Just discovered &lt;a href=&quot;http://www.fring.com/&quot; title=&quot;http://www.fring.com/&quot;&gt;http://www.fring.com/&lt;/a&gt;&lt;br /&gt;
It allows you to use the various large VOIP providers like &lt;a href=&quot;http://skype.com&quot;&gt; skype &lt;/a&gt;, &lt;a href=&quot;http://www.google.com/talk/&quot;&gt; google talk&lt;/a&gt;, &lt;a href=&quot;http://msn.com&quot;&gt; msn &lt;/a&gt; and its own user base at &lt;a href=&quot;http://fring.com&quot; title=&quot;http://fring.com&quot;&gt;http://fring.com&lt;/a&gt;  on Symbian mobile phones using a data connection rather than a GSM connection.&lt;br /&gt;
This allows you to make VOIP calls to your friends on MSN, or you can use a service like SkypeOut to make interational calls without paying an exorbitant per minute rate.&lt;/p&gt;
</description>
 <comments>http://technologyandsocialaction.org/node/28#comments</comments>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/216">Cheap Mobile Phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/47">Fit for purpose</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/215">Latest Mobile Phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/213">lg phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/12">mobile</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/210">mobile phone</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/214">Mobile Phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/209">Nokia Mobile Phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/211">nokia phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/10">skype</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/212">sony ericsson mobile</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/208">Sony Ericsson Mobile Phones</category>
 <category domain="http://technologyandsocialaction.org/taxonomy/term/11">VOIP</category>
 <pubDate>Thu, 24 May 2007 15:07:09 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">28 at http://technologyandsocialaction.org</guid>
</item>
<item>
 <title>Hiding the Navigation Menus - except for logged in users</title>
 <link>http://technologyandsocialaction.org/node/14</link>
 <description>&lt;p&gt;Created a custom block with the below php code and then disabled the drupal built in navigation block&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
global $user;
if ($user-&amp;gt;uid) {
if ($menu = menu_tree()) {
   echo &quot;&quot;;
   echo &quot;&lt;ul&gt;&quot;;
   print $menu ;
   echo &quot;&lt;/ul&gt;&quot;;
   echo &quot;&quot;;
}
}
?&amp;gt;
&lt;/pre&gt;</description>
 <comments>http://technologyandsocialaction.org/node/14#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>
 <pubDate>Sat, 12 May 2007 13:24:43 +0000</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">14 at http://technologyandsocialaction.org</guid>
</item>
</channel>
</rss>
