<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Chris Monnat</title>
	
	<link>http://www.christophermonnat.com</link>
	<description>Programmer Extraordinaire</description>
	<pubDate>Tue, 06 Jan 2009 14:33:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ChrisMonnat" type="application/rss+xml" /><feedburner:emailServiceId>2183629</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item><title>Links for 2009-01-06 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/504980702/mrtopher</link><pubDate>Wed, 07 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2009-01-06</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.sitepoint.com/blogs/2009/01/06/a-little-known-way-to-replace-some-scripts-with-css-counters/">SitePoint &raquo; A Little-known Way to Replace Some Scripts with CSS Counters</a><br/>
Interesting article on what you can accomplish using CSS to replace some JavaScript behaviors.</li>
<li><a href="http://www.carsonified.com/web-apps/when-you-fail-its-time-to-try-again/">Carsonified &raquo; When you fail, it&rsquo;s time to try again</a><br/>
Good post from Carsonified about their past successes, failures and upcoming new project.</li>
<li><a href="http://freakonomics.blogs.nytimes.com/2009/01/06/why-youll-love-paying-for-roads-that-used-to-be-free-a-guest-post/">Why You&rsquo;ll Love Paying for Roads That Used to Be Free: A Guest Post - Freakonomics Blog - NYTimes.com</a><br/>
Interesting post from Freakonomics about how we might improve our congested roadways.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.sitepoint.com/blogs/2009/01/06/a-little-known-way-to-replace-some-scripts-with-css-counters/"&gt;SitePoint &amp;raquo; A Little-known Way to Replace Some Scripts with CSS Counters&lt;/a&gt;&lt;br/&gt;
Interesting article on what you can accomplish using CSS to replace some JavaScript behaviors.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.carsonified.com/web-apps/when-you-fail-its-time-to-try-again/"&gt;Carsonified &amp;raquo; When you fail, it&amp;rsquo;s time to try again&lt;/a&gt;&lt;br/&gt;
Good post from Carsonified about their past successes, failures and upcoming new project.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://freakonomics.blogs.nytimes.com/2009/01/06/why-youll-love-paying-for-roads-that-used-to-be-free-a-guest-post/"&gt;Why You&amp;rsquo;ll Love Paying for Roads That Used to Be Free: A Guest Post - Freakonomics Blog - NYTimes.com&lt;/a&gt;&lt;br/&gt;
Interesting post from Freakonomics about how we might improve our congested roadways.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2009-01-06</feedburner:origLink></item><item>
		<title>Implementing Facebook Connect - Part 1</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/504247970/</link>
		<comments>http://www.christophermonnat.com/2009/01/implementing-facebook-connect-part-1/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:00:30 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=346</guid>
		<description><![CDATA[



Image via CrunchBase



I have been spending some time recently developing an online community which will hopefully be launched next quarter. One of the things I wanted to integrate is OpenID to try and lessen the burden of signing-up and logging-in. However, after doing some research I&#8217;m thinking that Facebook Connect might be the better way [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright" style="margin: 1em; float: right; display: block; width: 255px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/facebook"><img title="Image representing Facebook as depicted in Cru..." src="http://www.crunchbase.com/assets/images/resized/0000/4561/4561v1-max-450x450.png" alt="Image representing Facebook as depicted in Cru..." width="245" height="100" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>I have been spending some time recently developing an online community which will hopefully be launched next quarter. One of the things I wanted to integrate is <a class="zem_slink" title="OpenID" rel="wikipedia" href="http://en.wikipedia.org/wiki/OpenID">OpenID</a> to try and lessen the burden of signing-up and logging-in. However, after doing some research I&#8217;m thinking that <a href="http://developers.facebook.com/connect.php">Facebook</a><a href="http://developers.facebook.com/connect.php"> Connect</a> might be the better way to go. This is the first of at least 2 posts about implementing Facebook Connect with your own PHP application. To begin we will first look at what Facebook Connect is and does and the next post will get technical and look at how to integrate it with your next <a class="zem_slink" title="CodeIgniter" rel="homepage" href="http://www.codeigniter.com">CodeIgniter</a> or PHP application.<br />
<span id="more-346"></span></p>
<h2>What is Facebook Connect and how does it differ from OpenID?</h2>
<p>Facebook Connect (FC) allows users with Facebook accounts to log into your website/service using their Facebook log-in credentials. OpenID provides the same functionality except instead of using your Facebook credentials you use your OpenID credentials. The difference between the two is that FC brings a lot more, in terms of features and functionality, to the table for developers to work with than OpenID does. FC allows users to take their web based social identity with them from site to site.</p>
<p>The <a href="http://developers.facebook.com">Facebook Developers site</a> has a lot of useful information on FC and what you can do with it. Using FC, you can enable &#8220;&#8230;your users to seamlessly &#8220;connect&#8221; their Facebook account and information with your site, connect and find their friends who also use your site and share information and actions on your site with their friends on Facebook.&#8221; In a nutshell, when you integrate FC with your website or web based application you are allowing your users to interact with their Facebook account from within your app thereby adding value to your site right off the bat.</p>
<p>As I stated above, FC offers more than just authentication. If a user logs into your application using FC you have the ability to interact with that users Facebook profile, friends, Facebook Feed, requests and notifications (if they give your app permission). A nice example of FC functionality and features is a sample app Facebook staff developed as an example called <a href="http://www.somethingtoputhere.com/therunaround/">The Run Around</a>. This example shows how FC would be integrated with a typical web app. You can either create your account using The Run Around registration form and connect your Facebook account later on the settings screen. Or, you can just use your Facebook account to log-in and forgo the static registration all together.</p>
<p>When a user logs into The Run Around, and they have connected their account to their Facebook account, the app can now post updates to the users Facebook Feed and show them any friends of theirs that are also using the app. So now you can not only leverage a users Facebook log-in information but you can create an app that interacts with that users Facebook account which I think is totally cool. This opens the door for developers to create nice sites that compliment Facebook and vice verse.</p>
<p>Now that we have covered what Facebook Connect is the next post in this series will begin to look at how we go about using it in our own apps&#8230; stay tuned!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/4dce6c26-ab78-418c-beaa-6dfd69c57676/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=4dce6c26-ab78-418c-beaa-6dfd69c57676" alt="Reblog this post [with Zemanta]" /></a></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=RxERSZ.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=RxERSZ.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=u1eifB.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=u1eifB.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=jva05Y.p"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=jva05Y.p" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2009/01/implementing-facebook-connect-part-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2009/01/implementing-facebook-connect-part-1/</feedburner:origLink></item>
		<item><title>Links for 2009-01-05 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/504049500/mrtopher</link><pubDate>Tue, 06 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2009-01-05</guid><content:encoded><![CDATA[<ul>
<li><a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/">PHP for Beginners: Building Your First Simple CMS</a><br/>
Very nice tutorial for new programmers on building a super simple content management system.</li>
<li><a href="http://personalmba.com/launch-pmba-community/">LAUNCH: The New PMBA Community (The Personal MBA)</a><br/>
For those interested in the PMBA, they launched a new user community today to help people connect and share their experiences.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/"&gt;PHP for Beginners: Building Your First Simple CMS&lt;/a&gt;&lt;br/&gt;
Very nice tutorial for new programmers on building a super simple content management system.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://personalmba.com/launch-pmba-community/"&gt;LAUNCH: The New PMBA Community (The Personal MBA)&lt;/a&gt;&lt;br/&gt;
For those interested in the PMBA, they launched a new user community today to help people connect and share their experiences.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2009-01-05</feedburner:origLink></item><item><title>Links for 2009-01-04 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/503116910/mrtopher</link><pubDate>Mon, 05 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2009-01-04</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.techcrunch.com/2009/01/03/dont-count-jpg-magazine-out-just-yet-sale-may-close-next-week/">Don&rsquo;t Count JPG Magazine Out Just Yet, Sale May Close Next Week</a><br/>
Woohoo... sounds like JPG Magazine might still have a chance at survival.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.techcrunch.com/2009/01/03/dont-count-jpg-magazine-out-just-yet-sale-may-close-next-week/"&gt;Don&amp;rsquo;t Count JPG Magazine Out Just Yet, Sale May Close Next Week&lt;/a&gt;&lt;br/&gt;
Woohoo... sounds like JPG Magazine might still have a chance at survival.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2009-01-04</feedburner:origLink></item><item><title>Links for 2009-01-02 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/501545356/mrtopher</link><pubDate>Sat, 03 Jan 2009 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2009-01-02</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.techcrunch.com/2009/01/02/jpg-magazine-folds-and-with-it-a-radical-idea-in-publishing/">JPG Magazine Folds, And With It A Radical Idea In Publishing</a></li>
<li><a href="http://aremysitesup.com/login">Are My Sites Up?</a><br/>
A cool looking app to keep you informed when one of your websites goes down. It&#039;s simple, intuitive and best of all FREE.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.techcrunch.com/2009/01/02/jpg-magazine-folds-and-with-it-a-radical-idea-in-publishing/"&gt;JPG Magazine Folds, And With It A Radical Idea In Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aremysitesup.com/login"&gt;Are My Sites Up?&lt;/a&gt;&lt;br/&gt;
A cool looking app to keep you informed when one of your websites goes down. It&amp;#039;s simple, intuitive and best of all FREE.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2009-01-02</feedburner:origLink></item><item>
		<title>JPG Magazine Says Goodbye</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/500975288/</link>
		<comments>http://www.christophermonnat.com/2009/01/jpg-magazine-says-goodbye/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 14:00:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=339</guid>
		<description><![CDATA[I received a very sad e-mail this morning from JPG Magazine announcing they will be shuttering their site on Monday January 5th.  In the e-mail they site a lack of funds and troubling economic times as the reasons they cannot continue. It&#8217;s unfortunate any time you hear about a worthwhile project going under but I [...]]]></description>
			<content:encoded><![CDATA[<p>I received a very sad e-mail this morning from <a href="http://jpgmag.com/">JPG Magazine</a> announcing they will be shuttering their site on Monday January 5th.  In the e-mail they site a lack of funds and troubling economic times as the reasons they cannot continue. It&#8217;s unfortunate any time you hear about a worthwhile project going under but I was a fan and subscriber of JPG. I&#8217;m not an avid photographer but I am an avid picture viewer and their magazines made great coffee table books. JPG, I&#8217;m sorry to see you go&#8230; you will be missed!</p>
<p><span id="more-339"></span><strong>Update:</strong></p>
<p>Well, it looks like they might have spoken too soon. After the CEO of JPG Magazine announced the magazine would be closing up shop they have received interest from a number of companies including Flickr and Smugmug in regards to acqusition. From the tone on the blogs and such it sounds like a deal is farily certain. Woohoo&#8230; JPG might not be closing after all.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=U83SIZ.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=U83SIZ.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=RY58Xu.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=RY58Xu.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=ZTHYEx.p"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=ZTHYEx.p" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2009/01/jpg-magazine-says-goodbye/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2009/01/jpg-magazine-says-goodbye/</feedburner:origLink></item>
		<item>
		<title>10 Reasons Why Campaign Monitor Rocks</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/500911845/</link>
		<comments>http://www.christophermonnat.com/2009/01/10-reasons-why-campaign-monitor-rocks/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 13:00:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Top 10]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=321</guid>
		<description><![CDATA[



Image via Wikipedia



E-mail marketing apps are a dime a dozen now a days. Each one claims it has better delivery rates than the other, more pre-designed HTML templates than the other and better support. However, I found an e-mail marketing app a while back that has just differentiated itself from the rest of the pack [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright" style="margin: 1em; float: right; display: block; width: 212px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Luftpostumschlag.jpg"><img title="Air mail envelope" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Luftpostumschlag.jpg/202px-Luftpostumschlag.jpg" alt="Air mail envelope" width="202" height="101" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Luftpostumschlag.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p><a class="zem_slink" title="E-mail marketing" rel="wikipedia" href="http://en.wikipedia.org/wiki/E-mail_marketing">E-mail marketing</a> apps are a dime a dozen now a days. Each one claims it has better delivery rates than the other, more pre-designed HTML templates than the other and better support. However, I found an e-mail marketing app a while back that has just differentiated itself from the rest of the pack completely. The program is called <a class="zem_slink" title="Campaign Monitor" rel="homepage" href="http://www.campaignmonitor.com/">Campaign Monitor</a> (CM) and it&#8217;s not just your typical e-mail marketing app. CM has been built with designers and developers in mind. You can completely rebrand this hosted application to make it look and act like your own application and then resell it to your customers for additional revenue&#8230; totally cool!</p>
<p><span id="more-321"></span>Below are my 10 reasons why Campaign Monitor rocks:</p>
<h2>1. Very easy to use.</h2>
<p>E-mail marketing can be a complex activity if you aren&#8217;t real tech savvy. Especially in today&#8217;s market with so many different e-mail clients and spam filters around. Campaign Monitor has an extremely simple user interface. They don&#8217;t clutter the screen with unnecessary icons or graphics. Most operations are in a step by step wizard format with plenty of helpful notes and explanations along the way.</p>
<h2>2. It speaks our language.</h2>
<p>When you really get into e-mail marketing and start looking into why messages are bouncing, etc. you start to come across terms like <a class="zem_slink" title="Sender Policy Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sender_Policy_Framework">Sender Policy Framework</a> (SPF) and DNS records. Your general user, who just wanted to send a message to their list, doesn&#8217;t know what all that is about&#8230; and they don&#8217;t care. Campaign Monitors reports get the information across in plain terms that anyone can understand. Their bounce report lists all recipients whose messages bounced back along with the specific reason why it bounced.</p>
<h2>3. You only pay when you send.</h2>
<p>E-mail marketing is one of those things that I refuse to pay a monthly fee for. I don&#8217;t send enough e-mails to warrant such a fee. That&#8217;s why Campaign Monitor is so great; you only pay when you send a message. So all the list and subscriber management tools are available for free. When it&#8217;s time to send a message it&#8217;s just $5.00 for the e-mail and $0.01 per recipient. So, if you&#8217;re sending a message to 100 people the cost will be $6.00 for the message. And the price doesn&#8217;t go up for more recipients. Of course you will pay more for sending to more people, because of the penny per recipient, but it&#8217;s still just $5.00.</p>
<h2>4. Helps you get your messages to your recipients.</h2>
<p>Getting e-mail&#8217;s to their intended destination is not a simple process. Spammers have clogged the pipes with so much junk that poor e-mail systems are having a hard time determining what&#8217;s legit and what&#8217;s not. To help ensure your mail get&#8217;s delivered you are encouraged to look into the Sender Policy Framework and adding TXT records to your DNS so e-mail services like Hotmail, AOL and Yahoo don&#8217;t file your message as SPAM. Campaign Monitor does all the hard stuff for you by allowing you to add authenticated sending domains to your client accounts. Then CM provides you with the necessary DomainKey and Sender ID TXT records to just copy and paste into your domains DNS.</p>
<h2>5. Not your typical affiliate or referral program.</h2>
<p>Programs like this usually work off an affiliate or referral program. You link to or recommend the program to your clients who end up sign-ing up and you receive 15-20% of what they spend. Not a very attractive offier. Campaign Monitor, however,  actually allows you name your own price and still use their system. The deal is that you name your own price and then the client gets charged your price. At the end of every month CM does the math and sends you a Paypal transfer with your profit (minus their cut of course). CM only takes $5.00 for every message sent plus $0.01 per recipient.</p>
<h2>6. Over 30 pre-designed HTML templates.</h2>
<p>Campaign Monitor is a full featured e-mail marketing app in a box. All you have to do is gussy it up to look like you want and your off. They even offer 30 pre-designed HTML templates for you and your clients to use.</p>
<h2>7. 100% Rebrandable</h2>
<p>You know as well as I that rebrandable can mean anything from being able to change colors to being able to change the URL. With Campaign Monitor you can change pretty much anything you want. You can upload a logo for the main log-in screen, a logo for the main application interface, you can choose from a number of different color schemes, you can even set your own pricing scheme. To top it off you have the ability to change the URL of your app to anything you want. So users don&#8217;t visit http://something.campaignmontior.com. You can make the program look completely like your own.</p>
<h2>8. A wealth of design resources.</h2>
<p>On top of a great program, the makers of Campaign Monitor have a <a href="http://www.campaignmonitor.com/resources/">Resources section</a> on their website chocked full of useful tips and tools. They have ideas on how you can offer e-mail marketing services to your clients and information on how CSS is supported in HTML e-mail design. They also have detailed explanations and resources to help your users understand permissions and what is and is not acceptable use of someones e-mail address.</p>
<h2>9. Segmentation and custom fields.</h2>
<p>You can have 5 different mailing lists for a single site if you want. But with Campaign Monitor you have the ability to create segments within a given list. Using custom fields you can group members of a given list into segments and then send messages to certain segments without affecting the other members of your list. This allows you to keep track of all your subscribers using just one list instead of many.</p>
<h2>10. API Access</h2>
<p>As if the items I have already mentioned aren&#8217;t enough, Campaign Monitor also provides it&#8217;s users with API access to their program. This allows developers like myself to integrate the program with their own apps to help streamline mailing list management and cut down on all the exporting and importing that typically needs to take place. If you offer other web based applications this is a great opportunity to upsell Campaign Monitor because you can integreate it with your apps thereby making the process seamless for your clients and that&#8217;s what it&#8217;s all about.</p>
<p>Those are just some of the reasons why I think Campaign Monitor rocks. Try it out for yourself and let me know what you think.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/3f7eee8d-047b-4e26-a4f6-30bc062580ef/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=3f7eee8d-047b-4e26-a4f6-30bc062580ef" alt="Reblog this post [with Zemanta]" /></a></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=VwwZ2a.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=VwwZ2a.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=aLNwfw.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=aLNwfw.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=gcMxBN.p"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=gcMxBN.p" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2009/01/10-reasons-why-campaign-monitor-rocks/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2009/01/10-reasons-why-campaign-monitor-rocks/</feedburner:origLink></item>
		<item>
		<title>Friday Distraction for 1/2/09</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/500911844/</link>
		<comments>http://www.christophermonnat.com/2009/01/friday-distraction-for-1209/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 12:00:32 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Friday Distractions]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=329</guid>
		<description><![CDATA[White &#038; Nerdy from waymoby on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=752979&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=752979&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><a href="http://vimeo.com/752979">White &#038; Nerdy</a> from <a href="http://vimeo.com/weirdal">waymoby</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=UorVnS.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=UorVnS.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=6zr1kG.P"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=6zr1kG.P" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=3c7msM.p"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=3c7msM.p" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2009/01/friday-distraction-for-1209/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2009/01/friday-distraction-for-1209/</feedburner:origLink></item>
		<item><title>Links for 2008-12-30 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/499207971/mrtopher</link><pubDate>Wed, 31 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2008-12-30</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.highrisehq.com/">Highrise: Contact Manager, Web Based CRM, Address Book for Small Business</a><br/>
The folks over at 37signals redesigned the Highrise website... and it looks good!</li>
<li><a href="http://www.sitepoint.com/blogs/2008/12/30/openid-needs-to-start-getting-real/">SitePoint &raquo; OpenID Needs to Start Getting Real</a><br/>
Interesting article about OpenID vs. Facebook Connect.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.highrisehq.com/"&gt;Highrise: Contact Manager, Web Based CRM, Address Book for Small Business&lt;/a&gt;&lt;br/&gt;
The folks over at 37signals redesigned the Highrise website... and it looks good!&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.sitepoint.com/blogs/2008/12/30/openid-needs-to-start-getting-real/"&gt;SitePoint &amp;raquo; OpenID Needs to Start Getting Real&lt;/a&gt;&lt;br/&gt;
Interesting article about OpenID vs. Facebook Connect.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2008-12-30</feedburner:origLink></item><item>
		<title>Access your snail mail online!</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/496578014/</link>
		<comments>http://www.christophermonnat.com/2008/12/access-your-snail-mail-online/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 22:21:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=315</guid>
		<description><![CDATA[



Image by .girl ferment. via Flickr



I hope everyone had a wonderful Christmas. I logged on this afternoon, after taking some time away from the computer for the holidays, and slowly sifted through over 500 blog posts in Google Reader. One of them caught my eye from TechCrunch: Zumbox Delivers Paperless Mail. The concept behind this [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright" style="margin: 1em; float: right; display: block; width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/28551356@N06/2719749422"><img title="snail_mail" src="http://farm4.static.flickr.com/3156/2719749422_d1054342f2_m.jpg" alt="snail_mail" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/28551356@N06/2719749422">.girl ferment.</a> via Flickr</dd>
</dl>
</div>
</div>
<p>I hope everyone had a wonderful Christmas. I logged on this afternoon, after taking some time away from the computer for the holidays, and slowly sifted through over 500 blog posts in Google Reader. One of them caught my eye from TechCrunch: <a href="http://www.techcrunch.com/2008/12/23/zumbox-delivers-paperless-mail-in-beta/">Zumbox Delivers Paperless Mail</a>. The concept behind this company is that they want to deliver standard snail mail to consumers using the Internet. An interesting concept but not necessarily a new one.</p>
<p><span id="more-315"></span>Many reality television viewers may have heard of another company attempting something similar called <a href="http://www.earthclassmail.com/">Earth Class Mail</a>. The HD channel Mojo had a show on the air for a while called Start up junkies which was a reality show about Earth Class Mail (ECM) as a start up business and the details that went into launching the company. An interesting show if anyone is interested but Zumbox is attempting to do the same thing that ECM is only with a slight twist.</p>
<p>After watching the show for a while I did a little research into ECM and I have to admit their business intrigues me. They have a valid business concept here: they create mail boxes for people, scan all of the mail received into their system, then users can log-in and view their snail mail online just like they would normally read their e-mail. When I first heard the idea I couldn&#8217;t really think of anyone who would want this service. But after I thought about it for a while it definitely has a market. Those people that travel in RVs for long periods of time, individuals in the military, people who move around a lot and of course businesses (this is the big one).</p>
<p>When I heard about Zumbox I assumed they were attempting something similar, but after reading their website they are actually a little different. Zumbox wants to create a digital mail address for every physical address across the country because although everyone doesn&#8217;t have an e-mail address they do most certainly have a mailing address. So in reality they don&#8217;t really do much with snail mail at all&#8230; they are just an e-mail provider that uses home addresses as the message address instead of an @something.com tag.</p>
<p>Unless I&#8217;m missing something I really don&#8217;t see much of a market for this concept. Their entire idea revolves around the concept that not everyone has an e-mail address. While I agree that not everyone has an e-mail address I would argue that as the current young generation gets older pretty much everyone will have an e-mail address eventually thereby eliminating the need for their service. Also, if someone doesn&#8217;t have an e-mail address it&#8217;s probably because they didn&#8217;t want or know how to go online and make one. You have to go through a sign-up and confirmation process in order to use Zumbox so the user has to go through the same process which was probably the hinderance in the first place.</p>
<p>The whole concept of being able to access your snail mail online I think is a cool one but I wonder what it&#8217;s shelf life will be. How long until all snail mail is just delivered electronically? We are already starting to see it: banks are converting over to digital statements, utility companies allow you to view and pay bills online. I think it&#8217;s just a matter of time until snail mail may be in the minority as far as a way to deliver mail.</p>
<p>What do you think? Will snail mail always be around or are companies like ECM going to bridge the gap by scanning your mail for viewing online? Let me know what you think by posting your comments below.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/68ca1b8e-693e-4faa-a728-c22855e8ce51/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=68ca1b8e-693e-4faa-a728-c22855e8ce51" alt="Reblog this post [with Zemanta]" /></a></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=Y2NlO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=Y2NlO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=Tj7nO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=Tj7nO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=3kAYo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=3kAYo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/access-your-snail-mail-online/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/access-your-snail-mail-online/</feedburner:origLink></item>
		<item>
		<title>Friday Distraction for 12/26/08</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/495528815/</link>
		<comments>http://www.christophermonnat.com/2008/12/friday-distraction-122608/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 12:00:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Friday Distractions]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=313</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" data="http://www.youtube.com/v/Q_L1vLv84vs&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Q_L1vLv84vs&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=4xBnO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=4xBnO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=FU5QO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=FU5QO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=gcuTo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=gcuTo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/friday-distraction-122608/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/friday-distraction-122608/</feedburner:origLink></item>
		<item><title>Links for 2008-12-19 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/490327471/mrtopher</link><pubDate>Sat, 20 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2008-12-19</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.techcrunch.com/2008/12/18/on-the-go-watch-your-net-worth-plummet-anywhere-with-mint-for-iphone/">On The Go? Watch Your Net Worth Plummet Anywhere With Mint For iPhone</a><br/>
Your iPhone is now minty fresh! Mint.com has released an iPhone app that lets you check your financial info. on the go. Looks pretty cool!</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.techcrunch.com/2008/12/18/on-the-go-watch-your-net-worth-plummet-anywhere-with-mint-for-iphone/"&gt;On The Go? Watch Your Net Worth Plummet Anywhere With Mint For iPhone&lt;/a&gt;&lt;br/&gt;
Your iPhone is now minty fresh! Mint.com has released an iPhone app that lets you check your financial info. on the go. Looks pretty cool!&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2008-12-19</feedburner:origLink></item><item>
		<title>Friday Distraction for 12/19/08</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/489592122/</link>
		<comments>http://www.christophermonnat.com/2008/12/friday-distraction-12-19-08/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 12:00:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Friday Distractions]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/2008/12/friday-distraction-2/</guid>
		<description><![CDATA[You can&#8217;t make this stuff up!

]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t make this stuff up!</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/ovoTgUCf7_E&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ovoTgUCf7_E&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=uenCO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=uenCO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=KwTVO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=KwTVO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=Vvfuo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=Vvfuo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/friday-distraction-12-19-08/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/friday-distraction-12-19-08/</feedburner:origLink></item>
		<item><title>Links for 2008-12-12 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/483380740/mrtopher</link><pubDate>Sat, 13 Dec 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/mrtopher#2008-12-12</guid><content:encoded><![CDATA[<ul>
<li><a href="http://thedailywtf.com/Articles/What-the-Ad--Portability,-1980s-Style.aspx">What the Ad? - Portability, 1980's Style - The Daily WTF</a><br/>
In a Friday flashback, The Daily WTF posts some ads from the 1980&#039;s on what portable computing meant back then.</li>
<li><a href="http://html-ipsum.com/">HTML-Ipsum</a><br/>
Just what we needed another Lorem Ipsum generator site. Actually, this is a nice one because it includes the HTML tags along with the code so it&#039;s bound to save some time.</li>
<li><a href="http://www.sitepoint.com/blogs/2008/12/12/reseller-email-marketing-a-new-revenue-stream-for-designers/">Reseller Email Marketing: A New Revenue Stream For Designers?</a><br/>
SitePoint posts a nice short review of the new Campaign Monitor application.</li>
</ul>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://thedailywtf.com/Articles/What-the-Ad--Portability,-1980s-Style.aspx"&gt;What the Ad? - Portability, 1980's Style - The Daily WTF&lt;/a&gt;&lt;br/&gt;
In a Friday flashback, The Daily WTF posts some ads from the 1980&amp;#039;s on what portable computing meant back then.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://html-ipsum.com/"&gt;HTML-Ipsum&lt;/a&gt;&lt;br/&gt;
Just what we needed another Lorem Ipsum generator site. Actually, this is a nice one because it includes the HTML tags along with the code so it&amp;#039;s bound to save some time.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.sitepoint.com/blogs/2008/12/12/reseller-email-marketing-a-new-revenue-stream-for-designers/"&gt;Reseller Email Marketing: A New Revenue Stream For Designers?&lt;/a&gt;&lt;br/&gt;
SitePoint posts a nice short review of the new Campaign Monitor application.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/mrtopher#2008-12-12</feedburner:origLink></item><item>
		<title>Friday Distraction for 12/5/08</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/487715649/</link>
		<comments>http://www.christophermonnat.com/2008/12/friday-distraction-12-5-08/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 12:00:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Friday Distractions]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=290</guid>
		<description><![CDATA[It&#8217;s Friday&#8230; smile!

]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Friday&#8230; smile!</p>
<p><object width="480" height="295" data="http://www.youtube.com/v/KMhuAtyFCrw&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KMhuAtyFCrw&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=9vUgO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=9vUgO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=Ejq8O"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=Ejq8O" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=ZDOuo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=ZDOuo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/friday-distraction-12-5-08/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/friday-distraction-12-5-08/</feedburner:origLink></item>
		<item>
		<title>HP Giveaway</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/475252804/</link>
		<comments>http://www.christophermonnat.com/2008/12/hp-giveawa/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 01:58:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<category><![CDATA[Tech Commentary]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=292</guid>
		<description><![CDATA[Chris Pirillo is giving away a whole bunch of HP stuff. Check out the video below for how you can qualify to win.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/">Chris Pirillo</a> is giving away a whole bunch of HP stuff. Check out the video below for how you can qualify to win.</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/T854-X8CNHU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/T854-X8CNHU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=v8yVO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=v8yVO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=kan7O"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=kan7O" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=i3TNo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=i3TNo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/hp-giveawa/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/hp-giveawa/</feedburner:origLink></item>
		<item>
		<title>Internship with Seth Godin</title>
		<link>http://feeds.feedburner.com/~r/ChrisMonnat/~3/473921527/</link>
		<comments>http://www.christophermonnat.com/2008/12/intership-with-seth-godin/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:00:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.christophermonnat.com/?p=285</guid>
		<description><![CDATA[Marketing guru Seth Godin has announced an internship opportunity. You will get the chance to work, learn and observe with Seth and a group of others. Sounds like an exciting opportunity, but you have to act fast if you want to apply.
If your interested in learning more, visit http://www.squidoo.com/Alternative-MBA.

]]></description>
			<content:encoded><![CDATA[<p>Marketing guru Seth Godin has announced an internship opportunity. You will get the chance to work, learn and observe with Seth and a group of others. Sounds like an exciting opportunity, but you have to act fast if you want to apply.</p>
<p>If your interested in learning more, visit <a href="http://www.squidoo.com/Alternative-MBA">http://www.squidoo.com/Alternative-MBA</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/24a11862-93fd-465f-b431-b27d6c25a57e/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=24a11862-93fd-465f-b431-b27d6c25a57e" alt="Reblog this post [with Zemanta]" /></a></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=Cs73O"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=Cs73O" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=3u7vO"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=3u7vO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/ChrisMonnat?a=FTrKo"><img src="http://feeds.feedburner.com/~f/ChrisMonnat?i=FTrKo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.christophermonnat.com/2008/12/intership-with-seth-godin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.christophermonnat.com/2008/12/intership-with-seth-godin/</feedburner:origLink></item>
	<lastBuildDate>Wed, 07 Jan 2009 00:00:00 -0600</lastBuildDate></channel>
</rss>
