<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.technologyandsocialaction.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Technology and Social Action - Comments</title>
 <link>http://www.technologyandsocialaction.org</link>
 <description>Comments</description>
 <language>en</language>
<item>
 <title>?</title>
 <link>http://www.technologyandsocialaction.org/node/384#comment-470</link>
 <description>&lt;p&gt;How can you show freemind on drupal ?  what modules you used ? thanks for share :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 31 Mar 2008 17:07:55 +0100</pubDate>
 <dc:creator>trinhtienhai</dc:creator>
 <guid isPermaLink="false">comment 470 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>DEMOCRATISING GOVERNANCE</title>
 <link>http://www.technologyandsocialaction.org/node/54#comment-459</link>
 <description>&lt;p&gt;Colleagues&lt;/p&gt;
&lt;p&gt;I need some case studies and data to help me project trends in citizen participation in the UK. Are you able to assist? I need this data for a presentation at a closed roundtable meeting.&lt;/p&gt;
&lt;p&gt;Thanks in advance &lt;/p&gt;
&lt;p&gt;Joseph Savirimuthu&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;mailto:jsaviri@liverpool.ac.uk&quot;&gt;jsaviri@liverpool.ac.uk&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 15 Mar 2008 07:30:14 +0000</pubDate>
 <dc:creator>jsaviri</dc:creator>
 <guid isPermaLink="false">comment 459 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Re-inventing organisations as networks</title>
 <link>http://www.technologyandsocialaction.org/designing_for_the_21st_century#comment-445</link>
 <description>&lt;p&gt;Thanks for the link to my blog - there&#039;s a now a &lt;a href=&quot;http://www.designingforcivilsociety.org/2008/02/re-thinking-org.html&quot;&gt;more up to date piece&lt;/a&gt; on how the web may change oranisations, and on &lt;a href=&quot;http://www.designingforcivilsociety.org/2008/01/re-inventing-me.html&quot;&gt;re-thinking membership.&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 08 Feb 2008 12:10:23 +0000</pubDate>
 <dc:creator>David Wilcox</dc:creator>
 <guid isPermaLink="false">comment 445 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>VoIP Provider</title>
 <link>http://www.technologyandsocialaction.org/node/28#comment-437</link>
 <description>&lt;p&gt;A resource for VOIP is at &lt;a href=&quot;http://www.1-satellite-tv-facts.com/VoIP.html&quot; title=&quot;http://www.1-satellite-tv-facts.com/VoIP.html&quot;&gt;http://www.1-satellite-tv-facts.com/VoIP.html&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 31 Jan 2008 18:00:58 +0000</pubDate>
 <dc:creator>docsharp01</dc:creator>
 <guid isPermaLink="false">comment 437 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Thank for this</title>
 <link>http://www.technologyandsocialaction.org/node/28#comment-406</link>
 <description>&lt;p&gt;Thank for this, I browse this software, fring seem excellent, I had used &lt;a href=&quot;http://www.softsea.com/review/Raketu.html&quot;&gt;raketu&lt;/a&gt; before, raketu use peer-to-peer (p2p) technology allows high quality VoIP calling and they claim the highest call-completion, without the security issues associated with supernodes (i.e. skype) and other traditional p2p technologies. I hope fring can be one competitor with raketu.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 17 Jan 2008 09:08:00 +0000</pubDate>
 <dc:creator>mars</dc:creator>
 <guid isPermaLink="false">comment 406 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Theming and rendering refinements</title>
 <link>http://www.technologyandsocialaction.org/node/243#comment-217</link>
 <description>&lt;p&gt;The nodecomment module provides two views for comments &lt;/p&gt;
&lt;p&gt;1. Threaded &lt;/p&gt;
&lt;p&gt;2. Flat &lt;/p&gt;
&lt;p&gt;There is a requirement to have a semi threaded view though. This is where replies indent one level, but no more after that. I&#039;ve quickly done this the &lt;i&gt;wrong &lt;/i&gt;way.  By hacking the prebuilt views.  :-( &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Heres the diff &lt;/p&gt;
&lt;p&gt;diff nodecomment_views.inc nodecomment_views.inc.drupal&lt;br /&gt;
368,371c368,369&lt;br /&gt;
&amp;lt;       if ($last_depth &amp;lt; 1 ) {&lt;br /&gt;
&amp;lt;               $divs++;&lt;br /&gt;
&amp;lt;               $output .= &#039;&amp;lt;div class=&amp;quot;indented&amp;quot;&amp;gt;&#039;;&lt;br /&gt;
&amp;lt;       }&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;       $divs++;&lt;br /&gt;
&amp;gt;       $output .= &#039;&amp;lt;div class=&amp;quot;indented&amp;quot;&amp;gt;&#039;;&lt;br /&gt;
376,379c374,375&lt;br /&gt;
&amp;lt;         if ($last_depth &amp;gt; 0) {&lt;br /&gt;
&amp;lt;         $divs--;&lt;br /&gt;
&amp;lt;         $output .= &#039;&amp;lt;/div&amp;gt;&#039;;&lt;br /&gt;
&amp;lt;       }&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;         $divs--;&lt;br /&gt;
&amp;gt;         $output .= &#039;&amp;lt;/div&amp;gt;&#039;; &lt;/p&gt;
&lt;p&gt;Anyhow that works OK... until we need a full threaded view again. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;correct&lt;/b&gt; way would be to read the theming views documentation and create a new view and corresponding theme for the semithreaded view. .. later ;-) &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also there was a requirement to remove the &amp;quot;reply&amp;quot; link from the indented nodes.  A change to the .tpl.php sorted this. &lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;br /&gt;
$node-&amp;gt;depth = count(explode(&#039;.&#039;, $node-&amp;gt;thread)) - 1;&lt;br /&gt;
if ($node-&amp;gt;depth == 0): ?&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;links clear-block&amp;quot;&amp;gt;&amp;lt;?php print $links ?&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;?php endif; ?&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ie only print the links at the bottom if the nodecomment is a first level, rather than a reply to a reply.   This should probably be refined further, so that users with the correct access rights / roles ( administer nodes ? comments ? ) will still see the links. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 21 Oct 2007 22:40:58 +0100</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">comment 217 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>This post comes out very strange</title>
 <link>http://www.technologyandsocialaction.org/node/238#comment-174</link>
 <description>&lt;p&gt;Hi Steve&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This contribution looks really strange here on the T&amp;amp;SA site. As it is out of its original context, it now appears like two videos of you showing us how nice the road to Margrove Park is - and it&#039;s kind of scary that the video is all driving down the right hand side of the road - do you always do that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Andy &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Andy Dearden&lt;br /&gt;
Reader in e-SocialAction&lt;br /&gt;
Communication &amp;amp; Computing Research Centre&lt;br /&gt;
Sheffield Hallam University&lt;br /&gt;
S1 1WB&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 12 Oct 2007 14:46:23 +0100</pubDate>
 <dc:creator>AndyDearden</dc:creator>
 <guid isPermaLink="false">comment 174 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>My memory of the workshop </title>
 <link>http://www.technologyandsocialaction.org/node/195#comment-129</link>
 <description>&lt;p&gt;is blogged here .. &lt;a href=&quot;http://www.technologyandsocialaction.org/node/189&quot; title=&quot;http://www.technologyandsocialaction.org/node/189&quot;&gt;http://www.technologyandsocialaction.org/node/189&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 07 Sep 2007 17:31:03 +0100</pubDate>
 <dc:creator>alan dawson</dc:creator>
 <guid isPermaLink="false">comment 129 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Re: MyWeb2</title>
 <link>http://www.technologyandsocialaction.org/node/119#comment-82</link>
 <description>&lt;p&gt;Things just got a bit better,&lt;/p&gt;
&lt;p&gt;I&#039;ve experimented and find that I can point our domain anywhere, blog,&lt;br /&gt;
webpage etc and the domain still functions for other parts of Google&lt;br /&gt;
Apps - email, start page calendar etc&lt;/p&gt;
&lt;p&gt;And I just got the following from Google Apps&lt;/p&gt;
&lt;p&gt;not sure which application they reviewed because for good measure I&lt;br /&gt;
tried 3 different methods.)&lt;br /&gt;
=========================================&lt;br /&gt;
Hello Steve,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;Welcome to Google Apps Education Edition! We have reviewed your&lt;br /&gt;
application and are excited to upgrade your Google Apps account for&lt;br /&gt;
&#039;MyWeb2.org.uk&#039;.&lt;/p&gt;
&lt;p&gt;To view these changes, visit your administration control panel. To log&lt;br /&gt;
in,&lt;br /&gt;
visit https://www.google.com/a/&#039;MyWeb2.org.uk&#039;.&lt;/p&gt;
&lt;p&gt;Within the control panel, you will be able to enable advanced&lt;br /&gt;
features&lt;br /&gt;
such as mail migration, calendar resource creation, and Google Apps&lt;br /&gt;
APIs&lt;br /&gt;
for single-sign on or integration with existing user directories.&lt;/p&gt;
&lt;p&gt;As a Google Apps Education Edition customer, admins can contact our&lt;br /&gt;
support team via phone or email through the Google Apps Help Center&lt;br /&gt;
at&lt;br /&gt;
&lt;a href=&quot;http://www.google.com/support/a&quot; title=&quot;www.google.com/support/a&quot;&gt;www.google.com/support/a&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;--~--~---------~--~----~------------~-------~--~----~&lt;br /&gt;
You received this message because you are subscribed to the Google Groups &quot;PRADSA&quot; group.&lt;br /&gt;
 To post to this group, send email to &lt;a href=&quot;mailto:pradsa@googlegroups.com&quot;&gt;pradsa@googlegroups.com&lt;/a&gt;&lt;br /&gt;
 To unsubscribe from this group, send email to &lt;a href=&quot;mailto:pradsa-unsubscribe@googlegroups.com&quot;&gt;pradsa-unsubscribe@googlegroups.com&lt;/a&gt;&lt;br /&gt;
 For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/pradsa?hl=en-GB&quot; title=&quot;http://groups.google.com/group/pradsa?hl=en-GB&quot;&gt;http://groups.google.com/group/pradsa?hl=en-GB&lt;/a&gt;&lt;br /&gt;
-~----------~----~----~----~------~----~------~--~---&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 24 Jul 2007 20:45:03 +0100</pubDate>
 <dc:creator>Steve Thompson</dc:creator>
 <guid isPermaLink="false">comment 82 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>We have learnt loads - THANK YOU!</title>
 <link>http://www.technologyandsocialaction.org/node/77#comment-67</link>
 <description>&lt;p&gt;Just to echo the above comments, my team and I really enjoyed Friday&#039;s meeting. &lt;/p&gt;
&lt;p&gt;Steve&#039;s preparatory work and ICT knowledge helped us learn about the most applicable tools and why we needed them. We all feel much more confident about using the system and encouraging others to do so.&lt;/p&gt;
&lt;p&gt;We will be meeting over the next few weeks to debrief from Friday and plan the learning programme and will update you all on the blog etc. &lt;/p&gt;
&lt;p&gt;Once again - many thanks Steve!&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 09 Jul 2007 10:17:02 +0100</pubDate>
 <dc:creator>Bernard Clarke</dc:creator>
 <guid isPermaLink="false">comment 67 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>iGoogle and Manchester</title>
 <link>http://www.technologyandsocialaction.org/node/77#comment-66</link>
 <description>&lt;p&gt;Yes despite a wet start the meeting went really well.  I enjoyed trying out all the igoogle applications.  I am sure Benard&#039;s participants will equally enjoy trying out all the different stuff there particularly as it all seems user-friendly and fun.  It is easy to use and doesnt need a lot of IT support or know-how.  The participants will also possiblky find it easy to demonstrate to others in their line of work.  I see David has also brought to attention google apps.  I have not had a chance to play around with it but if its got better features and even easier to use, then even better for Benard and his team should they decide to take it up.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 09 Jul 2007 08:20:45 +0100</pubDate>
 <dc:creator>kutoma</dc:creator>
 <guid isPermaLink="false">comment 66 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Web services vs local free software</title>
 <link>http://www.technologyandsocialaction.org/node/18#comment-65</link>
 <description>&lt;p&gt;Agree, this is exactly what the Hub should be doing, but won&#039;t. The Hub doesn&#039;t want to fund stuff which will require ongoing revenue funding but wants to set up self-sustaining networks and knowledge bases blah blah. In short, they want to throw some seed dosh at it over a short period and expect NOT to have to spend anything on actually developing service infrastructure. &lt;/p&gt;
&lt;p&gt;What small orgs want is applications they don&#039;t have to maintain themselves (whether locally installed and remotely maintained or remotely hosted) -- and that&#039;s exactly what small orgs aren&#039;t going to get because it would involve providing revenue-funded services which is exactly what a neo-liberal government wishes to avoid. &lt;/p&gt;
&lt;p&gt;If there&#039;s any way of funding it, the provision of either remotely-hosted apps or an &#039;outsourced&#039; (remote-access) maintenance service is what SMO&#039;s actually WANT. &lt;/p&gt;
&lt;p&gt;Agree, apps can be provided appropriate to bandwidth but what orgs want to do doesn&#039;t always mesh with what their connection will support.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 08 Jul 2007 14:43:37 +0100</pubDate>
 <dc:creator>Paula Graham</dc:creator>
 <guid isPermaLink="false">comment 65 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Manchester in the Rain &amp; a &quot;VLE for Free&quot;</title>
 <link>http://www.technologyandsocialaction.org/node/77#comment-64</link>
 <description>&lt;p&gt;We had a great day yesterday going through this. Whether or not the Manchester &quot;Inspiring Leaders&quot; team take this up I will certainly roll out a form of it on Teesside at some time. &lt;/p&gt;
&lt;p&gt;Interestingly there is nothing we can see and therefore share with the PRADSA team because each persons iGoogle is personal to them. Something the Manchester group soon got the hang of as they personalised their learning spaces to suit their own personal interests and preferences and much fun was had.&lt;/p&gt;
&lt;p&gt;There is a course blog (which learners would subscribe to in their iGoogle) but I&#039;ll leave it to Bernard and his colleagues to reveal the URL of that.&lt;/p&gt;
&lt;p&gt;Since returning home I&#039;ve experimented more with blogger and found easy ways to impliment some of the things the team were desirous of having.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://testingblogger222.blogspot.com/&quot; title=&quot;http://testingblogger222.blogspot.com/&quot;&gt;http://testingblogger222.blogspot.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1) Course Overview&lt;br /&gt;
2) Links to some PDF&#039;s (actually uploaded to Google Groups)&lt;br /&gt;
3) Videos including one shot directly into a £30 webcam&lt;/p&gt;
&lt;p&gt;I think what is important is that none of this is dependent upon a highly skilled ICT &quot;gatekeeper&quot;. It&#039;s all entirely DIY will only a reasonable level of ICT know-how.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 07 Jul 2007 08:54:00 +0100</pubDate>
 <dc:creator>Steve Thompson</dc:creator>
 <guid isPermaLink="false">comment 64 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Thanks</title>
 <link>http://www.technologyandsocialaction.org/node/68#comment-38</link>
 <description>&lt;p&gt;Thanks for the list Kutoma - I was finding it hard to remember links, this is just what I needed today!&lt;/p&gt;
&lt;p&gt;Bernard&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 03 Jul 2007 09:53:24 +0100</pubDate>
 <dc:creator>Bernard Clarke</dc:creator>
 <guid isPermaLink="false">comment 38 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>This also dovetails well with...</title>
 <link>http://www.technologyandsocialaction.org/node/70#comment-30</link>
 <description>&lt;p&gt;...our plans to organise a (series of) WTF&#039;s The Future?! -type event(s)&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://wiki.espians.com/WTF_1&quot; title=&quot;http://wiki.espians.com/WTF_1&quot;&gt;http://wiki.espians.com/WTF_1&lt;/a&gt; for an idea of what it&#039;ll be like.&lt;/p&gt;
&lt;p&gt;The focus this time will be on Transition Towns, Relocalization, and The Great Turning from Empire to Earth Community (see &lt;a href=&quot;http://transitiontowns.org&quot; title=&quot;http://transitiontowns.org&quot;&gt;http://transitiontowns.org&lt;/a&gt; &lt;a href=&quot;http://relocalize.net&quot; title=&quot;http://relocalize.net&quot;&gt;http://relocalize.net&lt;/a&gt; and &lt;a href=&quot;http://thegreatturning.net&quot; title=&quot;http://thegreatturning.net&quot;&gt;http://thegreatturning.net&lt;/a&gt; etc.)&lt;/p&gt;
&lt;p&gt;The question might be something like &quot;How can we prepare for the impact of Peak Oil, reduce our contribution to Climate Change and create a positive future?&quot; &lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;
&lt;p&gt;Josef.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 19 Jun 2007 12:11:08 +0100</pubDate>
 <dc:creator>Josef Davies-Coates</dc:creator>
 <guid isPermaLink="false">comment 30 at http://www.technologyandsocialaction.org</guid>
</item>
</channel>
</rss>
