<?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>Zen and the Art of Nonprofit Technology &#187; Uncategorized</title>
	<atom:link href="http://zenofnptech.org/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://zenofnptech.org</link>
	<description>Thoughtful and sometimes snarky perspectives on nonprofit technology</description>
	<lastBuildDate>Mon, 19 Sep 2011 18:24:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress vs. Drupal &#8230; fight!</title>
		<link>http://zenofnptech.org/2011/02/wordpress-vs-drupal-fight.html</link>
		<comments>http://zenofnptech.org/2011/02/wordpress-vs-drupal-fight.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 03:06:38 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Nonprofit Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zenofnptech.org/?p=741</guid>
		<description><![CDATA[As a user and developer of WordPress since 1.x something, and a developer and user of Drupal since 4.7, I figured that with the release of Drupal 7, this would be a great time to do a comparison of the two.  If you want a really detailed look, please read the very exhaustive, recently released, [...]]]></description>
			<content:encoded><![CDATA[<p>As a user and developer of <a href="http://wordpress.org">WordPress </a>since 1.x something, and a developer and user of <a href="http://drupal.org">Drupal </a>since 4.7, I figured that with the release of Drupal 7, this would be a great time to do a comparison of the two.  If you want a really detailed look, please read the very exhaustive, recently released, updated Idealware report on <a href="http://idealware.org/reports/2010-os-cms">OpenSource CMS</a>, which includes Drupal, WordPress, Joomla and Plone. I did the research for the original report released a couple of years ago, so it&#8217;s been a while since I&#8217;ve come back to comparing these two platforms. Also, this is primarily going to be from the developers point of view, although I&#8217;ll talk some about user interface and experience.</p>
<p><em>(A caveat: I have more experience, especially with larger sites, in Drupal than in WordPress, so there are things that I may be missing. Feel free to make comments on what I got wrong.)</em></p>
<p>WordPress started out with a focus on ease of use for bloggers and content creators, and secondarily providing a platform for developers to build plug-ins and such. WordPress was born as a blogging tool, primarily, and has expanded outside of that realm, to encompass different kinds of content management use cases. Drupal started out primarily as a web content development platform, with a strength in community features. A focus on ease of use didn&#8217;t come about until Drupal 7.</p>
<p>At this point, both Drupal 7 and WordPress are pretty easy for end users to add and edit content, and do pretty simple administrative tasks (moderate comments, etc.) They both have a very nice array of canned themes available to use, and they both have some customizable themes (themes that make it easy to customize without needing to know much HTML or PHP &#8211; like <a href="http://diythemes.com/">Thesis</a>) available. Getting a site up and running in both platforms is pretty easy, although neither are really ready for non-techies to take on. That said, most good webhosts have one-click installs of both CMS platforms.</p>
<p>WordPress still has only two content types: Blog Posts and Pages. You can&#8217;t have different kinds of pages, or different kinds of blog posts, or some other content type (news, events, etc.) that aren&#8217;t one or the other. That is a deal-breaker for many kinds of sites. There are plug-ins that allow you to create custom content types &#8211; I haven&#8217;t tried these, so I can&#8217;t comment, but it seems a big deal that this is core for Drupal, and an add-on for WordPress. And it seems that this, and the absence in WordPress of a way to easily control the way that lists of content are presented and viewed are the major platform differentiators. That said, many, many websites need neither of these features.</p>
<p>And if you want to get more deeply under the hood, both platforms require some understanding of the respective platforms (how plug-ins work in WP, how modules work in Drupal), and probably a bit of PHP, HTML, or AJAX to add bells and whistles to the theme. Given some big changes in the core of Drupal, such as adding fields to nodes, as well as image handling in core, some things are much easier dealt with in Drupal  7 than previous versions, getting close to the ease of use of WordPress in that regard.</p>
<p>Kinds of sites probably best done in WordPress:</p>
<ul>
<li>Blogs</li>
<li>Community Blogs</li>
<li>Simple brochureware websites</li>
</ul>
<p>Kinds of sites best done in Drupal:</p>
<ul>
<li>Large community sites where you need different kinds of content generated by users (blogs, wikis, job postings, etc.)</li>
<li>Complex, document-heavy library sites, or sites that need document management</li>
<li>Sites where you want complex control over multiple content types &#8211; how they are created and viewed</li>
<li>Magazine/Newspaper like sites where you want to control how lists of content are displayed and ordered</li>
<li>eCommerce sites</li>
<li>Sites with deep integrations to CRM platforms and web services</li>
</ul>
<p>Kinds of sites where it&#8217;s a tossup:</p>
<ul>
<li>Medium or large websites with lots of content, but relatively simple organization</li>
<li>Community blogs with many authors and identified, authenticated users</li>
</ul>
<p>Bottom line: They are both such amazing, solid platforms, with rich, deep ecosystems of plug-in/module developers, implementors, designers, etc. that it&#8217;s hard to go wrong picking either platform, as long as you are clear on the feature set needed.  They have rock-solid core development teams, security updates, and over all good code, which you could hardly say about either platform 4 years ago.</p>
<p>Also, I have to say, as much as I have respect for other Open Source CMS platforms, IMHO, 98% of websites can be served by either of these platforms. That&#8217;s what&#8217;s true right at this moment. 3 or so years down the pike, I&#8217;m going to be looking at platforms based on Ruby on Rails &#8211; as Rails gets more mainstream, and solid CMS platforms start to mature, that will be the space to watch for. But that&#8217;s another blog entry, isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2011/02/wordpress-vs-drupal-fight.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Beth Kanter&#8217;s Birthday</title>
		<link>http://zenofnptech.org/2010/01/beth-kanters-birthday.html</link>
		<comments>http://zenofnptech.org/2010/01/beth-kanters-birthday.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:00:49 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zenofnptech.org/?p=596</guid>
		<description><![CDATA[You don&#8217;t hear me talking much about social media. One of the reasons is that there are a number of really good bloggers out there who know the field far better than I&#8217;ll ever be able to. I would argue that Beth Kanter is the best social media blogger there is in the nonprofit space. [...]]]></description>
			<content:encoded><![CDATA[<p>You don&#8217;t hear me talking much about social media. One of the reasons is that there are a number of really good bloggers out there who know the field far better than I&#8217;ll ever be able to. I would argue that <a href="http://beth.typepad.com/beths_blog/">Beth Kanter</a> is the best social media blogger there is in the nonprofit space. Her careful writing about the strengths and weaknesses of social media, the in-depth knowledge of strategy and approach, her on-the-cutting-edge understanding of trends and issues and how they relate to the work that nonprofits are doing has been an incredibly important resource to the sector. If someone asks me about social media, I just say &#8220;ask Beth!&#8221;</p>
<p>And, it&#8217;s her birthday! A big bunch of us are blogging today to talk about what she&#8217;s contributed, and also to let people know about the charity she&#8217;s been working with for a while, now, the <a href="http://www.sharingfoundation.org/">Sharing Foundation</a>. She&#8217;d like <a href="http://beth.typepad.com/beths_blog/my-53rd-birthday-wish-care-for-children-in-cambodia.html">folks to donate</a> in honor of her birthday.</p>
<p>Beth, thanks for the expertise and intelligence you&#8217;ve lent to the nonprofit sector for quite some time now! And thanks in advance for all the great upcoming posts in 2010 and beyond that will help me sound intelligent when I talk about social media. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2010/01/beth-kanters-birthday.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More symptoms of bigger problems</title>
		<link>http://zenofnptech.org/2009/11/more-symptoms-of-bigger-problems.html</link>
		<comments>http://zenofnptech.org/2009/11/more-symptoms-of-bigger-problems.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:32:02 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zenofnptech.org/?p=583</guid>
		<description><![CDATA[&#8217;nuff said.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-586" title="NovSummits1" src="http://zenofnptech.org/wp-content/uploads/NovSummits1-300x219.png" alt="NovSummits1" width="300" height="219" /></p>
<p>&#8217;nuff said.</p>
<p><img class="alignright size-medium wp-image-585" title="NovSummits2" src="http://zenofnptech.org/wp-content/uploads/NovSummits2-300x239.png" alt="NovSummits2" width="300" height="239" /><img class="alignright size-medium wp-image-584" title="NovSummits3" src="http://zenofnptech.org/wp-content/uploads/NovSummits3-300x166.png" alt="NovSummits3" width="300" height="166" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/11/more-symptoms-of-bigger-problems.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Same crap, different day</title>
		<link>http://zenofnptech.org/2009/11/same-crap-different-day.html</link>
		<comments>http://zenofnptech.org/2009/11/same-crap-different-day.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:45:41 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[openstandards]]></category>
		<category><![CDATA[socialnetworks]]></category>

		<guid isPermaLink="false">http://zenofnptech.org/?p=580</guid>
		<description><![CDATA[I&#8217;m warning you &#8211; this is snarky. I was only vaguely following the brou-ha-ha over Causes leaving Myspace. Only vaguely because I don&#8217;t really keep close track of the goings on in the Social Networking space: it&#8217;s not my passion. I use them a lot, both for work as well as for personal use. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m warning you &#8211; <em>this is snarky.</em></p>
<p>I was only vaguely following the <a href="http://netsquared.org/blog/joesolomon/net-tuesday-organizers-stand-web-connects-us-all-will-you-causes-myspace-facebook-184674">brou-ha-ha</a> over Causes leaving Myspace. Only vaguely because I don&#8217;t really keep close track of the goings on in the Social Networking space: it&#8217;s not my passion. I use them a lot, both for work as well as for personal use. I know they are becoming an increasingly important tool for nonprofits in communicating with their constituents, and so I do keep them in my peripheral vision, for sure.</p>
<p>Anyway, in reading the varied reactions to this news, I had to just sigh, and then get annoyed. Sigh because of what feels to me to be the wasted energy that the nonprofit sector has spent over many years, using, hawking, and supporting proprietary tools and companies. Annoyed because it seems the nptech community hasn&#8217;t figured this out, even being hit over the head with this over, and over, and over again.</p>
<p>Make no mistake about it &#8211; Causes is a for profit company, and they are making what is, I&#8217;d bet, a decision based entirely on economics. If you&#8217;ve read any of the <a href="http://carnet.wordpress.com/2008/10/09/sequoia-prepares-ceos-for-doom-and-gloom/">gloomy news</a> from Silicon Valley, this is just the beginning. Social ventures will not be immune to the blowing winds of economic distress.</p>
<p>If we keep building our nonprofit toolsets on proprietary software and for-profit web services, even if they are free (for now) we are going to be bit by this over and over again. The only way we&#8217;re going to get out of this cycle is to channel this energy and resources into open software (including &#8220;open&#8221; source apps for proprietary web services), open standards, and open networks &#8211; things no one can take away.</p>
<p>I love to write blog entries about successful open source efforts &#8211; like CiviCRM, or the amazing stuff people are doing in the mobile space. Writing blog entries about for-profit web vendors that make economic decisions that hurt nonprofits because we depend on them too much is just not fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/11/same-crap-different-day.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blog shout outs</title>
		<link>http://zenofnptech.org/2009/04/blog-shout-outs.html</link>
		<comments>http://zenofnptech.org/2009/04/blog-shout-outs.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 01:16:02 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nptech]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=502</guid>
		<description><![CDATA[On the right is my blogroll, that needs updating, but I thought I&#8217;d do some shout outs to blogs I&#8217;ve lately been loving and really learning a lot from, who are probably not on that list (yet). Wireframes Magazine &#8211; I&#8217;ve been doing Information Architecture for a very long time, now, but it&#8217;s great to [...]]]></description>
			<content:encoded><![CDATA[<p>On the right is my blogroll, that needs updating, but I thought I&#8217;d do some shout outs to blogs I&#8217;ve lately been loving and really learning a lot from, who are probably not on that list (yet).</p>
<ul>
<li><a href="http://wireframes.linowski.ca/">Wireframes Magazine</a> &#8211; I&#8217;ve been doing Information Architecture for a very long time, now, but it&#8217;s great to learn new tricks and tools.</li>
<li><a href="http://flowingdata.com/">Flowing Data</a> &#8211; OK, I&#8217;ll fess up, I&#8217;m a data geek. And I love data visualizations, and ways to make data easily accessible. I am so envious of people with graphics skills who can do that well. There are a whole lot of really cool things here.</li>
<li><a href="http://www.roughtype.com/index.php">RoughType</a> by Nicholas Carr &#8211; really smart dude, really interesting stuff.</li>
<li><a href="http://blog.onenw.org/">ONE/Blog</a> &#8211; ONE/Northwest never ceases to amaze me</li>
<li><a href="http://news.cnet.com/openroad/?tag=bc">The Open Road</a> &#8211; Matt Asay has some interesting insights from the Open Source biz world</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/04/blog-shout-outs.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Looking forward to NTC 2009</title>
		<link>http://zenofnptech.org/2009/01/looking-forward-to-ntc-2009.html</link>
		<comments>http://zenofnptech.org/2009/01/looking-forward-to-ntc-2009.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 04:18:55 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[09ntc]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[nten]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=429</guid>
		<description><![CDATA[I love NTC (NTEN&#8217;s Nonprofit Technology Conference). I would be dishonest if I said I didn&#8217;t have a sweet reminiscence for the Circiut Rider Roundups of old. But they are long gone. As fields often do, ours grew up and professionalized. And what has taken it&#8217;s place is valuable to a much wider audience (and [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.nten.org/ntc">NTC</a> (NTEN&#8217;s Nonprofit Technology Conference). I would be dishonest if I said I didn&#8217;t have a sweet reminiscence for the Circiut Rider Roundups of old. But they are long gone. As fields often do, ours grew up and professionalized. And what has taken it&#8217;s place is valuable to a much wider audience (and a much larger one!) And, this year, for the very first time, I live in the same city in which NTC is taking place. Hurrah!</p>
<p>So, a few things to say about what I&#8217;m looking forward to from April 25th to April 30th:</p>
<ul>
<li>April 25: <a href="http://penguinday.org/">Penguin Day SF</a>! It&#8217;s happening the day <em><strong>before</strong></em> NTC this year, not the day after. Gather with folks and spend an exciting day peer-sharing about free and open source software in nonprofit organizations. Any level of background in the topic is welcome, and everyone learns.</li>
<li>April 26-28: NTC. Another jam packed year full of great panels and expertise sharing. I&#8217;ll be involved in two panels this year. (And lots of conversations on the side.)</li>
<li>April 29-30: Hopefully, there will be a CiviCRM developer camp. Yay! I&#8217;ve been using CiviCRM for a year or so, and have begun to get involved in implementation. Looking forward to digging deeper in.</li>
</ul>
<p>And email me if you want to have coffee, or lunch, or a side conversation in the Science Fair.</p>
<p>And, you can<a href="http://nten.org/blog/2009/01/13/share-ntc"> help folks get to NTC</a>!</p>
<p><object width="221" height="248" data="http://farm.sproutbuilder.com/load/cQBcOgCxERlhKZS4.swf" type="application/x-shockwave-flash"><param name="id" value="playerLoader" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://farm.sproutbuilder.com/load/cQBcOgCxERlhKZS4.swf" /><param name="name" value="playerLoader" /><param name="align" value="middle" /><param name="allowfullscreen" value="true" /></object><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzE5OTI4NzM3NTAmcHQ9MTIzMTk5Mjg3NTA1MyZwPTEyMDc*MSZkPWNRQmNPZ*N4RVJsaEtaUzQmZz*yJnQ9Jm89NDYzNTA*YjY3MzFmNDE3ZGIxZjgwNTk3MTQyODQ5NGU=.gif" border="0" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/01/looking-forward-to-ntc-2009.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tidbits</title>
		<link>http://zenofnptech.org/2009/01/tidbits-10.html</link>
		<comments>http://zenofnptech.org/2009/01/tidbits-10.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 23:52:08 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[Nonprofits]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=420</guid>
		<description><![CDATA[Some stuff from my inbox. (A lot of these are 2008 news, therefore, kinda old. But still interesting to me.) Appirio releases their top 10 predictions for cloud computing in 2009. One of the more interesting ones is that &#8220;a major SaaS 1.0 company will fail.&#8221; I kind of wonder about some of the early [...]]]></description>
			<content:encoded><![CDATA[<p>Some stuff from my inbox. (A lot of these are 2008 news, therefore, kinda old. But still interesting to me.)</p>
<ul>
<li>Appirio releases their <a href="http://www.appirio.com/about/pr_predictions-09_121808.php?utm_campaign=Top%2010%20Cloud%20Computing%20Predictions%20for%202009&amp;utm_content=MetaCentric+Technology+Advising&amp;utm_medium=Email&amp;utm_source=VerticalResponse&amp;utm_term=top%2010%20predictions">top 10 predictions</a> for cloud computing in 2009. One of the more interesting ones is that &#8220;a major SaaS 1.0 company will fail.&#8221; I kind of wonder about some of the early nonprofit-focused SaaS offerings, and how long they might have to live, given the strength of Salesforce.com</li>
<li><a href="http://www.tsne.org">Third Sector New England</a>, a Boston-based nonprofit capacity-building organization launched a series of &#8220;FAQ&#8221; videos for nonprofits. Useful stuff.</li>
<li>NARAL Pro-choice America <a href="http://www.myfreewillpower.com/">launched an innovative ad campaign</a>. Very neat stuff, and a great use of video and YouTube.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/01/tidbits-10.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Dangers of Online Services</title>
		<link>http://zenofnptech.org/2009/01/the-dangers-of-online-services.html</link>
		<comments>http://zenofnptech.org/2009/01/the-dangers-of-online-services.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 18:00:03 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Technology Zen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=417</guid>
		<description><![CDATA[This week was a bad week for online blogging services. First the blogging service JournalSpace, with hundreds of users, just, well, died, because they didn&#8217;t have a proper backup. Today, the hacking of the  blogging service SoapBlox, which was used by many progressive political bloggers, such as Pam&#8217;s House Blend, became known, and it is [...]]]></description>
			<content:encoded><![CDATA[<p>This week was a bad week for online blogging services. First the blogging service <a href="http://journalspace.com/this_is_the_way_the_world_ends/not_with_a_bang_but_a_whimper.html">JournalSpace</a>, with hundreds of users, just, well, died, because they <a href="http://lifehacker.com/5122848/hard-lessons-in-the-importance-of-backups-journalspace-wiped-out">didn&#8217;t have a proper backup</a>. Today, the <a href="http://www.dailykos.com/story/2009/1/7/105639/9853/255/681153">hacking of</a> the  blogging service <a href="http://www.soapblox.net/blog/frontPage.do">SoapBlox</a>, which was used by many progressive political bloggers, such as <a href="http://www.pamshouseblend.com">Pam&#8217;s House Blend</a>, became known, and it is currently unclear how many sites have survived, and what will happen to them.</p>
<p>These are two fairly small, fairly low-profile services (although SoapBlox is considered an extremely important part of the progressive blogosphere.) They hosted a small percentage of the blogs out there (in comparison to, say, TypePad or Blogger.) However, this is, of course, devastating to those who had their blogs there.</p>
<p>Lessons to learn:</p>
<ul>
<li> Always have your own backup of your data/content</li>
<li> Remember when setting up a website or blog that if you use a service, the data is not in your hands, but in someone elses</li>
<li> Always have a disaster recovery plan</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2009/01/the-dangers-of-online-services.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is &#8220;organic&#8221; software?</title>
		<link>http://zenofnptech.org/2008/11/what-is-organic-software.html</link>
		<comments>http://zenofnptech.org/2008/11/what-is-organic-software.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 23:37:14 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=361</guid>
		<description><![CDATA[I was perusing the program for a local &#8220;green&#8221; event, when I noticed a full page advertisement for Firefox, saying that it&#8217;s software was &#8220;100% organic.&#8221; I kind of chuckled. I thought, what does that really mean? For Firefox, it means, &#8220;open source, community-powered.&#8221; And I realized that they had an interesting point. In my [...]]]></description>
			<content:encoded><![CDATA[<p>I was perusing the program for a local &#8220;green&#8221; event, when I noticed a full page advertisement for Firefox, saying that it&#8217;s software was &#8220;<a href="http://www.mozilla.com/en-US/firefox/organic/">100% organic</a>.&#8221; I kind of chuckled. I thought, what does that really mean?</p>
<p>For Firefox, it means, &#8220;open source, community-powered.&#8221; And I realized that they had an interesting point. In my mind, it harks back to the arguments that Yochai Benkler made in his book &#8220;<a href="http://cyber.law.harvard.edu/wealth_of_networks/Main_Page">The Wealth of Networks</a>,&#8221; that a ecosystem full of open source, community-powered software was, in a sense, more sustainable, and promoted more, not less innovation than the proprietary software ecosystem.</p>
<p>So now I think I agree with the Mozilla Foundation that a good metaphor for open source as any is that it is to software what &#8220;organic&#8221; and probably &#8220;fair trade&#8221; is to food. Too bad the metaphor doesn&#8217;t go both ways, because then organic and fair trade food would be free, too.</p>
<p>And, like both of those labels are complex and not entirely easy to nail down with food, so it is with software. But I think it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2008/11/what-is-organic-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal and WYSIWYG editors</title>
		<link>http://zenofnptech.org/2008/10/drupal-and-wysiwyg-editors.html</link>
		<comments>http://zenofnptech.org/2008/10/drupal-and-wysiwyg-editors.html#comments</comments>
		<pubDate>Fri, 17 Oct 2008 01:06:01 +0000</pubDate>
		<dc:creator>Pearlbear</dc:creator>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.zenofnptech.org/?p=335</guid>
		<description><![CDATA[I think that if I had to pick only one thing that would help people understand the character of Drupal, it would be the WYSIWYG editor that comes standard with an out-of-the-box Drupal installation. That would be NONE. There is no standard WYSIWYG editor that comes with Drupal. You have to figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p>I think that if I had to pick only one thing that would help people understand the character of Drupal, it would be the WYSIWYG editor that comes standard with an out-of-the-box Drupal installation. That would be <strong>NONE</strong>. <em><strong>There is no standard WYSIWYG editor that comes with Drupal.</strong></em> You have to figure out how to find one, and install and configure it yourself.</p>
<p>So if you want to start adding content to your new site, and you need a little formatting, or a picture, etc., well, unless you know a bit of HTML, you are S.O.L.</p>
<p>On the other hand, this is actually, from my perspective, a really good thing (can you tell I&#8217;m becoming a Drupalista?) There are several to choose from, and they differ both in difficulty to get installed and working, as well as features. Want something barebones? There&#8217;s one for you. Want something with all of the bells and whistles? There&#8217;s one for you, too.</p>
<p>There is a <a href="http://www.nicklewis.org/node/994">great review of five of the major ones</a>.</p>
<p>I&#8217;ve been getting to know a few of them (and, yes, they can be a pain to install, and they depend, generally, on other libraries that you have to install as well.) I don&#8217;t have a favorite yet, but I&#8217;m thinking I don&#8217;t need to have one &#8211; just to know which ones are well-maintained, and what the differences are in feature set. Then I can choose the one that makes the most sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenofnptech.org/2008/10/drupal-and-wysiwyg-editors.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

