<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Thom Allen Weblog &#187; Blogging</title>
	<atom:link href="http://www.digitalthom.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalthom.com</link>
	<description>blogging - writing - podcasting</description>
	<lastBuildDate>Thu, 20 May 2010 04:24:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/1.0.8" mode="advanced" entry="advanced" -->
	<itunes:summary>blogging - writing - podcasting</itunes:summary>
	<itunes:author>Thom Allen Weblog</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.digitalthom.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<copyright>DigitalThom</copyright>
	<itunes:subtitle>blogging - writing - podcasting</itunes:subtitle>
	<image>
		<title>Thom Allen Weblog &#187; Blogging</title>
		<url>http://www.digitalthom.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.digitalthom.com</link>
	</image>
		<item>
		<title>BuddyPress And The Missing Admin Bar: Solved!</title>
		<link>http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/</link>
		<comments>http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 20:31:20 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/</guid>
		<description><![CDATA[			
				
			
		
 I’ve been working on a few BuddyPress projects lately, using custom themes. Actually, I’ve used a great new plug-in, BuddyPress Template Pack by Andy Peatling to help with custom themes. While this great plug-in got me down the road (it basically turns your existing theme into a BuddyPress compatible theme), there were a few [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2010%2F04%2F29%2Fbuddypress-and-the-missing-admin-bar-solved%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2010%2F04%2F29%2Fbuddypress-and-the-missing-admin-bar-solved%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="BuddyPress - WordPress" border="0" alt="BuddyPress - WordPress" align="left" src="http://www.digitalthom.com/wp-content/uploads/2010/04/logo1.gif" width="287" height="66" /> I’ve been working on a few <a href="http://buddypress.org" target="_blank"><strong>BuddyPress</strong></a> projects lately, using custom themes. Actually, I’ve used a great new plug-in, <a href="http://wordpress.org/extend/plugins/bp-template-pack/" target="_blank"><strong>BuddyPress Template Pack</strong></a> by <a href="http://buddypress.org/community/members/apeatling/" target="_blank"><strong>Andy Peatling</strong></a> to help with custom themes. While this great plug-in got me down the road (it basically turns your existing theme into a BuddyPress compatible theme), there were a few things missing. I wanted to share one I solved, and how.</p>
<p>Once I installed the theme and started working on it, I noticed that there was white space at the top of all my pages, enough room for the BuddyPress admin bar. So I knew it had something to be missing code that wasn’t displaying the admin bar. A quick search on the BuddyPress forum site and I found the solution: Make sure the wp_footer() reference is in your template file.</p>
<p>My theme needed a reference to wp_footer(). There was a reference to get_footer(), but that doesn’t help the admin bar. Once I added the reference, the bar shows up as desired. I call this code snippet in the custom theme where the footer should appear.</p>
<pre class="brush: php;">&lt;?php
function custom_footer() { ?&gt;
    &lt;div id=&quot;custom_footer&quot; class=&quot;accentBorders&quot;&gt;Copyright &amp;#169; 2010 All Rights Reserved.&lt;/div&gt;
&lt;?php
    wp_footer();
}
?&gt;</pre>
<p>Find more BuddyPress goodness at <a href="http://buddypress.org/support/topics/"><strong>http://buddypress.org/support/topics/</strong></a>.</p>
<p>By the way, BuddyPress is a set of plug-ins that give your <a href="http://wordpress.org" target="_blank"><strong>WordPress</strong></a> site the ability to create a community.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Is An RSS Feed Important Anymore?</title>
		<link>http://www.digitalthom.com/2009/01/23/is-an-rss-feed-important-anymore/</link>
		<comments>http://www.digitalthom.com/2009/01/23/is-an-rss-feed-important-anymore/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:25:18 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/?p=1042</guid>
		<description><![CDATA[			
				
			
		
Goolge has started transitioning users from Feedburner to its own brand of RSS delivery. After I completed the transition I reviewed the different RSS feeds that are being distributed through Feedburner, and I started to wonder if RSS feeds actually have any value individually.
My reason to question this is I have FriendFeed consuming all of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2009%2F01%2F23%2Fis-an-rss-feed-important-anymore%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2009%2F01%2F23%2Fis-an-rss-feed-important-anymore%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p>Goolge has started transitioning users from Feedburner to its own brand of RSS delivery. After I completed the transition I reviewed the different RSS feeds that are being distributed through Feedburner, and I started to wonder if RSS feeds actually have any value individually.</p>
<p>My reason to question this is I have <strong><a href="http://friendfeed.com/thomallen" target="_blank">FriendFeed</a></strong> consuming all of my <strong><a href="http://feeds2.feedburner.com/digitalthom" target="_blank">blogs</a></strong> RSS feeds, my <strong><a href="http://twitter.com/statuses/friends_timeline/770441.rss" target="_blank">Twitter</a></strong> Feed, my <strong><a href="http://api.flickr.com/services/feeds/photos_public.gne?id=51035739104@N01&amp;lang=en-us&amp;format=rss_200" target="_blank">Flickr</a></strong> feed and many other. In essence I am posting all of my content in one location which doesn&#8217;t require you to subscribe to my individual feeds, only one <strong><a href="http://friendfeed.com/thomallen?format=atom" target="_blank">FriendFeed</a></strong>. So my question is, are RSS feeds becoming a means to display multiple streams of content in a single location, which can also provide a single RSS feed to consume if someone chooses too?</p>
<p>I know RSS has value, but I&#8217;m wondering if it has the same value today as it did a year ago. Are you subscribing to as many individual feeds as you have in the past or are you letting social networks help give you the streams you are most interested in?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2009/01/23/is-an-rss-feed-important-anymore/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Speaking At WordCamp Utah 2008</title>
		<link>http://www.digitalthom.com/2008/08/14/speaking-at-wordcamp-utah-2008/</link>
		<comments>http://www.digitalthom.com/2008/08/14/speaking-at-wordcamp-utah-2008/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:51:29 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[wordcamputah]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2008/08/14/speaking-at-wordcamp-utah-2008/</guid>
		<description><![CDATA[			
				
			
		
I&#8217;m excited that WordCamp has been scheduled for Utah. I&#8217;m an avid WordPress fan, developer, hack, and bigot. OK, I love other software too, but I really do use WordPress for a lot of projects.
Joseph Scott of Automattic has worked really hard to get this WordCamp going, and I think there is a fantatic lineup [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F14%2Fspeaking-at-wordcamp-utah-2008%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F14%2Fspeaking-at-wordcamp-utah-2008%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p><img alt="WordCamp Utah, September 27th, 2008" title="WordCamp Utah" src="http://www.digitalthom.com/wp-content/uploads/2008/08/picture-1.png" style="border: 1px solid rgb(0, 0, 0); padding: 3px; float: left; margin-right: 10px;" height="" width="" />I&#8217;m excited that <b><a target="_blank" href="http://utah.wordcamp.org/">WordCamp</a></b> has been scheduled for Utah. I&#8217;m an avid WordPress fan, developer, hack, and bigot. OK, I love other software too, but I really do use WordPress for a lot of projects.</p>
<p><b><a target="_blank" href="http://joseph.randomnetworks.com/">Joseph Scott</a></b> of Automattic has worked really hard to get this WordCamp going, and I think there is a fantatic lineup of speakers. You will be rocked by <b><a target="_blank" href="http://cameronmoll.com/">Cameraon Moll</a></b>, <b><a target="_blank" href="http://www.ashbuckles.com/">Ash Buckles</a></b>, <b><a target="_blank" href="http://alexking.org/">Alex King</a></b>, <b><a target="_blank" href="http://www.richardkmiller.com/blog/">Richard Miller</a></b>, Automattic CEO <b><a target="_blank" href="http://ma.tt/">Matt Mullenweg</a></b>, and <b><a href="http://www.digitalthom.com">myself</a></b>. I&#8217;ll be talking about using WordPress with podcasts, video and other media.</p>
<p>The event will take place September 27th, at the <b><a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&amp;geocode=&#038;q=1800+Novell+Pl,+Provo,+UT&amp;sll=40.211113,-111.656907&#038;sspn=0.010422,0.021715&amp;ie=UTF8&#038;ll=40.210032,-111.655726&amp;spn=0.010422,0.021715&#038;t=h&amp;z=16&amp;iwloc=addr">Novell Open Source Technology Center</a></b> in Provo, UT. <b><a target="_blank" href="http://utah.wordcamp.org/sign-up/">Registration</a></b> is cheap, includes a t-shirt and lunch. It&#8217;s on a Saturday so there shouldn&#8217;t be an excuse for not coming.</p>
<p>If you want to learn more about <b><a target="_blank" href="http://wordpress.org">WordPress</a></b>, its future, and some of the really cool things that can be done with the tool, please come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2008/08/14/speaking-at-wordcamp-utah-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could This Be A Hot Solution To My Flickr Post Problem?</title>
		<link>http://www.digitalthom.com/2008/08/06/could-this-be-a-hot-solution-to-my-flickr-post-problem/</link>
		<comments>http://www.digitalthom.com/2008/08/06/could-this-be-a-hot-solution-to-my-flickr-post-problem/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 02:02:15 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Build A Better Blog In 31 Days]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[NaBloPoMo]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2008/08/06/could-this-be-a-hot-solution-to-my-flickr-post-problem/</guid>
		<description><![CDATA[			
				
			
		
If you&#8217;re a Flickr user, and want to post photos to your blog, you know there is no way to add categories or tags to the post. There could be a plug-in solution, but I couldn&#8217;t find it. Seriously, I looked for a long time. If there is one that does what I&#8217;m proposing, please [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F06%2Fcould-this-be-a-hot-solution-to-my-flickr-post-problem%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F06%2Fcould-this-be-a-hot-solution-to-my-flickr-post-problem%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="float:left; margin-right:10px; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:3px; border:1px #000000 solid;" src="http://www.digitalthom.com/wp-content/uploads/2008/08/flickr-wordpress-post-hack.jpg" alt="flickr_wordpress_post_hack.jpg" width="240" height="180" />If you&#8217;re a Flickr user, and want to post photos to your blog, you know there is no way to add categories or tags to the post. There could be a plug-in solution, but I couldn&#8217;t find it. Seriously, I looked for a long time. If there is one that does what I&#8217;m proposing, please let me know and I will update this post and back out what I&#8217;ve done.</p>
<p>This solution isn&#8217;t for the faint of heart. And I&#8217;m not 100% sure how secure it is. But I know for a fact it works just like I want. Here is the scenario and my hack:</p>
<p><strong>1.</strong> Create a new WordPress user for Flickr posts. Doesn&#8217;t matter what you call it. Just make sure it has posting rights.<br />
<strong>2.</strong> Add you blog, or modify and existing entry, in your Flickr account. How to do this is beyond the scope of my explanation.<br />
<strong>3.</strong> Use the new WordPress user you created in step one in your Flickr blog settings.<br />
<strong>4.</strong> Modify you xmlrpc.php file that sits in your WordPress root folder, with the below code. It would be in the same place as wp-config.php.</p>
<p>Here is where it gets a little hairy. Find the line which has this code snippet. Mine starts on line 1578, but yours may differ. It&#8217;s in the function mw_newPost($args):</p>
<p><code>if (is_array($catnames)) {</code></p>
<p><code>foreach ($catnames as $cat) {</code></p>
<p><code>$post_category[] = get_cat_ID($cat);</code></p>
<p><code>}</code></p>
<p><code>}</code></p>
<p>Just above the code on line 1578, add this code snippet:</p>
<p><code>if ( $user_login == '*NEW_USER_NAME*' ) {</code></p>
<p><code>$catnames[] = '*CATEGORY*';</code></p>
<p><code>$tags_input[] = '*TAG1*';</code></p>
<p><code>$tags_input[] = '*TAG2*';</code></p>
<p><code>}</code></p>
<p>Save the file. Flickr gives you the ability to create a test post. I would recommend you do that before calling it good. Make <span style="text-decoration: underline;"><strong>SURE</strong></span> to remove any entries in the Settings/Writing/Update Services box before testing or your test post will show up in your RSS feed and anywhere else that you ping a new post.</p>
<p>Now, when you post from Flickr, using the correct WordPress user, you should have an entry in the category you choose, with the tags you want. You can add as many tags, or even categories as you like.</p>
<p>Again, there may be a more elegant solution that I haven&#8217;t found, but for now this solves my problem. I suppose you could use this for any outside service that uses XMLRPC to post to your blog.</p>
<p>I&#8217;m also interested in hearing about potential security issues with this solution.</p>
<p>Photo courtesy of <a href="http://flickr.com/photos/poolie/">poolie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2008/08/06/could-this-be-a-hot-solution-to-my-flickr-post-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>One Hot August Day</title>
		<link>http://www.digitalthom.com/2008/08/01/one-hot-august-day/</link>
		<comments>http://www.digitalthom.com/2008/08/01/one-hot-august-day/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 02:27:38 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[NaBloPoMo]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2008/08/01/one-hot-august-day/</guid>
		<description><![CDATA[			
				
			
		
It&#8217;s August 1st. We are in the dog days of summer. The time where you&#8217;re just about fed up with hot weather, and ready for the fall cool down to happen. Not to mention you&#8217;re ready for the kids to go back to school. Pools are your best friend, and you get up early just [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F01%2Fone-hot-august-day%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F08%2F01%2Fone-hot-august-day%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.digitalthom.com/wp-content/uploads/2008/08/hot-peppers.jpg" width="240" height="160" alt="hot_peppers.jpg" style="float:left; margin-right:5px; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:3px; border:1px #000000 solid;" />It&#8217;s August 1st. We are in the dog days of summer. The time where you&#8217;re just about fed up with hot weather, and ready for the fall cool down to happen. Not to mention you&#8217;re ready for the kids to go back to school. Pools are your best friend, and you get up early just to go for a run</p>
<p>NaBloPoMo theme for August is HOT. So, I&#8217;ll be writing post about things that are hot. And they won&#8217;t necessarily be about the weather.</p>
<p>Play along if you would like, visit the web site <a href="http://www.nablopomo.com" title="NaBloPoMo Theme For August" target="_blank"><strong>here</strong></a>.</p>
<p>Photo by <a href="http://www.flickr.com/photos/piet_musterd/">PieterMusterd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2008/08/01/one-hot-august-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PodCampSLC Is Getting Close</title>
		<link>http://www.digitalthom.com/2008/03/10/podcampslc-is-getting-close/</link>
		<comments>http://www.digitalthom.com/2008/03/10/podcampslc-is-getting-close/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 16:20:47 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[New Media]]></category>
		<category><![CDATA[PodCamp]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Utah-Bloggers]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2008/03/10/podcampslc-is-getting-close/</guid>
		<description><![CDATA[			
				
			
		
We only have five days before PodCampSLC kicks off. The current schedule we have at the moment:
9-10 Come by and get your name tag, get a seat, and schedule your discussions
10-11 Kick off and Keynote by Michael Harper, Professor, Utah Valley University
11:15-12:15 Attend Session 1, join another discussion, or start your own
12:15-1:15 Lunch
1:30-2:30 Attend Session [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F03%2F10%2Fpodcampslc-is-getting-close%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.digitalthom.com%2F2008%2F03%2F10%2Fpodcampslc-is-getting-close%2F&amp;source=thomallen&amp;style=normal&amp;service=bit.ly&amp;service_api=R_cc96a96a8e87a453d98cc615eadd56ec" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://podcampslc.org"><img src="http://www.digitalthom.com/images/podslcsmall.png" alt="PodCampSLC March 15th 2008 10-4" align="right" /></a>We only have five days before <strong><a href="http://podcampslc.org">PodCampSLC</a></strong> kicks off. The current schedule we have at the moment:</p>
<p>9-10 Come by and get your name tag, get a seat, and schedule your discussions<br />
10-11 Kick off and Keynote by Michael Harper, Professor, Utah Valley University<br />
11:15-12:15 Attend Session 1, join another discussion, or start your own<br />
12:15-1:15 Lunch<br />
1:30-2:30 Attend Session 2, join another discussion, or start your own<br />
2:45-3:45 Attend Session 3, join another discussion, or start your own<br />
4 Wrap up, comments and final thoughts</p>
<p>There will be a Podcasting Genius Bar &#8212; Completely open access to recorders, cameras, software, and experts. Michael Harper, from UVSC/UVU, is driving this offering. Please contact Michael with suggestions or to volunteer &#8212; harpermi AT uvsc DOT edu.</p>
<p>We need to be out of the building as soon as we can after the wrap up.</p>
<p>Bring your friends, business associates, anyone who is interested in sharing ideas or learning more about new media. Thanks, and we&#8217;ll see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalthom.com/2008/03/10/podcampslc-is-getting-close/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
