<?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"
	>

<channel>
	<title>Awakened Voice &#187; Open Source</title>
	<atom:link href="http://blog.awakenedvoice.com/category/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.awakenedvoice.com</link>
	<description>Analyzing And Reporting On The Social Media Revolution</description>
	<pubDate>Sat, 08 Nov 2008 16:56:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Comparing WordPress And Drupal</title>
		<link>http://blog.awakenedvoice.com/2007/11/22/comparing-wordpress-and-drupal/</link>
		<comments>http://blog.awakenedvoice.com/2007/11/22/comparing-wordpress-and-drupal/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 05:15:00 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/11/22/comparing-wordpress-and-drupal/</guid>
		<description><![CDATA[I use both WordPress and Drupal quite a bit so I thought it might help the community to provide my thoughts on how I use both of these great open source platforms.
What They&#8217;re Good For
WordPress is great for creating a single or multi-author blog. There are many single author blogs (like WordPress creator Matt Mullenweg&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I use both <a href="http://www.wordpress.org" target="_blank">WordPress</a> and <a href="http://www.drupal.org" target="_blank">Drupal</a> quite a bit so I thought it might help the community to provide my thoughts on how I use both of these great open source platforms.</p>
<p><strong>What They&#8217;re Good For</strong></p>
<p>WordPress is great for creating a single or multi-author blog. There are many single author blogs (like WordPress creator Matt Mullenweg&#8217;s <a href="http://photomatt.net/" target="_blank">Photo Matt</a>)out there so most people get that concept. One good example of a multi-author blog running on WordPress is the <a href="http://allthingsd.com/" target="_blank">All Things Digital</a> site. I think that WordPress is also a great tool for creating a corporate or personal website. The ability to create static pages (and designate one of those pages as the front page) gives you the ability to mix static and dynamic content.</p>
<p>In general WordPress is great for publishing lightweight media. By <em>lightweight</em> I mean text and images. There are some shortcomings in WordPress when it comes to publishing audio or video (like a lack of integrated upload) but you can link to media files and embed video from other sites that provide embed codes. <a href="http://wordpress.org/extend/plugins/podpress/" target="_blank">Podpress</a> is a useful plug-in that enhances WordPress media publishing and podcasting abilities.</p>
<p>Drupal is great for building communities on the web. You can use Drupal to create a blog publishing site (single or multi-author) like <a href="http://buytaert.net/" target="_blank">Dries Buytaert</a> or a more corporate type website with a blog like the folks at <a href="http://www.lullabot.com" target="_blank">Lullabot</a> have done. Where Drupal really shines is in the creation of social networking sites. The two key features that enable social networking are the user profile system and varied content creation capabilities.  With Drupal it is a very simple process to start a site and allow others to create a profile with a picture while also allowing them to create their own content. I&#8217;ve been able to achieve this with my <a href="http://clubhouse.newyorkmetspodcast.com/" target="_blank">Amazin Moments Clubhouse</a> without needing to write any extra php code. Another Drupal-based social network worth checking out is the Canadian site called <a href="http://www.changeeverything.ca" target="_blank">Change Everything</a>.</p>
<p>The real killer feature of Drupal is the ability to create custom content types without needing to resort to programming. In a custom content type you can define each of the types of fields in your new content type. You can then design one or more views to display your new content items on your site. In addition, you can set permissions to restrict creating that content to a certain type of user. I know it may sound a bit complicated. So if you&#8217;re interested in this I recommend that you check out my <a href="http://blip.tv/file/322542" target="_blank">screencast on custom content types</a> in Drupal.</p>
<p>Drupal is a bit better than WordPress when it comes to publishing rich media. The basic Drupal install will allow you to upload and attach media files to posts. And you can add advanced <a href="http://drupal.org/project/audio" target="_blank">audio</a> or <a href="http://drupal.org/project/video" target="_blank">video</a> publishing functionality via add-on modules.</p>
<p><strong>Extending These Systems</strong></p>
<p>Both WordPress and Drupal have large developer communities.  As a result there are many add-ons that you can use to extend the out of the box functions of these systems. WordPress add-ons are called <em>plugins</em> while Drupal add-ons are called <em>modules</em>. I have found Drupal <a href="http://drupal.org/project/Modules/name" target="_blank">modules</a> for just about every function I&#8217;ve wanted to add to my Drupal-based sites. Likewise WordPress has a robust like of <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> that cover many of the features you might want to add to your WordPress-based site.</p>
<p>Both WordPress and Drupal have a variety of free options for creating a nice design for your site. Both systems call their design templates themes. You can find Drupal themes <a href="http://drupal.org/project/Themes" target="_blank">here</a> and WordPress themes <a href="http://themes.wordpress.net/" target="_blank">here</a>.</p>
<p><strong>Syndication And RSS Feeds </strong></p>
<p>Both systems are great when it comes to RSS feeds. In WordPress you have a site level feed, comment feed and category RSS feeds. Drupal will provide a site level feed and a feed for every blog author as well as feeds for every custom content type you create. Both systems allow for subscription to content via email through add-ons.</p>
<p><strong>Ease Of Setup</strong></p>
<p>WordPress has fewer choices and is generally an easier setup experience from my perspective. Another thing that makes WordPress simpler is the fact that some web hosts, like <a href="http://www.dreamhost.com" target="_blank">Dreamhost</a> for instance, offer one-click installs and upgrades for WordPress. The setup for Drupal is a bit more involved because there are so many choices under the hood. It is worth it to take some time to read the great <a href="http://drupal.org/handbooks" target="_blank">Drupal Handbooks</a> before you get started to get an idea of how you want to approach things. Its also a good idea to give yourself some time to play on a test site prior to setting a deadline for completion of your Drupal-based website.</p>
<p><strong>Old School Resources</strong></p>
<p>Even though we&#8217;re in a web based world it is very helpful sometimes to sit and read a book to help speed up the learning process. <a href="http://www.packtpub.com/wordpress/book" target="_blank">WordPress</a> and <a href="http://www.packtpub.com/drupal/book" target="_blank">Drupal</a> books are available from Packt Publishing. I have not read these books but I have read <a href="http://www.drupalbook.com/" target="_blank">Pro Drupal Development</a> and continue to refer to it as I work on my Drupa-based sites.</p>
<p><strong>My Final Thoughts</strong></p>
<p>If your main goal is to publish basic content types (think title + body) that other people can view and subscribe to then I would choose WordPress as the system of choice. If you want to create a user generated content site/social network <em>or</em> you want to have the ability to customize one or more content types then I would use Drupal as the basis for the site. Both can work as corporate or personal website building tools but you have more flexibility in future growth (adding forums, social networking, user generated content) under a single login using Drupal.</p>
<p><strong>Hosted Options</strong></p>
<p>If you don&#8217;t want to get involved with all the setup for these systems there are hosted service options for both. <a href="http://www.wordpress.com" target="_blank">Wordpress.com</a> offers free blogs with minimal setup required. For $19.95 per month a company called <a href="http://www.bryght.com" target="_blank">Bryght</a> provides a hosted Drupal installation with many great features and add-ons. You lose a little bit of control with the hosted versions of these systems but you also get a much easier admin experience.</p>
<p><strong>Notable Drupal Sites</strong></p>
<p><a href="http://www.theonion.com" target="_blank">www.theonion.com</a>, <a href="http://www.twit.tv" target="_blank">www.twit.tv</a>, <a href="http://www.kellyclarksonweb.com" target="_blank">www.kellyclarksonweb.com</a></p>
<p><strong>Notable WordPress Sites</strong></p>
<p><a href="http://www.gigaom.com" target="_blank">www.gigaom.com</a>,  <a href="http://www.techcrunch.com" target="_blank">www.techcrunch.com</a>, <a href="http://center.arc.nasa.gov/" target="_blank">center.arc.nasa.gov</a></p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/11/22/comparing-wordpress-and-drupal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Long Will Drupal Be Around?</title>
		<link>http://blog.awakenedvoice.com/2007/08/14/how-long-will-drupal-be-around/</link>
		<comments>http://blog.awakenedvoice.com/2007/08/14/how-long-will-drupal-be-around/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 13:51:54 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/08/14/how-long-will-drupal-be-around/</guid>
		<description><![CDATA[Not very long if you ask Chris Pirillo. He recently stated that, &#8220;&#8230;intelligent Drupal developers are in absolute short supply - to the point where I don’t think the platform will be around for too much longer.&#8221;
I do believe that the world needs more Drupal developers but that hardly means the platform is going away. [...]]]></description>
			<content:encoded><![CDATA[<p>Not very long if you ask <a href="http://chris.pirillo.com" target="_blank">Chris Pirillo</a>. He <a href="http://chris.pirillo.com/2007/08/14/radio-silence-3/" target="_blank">recently stated</a> that, &#8220;&#8230;intelligent Drupal developers are in absolute short supply - to the point where I don’t think the platform will be around for too much longer.&#8221;</p>
<p>I do believe that the world needs more <a href="http://www.drupal.org" target="_blank">Drupal</a> developers but that hardly means the platform is going away. In fact I think that the platform is progressing nicely. The next version ofDrupal is slated to support <a href="http://drupal.org/node/152893" target="_blank">OpenID</a> and <a href="http://buytaert.net/reaching-out-with-drupal+6" target="_blank">localization</a>. There are <a href="http://drupal.org/project/Modules" target="_blank">loads of great modules</a> contributed by developers who are building on the platform.</p>
<p>I recently constructed a new site called <a href="http://www.newyorkismykindoftown.com" target="_blank">New York Is My Kind Of Town</a> using Drupal and  between core and contributed modules I achieved every function I wanted to. No custom development needed.</p>
<p>The situation that Chris highlights is more of an opportunity than the tolling of the death bell for Drupal. Drupal is such a great platform that there is a high demand for development skills to deploy it commercially. But the fact is that there are plenty of developers contributing to the platform itself. And you also don&#8217;t necessarily need a developer to get a site up and running on Drupal. I&#8217;m not a developer and I&#8217;ve done it several times.</p>
<p>So I just want to tell Chris, &#8220;You are wrong. Drupal is going to be around for a very long time.&#8221; I even chuckle a little as I write this because his comment is so absurd.</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/08/14/how-long-will-drupal-be-around/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learn Some More Drupal</title>
		<link>http://blog.awakenedvoice.com/2007/07/30/learn-some-more-drupal/</link>
		<comments>http://blog.awakenedvoice.com/2007/07/30/learn-some-more-drupal/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 19:21:04 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Lessons]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Awakened Voice]]></category>

		<category><![CDATA[cck]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Screencast]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/07/30/learn-some-more-drupal/</guid>
		<description><![CDATA[What can I say? I can&#8217;t help but document processes that I see as important in building sites around Drupal. The result is a video tutorial on creating a custom content type (via CCK) and a corresponding view using Drupal.
You can find the full resolution QuickTime version over in the Awakened Voice Learning Center. Or [...]]]></description>
			<content:encoded><![CDATA[<p>What can I say? I can&#8217;t help but document processes that I see as important in building sites around <a href="http://www.drupal.org" target="_blank">Drupal</a>. The result is a video tutorial on creating a custom content type (via <a href="http://drupal.org/project/cck" target="_blank">CCK</a>) and a corresponding view using Drupal.</p>
<p>You can find the full resolution QuickTime version over in the <a href="http://learn.awakenedvoice.com/2007/07/30/drupal-cck-and-views-tutorial/">Awakened Voice Learning Center</a>. Or just watch the video embed below.</p>
<p><center><script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007062101"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=327265&#038;source=3&#038;autoplay=true&#038;file_type=flv&#038;player_width=&#038;player_height="></script>
<div id="blip_movie_content_327265"><a rel="enclosure" href="http://blip.tv/file/get/Awakenedvoice-DrupalCCKAndViewsTutorial767.flv" onclick="play_blip_movie_327265(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play"  src="http://blip.tv/file/get/Awakenedvoice-DrupalCCKAndViewsTutorial767.flv.jpg" border="0" title="Click To Play" /></a><br /><a rel="enclosure" href="http://blip.tv/file/get/Awakenedvoice-DrupalCCKAndViewsTutorial767.flv" onclick="play_blip_movie_327265(); return false;">Click To Play</a></div>
<p></center></p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/07/30/learn-some-more-drupal/feed/</wfw:commentRss>
<enclosure url="http://blip.tv/file/get/Awakenedvoice-DrupalCCKAndViewsTutorial767.flv" length="131188453" type="video/x-flv" />
		</item>
		<item>
		<title>Open Source Floodgates</title>
		<link>http://blog.awakenedvoice.com/2007/07/20/open-source-floodgates/</link>
		<comments>http://blog.awakenedvoice.com/2007/07/20/open-source-floodgates/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 01:22:32 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Awakened Voice]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Songbird]]></category>

		<category><![CDATA[Statistics]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/07/20/open-source-floodgates/</guid>
		<description><![CDATA[One of the things that absolutely blows my mind is how passionate members of the open source community are about the tools that they make and use. When I started doing screencasts last summer I didn&#8217;t really have any road map with respect to the tools that I would cover. I decided to focus on [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that absolutely blows my mind is how passionate members of the open source community are about the tools that they make and use. When I started doing screencasts last summer I didn&#8217;t really have any road map with respect to the tools that I would cover. I decided to focus on what made sense to me.</p>
<p>Nearly a year and twenty-two lessons later I&#8217;ve come up with a definite pattern with regards to the overall interest in the content I produce there. The material related to open source projects definitely garners a lot more eyeballs than the one on commercial offerings.</p>
<p>Here are some rough numbers to show you what I&#8217;m talking about.</p>
<p>Average downloads for non-open source tutorials: 400</p>
<p>Average download for open source tutorials: 5300</p>
<p>The single largest downloaded tutorial is my <a href="http://learn.awakenedvoice.com/2007/04/14/blocks-in-drupal-5/" target="_blank">Blocks in Drupal 5</a> video that has attracted over 20,000 downloads. My recent <a href="http://learn.awakenedvoice.com/2007/07/06/songbird-media-browser/" target="_blank">Songbird tutorial</a> is humming along at over 8,000 downloads. The lesson is two weeks old today.</p>
<p>Am I trying to brag by sharing these numbers? Absolutely not. There are plenty of video producers out there who get a lot more downloads than I do. My point is that the people who work with or use  open source tools are a passionate bunch who have an incredible appetite for knowledge.</p>
<p>That&#8217;s one reason why tools like <a href="http://www.wordpress.org" target="_blank">WordPress</a> and <a href="http://www.drupal.org" target="_blank">Drupal</a> continue to become more powerful and also more easy to use. <a href="http://www.songbirdnest.com" target="_blank">Songbird</a> is well on its way too. And they&#8217;re still in developer preview.</p>
<p>So for those of you who swear by tools that you have to pay license fees for, consider taking a second look at tools like these. And if you&#8217;re a content producer looking for topics that get attention then consider learning these systems and contributing by adding what you know to the mix. Either way I believe you will be better off in the end.</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/07/20/open-source-floodgates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Miro Player Launches</title>
		<link>http://blog.awakenedvoice.com/2007/07/18/miro-player-launches/</link>
		<comments>http://blog.awakenedvoice.com/2007/07/18/miro-player-launches/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 12:57:28 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/07/18/miro-player-launches/</guid>
		<description><![CDATA[Let&#8217;s call Miro the video player formerly known as the Democracy Player. I made a note of this change a few months ago.
Democracy Player has officially been relaunched as Miro. The folks on the team are billing it as, &#8220;The only video player you need.&#8221; A strong statement indeed.
I tried out Miro in earlier incarnations [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getmiro.com" target="_blank"><img src="http://blog.awakenedvoice.com/wp-content/uploads/2007/07/miro-logo.png" title="Miro Player" alt="Miro Player" align="left" /></a>Let&#8217;s call <a href="http://www.getmiro.com" target="_blank">Miro</a> the video player formerly known as the Democracy Player. I <a href="http://blog.awakenedvoice.com/2007/03/13/a-change-in-democracy/">made a note</a> of this change a few months ago.</p>
<p>Democracy Player has officially been relaunched as Miro. The folks on the team are billing it as, &#8220;The only video player you need.&#8221; A strong statement indeed.</p>
<p>I tried out Miro in earlier incarnations and it was definitely on the right track as far as easing the process of finding and playing video content from the web.</p>
<p>They are also differentiating themselves by  touting their directory&#8217;s access to, &#8220;More HD than anyone.&#8221; And the new release has the ability to download flash videos from YouTube and a few other sites.  Sound like an online video lovers dream.</p>
<p>I&#8217;ve downloaded the latest release and plan to try out this free, open source player. Once I do a <a href="http://learn.awakenedvoice.com" target="_blank">screencast</a> will definitely be in order.</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/07/18/miro-player-launches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal Tutorials That Rock</title>
		<link>http://blog.awakenedvoice.com/2007/07/12/drupal-tutorials-that-rock/</link>
		<comments>http://blog.awakenedvoice.com/2007/07/12/drupal-tutorials-that-rock/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 14:16:32 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/07/12/drupal-tutorials-that-rock/</guid>
		<description><![CDATA[The Drupal content management platform can be downright scary to newbies trying to create sites using the tool. This is simply due to the fact that you can do so much with the platform.
Thankfully Drupal has a very robust community of contributors adding code and knowledge to the effort. I appreciate all of it. Recently [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.drupal.org"><img src="http://blog.awakenedvoice.com/wp-content/uploads/2007/01/drupalorg.thumbnail.png" title="Drupal Logo" alt="Drupal Logo" align="left" /></a>The Drupal content management platform can be downright scary to newbies trying to create sites using the tool. This is simply due to the fact that you can do so much with the platform.</p>
<p>Thankfully Drupal has a very robust community of contributors adding code and knowledge to the effort. I appreciate all of it. Recently I accessed a pair of tutorials that helped me to get some nice features added to a site I&#8217;m working on. So I wanted to pass them on to others who might find them useful.</p>
<p><a href="http://dev.shellmultimedia.com/node/55" target="_blank">Advanced User Profiles</a> -  was created by <a href="http://shellmultimedia.com/" target="_blank">Shell Multimedia</a> and allows you to create a very robust user profile that includes links to the submitted content, friends and a photo gallery to name a few things.</p>
<p><a href="http://drupal.org/node/144725" target="_blank">Thickbox Image Gallery</a> -  and the associated <a href="http://www.theartlab.net/files/drupalschool009.m4v" target="_blank">screencast by Elliot Rothman</a> help you to add image submission to the site while creating a nice image gallery where the images pop up in a light box.</p>
<p>These are two very useful  tutorials. Thank you to the folks who took the time to make them available.</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/07/12/drupal-tutorials-that-rock/feed/</wfw:commentRss>
<enclosure url="http://www.theartlab.net/files/drupalschool009.m4v" length="64815768" type="video/quicktime" />
		</item>
		<item>
		<title>Sing A New Song</title>
		<link>http://blog.awakenedvoice.com/2007/07/07/sing-a-new-song/</link>
		<comments>http://blog.awakenedvoice.com/2007/07/07/sing-a-new-song/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 15:30:12 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Lessons]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/07/07/sing-a-new-song/</guid>
		<description><![CDATA[Play the web is the trademarked phrase that the makers of Songbird put front and center on their website. You can do a lot more than play the web with Songbird though. You can play the web and manage media on your computer.
I discovered Songbird recently and I&#8217;ve been very enamored with their free, open [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.songbirdnest.com" title="Songbird" target="_blank"><img src="http://blog.awakenedvoice.com/wp-content/uploads/2007/07/songbird.png" title="Songbird" alt="Songbird" align="left" /></a>Play the web is the trademarked phrase that the makers of <a href="http://www.songbirdnest.com" title="Songbird" target="_blank">Songbird</a> put front and center on their website. You can do a lot more than play the web with Songbird though. You can play the web and manage media on your computer.</p>
<p>I discovered Songbird recently and I&#8217;ve been very enamored with their free, open source media player. While iTunes and Windows Media Player seem to be all about selling music, Songbird is about discovering and playing music.</p>
<p>That&#8217;s why I took some time to record a <a href="http://learn.awakenedvoice.com/2007/07/06/songbird-media-browser/">video tour</a> in the Awakened Voice Learning Center. Head over there to get the QuickTime version or just watch the player below.</p>
<p><center>															<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007062101"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=297384&#038;source=3&#038;autoplay=true&#038;file_type=flv&#038;player_width=&#038;player_height="></script>
<div id="blip_movie_content_297384"><a rel="enclosure" href="http://blip.tv/file/get/Awakenedvoice-SongbirdMediaManager188.flv" onclick="play_blip_movie_297384(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play"  src="http://blip.tv/file/get/Awakenedvoice-SongbirdMediaManager188.flv.jpg" border="0" title="Click To Play" /></a><br /><a rel="enclosure" href="http://blip.tv/file/get/Awakenedvoice-SongbirdMediaManager188.flv" onclick="play_blip_movie_297384(); return false;">Click To Play</a></div>
<p>										</center></p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/07/07/sing-a-new-song/feed/</wfw:commentRss>
<enclosure url="http://blip.tv/file/get/Awakenedvoice-SongbirdMediaManager188.flv" length="73754196" type="video/x-flv" />
		</item>
		<item>
		<title>Adding Video To A Drupal Site</title>
		<link>http://blog.awakenedvoice.com/2007/06/12/adding-video-to-a-drupal-site/</link>
		<comments>http://blog.awakenedvoice.com/2007/06/12/adding-video-to-a-drupal-site/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 14:36:58 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Awakened Voice]]></category>

		<category><![CDATA[Lessons]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Video]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Educational]]></category>

		<category><![CDATA[How-To]]></category>

		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/06/12/adding-video-to-a-drupal-site/</guid>
		<description><![CDATA[I have added a new tutorial to the Learning Center. This one shows you how to add video to a site based on the Drupal content management platform. Check it out here.
[tags]Social Media, Drupal, Video, Screencast, Educational, How To, Open Source[/tags]
        &#169; Robert J. Safuto - visit the [...]]]></description>
			<content:encoded><![CDATA[<p>I have added a new tutorial to the Learning Center. This one shows you how to add video to a site based on the <a target="_blank" href="http://www.drupal.org">Drupal</a> content management platform. Check it out <a href="http://learn.awakenedvoice.com/2007/06/11/embedding-video-in-drupal/">here</a>.</p>
<p>[tags]Social Media, Drupal, Video, Screencast, Educational, How To, Open Source[/tags]</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/06/12/adding-video-to-a-drupal-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stats For All WordPress Blogs</title>
		<link>http://blog.awakenedvoice.com/2007/05/29/stats-for-all-wordpress-blogs/</link>
		<comments>http://blog.awakenedvoice.com/2007/05/29/stats-for-all-wordpress-blogs/#comments</comments>
		<pubDate>Wed, 30 May 2007 01:22:14 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Automattic-Stats]]></category>

		<category><![CDATA[Statistics]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/05/29/stats-for-all-wordpress-blogs/</guid>
		<description><![CDATA[The new Automattic Stats plugin allows standalone WordPress users to get the same stats users of WordPress.com get for their blog pages.
The stats that you get on WordPress.com are basic but are a good alternative to Google Analytics for those who want to answer very basic questions about how many people are reading their blog [...]]]></description>
			<content:encoded><![CDATA[<p>The new <a target="_blank" href="http://wordpress.org/extend/plugins/stats/">Automattic Stats plugin</a> allows standalone <a target="_blank" href="http://www.wordpress.org">WordPress</a> users to get the same stats users of <a target="_blank" href="http://www.wordpress.com">WordPress.com</a> get for their blog pages.</p>
<p>The stats that you get on WordPress.com are basic but are a good alternative to <a target="_blank" href="http://www.google.com/analytics/">Google Analytics</a> for those who want to answer very basic questions about how many people are reading their blog posts and who is linking to them.</p>
<p>This plugin works different from most other plugins in that the results of the stats are displayed over on WordPress.com. So you need to have the API key from your WordPress.com account. This is the same API key that is used for the <a target="_blank" href="http://www.akismet.com">Akismet</a> spam service.</p>
<p>Its an interesting approach by WordPress in hosting the stats on their database. It is definitely a good idea. I ran a WordPress stats plugin previously and the program took up a heck of a lot of space in my database. You need to have at least WordPress version 2.1 on your site to work with this plugin. I&#8217;m at 2.0.5 on this site but I am trying it over at the <a target="_blank" href="http://learn.awakenedvoice.com">Awakened Voice Learning Center</a>.</p>
<p>I&#8217;m going to try it alongside Google Analytics to see which one is more useful to me. You still do not get feed statistics with this plugin. You need to host over on WordPress.com or use a service like <a target="_blank" href="http://www.feedburner.com">FeedBurner</a> to track feed stats.</p>
<p>[tags]Social Media, Statistics, Automattic Stats, WordPress[/tags]</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/05/29/stats-for-all-wordpress-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Sweet Sound</title>
		<link>http://blog.awakenedvoice.com/2007/05/25/a-sweet-sound/</link>
		<comments>http://blog.awakenedvoice.com/2007/05/25/a-sweet-sound/#comments</comments>
		<pubDate>Fri, 25 May 2007 15:52:43 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[iTunes]]></category>

		<category><![CDATA[Media-Player]]></category>

		<category><![CDATA[Songbird]]></category>

		<category><![CDATA[Windows-Media-Player]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/05/25/a-sweet-sound/</guid>
		<description><![CDATA[Prepare to be blown away. Everyone knows that the one-two punch of iTunes and (a distant second) Windows Media Player has dominated the desktop media player market for years now.
And since iTunes added podcast subscription and a directory in June 2005 it has been the defacto app for finding and subscribing to podcasts. That could [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.songbirdnest.com"><img align="left" alt="SongBird" id="image420" title="SongBird" src="http://blog.awakenedvoice.com/wp-content/uploads/2007/05/songbird.png" /></a>Prepare to be blown away. Everyone knows that the one-two punch of <a target="_blank" href="http://www.apple.com/itunes">iTunes</a> and (a distant second) <a target="_blank" href="http://www.microsoft.com/windows/windowsmedia/download/">Windows Media Player</a> has dominated the desktop media player market for years now.</p>
<p>And since iTunes added podcast subscription and a directory in June 2005 it has been the defacto app for finding and subscribing to podcasts. That could change with <a target="_blank" href="http://www.songbirdnest.com/">Songbird</a>.</p>
<p>Songbird is a cross-platform desktop based media player and manager. Songbird creates playlists on your desktop but it also acts as a browser, allowing you to surf to your favorite media sites on the web. Once you&#8217;re on a media rich site (like a podcast home page or a directory) Songbird will automatically create playlists of the media in the podcast feed on the site. You can then stream the media right in the Songbird browser.</p>
<p>This type of functionality is a huge step forward for desktop based media players. I particularly like the integration with the open web and the seamless experience with respect to podcast enabled rss feeds.</p>
<p>So what makes this better than iTunes or Windows Media Player? My biggest beef with iTunes is the fact that the system is closed. You only gets what&#8217;s in Apple&#8217;s box on a server somewhere. With Songbird you can surf and play the entire web. There&#8217;s plenty of support for iTunes included with Songbird though. So you can still subscribe and enjoy paid content through iTunes. But you can play and manage everything with Songbird.</p>
<p>Windows Media Player doesn&#8217;t even come close to SongBird. Windows Media files are supported so fans of WMA or WMV are not left out in the cold.</p>
<p>Like any good open source app Songbird has a good <a target="_blank" href="http://addons.songbirdnest.com/">variety of add-ons</a> that extend capabilities and meet the most important needs that are not included in the core player.</p>
<p>You might be able to tell that I&#8217;m very excited about this app. I&#8217;m in the honeymoon period right now so if I find any major issues later I&#8217;ll be sure to report them. If Songbird stays on track though I think it can be one of those game changing apps that helps accelerate the growth of podcasting and rich media on the web.</p>
<p>[tags]Social Media, Songbird, Media Player, iTunes, Windows Media Player, Open Source[/tags]</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/05/25/a-sweet-sound/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Death Of The Webmaster</title>
		<link>http://blog.awakenedvoice.com/2007/04/30/death-of-the-webmaster/</link>
		<comments>http://blog.awakenedvoice.com/2007/04/30/death-of-the-webmaster/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 13:03:32 +0000</pubDate>
		<dc:creator>Rob Safuto</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[CMS]]></category>

		<category><![CDATA[Dries-Buytaert]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Video]]></category>

		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://blog.awakenedvoice.com/2007/04/30/death-of-the-webmaster/</guid>
		<description><![CDATA[Are rumors of the death of the traditional webmaster greatly exaggerated? Maybe not. I&#8217;ve stated previously that a new type of webmaster is needed in order to leverage the powerful new tools available to those doing business via the web.
This video features Drupal founder Dries Buytaert speaking at the Open Source CMS Summit at Yahoo! [...]]]></description>
			<content:encoded><![CDATA[<p>Are rumors of the death of the traditional webmaster greatly exaggerated? Maybe not. I&#8217;ve <a href="http://blog.awakenedvoice.com/2007/02/13/skills-of-the-social-webmaster/">stated previously</a> that a new type of webmaster is needed in order to leverage the powerful new tools available to those doing business via the web.</p>
<p>This video features <a href="http://www.drupal.org">Drupal</a> founder <a href="http://buytaert.net/">Dries Buytaert</a> speaking at the Open Source CMS Summit at Yahoo! earlier this year. He makes some very important points about how Drupal technology could eventually eliminate the designer, developer and webmaster.</p>
<p>Dries also talks about some important improvements to Drupal, including lightweight media file handling and improved forum functionality.</p>
<p>There&#8217;s a lot to love about Drupal but there are also a lot of areas that could be more user friendly. Based on the tone of this speech I can say that I am encouraged that these issues will be addressed and then some in Drupal 6.</p>
<p><center><embed style="width:350px; height:286px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7827250900890284668&#038;hl=nl" flashvars=""> </embed></center></p>
<p>[tags]Social Media, Drupal, Video, Dries Buytaert, Open Source, CMS, Webmaster[/tags]</p>
        <hr /><p style="float:right; font-size: 9px;">&copy; Robert J. Safuto - visit the <a href="http://blog.awakenedvoice.com">Awakened Voice Blog</a> for more great content.</p>      ]]></content:encoded>
			<wfw:commentRss>http://blog.awakenedvoice.com/2007/04/30/death-of-the-webmaster/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
