<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bruce Elgort</title>
	<atom:link href="http://bruceelgort.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruceelgort.com</link>
	<description>Vancouver, Washington</description>
	<lastBuildDate>Tue, 18 Jun 2013 17:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bruceelgort.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bruce Elgort</title>
		<link>http://bruceelgort.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bruceelgort.com/osd.xml" title="Bruce Elgort" />
	<atom:link rel='hub' href='http://bruceelgort.com/?pushpress=hub'/>
		<item>
		<title>Quick Tip: Turn off OS X Notification Center</title>
		<link>http://bruceelgort.com/2013/06/18/quick-tip-turn-off-os-x-notification-center/</link>
		<comments>http://bruceelgort.com/2013/06/18/quick-tip-turn-off-os-x-notification-center/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 17:34:35 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[notification_center]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=629</guid>
		<description><![CDATA[On a occasion when I am sharing my screen with others I seem to always forget to disable OS X&#8217;s Notification Center. Typically you would turn it off using System Preferences however, I just learned that you can simply Option-Click on the Notification Center icon in the upper right corner of the menu bar to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=629&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On a occasion when I am sharing my screen with others I seem to always forget to disable OS X&#8217;s Notification Center. Typically you would turn it off using System Preferences however, I just learned that you can simply Option-Click on the Notification Center icon in the upper right corner of the menu bar to toggle it on and off. No more unexpected screen interruptions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/629/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=629&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/06/18/quick-tip-turn-off-os-x-notification-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove HTML from Excel Files</title>
		<link>http://bruceelgort.com/2013/06/18/remove-html-from-excel-files/</link>
		<comments>http://bruceelgort.com/2013/06/18/remove-html-from-excel-files/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 14:51:11 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=623</guid>
		<description><![CDATA[Occasionally I will have an Excel file that contains HTML markup that I need to remove. The Excel Replace feature makes removing HTML easy. To remove the HTML tags highlight the cells that contain the HTML and then select Edit &#62; Replace. In the &#8220;Find what&#8221; field enter &#60;*&#62;. Leave the &#8220;Replace with&#8221; field blank [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=623&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Occasionally I will have an Excel file that contains HTML markup that I need to remove. The Excel Replace feature makes removing HTML easy. To remove the HTML tags highlight the cells that contain the HTML and then select Edit &gt; Replace. In the &#8220;Find what&#8221; field enter &lt;*&gt;. Leave the &#8220;Replace with&#8221; field blank and then click on the &#8220;Replace All&#8221; button. Poof! All of your HTML will magically be removed.</p>
<p><a href="http://bruceelgort.files.wordpress.com/2013/06/html_replace.png"> <img class="aligncenter size-full wp-image-622" alt="html_replace" src="http://bruceelgort.files.wordpress.com/2013/06/html_replace.png?w=660"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/623/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/623/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=623&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/06/18/remove-html-from-excel-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/06/html_replace.png" medium="image">
			<media:title type="html">html_replace</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology Complacency &#8211; I&#8217;m in a good place</title>
		<link>http://bruceelgort.com/2013/06/13/technology-complacency-im-in-a-good-place/</link>
		<comments>http://bruceelgort.com/2013/06/13/technology-complacency-im-in-a-good-place/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 17:07:01 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=620</guid>
		<description><![CDATA[This is the first time in many years that I am not feeling the need to upgrade my desktop computer, laptop, smart phone or  tablet. I&#8217;m not even feeling the slightest urge to to get new kit of any kind. My 27&#8243; 2011 iMac is running great, my iPad mini is awesome, my 2012 Macbook [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=620&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is the first time in many years that I am not feeling the need to upgrade my desktop computer, laptop, smart phone or  tablet. I&#8217;m not even feeling the slightest urge to to get new kit of any kind. My 27&#8243; 2011 iMac is running great, my iPad mini is awesome, my 2012 Macbook Pro laptop is way more than I need on the road and for teaching and my iPhone 4s still works great.</p>
<p>In the past I would feel the effects of the Steve Jobs &#8220;reality distortion field&#8221; and feel compelled to upgrade. No more. Maybe it&#8217;s the &#8220;turning 50&#8243; thing?</p>
<p>Everything is working, and working dang well.</p>
<p>How about you?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=620&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/06/13/technology-complacency-im-in-a-good-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
		<item>
		<title>Making a difference. One app at a time.</title>
		<link>http://bruceelgort.com/2013/06/12/truly-inspiring/</link>
		<comments>http://bruceelgort.com/2013/06/12/truly-inspiring/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 23:20:21 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=613</guid>
		<description><![CDATA[&#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=613&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/PGtP6ZQ6Lt8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=613&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/06/12/truly-inspiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s time to tell IBM how you really feel about some things…</title>
		<link>http://bruceelgort.com/2013/06/11/its-time-to-tell-ibm-how-you-really-feel-about-some-things/</link>
		<comments>http://bruceelgort.com/2013/06/11/its-time-to-tell-ibm-how-you-really-feel-about-some-things/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 03:39:32 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Elguji Software]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IdeaJam]]></category>
		<category><![CDATA[devloperworks]]></category>
		<category><![CDATA[dw]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[ideajam]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=611</guid>
		<description><![CDATA[IBM developerWorks has launched the developerWorks LIVE Jam which runs from June 11-18. Here you as a professional developer can give the developerWorks team your thoughts on how you prefer to learn technical skills, share your expertise, and build your online reputation. You can use your IdeaJam.net registration to participate in the jam. If you are not already registered [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=611&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>IBM developerWorks has launched the <a href="http://dwlive.ideajam.net/" target="_blank">developerWorks LIVE Jam</a> which runs from June 11-18. Here you as a professional developer can give the developerWorks team your thoughts on how you prefer to learn technical skills, share your expertise, and build your online reputation. You can use your IdeaJam.net registration to participate in the jam. If you are not already registered you can <a title="developerWorks Live! Jam Registration" href="http://dwlive.ideajam.net/register">register here</a>.</p>
<p style="text-align:center;"><a href="http://dwlive.ideajam.net"><img class="aligncenter size-full wp-image-610" title="developerWorks Live! Jam" alt="f-rc-dwlivejam" src="http://bruceelgort.files.wordpress.com/2013/06/f-rc-dwlivejam.png?w=660"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=611&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/06/11/its-time-to-tell-ibm-how-you-really-feel-about-some-things/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/06/f-rc-dwlivejam.png" medium="image">
			<media:title type="html">developerWorks Live! Jam</media:title>
		</media:content>
	</item>
		<item>
		<title>The IBM developerWorks Live! Jam</title>
		<link>http://bruceelgort.com/2013/05/31/the-ibm-developerworks-live-jam/</link>
		<comments>http://bruceelgort.com/2013/05/31/the-ibm-developerworks-live-jam/#comments</comments>
		<pubDate>Fri, 31 May 2013 22:00:28 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Elguji Software]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IdeaJam]]></category>
		<category><![CDATA[develop works]]></category>
		<category><![CDATA[dw]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[ideajam]]></category>
		<category><![CDATA[jam]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=603</guid>
		<description><![CDATA[Registration for the IBM developerWorks Live! Jam is now open. The jam will open on June 11th and will focus on the following themes: What would you envision as the perfect web site for developers? How do you want to build your technical skills? How do you want to build your on-line professional reputation? How [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=603&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Registration for the IBM developerWorks Live! Jam is now open. The jam will open on June 11th and will focus on the following themes:</p>
<ul>
<li>What would you envision as the perfect web site for developers?</li>
<li>How do you want to build your technical skills?</li>
<li>How do you want to build your on-line professional reputation?</li>
<li>How do you want to share with other developers?</li>
<li>How do you want to stay informed of what’s new on developerWorks?</li>
<li>What developer sites do you use?</li>
<li>How would you make developerWorks better?</li>
</ul>
<p><a href="http://bruceelgort.files.wordpress.com/2013/05/dwlive.png"><img class="aligncenter size-full wp-image-604" alt="dwlive" src="http://bruceelgort.files.wordpress.com/2013/05/dwlive.png?w=660&#038;h=767" width="660" height="767" /></a>If you have already registered for the Jazz Plan Jam, the VoICE Jam, the Info Experience jam, the Inner Circle Jam or any other IdeaJam powered event you are good to go. If not you can register at <a href="http://dwlive.ideajam.net/register">http://dwlive.ideajam.net/register</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/603/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=603&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/05/31/the-ibm-developerworks-live-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/05/dwlive.png" medium="image">
			<media:title type="html">dwlive</media:title>
		</media:content>
	</item>
		<item>
		<title>Podcast: Building a career out of LEGO bricks with Warren Elsmore</title>
		<link>http://bruceelgort.com/2013/04/03/podcast-building-a-career-out-of-lego-bricks-with-warren-elsmore/</link>
		<comments>http://bruceelgort.com/2013/04/03/podcast-building-a-career-out-of-lego-bricks-with-warren-elsmore/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 14:17:35 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[lego]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=600</guid>
		<description><![CDATA[Warren Elsmore wrote a book! It&#8217;s called Brick City and Warren describes it as &#8220;a celebration of the worlds&#8217; architecture, recreated solely using the celebrated toy of the century, LEGO bricks.&#8221; In our podcast with him, we discussed: Is this an instruction book or an idea book? Who is the target audience? What was the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=600&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://warrenelsmore.com">Warren Elsmore</a> wrote a book! It&#8217;s called <a href="http://warrenelsmore.com/brick-city">Brick City</a> and Warren describes it as &#8220;a celebration of the worlds&#8217; architecture, recreated solely using the celebrated toy of the century, LEGO bricks.&#8221;<br />
In our podcast with him, we discussed:</p>
<ul>
<li>Is this an instruction book or an idea book?</li>
<li>Who is the target audience?</li>
<li>What was the book writing process like?</li>
<li>How and when can people buy this book?</li>
<li>And many more LEGO-rich topics&#8230;</li>
</ul>
<p>Brick City will be in bookstores in several different countries on May 6th, and it is already available for pre-order on Amazon &#8211; check Warren&#8217;s <a href="http://warrenelsmore.com/brick-city">Brick City page</a> for links. Warren&#8217;s website also has more information on his <a href="http://warrenelsmore.com/st-pancras-station">large scale models</a> and his <a href="http://warrenelsmore.com/trade-shows">commission-based work</a>.</p>
<p>Podcast trivia: Warren was briefly a Guinness World Record holder for &#8220;<a href="http://warrenelsmore.com/mosaics">Largest LEGO Mosaic</a>&#8221; from the 2012 LEGO Show, with a mosaic measuring at 143.9 square meters (1607 square feet).</p>
<p><a href="http://www.notesability.com/takingnotes/TakingNotesEpisode177.mp3">Listen now &gt;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/600/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=600&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/04/03/podcast-building-a-career-out-of-lego-bricks-with-warren-elsmore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.notesability.com/takingnotes/TakingNotesEpisode177.mp3" length="28567426" type="audio/mpeg" />
<enclosure url="http://www.notesability.com/takingnotes/TakingNotesEpisode177.mp3" length="28567426" type="audio/mpeg" />
<enclosure url="http://www.notesability.com/takingnotes/TakingNotesEpisode177.mp3" length="28567426" type="audio/mpeg" />
<enclosure url="http://www.notesability.com/takingnotes/TakingNotesEpisode177.mp3" length="28567426" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Notes and Domino 9 Product Icons</title>
		<link>http://bruceelgort.com/2013/03/24/ibm-notes-and-domino-9-product-icons/</link>
		<comments>http://bruceelgort.com/2013/03/24/ibm-notes-and-domino-9-product-icons/#comments</comments>
		<pubDate>Sun, 24 Mar 2013 16:31:57 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ibm_notes_9]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=598</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=598&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://bruceelgort.files.wordpress.com/2013/03/traveler.png"><img class="aligncenter size-full wp-image-597" alt="Traveler" src="http://bruceelgort.files.wordpress.com/2013/03/traveler.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/notes_256x256.png"><img class="aligncenter size-full wp-image-596" alt="Notes_256x256" src="http://bruceelgort.files.wordpress.com/2013/03/notes_256x256.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/notes_128x128.png"><img class="aligncenter size-full wp-image-595" alt="Notes_128x128" src="http://bruceelgort.files.wordpress.com/2013/03/notes_128x128.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/inotes_512x512.png"><img class="aligncenter size-full wp-image-594" alt="iNotes_512x512" src="http://bruceelgort.files.wordpress.com/2013/03/inotes_512x512.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/ic_launcher_traveler_xhdpi.png"><img class="aligncenter size-full wp-image-593" alt="ic_launcher_traveler_xhdpi" src="http://bruceelgort.files.wordpress.com/2013/03/ic_launcher_traveler_xhdpi.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_256x256.png"><img class="aligncenter size-full wp-image-592" alt="DominoServer_256x256" src="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_256x256.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_128x128.png"><img class="aligncenter size-full wp-image-591" alt="DominoServer_128x128" src="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_128x128.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_256x256.png"><img class="aligncenter size-full wp-image-590" alt="DominoDesigner_256x256" src="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_256x256.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_128x128.png"><img class="aligncenter size-full wp-image-589" alt="DominoDesigner_128x128" src="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_128x128.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_256x256.png"><img class="aligncenter size-full wp-image-588" alt="DominoAdmin_256x256" src="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_256x256.png?w=660"   /></a> <a href="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_128x128.png"><img class="aligncenter size-full wp-image-587" alt="DominoAdmin_128x128" src="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_128x128.png?w=660"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/598/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=598&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/03/24/ibm-notes-and-domino-9-product-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/traveler.png" medium="image">
			<media:title type="html">Traveler</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/notes_256x256.png" medium="image">
			<media:title type="html">Notes_256x256</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/notes_128x128.png" medium="image">
			<media:title type="html">Notes_128x128</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/inotes_512x512.png" medium="image">
			<media:title type="html">iNotes_512x512</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/ic_launcher_traveler_xhdpi.png" medium="image">
			<media:title type="html">ic_launcher_traveler_xhdpi</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_256x256.png" medium="image">
			<media:title type="html">DominoServer_256x256</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominoserver_128x128.png" medium="image">
			<media:title type="html">DominoServer_128x128</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_256x256.png" medium="image">
			<media:title type="html">DominoDesigner_256x256</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominodesigner_128x128.png" medium="image">
			<media:title type="html">DominoDesigner_128x128</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_256x256.png" medium="image">
			<media:title type="html">DominoAdmin_256x256</media:title>
		</media:content>

		<media:content url="http://bruceelgort.files.wordpress.com/2013/03/dominoadmin_128x128.png" medium="image">
			<media:title type="html">DominoAdmin_128x128</media:title>
		</media:content>
	</item>
		<item>
		<title>Masterclass Webinar &#8211; Amazon EC2 Demo</title>
		<link>http://bruceelgort.com/2013/03/15/masterclass-webinar-amazon-ec2-demo/</link>
		<comments>http://bruceelgort.com/2013/03/15/masterclass-webinar-amazon-ec2-demo/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 14:28:32 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[was]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=581</guid>
		<description><![CDATA[&#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=581&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='360' src='http://www.youtube.com/embed/videoseries?list=PLC1EA73D8914686E5&#038;hl=en_US' frameborder='0'></iframe></span>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=581&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/03/15/masterclass-webinar-amazon-ec2-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
		<item>
		<title>Podcast: Cloud Cost Management Made Easy with Cloudability</title>
		<link>http://bruceelgort.com/2013/03/14/podcast-cloud-cost-management-made-easy-with-cloudability/</link>
		<comments>http://bruceelgort.com/2013/03/14/podcast-cloud-cost-management-made-easy-with-cloudability/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 16:37:30 +0000</pubDate>
		<dc:creator>Bruce Elgort</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[PIE]]></category>
		<category><![CDATA[Portland]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[pie]]></category>
		<category><![CDATA[portland]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://bruceelgort.com/?p=577</guid>
		<description><![CDATA[On this episode we interview Mat Ellis (@matellis), CEO of Cloudability and talk about how Cloudability can help companies manage their cloud spend. We talk about: How Mat got started with Cloudability How much cloud spend they are currently managing What types of things are moving to the cloud What newbies to the cloud should [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=577&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On this episode we interview Mat Ellis (<a href="http://twitter.com/matellis">@matellis</a>), CEO of <a href="http://cloudability.com">Cloudability</a> and talk about how Cloudability can help companies manage their cloud spend.</p>
<p>We talk about:</p>
<ul>
<li>How Mat got started with Cloudability</li>
<li>How much cloud spend they are currently managing</li>
<li>What types of things are moving to the cloud</li>
<li>What newbies to the cloud should look out for</li>
<li>How Cloudability helps manage cloud spend</li>
<li>The services that they offer and their associated costs</li>
<li>The future role of &#8220;The IT Department&#8221;</li>
<li>and much more&#8230;</li>
</ul>
<p>We would like to thank Dr. Marky Roden of the PSC Group for standing in for Julian on this show.</p>
<p><a href="http://www.notesability.com/takingnotes/TakingNotesEpisode176.mp3">Listen now &gt;</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bruceelgort.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bruceelgort.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bruceelgort.com&#038;blog=1073482&#038;post=577&#038;subd=bruceelgort&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bruceelgort.com/2013/03/14/podcast-cloud-cost-management-made-easy-with-cloudability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.notesability.com/takingnotes/TakingNotesEpisode176.mp3" length="31033908" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/329e472e9bfec2350f9afcfb5cebc8e0?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Bruce Elgort</media:title>
		</media:content>
	</item>
	</channel>
</rss>
