<?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"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Bit Fog</title>
	<atom:link href="http://www.bitfog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitfog.com</link>
	<description>Better, cheaper, faster. Pick two.</description>
	<lastBuildDate>Thu, 17 May 2012 12:54:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0" -->
	<itunes:summary>Better, cheaper, faster. Pick two.</itunes:summary>
	<itunes:author>Bit Fog</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.bitfog.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Better, cheaper, faster. Pick two.</itunes:subtitle>
	<image>
		<title>Bit Fog</title>
		<url>http://www.bitfog.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.bitfog.com</link>
	</image>
		<item>
		<title>GWT KeyPressHandler on Firefox</title>
		<link>http://www.bitfog.com/code/gwt-keypresshandler-on-firefox/</link>
		<comments>http://www.bitfog.com/code/gwt-keypresshandler-on-firefox/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 14:26:43 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=416</guid>
		<description><![CDATA[addKeyPressHandler does not fire as expected in Firefox for keys Enter, Esc and Tab. For example, the following works in IE and Google Chrome as expected, but not in Firefox: tbCaseNumber.addKeyPressHandler(new KeyPressHandler() { public void onKeyPress(KeyPressEvent event) { if (event.getCharCode() &#8230; <a href="http://www.bitfog.com/code/gwt-keypresshandler-on-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>addKeyPressHandler does not <a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=5558#c6">fire as expected</a> in Firefox for keys Enter, Esc and Tab.</p>
<p>For example, the following works in IE and Google Chrome as expected, but not in Firefox:</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="java">tbCaseNumber.addKeyPressHandler(new KeyPressHandler() {
     public void onKeyPress(KeyPressEvent event) {
       if (event.getCharCode() == KeyCodes.KEY_ENTER) {
         getCase();
       }
     }
});</code>
									</pre>
							</p></p>
<p>In order for the getCase() method to be called as expected on Firefox, you must use KeyDownHander:</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="">tbCaseNumber.addKeyDownHandler(new KeyDownHandler() {
  @Override
  public void onKeyDown(KeyDownEvent event) {
    if (event.getNativeKeyCode() == KeyCodes.KEY_ENTER) {
         getCase();
       }  
  }
});</code>
									</pre>
							</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/code/gwt-keypresshandler-on-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>woob Social Networking</title>
		<link>http://www.bitfog.com/howto/woob-social-networking/</link>
		<comments>http://www.bitfog.com/howto/woob-social-networking/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:51:34 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[woob]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=393</guid>
		<description><![CDATA[We have added the ability to connect your building&#8217;s social networks to your building&#8217;s web page.  Currently Twitter, Facebook, and Google+ can be embedded into the homepage section of your building&#8217;s webpage. 1. Facebook: Simply copy the URL of your building&#8217;s Facebook &#8230; <a href="http://www.bitfog.com/howto/woob-social-networking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bitfog.com/wp-content/uploads/2011/09/woob_logo.jpg"><img class="alignleft size-full wp-image-394" title="woob_logo" src="http://www.bitfog.com/wp-content/uploads/2011/09/woob_logo.jpg" alt="" width="89" height="101" /></a>We have added the ability to connect your building&#8217;s social networks to your building&#8217;s web page.  Currently Twitter, Facebook, and Google+ can be embedded into the homepage section of your building&#8217;s webpage.</p>
<p>1. <strong>Facebook</strong>: Simply copy the URL of your building&#8217;s Facebook page and paste it into the woob Post field labeled &#8220;<strong>Facebook URL</strong>&#8221;</p>
<p style="text-align: center;"><a href="http://www.bitfog.com/wp-content/uploads/2011/09/Facebooktowoob.png"><img class="size-large wp-image-395 aligncenter" title="Facebook to woob" src="http://www.bitfog.com/wp-content/uploads/2011/09/Facebooktowoob-1024x615.png" alt="Facebook to woob" width="640" height="384" /></a></p>
<p>2.  <strong>Twitter</strong>: You can display your building&#8217;s tweets in real time on your building&#8217;s webpage.  Enter your building&#8217;s Twitter username into the text box labeled &#8220;<strong>Twitter Username</strong>&#8221; on woob.</p>
<p style="text-align: center;"><a href="http://www.bitfog.com/wp-content/uploads/2011/09/Twittertowoob.png"><img class="size-large wp-image-397 aligncenter" title="Twitter to woob" src="http://www.bitfog.com/wp-content/uploads/2011/09/Twittertowoob-1024x615.png" alt="Twitter to woob" width="640" height="384" /></a></p>
<p style="text-align: left;">If you don&#8217;t use social networking for your building, no problem.  If the Twitter Username or Facebook URL text boxes are left empty (the default), no references will be made to the social sites.</p>
<p style="text-align: left;">Note: When you put a value in for the Facebook URL, a <strong>Google+1</strong> button and <strong>Twitter &#8216;Tweet&#8217; button</strong> will also appear.</p>
<p style="text-align: left;">The end result will look like this.</p>
<p style="text-align: left;"><a href="http://www.bitfog.com/wp-content/uploads/2011/09/endResult1.png"><img class="aligncenter size-large wp-image-404" title="The End Result" src="http://www.bitfog.com/wp-content/uploads/2011/09/endResult1-1024x806.png" alt="The End Result" width="640" height="503" /></a></p>
<p style="text-align: left;">We hope you enjoy this feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/howto/woob-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Multiple Sign-In</title>
		<link>http://www.bitfog.com/shoulddo/google-multiple-sign-in/</link>
		<comments>http://www.bitfog.com/shoulddo/google-multiple-sign-in/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 22:05:38 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[ShouldDo]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=381</guid>
		<description><![CDATA[Google Apps was updated a while back to allow Google Apps for Domains email addresses to be used as a standard gmail email address for many of Googles services. The change makes Google Apps for Domains even more useful, however, &#8230; <a href="http://www.bitfog.com/shoulddo/google-multiple-sign-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 14px; line-height: normal;"><img class="img" style="float: left; height: 100px; width: 100px; margin-bottom: 0.5em; margin-right: 1em; border-width: 1px; border-color: #cccccc; border-style: solid;" src="https://www.google.com/s2/static/images/GoogleyEyes.png?authuser=4" alt="Michael Lamberson" /></span></p>
<p>Google Apps was updated a while back to allow Google Apps for Domains email addresses to be used as a standard gmail email address for many of Googles services.</p>
<p>The change makes Google Apps for Domains even more useful, however, one aspect has become more difficult.</p>
<p>Multiple Sign-Ins.</p>
<p>If you&#8217;ve been using your gmail address for a long time and now have some Google Apps for Domain addresses, be sure to enable Multiple Sign-Ins on all of your accounts.  It&#8217;s a quick solution to constantly being logged out of your accounts.</p>
<p>In the &#8216;old days&#8217; you could happily be logged into several Google Apps for Domains accounts and never have a problem.  Times have changed.  Now if you don&#8217;t have Multiple Sign-Ins enabled, you will be logged out of all other Google accounts if you log into a new one.</p>
<p>While turning on Multiple Sign-Ins, many people are concerned with the checkboxes you have to check to confirm you understand the process.  The last one &#8220;Offline Mail and Offline Calendar will be disabled. You may lose any unsent mail.&#8221; scares people the most.  Just be sure to sync your offline mail before enabling Multiple Sign-Ins.</p>
<p><iframe src="http://player.vimeo.com/video/26694769?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="600" height="500"></iframe></p>
<p><a href="http://vimeo.com/26694769">Enable Google Multiple Sign-Ins</a> from <a href="http://vimeo.com/user497295">michael lamberson</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/shoulddo/google-multiple-sign-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewport and Google Maps Mobile</title>
		<link>http://www.bitfog.com/code/viewport-and-google-maps-mobile/</link>
		<comments>http://www.bitfog.com/code/viewport-and-google-maps-mobile/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:17:33 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=356</guid>
		<description><![CDATA[Examples for the Google Maps API disables user-scaling. &#60;meta name='viewport' content='initial-scale=1.0, user-scalable=no' /&#62; However, removal of this line (enabling scaling) works on the Android browsers I have tested.]]></description>
			<content:encoded><![CDATA[<p>Examples for the Google Maps API disables user-scaling.</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="html">&lt;meta name='viewport' content='initial-scale=1.0, user-scalable=no' /&gt;</code>
									</pre>
							</p></p>
<p>However, removal of this line (enabling scaling) works on the Android browsers I have tested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/code/viewport-and-google-maps-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android on Verizon</title>
		<link>http://www.bitfog.com/shoulddo/android-on-verizon/</link>
		<comments>http://www.bitfog.com/shoulddo/android-on-verizon/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 20:51:09 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[ShouldDo]]></category>
		<category><![CDATA[painful]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=334</guid>
		<description><![CDATA[Be aware that your Google Apps for Domain accounts can be synchronized with your Android device.  No forwarding, pop, or IMAP silliness is needed. It&#8217;s too bad the folks that work at Verizon don&#8217;t know this.  As entertaining as the &#8230; <a href="http://www.bitfog.com/shoulddo/android-on-verizon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="il_fi" class="alignleft" style="padding-right: 8px; padding-top: 8px; padding-bottom: 8px;" src="http://aux.iconpedia.net/uploads/17209831951787883743.png" alt="" width="108" height="108" /></p>
<p>Be aware that your<a href="http://www.bitfog.com/weuse/own-it/"> Google Apps for Domain</a> accounts can be synchronized with your Android device.  No forwarding, pop, or IMAP silliness is needed.</p>
<p>It&#8217;s too bad the folks that work at Verizon don&#8217;t know this.  As entertaining as the stories are of them trying to set up pop/IMAP, it&#8217;s really not that hard.</p>
<p>Settings-&gt;Accounts &amp; sync-&gt;Add Account</p>
<p>Log in with your username (fully qualified: username@domain.com) and password and you are done.</p>
<p>All of your contacts will be continuously synced and updated between your phone and Google Apps for Domains account.</p>
<p>All the goodness of your Google Apps for Domain account without the <a href="https://wbillpay.verizonwireless.com/vzw/nos/ba_nab/overview_def.jsp">Backup Assistant</a> that they are pushing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/shoulddo/android-on-verizon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer, Padding, and Float</title>
		<link>http://www.bitfog.com/code/internet-explorer-padding-and-float/</link>
		<comments>http://www.bitfog.com/code/internet-explorer-padding-and-float/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 21:04:22 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[painful]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=336</guid>
		<description><![CDATA[padding: 15em; That one little line in a .css file lead to an hour of time down the drain. Was troubleshooting a webpage whose float div was not showing properly on Internet Explorer 7 &#38; 8. Turns out the div &#8230; <a href="http://www.bitfog.com/code/internet-explorer-padding-and-float/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><code>padding: 15em;</code></p>
<p>That one little line in a .css file lead to an hour of time down the drain.</p>
<p>Was troubleshooting a webpage whose float div was not showing properly on Internet Explorer 7 &amp; 8.</p>
<p>Turns out the div had a padding value set and that breaks a float in IE.</p>
<p>Remove the padding, fix the float. Not getting that hour back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/code/internet-explorer-padding-and-float/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT FocusPanel on Chrome</title>
		<link>http://www.bitfog.com/code/gwt-focuspanel-on-chrome/</link>
		<comments>http://www.bitfog.com/code/gwt-focuspanel-on-chrome/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 21:27:37 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=341</guid>
		<description><![CDATA[I was attempting to use a FocusPanel to capture a change in a StreetviewPanoramaWidget. StreetviewYawChangedEvent et. al. was firing when a new panorama was being loaded, so I figured I&#8217;d hack it to determine when the user &#8216;touched&#8217; the Street &#8230; <a href="http://www.bitfog.com/code/gwt-focuspanel-on-chrome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="width: 100px;" src="http://code.google.com/webtoolkit/images/gwt-logo.png" alt="" width="100" height="100" /></p>
<p>I was attempting to use a FocusPanel to capture a change in a StreetviewPanoramaWidget. StreetviewYawChangedEvent et. al. was firing when a new panorama was being loaded, so I figured I&#8217;d hack it to determine when the user &#8216;touched&#8217; the Street View Panorama.</p>
<p>However, the FocusPanel ClickEvent is not fired on Google Chrome.</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="java">panelFocusGStreet.addClickHandler(new ClickHandler() {
     @Override
     public void onClick(ClickEvent event) {
          //doesn't fire in Google Chrome
          firePendingChangeEvent();
     }
});</code>
									</pre>
							</p></p>
<p>Works as expected on Firefox. Determined the MouseDownEvent is fired on both.</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="java">panelFocusGStreet.addMouseDownHandler(new MouseDownHandler() {
     @Override
     public void onMouseDown(MouseDownEvent event) {
          firePendingChangeEvent();
     }
});</code>
									</pre>
							</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/code/gwt-focuspanel-on-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Street View Car Pit Stop</title>
		<link>http://www.bitfog.com/google-maps/google-street-view-car-pit-stop/</link>
		<comments>http://www.bitfog.com/google-maps/google-street-view-car-pit-stop/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 19:36:13 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[StreetView]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=328</guid>
		<description><![CDATA[The Google Street View Car gets fuel. Lat: 37.503873 Lon: -77.657316 Pitch: 10.83 Yaw: 61.19 Zoom: 0.0]]></description>
			<content:encoded><![CDATA[<p>The Google Street View Car gets fuel.</p>
<p><a href="http://www.bitfog.com/wp-content/uploads/2011/06/GoogleGas.png"><img class="aligncenter size-full wp-image-329" title="GoogleGas" src="http://www.bitfog.com/wp-content/uploads/2011/06/GoogleGas.png" alt="" width="557" height="338" /></a></p>
<p>Lat: 37.503873 Lon: -77.657316 Pitch: 10.83 Yaw: 61.19 Zoom: 0.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/google-maps/google-street-view-car-pit-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs Form Example</title>
		<link>http://www.bitfog.com/weuse/google-docs-form-example/</link>
		<comments>http://www.bitfog.com/weuse/google-docs-form-example/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 16:50:55 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[WeDo]]></category>
		<category><![CDATA[WeLike]]></category>
		<category><![CDATA[WeUse]]></category>
		<category><![CDATA[tryit]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=316</guid>
		<description><![CDATA[Here are the steps needed to create a Form on Google Spreadsheet. 1. Log into google docs and create a new spreadsheet. 2. Select &#8216;Form&#8217; from the menu bar and then click &#8216;Create a Form&#8217; 3. You will be presented &#8230; <a href="http://www.bitfog.com/weuse/google-docs-form-example/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the steps needed to create a Form on Google Spreadsheet.</p>
<p>1. Log into google docs and create a new spreadsheet.</p>
<p><a href="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep1.png"><img class="aligncenter size-full wp-image-318" title="GDocsStep1" src="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep1.png" alt="" width="900" height="540" /></a></p>
<p>2. Select &#8216;Form&#8217; from the menu bar and then click &#8216;Create a Form&#8217;</p>
<p><a href="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep2.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep2.png" alt="" title="GDocsStep2" width="900" height="620" class="aligncenter size-full wp-image-319" /></a></p>
<p>3. You will be presented with a blank Edit Form window.<br />
<a href="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep3.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep3.png" alt="" title="GDocsStep3" width="808" height="657" class="aligncenter size-full wp-image-320" /></a></p>
<p>Interesting items on this window:</p>
<p><a href="http://www.bitfog.com/wp-content/uploads/2010/11/pencil.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/pencil.png" alt="" title="pencil" width="32" height="27" class="alignleft size-full wp-image-321" /></a>Clicking the pencil icon allows you to edit the highlighted entry.</p>
<p><a href="http://www.bitfog.com/wp-content/uploads/2010/11/AddItem.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/AddItem.png" alt="" title="AddItem" width="108" height="39" class="alignleft size-full wp-image-322" /></a>Add Item allows you to add a new item to your form.</p>
<p>Items can be text, paragraph text, multiple choice, check boxes, choose from a list, scale, and grid.</p>
<p>Once items have been created, you can still change the type using the question type dropdown box:<br />
<a href="http://www.bitfog.com/wp-content/uploads/2010/11/QuestionType.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/QuestionType.png" alt="" title="QuestionType" width="284" height="30" class="aligncenter size-full wp-image-323" /></a></p>
<p>4.  Simply edit the items to reflect the information you would like to create.<br />
<a href="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep4.png"><img src="http://www.bitfog.com/wp-content/uploads/2010/11/GDocsStep4.png" alt="" title="GDocsStep4" width="871" height="1092" class="aligncenter size-full wp-image-324" /></a></p>
<p>Once the form is created, it can be shared with others by sharing via google docs, emailing the form, publishing as a webpage, or embedding the form in a webpage as below:</p>
<p><iframe src="http://spreadsheets.google.com/a/eagle5k.com/embeddedform?formkey=dElGTVRZZ1JiLUFnejJaZVVMTUFtQnc6MQ" width="760" height="906" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/weuse/google-docs-form-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast Example</title>
		<link>http://www.bitfog.com/podcast/podcast-example/</link>
		<comments>http://www.bitfog.com/podcast/podcast-example/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 21:02:04 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[podcast]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://www.bitfog.com/?p=309</guid>
		<description><![CDATA[This post is an example of how a podcast can be embedded into an existing blog. The folks at Blubrry have a wonderful plugin for WordPress that allows easy to use (and iTune friendly) podcasting from your own blog.  Files can be &#8230; <a href="http://www.bitfog.com/podcast/podcast-example/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is an example of how a podcast can be embedded into an existing blog.</p>
<p>The folks at <a href="http://www.blubrry.com/" target="_blank">Blubrry</a> have a wonderful plugin for WordPress that allows easy to use (and iTune friendly) podcasting from your own blog.  Files can be stored on your server or anywhere else on the internet.</p>
<p>This post is an example of how the podcast will look in your blog and can also be subscribed to by your favorite podcatcher software (iTunes, Juice, Rythmbox, etc).</p>
<p>Try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bitfog.com/podcast/podcast-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://bitfog.com/media/ImpactExample.mp3" length="2109184" type="audio/mpeg" />
			<itunes:keywords>example</itunes:keywords>
	<itunes:subtitle>This post is an example of how a podcast can be embedded into an existing blog. - The folks at Blubrry have a wonderful plugin for Wordpress that allows easy to use (and iTune friendly) podcasting from your own blog.</itunes:subtitle>
		<itunes:summary>This post is an example of how a podcast can be embedded into an existing blog.

The folks at Blubrry have a wonderful plugin for Wordpress that allows easy to use (and iTune friendly) podcasting from your own blog.  Files can be stored on your server or anywhere else on the internet.

This post is an example of how the podcast will look in your blog and can also be subscribed to by your favorite podcatcher software (iTunes, Juice, Rythmbox, etc).

Try it out.</itunes:summary>
		<itunes:author>Bit Fog</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>2:12</itunes:duration>
	</item>
	</channel>
</rss>

