<?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 - Blog entry - Comments</title>
 <link>http://www.technologyandsocialaction.org</link>
 <description>Comments for &quot;Blog entry&quot;</description>
 <language>en</language>
<item>
 <title>Complimentary Services to VoIP</title>
 <link>http://www.technologyandsocialaction.org/node/28#comment-529</link>
 <description>&lt;p&gt;There are several complimentary services to VoIP.  They are T1 internet, PBX phone systems, high speed internet and satellite internet.  More about these services can be found at &lt;a href=&quot;http://www.1-satellite-tv-facts.com/Phone-Systems.html&quot; title=&quot;http://www.1-satellite-tv-facts.com/Phone-Systems.html&quot;&gt;http://www.1-satellite-tv-facts.com/Phone-Systems.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.1-satellite-tv-facts.com/T1-Internet-Service.html&quot; title=&quot;http://www.1-satellite-tv-facts.com/T1-Internet-Service.html&quot;&gt;http://www.1-satellite-tv-facts.com/T1-Internet-Service.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.1-satellite-tv-facts.com/Satellite-DSL.html&quot; title=&quot;http://www.1-satellite-tv-facts.com/Satellite-DSL.html&quot;&gt;http://www.1-satellite-tv-facts.com/Satellite-DSL.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.1-satellite-tv-facts.com/Satellite-Internet.html&quot; title=&quot;http://www.1-satellite-tv-facts.com/Satellite-Internet.html&quot;&gt;http://www.1-satellite-tv-facts.com/Satellite-Internet.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 22 May 2008 00:33:53 +0100</pubDate>
 <dc:creator>docsharp01</dc:creator>
 <guid isPermaLink="false">comment 529 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>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>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>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>
<item>
 <title>Annalee Newitz on web tools </title>
 <link>http://www.technologyandsocialaction.org/node/18#comment-27</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.alternet.org/columnists/story/48883/&quot; title=&quot;http://www.alternet.org/columnists/story/48883/&quot;&gt;http://www.alternet.org/columnists/story/48883/&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 09 Jun 2007 18:34:22 +0100</pubDate>
 <dc:creator>Paula Graham</dc:creator>
 <guid isPermaLink="false">comment 27 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Structuring</title>
 <link>http://www.technologyandsocialaction.org/node/37#comment-19</link>
 <description>&lt;p&gt;Here&#039;s how I&#039;ve done stuff on a wiki&lt;br /&gt;
&lt;a href=&quot;http://socialmedia.wikispaces.com/&quot; title=&quot;http://socialmedia.wikispaces.com/&quot;&gt;http://socialmedia.wikispaces.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Books in Drupal aren&#039;t great ...&lt;/p&gt;
&lt;p&gt;Anthing else?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 29 May 2007 13:18:06 +0100</pubDate>
 <dc:creator>David Wilcox</dc:creator>
 <guid isPermaLink="false">comment 19 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Can we start structuring this?</title>
 <link>http://www.technologyandsocialaction.org/node/37#comment-18</link>
 <description>&lt;p&gt;Now that we can create content at will, maybe we should create a project area for this which can be structured by some kind of non-linear nav as we go along? I hate having to scroll miles down blogs to find stuff?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 28 May 2007 12:46:06 +0100</pubDate>
 <dc:creator>Paula Graham</dc:creator>
 <guid isPermaLink="false">comment 18 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Thanks David!</title>
 <link>http://www.technologyandsocialaction.org/node/37#comment-17</link>
 <description>&lt;p&gt;Very very useful indeed! I&#039;ll start chewing through and get back back to you when I catch up a bit . . .&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 28 May 2007 12:43:05 +0100</pubDate>
 <dc:creator>Paula Graham</dc:creator>
 <guid isPermaLink="false">comment 17 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>I agree that from the outset</title>
 <link>http://www.technologyandsocialaction.org/node/31#comment-15</link>
 <description>&lt;p&gt;I agree that from the outset the most important thing is awareness raising and apart from having a broad list of many options perhaps people should be encouraged to spend a short period of experimentation, playing with as many different options as possible. Of course this depends on the time available to do this. &lt;/p&gt;
&lt;p&gt;The reason I mention this is because once an individual or small org has settled on an app or platform it may be difficult to change as the learning curve for something new can seem steep when you&#039;ve allready surmounted one mountain. Sometimes this has to be done when for instance your app of choice is suddenly no longer there or aquired by an operation who&#039;s ethics you disagree with or you find it&#039;s not as great as you thought it was. &lt;/p&gt;
&lt;p&gt;For example PHOTOSHOP ELEMENTS. [ok it&#039;s not FOSS] Great digital image tool - cut down from big brother/sister Photoshop and cheaper too. However from version 2 onwards it got steadily more crappy until at version 4 many people hate it and fear the imminent V5. To jump to the FOSS equivelent GIMP is difficult because there are many differences in how the two apps are laid out. (somewhat addressed by GIMPSHOP but I only heard about that oen recently) &lt;/p&gt;
&lt;p&gt;What I try to do in my own work is teach people generic skills i.e. &quot;image editing&quot; rather than &quot;Photoshop&quot; - etc etc&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 27 May 2007 10:45:30 +0100</pubDate>
 <dc:creator>Steve Thompson</dc:creator>
 <guid isPermaLink="false">comment 15 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Our focus</title>
 <link>http://www.technologyandsocialaction.org/node/30#comment-14</link>
 <description>&lt;p&gt;Hannah - I think that in your last paragraph you pose the key issue for the group ... are we talking tools, or how tools can be used for collaborations and transformations. Inevitably both, I should think ... but it is the second option that interests me.&lt;br /&gt;
How do we do that? I think these issues only make real sense when they are in context ... where we have an idea of the people, their relationships, their history, the constraints they work under.&lt;br /&gt;
Can we take some examples for situations we are working in - perhaps anonymised to ensure confidentiality? Tell some stories, ask some questions? This blog-based system is a great way to do that, and to link to examples elsewhere.&lt;/p&gt;
&lt;p&gt;PS - now posted something here &lt;a href=&quot;http://www.technologyandsocialaction.org/node/37&quot; title=&quot;http://www.technologyandsocialaction.org/node/37&quot;&gt;http://www.technologyandsocialaction.org/node/37&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 26 May 2007 10:56:00 +0100</pubDate>
 <dc:creator>David Wilcox</dc:creator>
 <guid isPermaLink="false">comment 14 at http://www.technologyandsocialaction.org</guid>
</item>
<item>
 <title>Fring</title>
 <link>http://www.technologyandsocialaction.org/node/28#comment-13</link>
 <description>&lt;p&gt;Sounds good - let&#039;s try it!&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 24 May 2007 17:53:48 +0100</pubDate>
 <dc:creator>David Wilcox</dc:creator>
 <guid isPermaLink="false">comment 13 at http://www.technologyandsocialaction.org</guid>
</item>
</channel>
</rss>
