<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techcafeteria Blog &#187; ssc</title>
	<atom:link href="http://techcafeteria.com/blog/category/socialsourcecommons/feed/" rel="self" type="application/rss+xml" />
	<link>http://techcafeteria.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 15:39:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Rails Wrap-up</title>
		<link>http://techcafeteria.com/blog/2007/05/19/rails-wrap-up/</link>
		<comments>http://techcafeteria.com/blog/2007/05/19/rails-wrap-up/#comments</comments>
		<pubDate>Sat, 19 May 2007 22:59:32 +0000</pubDate>
		<dc:creator>Peter Campbell</dc:creator>
				<category><![CDATA[nptech]]></category>
		<category><![CDATA[Open APIs]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssc]]></category>
		<category><![CDATA[techcafeteria]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://techcafeteria.com/blog/2007/05/19/rails-wrap-up/</guid>
		<description><![CDATA[So, I came to this Rails conference looking for a few things. It&#8217;s not over, but I think I&#8217;ve got a good sense what I&#8217;ll walk away with tomorrow. I started to learn a bit about Rails while considering joining a software start-up (in the non-profit space). I spent a month hammering away with a [...]]]></description>
			<content:encoded><![CDATA[	<p>So, I came to this <a href="http://conferences.oreillynet.com/rails/">Rails conference</a> looking for a few things.  It&#8217;s not over, but I think I&#8217;ve got a good sense what I&#8217;ll walk away with tomorrow.</p>

	<p>I started to learn a bit about Rails while considering joining a software start-up (in the non-profit space).  I spent a month hammering away with a few <a href="http://www.preilly.net">O&#8217;Reilly books</a> and a sample project, then got pulled away by real world concerns like starting up my new career fast so my family won&#8217;t starve.  I got far enough to get the concepts and philosophy, master the innovative database management (<a href="http://wiki.rubyonrails.org/rails/pages/ActiveRecord">activerecord</a>), and start an app that I plan to finish and publish as part of Techcafeteria someday. Along the way, I loved the rapid development features and recognized Rails as a bit of a conceptual leap in programming/scripting, that values efficiency of following conventions over coding.  Being oriented toward finding the fastest paths to the best results, I was also intrigued by how Rails builds <a href="http://en.wikipedia.org/wiki/AJAX">Ajax</a> functionality into the code (I just never bothered to get beyond the basics of <a href="http://en.wikipedia.org/wiki/javascript">Javascript</a>, preferring server-side programming, I bias I now regret&#8230;) But I also grew concerned about the platforms speed and scalability, concerns that my friends at <a href="http://socialsourcecommons.org">Social Source Commons (SSC)</a> would second, I suspect.</p>

	<p>So, the four areas that the conference could have helped me with, and how it did:<br />
<ol></p>
	<p><li>Learning more of the scripting language.  Not so much&#8212;maybe a referral to the <a href="http://www.pragmaticprogrammer.com/titles/fr_rr/index.html">book I&#8217;m missing</a> that will glide me right over that hump.</li><br />
<li>Ajax intro &#8211; pretty good.  I attended a few sessions on <a href="http://www.prototypejs.org/">Prototype</a> and <a href="http://script.aculo.us">Scriptaculous</a> that gave me a far better handle on how they work .</li><br />
<li>Ruby Scaling&#8212;an awesome session on the proxy cache and other options out there to speed up Rails, with pointers to what bottlenecks it.  This was likely the most valuable thing, and I&#8217;ll be contacting Gunner to offer to take a look at the <span class="caps">SSC</span> platform and see if we can apply some of what I learned.</li><br />
<li>Where it&#8217;s going, as I reported on yesterday.  Among web scripting languages, <a href="http://www.php.net"><span class="caps">PHP</span></a> and <a href="www.microsoft.com/NET"><span class="caps">ASP</span>/.NET</a> are the kings today.  My prediction is that Ruby on Rails will eclipse them, and gain broad adoption among web 2.0 developers and corporations looking for in-house app development tools.  The main limitation &#8211; performance &#8211; is being addressed and will be fixed, no question.</li><br />
</ol></p>
	<p>The benefit of having a functional application roughly 60 seconds after you think of a name for it is phenomenal, and the developers are completely geared toward continuing to make it the out of the box solution for speedy delivery of standards-based, current tech web applications.<strong>Similar Posts:</strong><ul class="similar-posts"><li><a href="http://techcafeteria.com/blog/2007/05/17/the-rails-thing/" rel="bookmark" title="May 17, 2007">The Rails Thing</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/05/18/instant-open-api-with-rails-20/" rel="bookmark" title="May 18, 2007">Instant Open <span class="caps">API</span> with Rails 2.0</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/05/15/openid-enabled/" rel="bookmark" title="May 15, 2007">OpenID Enabled</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/06/06/salesforce-show-and-tell/" rel="bookmark" title="June 6, 2007">Salesforce Show and Tell</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/05/12/a-day-of-joomla/" rel="bookmark" title="May 12, 2007">A Day of Joomla (live)</a></li><br />
</ul><!-- Similar Posts took 3.583 ms --></p>
 <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftechcafeteria.com%2Fblog%2F2007%2F05%2F19%2Frails-wrap-up%2F&amp;title=Rails%20Wrap-up" id="wpa2a_2"><img src="http://techcafeteria.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://techcafeteria.com/blog/2007/05/19/rails-wrap-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day of Joomla (live)</title>
		<link>http://techcafeteria.com/blog/2007/05/12/a-day-of-joomla/</link>
		<comments>http://techcafeteria.com/blog/2007/05/12/a-day-of-joomla/#comments</comments>
		<pubDate>Sat, 12 May 2007 20:19:04 +0000</pubDate>
		<dc:creator>Peter Campbell</dc:creator>
				<category><![CDATA[nptech]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssc]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://techcafeteria.com/blog/2007/05/12/a-day-of-joomla/</guid>
		<description><![CDATA[I&#8217;m posting this live from the first Joomla Day West conference being held at Google headquarters in Mountainview (so, yes, wireless is reliable!) This is an interesting event &#8211; an &#8220;un-conference&#8221; as Ryan calls it, which falls somewhere in the territory of a traditional conference, a town hall meeting, and, maybe, the Phil Donahue show, [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;m posting this live from the first Joomla Day West conference being held at Google headquarters in Mountainview (so, yes, wireless is reliable!)</p>

	<p>This is an interesting event &#8211; an &#8220;un-conference&#8221; as Ryan calls it, which falls somewhere in the territory of a traditional conference, a town hall meeting, and, maybe, the Phil Donahue show, as emceed by the always entertaining Gunner (of Aspiration fame).</p>

	<p>It&#8217;s about halfway through the day, and continuing through tomorrow, but I won&#8217;t be able to come back, because that would incur the justified scorn of my son&#8217;s mother, who expects me to not be a computer geek on her day.  There are 100 or so people here from many corners of the earth (well, the Americas and Europe are healthfully represented) and associations to Joomla that range from a tiny non-profit thinking about using it to the core development team.  Joomla, for those who don&#8217;t know, is a popular open Source Content Management System (CMS) with a huge developer community, making it very powerful and popular.  It has it&#8217;s roots in a <span class="caps">CMS</span> called Mambo.</p>

	<p>The big topics are:<br />
<ul></p>
	<p><li> The upcoming Joomla 1.5 release, which is a dramatic rewrite of the application that will make developers (like me) very happy.  They have exposed a programming framework that could develop into an environment all it&#8217;s own, and they&#8217;ve made changes to the templating that allow for powerful customizations.</li><br />
<li>The move to more strictly enforce <span class="caps">GPL</span> compliance.  The <span class="caps">GNU </span>General Public License is designed to offer users of <span class="caps">GPL</span> applications much freedom,with restrictions on how the code can be redistributed that insure that the community will share in all enhancements.  The Mambo/Joomla developer community apparently includes many add-ons that aren&#8217;t compliant with this, and the Joomla team hopes to (appropriately) bring them back to compliance.</li><br />
</ul></p>
	<p>This is a seriously fun event with group activities intersperced with break out sessions, and a kind of &#8220;this is being made up as it goes along&#8221; agenda.  Next up: speed geeking! which Gunner describes as &#8220;like speed dating, but completely different&#8221;.<strong>Similar Posts:</strong><ul class="similar-posts"><li><a href="http://techcafeteria.com/blog/2007/05/23/nten-connected/" rel="bookmark" title="May 23, 2007"><span class="caps">NTEN </span>Connected</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2008/10/06/from-zero-to-sixty-what-type-of-project-management-tool-is-appropriate/" rel="bookmark" title="October 6, 2008">From Zero to Sixty: What type of Project Management tool is appropriate?</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/05/17/the-rails-thing/" rel="bookmark" title="May 17, 2007">The Rails Thing</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2009/08/13/pop-quiz-pci-compliance/" rel="bookmark" title="August 13, 2009">Pop Quiz: <span class="caps">PCI </span>Compliance</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2008/01/19/what-ive-been-up-to/" rel="bookmark" title="January 19, 2008">What I&#8217;ve been up to</a></li><br />
</ul><!-- Similar Posts took 3.510 ms --></p>
 <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftechcafeteria.com%2Fblog%2F2007%2F05%2F12%2Fa-day-of-joomla%2F&amp;title=A%20Day%20of%20Joomla%20%28live%29" id="wpa2a_4"><img src="http://techcafeteria.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://techcafeteria.com/blog/2007/05/12/a-day-of-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Source Commotion</title>
		<link>http://techcafeteria.com/blog/2007/04/25/social-source-commotion/</link>
		<comments>http://techcafeteria.com/blog/2007/04/25/social-source-commotion/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 06:10:14 +0000</pubDate>
		<dc:creator>Peter Campbell</dc:creator>
				<category><![CDATA[DigitalDivide]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssc]]></category>

		<guid isPermaLink="false">http://blog.krazy.com/2007/04/25/social-source-commotion/</guid>
		<description><![CDATA[I was happy to be invited to participate on the advisory board for Social Source Commons, a project of Aspiration Tech&#8217;s that collects, catalogs and distributes feeds of software tools useful in the non-profit community. The social designation is no accident &#8211; anyone can sign up and contribute. The newly formed advisory committee met today, [...]]]></description>
			<content:encoded><![CDATA[	<p>I was happy to be invited to participate on the advisory board for <a href="http://www.socialsourcecommons.org/" target="_blank" title="http://www.socialsourcecommons.org/">Social Source Commons</a>, a project of <a href="http://www.aspirationtech.org/" target="_blank" title="http://www.aspirationtech.org/">Aspiration Tech</a>&#8217;s that collects, catalogs and distributes feeds of software tools useful in the non-profit community.  The social designation is no accident &#8211; anyone can sign up and contribute.  The newly formed advisory committee met today, with five of us on the call &#8211; two from Aspiration (Tim, who runs <span class="caps">SSC</span>, and Gunner) and three community advisors &#8211; one working with an org that does poverty outreach and two community consultants: Dan, Zac and I.  Our sixth member, Sharon, who works with a non-profit that provides tech solutions for the disabled, couldn&#8217;t make it.</p>

	<p>The conversation really focused on two very different questions, and what was interesting was seeing where they might connect.</p>

	<p>As it stands, <span class="caps">SSC</span> is a user-developed online database of software applications.   A new feature allows users to make &#8220;community toolboxes&#8221;, so that you can design a list of, say, your favorite fund-raising apps; all the text editors for the Mac; or hosted software with the <a href="http://rememberthemilk.com" target="_blank" title="This is the best.">best Ajaxy interface</a>s. But the feature isn&#8217;t fully implemented.  It&#8217;s easy to make the lists, but a bit of a challenge to find the lists that others have made.  So my critique is that what is missing was context.  I don&#8217;t want to just list my favorite Mac text editors &#8211; I want to discuss the pros and cons.  If you program in Ruby, you might prefer Textmate to BBEdit &#8211; there&#8217;s no place in the database for that kind of nuanced information.  <span class="caps">SSC</span> provides the tools, but not the context, except in a limited fashion with the partially-deployed Community Toolboxes.</p>

	<p>Dan had a completely different question.  Given that the tiny non-profits and the communities they work with tend to be lacking in technical expertise, how can they use a very Web 2.0 interface to help themselves out?  Is <span class="caps">SSC</span> designed to help those in the most need of software and advice, or those who are already well-resourced and conversant?  (And I&#8217;m paraphrasing intensely here &#8211; Dan should comment if I&#8217;ve really missed his point!)</p>

	<p>I think the answer to that either/or question is mostly yes.  <span class="caps">SSC</span> is an interface for the geeks.  Even if the user interface were customized for non-technical users, they would likely still be overwhelmed by the software data itself.  This is a tool for the people who are tech-savvy and work in those communities to use in their research.  So, getting back to the context question&#8212;which is huge, because it&#8217;s just not enough to have the data without the wisdom of the community&#8212;who can provide that?</p>

	<p>And here&#8217;s what excites me about where Social Source Commons might be going.  We can.  NPTech bloggers.  Non-Profits doing digital divide work.   Community activists.  If <span class="caps">SSC</span> develops middleware &#8211; widgets and APIs that allow us to interact more meaningfully with those feeds and toolboxes &#8211; the blogging community can provide the context.  <span class="caps">SSC</span> moves into a more del.icio.us role, as a data intermediary.</p>

	<p>Say you&#8217;re doing a project that involves using media players in low income communities to support education and communication, and you&#8217;ve built a good list of podcasting tools and mobile rss readers art <span class="caps">SSC</span>.  You&#8217;ll be able to link to it from your website or blog, and write the how-to&#8217;s with detailed application data provided by <span class="caps">SSC</span>.  This is useful.</p>

	<p>These tools are under development &#8211; I&#8217;ll be beta-testing them at <a href="http://techcafeteria.com/" title="http://techcafeteria.com">techcafeteria</a>.  Stay tuned.<strong>Similar Posts:</strong><ul class="similar-posts"><li><a href="http://techcafeteria.com/blog/2009/07/14/paving-the-road-a-shared-outcomes-success-story/" rel="bookmark" title="July 14, 2009">Paving the Road &#8211; a Shared Outcomes Success Story</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2008/04/23/losing-facebook/" rel="bookmark" title="April 23, 2008">Losing Facebook</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2007/11/17/shlock-and-oh-facebooks-social-dysfunction/" rel="bookmark" title="November 17, 2007">Shlock and Oh! Facebook&#8217;s social dysfunction</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2009/02/25/tweaking-twitter/" rel="bookmark" title="February 25, 2009">Tweaking Twitter</a></li></p>

	<p><li><a href="http://techcafeteria.com/blog/2011/07/21/one-size-fits/" rel="bookmark" title="July 21, 2011">One Size Fits</a></li><br />
</ul><!-- Similar Posts took 3.739 ms --></p>
 <p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftechcafeteria.com%2Fblog%2F2007%2F04%2F25%2Fsocial-source-commotion%2F&amp;title=Social%20Source%20Commotion" id="wpa2a_6"><img src="http://techcafeteria.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://techcafeteria.com/blog/2007/04/25/social-source-commotion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

