<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mark Poppen</title>
	
	<link>http://mark.poppen.ca</link>
	<description>Dutch web designer in Canada</description>
	<lastBuildDate>Thu, 21 Apr 2011 19:41:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MarkPoppen" /><feedburner:info uri="markpoppen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Playlist week 16 2011</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/OnMAP4EUsVM/</link>
		<comments>http://mark.poppen.ca/466/playlist-week-16-2011/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:41:05 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=466</guid>
		<description><![CDATA[I&#8217;m a music-nut, and I thought it was time for me to start sharing my playlists. If you like them, please comment. Maybe you&#8217;d like me to create a new playlist on a weekly basis?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a music-nut, and I thought it was time for me to start sharing my playlists. If you like them, please comment. Maybe you&#8217;d like me to create a new playlist on a weekly basis?</p>
<p><object width="250" height="400"><param name="movie" value="http://listen.grooveshark.com/widget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&amp;songIDs=29959828,23076232,24667949,14091101,22755572,7342863,25968,3819803,72078,27547093,242929,106973,24502024,8167848,5660246&amp;style=metal&amp;p=0" /><embed type="application/x-shockwave-flash" width="250" height="400" src="http://listen.grooveshark.com/widget.swf" flashvars="hostname=cowbell.grooveshark.com&amp;songIDs=29959828,23076232,24667949,14091101,22755572,7342863,25968,3819803,72078,27547093,242929,106973,24502024,8167848,5660246&amp;style=metal&amp;p=0" allowscriptaccess="always" wmode="window"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/OnMAP4EUsVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/466/playlist-week-16-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/466/playlist-week-16-2011/</feedburner:origLink></item>
		<item>
		<title>IE6 Upgrade notification</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/aBPz9JV6Le8/</link>
		<comments>http://mark.poppen.ca/459/ie6-upgrade-notification/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 19:36:14 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[die-already]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=459</guid>
		<description><![CDATA[I&#8217;ve quit designing around IE6 a long time ago. I have a contract that states that if my client needs me to design the site to work in IE6, they pay extra. For the other sites, when I suspect the target audience might use IE6, I wrote a little piece of code. It&#8217;s validated in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve quit designing around IE6 a long time ago. I have a contract that states that if my client needs me to design the site to work in IE6, they pay extra. For the other sites, when I suspect the target audience <em>might use</em> IE6, I wrote a little piece of code. It&#8217;s validated in 4.01 Strict HTML and stays out of the way of Google search results (because it&#8217;s at the bottom of the page).</p>
<p>Let me know if you&#8217;re using it or if you made improvements to it.</p>
<p>Here it is. Put the html right before the &lt;/body&gt; tag, and the css at the bottom of your .css file.</p>
<p>&lt;!&#8211;[if lt IE 7]&gt;<br />
&lt;div id=&#8221;upgrade&#8221;&gt;You are using an outdated browser. For a faster, safer surfing experience, please &lt;a href=&#8221;http://www.microsoft.com/windows/internet-explorer/default.aspx&#8221;&gt;upgrade for free&lt;/a&gt;.&lt;/div&gt;<br />
&lt;![endif]&#8211;&gt;</p>
<pre>/*-- IE6 --*/
#upgrade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ff0;
	}
</pre>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/aBPz9JV6Le8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/459/ie6-upgrade-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/459/ie6-upgrade-notification/</feedburner:origLink></item>
		<item>
		<title>Shopify and me</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/jWPWLFAo9hQ/</link>
		<comments>http://mark.poppen.ca/450/shopify-and-me/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 17:34:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Learning-experience]]></category>
		<category><![CDATA[Shopify]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[shopify]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=450</guid>
		<description><![CDATA[At the end of last year, I discovered Shopify, after and intensive search for a decent e-commerce solution. I tried several self-hosted solutions, like WP-Commerce, OpenCart, Magento and Interspire, and they boil down to 1 thing: they&#8217;re a pain. One is not flexible enough, one&#8217;s theming is horrific, another one is too expensive (for clients), [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of last year, I discovered <a href="http://www.shopify.com/?ref=poppendesign">Shopify</a>, after and intensive search for a decent e-commerce solution. I tried several self-hosted solutions, like <a href="http://getshopped.org/">WP-Commerce</a>, <a href="http://www.opencart.com/">OpenCart</a>, <a href="http://www.magentocommerce.com/">Magento</a> and <a href="http://www.interspire.com/shoppingcart/">Interspire</a>, and they boil down to 1 thing: they&#8217;re a pain. One is not flexible enough, one&#8217;s theming is horrific, another one is too expensive (for clients), or the support sucks and to top all of it: some stores got hacked. In short: I was fed up. I was done updating a site because there was a security hole, or because a theme broke. I&#8217;m a designer. I want to design stuff, not fix broken software.</p>
<p>I found <a href="http://www.shopify.com/?ref=poppendesign">Shopify</a>, a hassle-free solution, based on Ruby, a solid platform for apps like these. All I had to do for this was understanding the themes, and <a href="http://www.shopify.com/?ref=poppendesign">Shopify</a> would take care of the rest for me. Sure, it might not be the cheapest to run and it&#8217;s not for every business, but I&#8217;m convinced it&#8217;s so user friendly, pretty much anyone can use it and it&#8217;s fairly complete.<br />
Another thing that won me over was the fact that the head office is in Canada. Although Ottawa is about 3000km from here, I still like supporting &#8220;local&#8221; <img src='http://mark.poppen.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I finished my first design for a <a href="http://www.saskfur.com">client&#8217;s Shopify store</a>* a few days ago. The structure is based on the ripen theme, and I&#8217;d like to create my own theme framework eventually. My client is still filling in the blanks, but you get the idea.</p>
<p><a href="http://mark.poppen.ca/wp-content/uploads/2011/02/Northern-Exposure-Trading-Company-Products.jpg"><img class="aligncenter size-medium wp-image-453" title="Northern Exposure Trading Company - Products" src="http://mark.poppen.ca/wp-content/uploads/2011/02/Northern-Exposure-Trading-Company-Products-425x352.jpg" alt="My first &quot;live&quot; Shopify theme" width="425" height="352" /></a></p>
<p><em>* = Just because I made the theme doesn&#8217;t mean I endorse the product. Before you start calling me names: I&#8217;m a vegetarian.. <img src='http://mark.poppen.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/jWPWLFAo9hQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/450/shopify-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/450/shopify-and-me/</feedburner:origLink></item>
		<item>
		<title>Redesigning this blog and Dribbble</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/k5mJhPHWxT0/</link>
		<comments>http://mark.poppen.ca/443/redesigning-this-blog-and-dribbble/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 20:43:19 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[dribbble]]></category>
		<category><![CDATA[invite]]></category>
		<category><![CDATA[redesign]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=443</guid>
		<description><![CDATA[Yes, I&#8217;m redesigning this blog. It&#8217;s like I&#8217;ve had a jolt of inspiration over the weekend, and the past few days I&#8217;ve done nothing but designing stuff. I love it! What does that have to do with Dribbble? Well, not that much, but let me explain how I felt and now feel about Dribbble. At [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Dribbble logo" src="http://dribbble.com/images/ball-46.png?1291175699" alt="" width="46" height="55" />Yes, I&#8217;m redesigning this blog. It&#8217;s like I&#8217;ve had a jolt of inspiration over the weekend, and the past few days I&#8217;ve done nothing but designing stuff. I love it!</p>
<p>What does that have to do with Dribbble? Well, not that much, but let me explain how I felt and now feel about Dribbble.<br />
At first, I was skeptical. To me, Dribbble was just another website where you can dump your stuff, and you&#8217;ll move on in a few months, like every other website. The invite only system didn&#8217;t help me like it either. If I can&#8217;t get in, I&#8217;ll use something else.<br />
Let me say, since @<a href="http://twitter.com/meredithmarsh">meredithmarsh</a> hooked me up with an invite and started exploring the site, it all made sense to me.<br />
Because you&#8217;re only allowed 24 &#8220;shots&#8221; per month, you&#8217;ll have to be selective with what you post, so you&#8217;ll make sure you post only your best shots. Because it&#8217;s invite only, there are no spammers. Only &#8220;worthy&#8221; designers get in, although, I think &#8220;worthy&#8221; is a big word, and I don&#8217;t think I can compare my work with someone like Jason Santamaria or Veerle Pieters, but I did manage to get in.</p>
<p>Keep track of the redesign on Dribbble here: <a href="http://dribbble.com/shots/84615-The-redesign-of-my-personal-blog">http://dribbble.com/shots/84615-The-redesign-of-my-personal-blog</a></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/k5mJhPHWxT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/443/redesigning-this-blog-and-dribbble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/443/redesigning-this-blog-and-dribbble/</feedburner:origLink></item>
		<item>
		<title>DFF: Birth announcement card</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/dGvLR-lgoG8/</link>
		<comments>http://mark.poppen.ca/439/dff-birth-announcement-card/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 16:50:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Learning-experience]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[birth]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=439</guid>
		<description><![CDATA[To clarify, DFF stands for &#8220;Design for fun&#8221;. That said, I also have to confess I cheated a little on this. I designed this card before my post about designing for fun, but whatever. I liked doing it, and it wasn&#8217;t a business thing. My cousin Kim and her hubby Gerr had a design for [...]]]></description>
			<content:encoded><![CDATA[<p>To clarify, DFF stands for &#8220;Design for fun&#8221;. That said, I also have to confess I cheated a little on this. I designed this card before my post about designing for fun, but whatever. I liked doing it, and it wasn&#8217;t a business thing.</p>
<p>My cousin Kim and her hubby Gerr had a design for a card in mind, and found a very small image of a card that they liked online. They asked me if I could make something like it and make it so that the printer could print a good quality card out of it. I based this design on the image they sent me, and sent them the .PSD, to forward to the printer, so they could edit the final text on the card (like name, weight, length and of course, date).</p>
<p>They were kind enough to send the finished card over the big pond to announce the birth of their second girl: Isis. Congratulations!</p>
<p>Here&#8217;s the result of my design.</p>
<p style="text-align: center;"><a href="http://mark.poppen.ca/wp-content/uploads/2010/11/kaartje-web.jpg"><img class="size-medium wp-image-440 aligncenter" title="Birth announcement card" src="http://mark.poppen.ca/wp-content/uploads/2010/11/kaartje-web-366x425.jpg" alt="image of a birth announcement card" width="366" height="425" /></a></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/dGvLR-lgoG8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/439/dff-birth-announcement-card/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/439/dff-birth-announcement-card/</feedburner:origLink></item>
		<item>
		<title>Designing for fun</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/EIk7_sbb1p8/</link>
		<comments>http://mark.poppen.ca/430/designing-for-fun/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:12:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Learning-experience]]></category>
		<category><![CDATA[back on track]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[fun times]]></category>
		<category><![CDATA[juices]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=430</guid>
		<description><![CDATA[So, the past few months I have been busy with mostly client work and stuff I don&#8217;t really like doing (finance, administration etc.) for my little company. Today, I finally realized why my inspiration has reached a new low. Although I love working for my clients, and they&#8217;re all awesome to work with, I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mark.poppen.ca/wp-content/uploads/2010/11/fun.jpg"><img class="alignright size-thumbnail wp-image-432" title="fun" src="http://mark.poppen.ca/wp-content/uploads/2010/11/fun-150x150.jpg" alt="" width="150" height="150" /></a>So, the past few months I have been busy with mostly client work and stuff I don&#8217;t really like doing (finance, administration etc.) for my <a href="http://poppen.ca">little company</a>. Today, I finally realized why my inspiration has reached a new low.</p>
<p>Although I love working for my clients, and they&#8217;re all awesome to work with, I&#8217;m not designing &#8220;for fun&#8221; anymore. You know, having a baby project, or a poster for an event that will never happen, or even designing a button-set nobody is going to ever use. Silly? Perhaps, but I&#8217;d like to get back to that. So, from now on, I&#8217;ll try to dedicate more time to &#8220;design for fun&#8221;. Hopefully it wil trigger my creative juices into a new stage of awesomeness.</p>
<p>This probably sounds easier than it is, but I&#8217;ll prioritize, and hopefully, I&#8217;ll be posting at least 1 new item per week. This means, I have 1 week to complete a design, that I&#8217;m designing just for &#8220;shits and giggles&#8221;. I would really appreciate your support and feedback on the items I&#8217;ll be designing.</p>
<p>Subscribe to the RSS feed, or <a href="http://twitter.com/markpoppen">follow me</a> on Twitter, and I&#8217;ll keep you updated on my situation.</p>
<p>&lt;/mark&gt; &lt;!&#8211; That was really cheesy &#8211;&gt;</p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/EIk7_sbb1p8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/430/designing-for-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/430/designing-for-fun/</feedburner:origLink></item>
		<item>
		<title>Who are you designing for anyway?</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/0V1eLqiskBI/</link>
		<comments>http://mark.poppen.ca/426/who-are-you-designing-for-anyway/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:28:15 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Learning-experience]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=426</guid>
		<description><![CDATA[Lately I&#8217;ve been re-evaluating why I&#8217;m designing. Is it just to make money, is it to impress someone, like a client or fellow designer, or is it for myself? To make money? If I did that, I&#8217;d create illusions for myself. Only the really great designers make good money off designing (I&#8217;m not talking blogging, [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been re-evaluating why I&#8217;m designing. Is it just to make money, is it to impress someone, like a client or fellow designer, or is it for myself?</p>
<h2>To make money?</h2>
<p>If I did that, I&#8217;d create illusions for myself. Only the really great designers make good money off designing (I&#8217;m not talking blogging, just designing). Sure, I think I&#8217;m creating nice designs, but I&#8217;m not fooling myself by saying I&#8217;m great.</p>
<h2>My boss?</h2>
<p>Good thing I don&#8217;t have one. The reason why, is because I don&#8217;t want to be a pixel pusher, working for someone who tells me what to do, even though I know it&#8217;s wrong. I rather sell electronics during the day, and design websites for MY clients in my spare time (I used to do this).</p>
<h2>Impressing someone?</h2>
<p>Sure, I love hearing clients go: “Oh, that&#8217;s perfect”, but I know they don&#8217;t have a clue how much effort I put into that tiny little detail on the left they never noticed. Creating a web site for a client is filling their need for a good looking website, but even if you skip insane details only other designers would recognize, you&#8217;ll still impress them.<br />
Speaking of other designers; I&#8217;m not convinced that I&#8217;m the designer other people look up to, and sure, I probably created something other designers can pull inspiration from, but impressing them? Nah, there are tonnes of designers out there that are truly inspiring to others. I&#8217;m just another web designer looking forward to create another new design, which brings me to my final statement.</p>
<h2>For myself?</h2>
<p>Yes, I&#8217;m designing for me and only myself. This might sound egocentric, but it&#8217;s true. I got into this business well over 10 years ago because I was intrigued by designing stuff on my computer. I started off designing <a href="http://en.wikipedia.org/wiki/ASCII_art">ASCii-art</a>. The stuff you see on Twitter now is not even getting close to the awesomeness we created at the end of the 90&#8242;s. We formed groups that would “release” ASCii-packs to show to the world through <a href="http://en.wikipedia.org/wiki/Bulletin_board_system">BBS</a>.<br />
Then came the internet available at my parent&#8217;s place. A whole new world opened up and I started fiddling around with web design. You know, with tables in Frontpage. I got degrees, recognitions and pads on the shoulder for finding something I really liked doing, and I kept pushing forward into making my career out of it.<br />
Now, about 10 years later, I&#8217;m still planning big things for my <a href="http://poppen.ca">company</a>, but I will always be designing. Either for web or for the next generation of the web (whatever that may be). I just enjoy doing what I do.</p>
<p><strong>What about you? Who are you designing for?</strong></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/0V1eLqiskBI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/426/who-are-you-designing-for-anyway/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/426/who-are-you-designing-for-anyway/</feedburner:origLink></item>
		<item>
		<title>Introduction to Typekit</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/KwaP4ivhsfM/</link>
		<comments>http://mark.poppen.ca/424/introduction-to-typekit/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 21:34:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[typekit]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=424</guid>
		<description><![CDATA[I&#8217;ve done a screencast on the introduction of Typekit for The Web Squeeze about 2 weeks ago. For those of you who haven&#8217;t seen it yet, here it is: Introduction to Typekit from TheWebSqueeze on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a screencast on the introduction of Typekit for <a href="http://thewebsqueeze.com">The Web Squeeze</a> about 2 weeks ago. For those of you who haven&#8217;t seen it yet, here it is:</p>
<p><object width="450" height="253"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7760055&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=1&amp;color=8f0613&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7760055&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=1&amp;color=8f0613&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="450" height="253"></embed></object>
<p><a href="http://vimeo.com/7760055">Introduction to Typekit</a> from <a href="http://vimeo.com/thewebsqueeze">TheWebSqueeze</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/KwaP4ivhsfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/424/introduction-to-typekit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/424/introduction-to-typekit/</feedburner:origLink></item>
		<item>
		<title>Starting your own web design business @ Barcamp Saskatoon</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/haQTLPF0Exs/</link>
		<comments>http://mark.poppen.ca/422/starting-your-own-web-design-business-barcamp-saskatoon/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:50:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=422</guid>
		<description><![CDATA[Yesterday Chris Powell (@chrispowell) and I shared a session at BarCamp in Saskatoon about how we started our web design business. It was streaming live on UStream, but in case you&#8217;ve missed it, here&#8217;s the video of me (first) and Chris. Great questions from the audience!]]></description>
			<content:encoded><![CDATA[<p>Yesterday <a href="http://www.christopherpowell.ca">Chris Powell</a> (@<a href="http://twitter.com/chrispowell">chrispowell</a>) and I shared a session at BarCamp in Saskatoon about how we started our web design business. It was streaming live on UStream, but in case you&#8217;ve missed it, here&#8217;s the video of me (first) and Chris. Great questions from the audience!</p>
<p><object id="utv870538" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="386" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="utv_n_412585" /><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=2665060" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.ustream.tv/flash/video/2665060" /><embed id="utv870538" type="application/x-shockwave-flash" width="480" height="386" src="http://www.ustream.tv/flash/video/2665060" allowscriptaccess="always" allowfullscreen="true" flashvars="loc=%2F&amp;autoplay=false&amp;vid=2665060" name="utv_n_412585"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/haQTLPF0Exs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/422/starting-your-own-web-design-business-barcamp-saskatoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/422/starting-your-own-web-design-business-barcamp-saskatoon/</feedburner:origLink></item>
		<item>
		<title>How to NOT fire a client (video)</title>
		<link>http://feedproxy.google.com/~r/MarkPoppen/~3/_e7lAFm6JGE/</link>
		<comments>http://mark.poppen.ca/411/how-to-not-fire-a-client-video/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:16:34 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mark.poppen.ca/?p=411</guid>
		<description><![CDATA[In this video I&#8217;ll be answering @hidobrado&#8216;s question if I ever had to fire a client. Links mentioned: Twitter]]></description>
			<content:encoded><![CDATA[<p>In this video I&#8217;ll be answering @<a href="http://twitter.com/hidobrado">hidobrado</a>&#8216;s question if I ever had to fire a client.<br />
<embed src="http://blip.tv/play/hNxagbCRcwA" type="application/x-shockwave-flash" width="450" height="283" allowscriptaccess="always" allowfullscreen="true"></embed><br />
Links mentioned:</p>
<ul>
<li><a href="http://twitter.com/markpoppen">Twitter</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/MarkPoppen/~4/_e7lAFm6JGE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mark.poppen.ca/411/how-to-not-fire-a-client-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://mark.poppen.ca/411/how-to-not-fire-a-client-video/</feedburner:origLink></item>
	</channel>
</rss>

