<?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/"
	>

<channel>
	<title>mike sudyk</title>
	<atom:link href="http://www.mikesudyk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesudyk.com</link>
	<description>something new under the sun</description>
	<lastBuildDate>Wed, 30 Sep 2009 02:25:34 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>discuss your dreams</title>
		<link>http://www.mikesudyk.com/2009/09/discuss-your-dreams/</link>
		<comments>http://www.mikesudyk.com/2009/09/discuss-your-dreams/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:25:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[thought of the week]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[hustle]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=95</guid>
		<description><![CDATA[I had the opportunity to discuss the web project that I am currently working on with a friend and I was surprised at how much it made me want to jet out of the room and work on it. Discussing your dreams or goals is an excellent way for you to rediscover just why you [...]]]></description>
			<content:encoded><![CDATA[<p>I had the opportunity to discuss the web project that I am currently working on with a friend and I was surprised at how much it made me want to jet out of the room and work on it. Discussing your dreams or goals is an excellent way for you to rediscover just why you made them in the first place. In my case it was a good indicator that a) I was still passionate about my goal, and b) that I was way overdue in working on achieving it. So in response I got back to the hustle, so don&#8217;t hesitate go and hustle!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/09/discuss-your-dreams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>not scaling equals failing</title>
		<link>http://www.mikesudyk.com/2009/07/not-scaling-equals-failing/</link>
		<comments>http://www.mikesudyk.com/2009/07/not-scaling-equals-failing/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:54:59 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scaling]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=91</guid>
		<description><![CDATA[when starting a web project you need to dream big! No I am not talking about hitting it big with the next facebook or YouTube and rolling in the snobby circles of Silicon Valley, but thinking big in regards to the back-end development of your site or web application. Being in the beginning stages of [...]]]></description>
			<content:encoded><![CDATA[<p>when starting a web project you need to dream big! No I am not talking about hitting it big with the next facebook or YouTube and rolling in the snobby circles of Silicon Valley, but thinking big in regards to the back-end development of your site or web application. Being in the beginning stages of building a website myself, I am trying to guarantee that the the architecture of my site can handle  scaling beyond even what I foresee as a <em>successful</em> amount of users. This is especially important for a newbie web developer like myself, because doing several key things wrong could be a costly mistake down the road if the site is a success.</p>
<p>While my personal knowledge on building to scale is limited, recently I have been focusing on the design of the database of my site, specifically in regards to database <a href="http://en.wikipedia.org/wiki/Database_normalization">normalization</a>, multiple databases versus numerous tables, and lean PHP code. I think that a common tendency I have, and most likely share with other newbies, is wanting to get something online ASAP and then ironing out the kinks later. While there is merit in this learning process, laying a solid back-end foundation is paramount. I love to learn by getting my hands dirty just as much as the next guy but the consequence of having a weak foundation could be that you miss a huge opportunity and more importantly you don&#8217;t get invited to that party in Silicon Valley.</p>
<p>for further reading; an interesting <a href="http://alwaysnewmistakes.wordpress.com/2009/07/20/scalability-issues-what-are-they-and-their-repercussions/">article</a> about the importance of doing it right</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/07/not-scaling-equals-failing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>favicon distraction</title>
		<link>http://www.mikesudyk.com/2009/06/favicon-distraction/</link>
		<comments>http://www.mikesudyk.com/2009/06/favicon-distraction/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:09:37 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[favicon]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=77</guid>
		<description><![CDATA[While I should have been working diligently through my PHP book today, I was distracted messing around with my favicon (I tend to get distracted messing around with Fireworks all too often). For those unfamiliar, a favicon is the little icon that comes up by the address bar and shows up when you bookmark a [...]]]></description>
			<content:encoded><![CDATA[<p>While I should have been working diligently through my PHP book today, I was distracted messing around with my favicon (I tend to get distracted messing around with Fireworks all too often). For those unfamiliar, a favicon is the little icon that comes up by the address bar and shows up when you bookmark a site. The basic favicon in 16&#215;16 pixels, however favicons frequently have multiple files within them, each in a different size. The purpose for this is so the icon can be used at various sizes and still look decent, because blowing up a 16&#215;16 image would look pretty ridiculous. While creating a favicon is trivial with the appropriate program (I use Fireworks), adding the files together into one .ico file requires another program. I found a simple <a href="http://www.winterdrache.de/freeware/png2ico/" target="_blank">program</a> that seems to do a good job. I created 3 .png files; at sizes 16&#215;16, 32&#215;32, 64X64, and put them all into one.  After experimenting with a few designs I realized that I should keep it simple, because its hard to make something look good at 16&#215;16 pixels. See an article about favicons <a href="http://abeautifulsite.net/notebook.php?article=11" target="_blank">here</a>.</p>
<p>*don&#8217;t forget to add the code below into the &lt;head&gt; section</p>
<div style="font-family: monospace;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&#8220;shortcut icon&#8221;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&#8220;favicon.ico&#8221;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&#8220;image/x-icon&#8221;</span> <span style="font-weight: bold; color: black;">/&gt;</span></span></div>
<div style="font-family: monospace;"><span style="color: #009900;"><span style="font-weight: bold; color: black;"><br />
</span></span></div>
<p>*if you do not want to mess around with multiple resolution favicons I would suggest just going with a simple site like <a href="http://www.favicon.cc/" target="_blank">http://www.favicon.cc/</a> to convert an image to .ico</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/06/favicon-distraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>holy crap it worked!</title>
		<link>http://www.mikesudyk.com/2009/06/holy-crap-it-worked/</link>
		<comments>http://www.mikesudyk.com/2009/06/holy-crap-it-worked/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 07:02:17 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[amazed]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=70</guid>
		<description><![CDATA[Theme customization is easier than I thought. After starting around 11pm I was done about 2:30am, not bad for my first time. Basically I got the Thematic theme set up on my localhost and pulled up the default.css file and went to town. Not really being sure of the consequences of my actions within the [...]]]></description>
			<content:encoded><![CDATA[<p>Theme customization is easier than I thought. After starting around 11pm I was done about 2:30am, not bad for my first time. Basically I got the <a href="http://themeshaper.com/thematic/">Thematic</a> theme set up on my localhost and pulled up the <em>default.css</em> file and went to town. Not really being sure of the consequences of my actions within the code I just commented out the original code as a safe-guard. One big note, if you are working off of an existing theme (as I did using Thematic) make sure you change the info in the commented section at the top of the style.css file. This is mentioned <a href="http://codex.wordpress.org/Theme_Development">here</a> but I tend to just get too excited and start coding without reading the warnings. I decided to tweak the <a href="http://mikesudyk.com/thematic2_test">original</a> design a bit, give me your feedback. I also seem to have lost my Twitter plugin, I will have to figure that one out&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/06/holy-crap-it-worked/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>back in action</title>
		<link>http://www.mikesudyk.com/2009/05/back-in-action/</link>
		<comments>http://www.mikesudyk.com/2009/05/back-in-action/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:31:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=60</guid>
		<description><![CDATA[Its time to quit fooling around and put the nose to the old grind stone, oh and put out some good content along the way. I am hoping to chronicle my journey into web development, and the first major project will be the customization of this site. Perhaps a little history is in order&#8230;.
I began [...]]]></description>
			<content:encoded><![CDATA[<p>Its time to quit fooling around and put the nose to the old grind stone, oh and put out some good content along the way. I am hoping to chronicle my journey into web development, and the first major project will be the customization of this site. Perhaps a little history is in order&#8230;.</p>
<p>I began my curiosity with the web about 2 years ago, and a dropped an email to a friend of a friend; a Ruby on Rails god <a href="http://addictedtonew.com">John Nunemaker</a>. Despite his great advice I do nothing for a year. I puts around on <a href="http://sitepoint.com">sitepoint.com</a> (a great resource for beginners and experts), and find their free sample book chapters very helpful. Yet its hard to just dive in and get my mind around everything that&#8217;s involved in the modern web. Per John&#8217;s advice, I finally pick up a copy of <a href="http://www.zeldman.com/dwws/">Designing with Web Standards</a> (apparently its the Bible for web heads, and highly recommended for <em>anyone</em> doing things on the web). The book gives me some great bearings and I dive into CSS and XHTML with just online tutorials guiding the way and <a href="http://garyvaynerchuk.com/">this guy</a> encouraging me. After hours of going in circles of confusion I pound out a basic site that separates content from presentation, and I rejoice! I realized that a formal class really is necessary to get a firm foundation of CSS and XHTML, well for me at least. Being an undergrad engineering student at Notre Dame (goodbye Michigan fans, thanks for reading <img src='http://www.mikesudyk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), I get into a CSS class taught by John&#8217;s business partner <a href="http://orderedlist.com">Steve Smith</a>; a CSS god and really cool guy (he even brews his own beer, I mean come on). The main text for the class was a <a href="http://www.sitepoint.com/books/cssdesign1/">book</a> Steve co-authored, highly recommended! The class gave me a pretty firm foundation for creating static sites but I wanted to dive into dynamic sites, so I thought that messing around with Wordpress while tinkering around learning PHP and MySQL would be a good way to go. After some research on Amazon for the best PHP book, I picked up Larry Ullman&#8217;s book <a href="http://www.amazon.com/PHP-MySQL-Dynamic-Web-Sites/dp/032152599X/ref=sr_1_2?ie=UTF8&#038;s=books&#038;qid=1243648436&#038;sr=1-2">PHP 6 and MySQL 5</a>. While the internet does have endless amounts of free tutorials, a book really is a good way to go because it gives you a firm foundation of the language. Oh I almost forgot, I need to give a shout out to <a href="http://atimcalledoak.com/">Oak</a>, for letting me sit in on his Adobe CS3 class at ND so that I could pick up a little on the design side of things. Thanks for bearing with such a design challenged engineering student.</p>
<p>So that is where I am at. Most recently I have been working my way through the book, I just got Wordpress set up on my localhost (<a href="http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/">tutorial link</a>) so that I can do theme customization. I eventually want the site to look something like <a href="http://www.mikesudyk.com/thematic2_test/">this</a>. So I have my work cut out for me. More updates to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/05/back-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>groooovin&#8217;</title>
		<link>http://www.mikesudyk.com/2009/04/groooovin/</link>
		<comments>http://www.mikesudyk.com/2009/04/groooovin/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 02:15:57 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tips for Awesome Living]]></category>
		<category><![CDATA[free music]]></category>
		<category><![CDATA[sweet find]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=51</guid>
		<description><![CDATA[had to hop on here and give a shout to grooveshark, its pretty much Pandora on steroids
so listen up, you never know how long its gonna last.

]]></description>
			<content:encoded><![CDATA[<p>had to hop on here and give a shout to <a href="http://listen.grooveshark.com/">grooveshark</a>, its pretty much Pandora on steroids<br />
so listen up, you never know how long its gonna last.</p>
<p><object width="200" height="40"><param name="movie" value="http://listen.grooveshark.com/songWidget.swf"><param name="wmode" value="window"><param name="allowScriptAccess" value="always"><param name="flashvars" value="hostname=cowbell.grooveshark.com&#038;widgetID=7620932&#038;style=metal&#038;p=0"><embed src="http://listen.grooveshark.com/songWidget.swf" type="application/x-shockwave-flash" flashvars="hostname=cowbell.grooveshark.com&#038;widgetID=7620932&#038;style=metal&#038;p=0" allowscriptaccess="always" wmode="window" width="200" height="40"></object><object type="application/x-shockwave-flash" data="http://widgets.clearspring.com/o/48f3f305ad1283e4/49f2714c1264e199/48f3f3053cbe0b4e/c27ab391" id="W48f3f305ad1283e449f2714c1264e199" width="1" height="1"><param name="movie" value="http://widgets.clearspring.com/o/48f3f305ad1283e4/49f2714c1264e199/48f3f3053cbe0b4e/c27ab391" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/04/groooovin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i&#8217;m an uncle!</title>
		<link>http://www.mikesudyk.com/2009/04/im-an-uncle/</link>
		<comments>http://www.mikesudyk.com/2009/04/im-an-uncle/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 04:55:26 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[hot off the press]]></category>
		<category><![CDATA[nephew]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=42</guid>
		<description><![CDATA[Please welcome the new coolest kid to the world, Axel Andrew Gibson, my new and first nephew! After much anticipation, my sister finally gave birth to this amazing 9 lb 7 oz bundle of joy. I cannot wait to spoil him, and take him on all sorts of adventures.

]]></description>
			<content:encoded><![CDATA[<p>Please welcome the new coolest kid to the world, <strong>Axel Andrew Gibson</strong>, my new and first nephew! After much anticipation, my sister finally gave birth to this amazing <strong>9 </strong>lb <strong>7</strong> oz bundle of joy. I cannot wait to spoil him, and take him on all sorts of adventures.</p>
<p><img class="aligncenter size-medium wp-image-43" title="axel andrew gibson" src="http://www.mikesudyk.com/wp-content/uploads/2009/04/axel-300x200.jpg" alt="axel andrew gibson" width="392" height="261" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/04/im-an-uncle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>meijer oh my!</title>
		<link>http://www.mikesudyk.com/2009/04/meijer-oh-my/</link>
		<comments>http://www.mikesudyk.com/2009/04/meijer-oh-my/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 00:53:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[thought of the week]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[meijer]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=34</guid>
		<description><![CDATA[Being at Meijer recently I was struck by their apparent reworking of product packaging. Not being one for buying the brand name products I usually go for the generic anyway, however when I picked up some orange juice and saw the new packaging I was more satisfied with the Meijer product. Nothing had changed about [...]]]></description>
			<content:encoded><![CDATA[<p>Being at Meijer recently I was struck by their apparent reworking of product packaging. Not being one for buying the brand name products I usually go for the generic anyway, however when I picked up some orange juice and saw the new packaging I was more satisfied with the Meijer product. Nothing had changed about the product inside but the packaging was a lot more professional looking and also aesthetically pleasing. I found myself actually thinking I was getting a better product , I was dumbfounded by how a simple change could alter my view of the product yet felt like an idiot for thinking this way. Perhaps its all in your mind, and the orange juice does taste better when the packaging is different&#8230;.hmmmm&#8230;..anyway I say way to go Meijer! I am sure that new packaging can do nothing but good things for your brand. As for me, I am going to go sip on some delicious OJ</p>
<p><img src="http://www.mikesudyk.com/wp-content/uploads/2009/04/oj2.png" alt="oj2" title="oj2" width="300" height="197" class="aligncenter size-full wp-image-36" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/04/meijer-oh-my/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>hello world 2.0</title>
		<link>http://www.mikesudyk.com/2009/04/hello-world-20/</link>
		<comments>http://www.mikesudyk.com/2009/04/hello-world-20/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 04:59:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[boxes]]></category>
		<category><![CDATA[kevin]]></category>
		<category><![CDATA[mike]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=24</guid>
		<description><![CDATA[well hello world I almost didn&#8217;t see you there!
Welcome to my home on the web, a gift to me from my amazing cousin Kevin (who has been in charge of the content up until this point), please bare with me as I move in. I always swore I would never be one of those people [...]]]></description>
			<content:encoded><![CDATA[<p>well hello world I almost didn&#8217;t see you there!</p>
<p>Welcome to my home on the web, a gift to me from my amazing cousin Kevin (who has been in charge of the content up until this point), please bare with me as I move in. I always swore I would never be one of those people that has boxes in their house months after they move in but it might just work out that way. I look forward to sharing more, but a long day of celebrating my day of birth has worn me out. So until next time&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/04/hello-world-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Mike Sudyk! Happy Birthday AWESOMENESS!!!!</title>
		<link>http://www.mikesudyk.com/2009/04/happy-birthday-mike-sudyk-happy-birthday-awesomeness/</link>
		<comments>http://www.mikesudyk.com/2009/04/happy-birthday-mike-sudyk-happy-birthday-awesomeness/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 15:00:59 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Celebrating Awesomeness]]></category>

		<guid isPermaLink="false">http://www.mikesudyk.com/?p=17</guid>
		<description><![CDATA[HAPPY BIRTHDAY MIKE SUDYK!!!
Today is the day we were blessed with your AWESOMENESS!
This is why the US government made April 15 tax day, so people would be distracted from the true purpose of this day: CELEBRATING MIKE SUDYK AND REVELING IN HIS
AWESOMENESS.
Mike, you are SO AWESOME. We wrote a haiku about it:
Can such AWESOMENESS
Be real [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><span style="font-size: 300%;"><span style="color: #800000;">H</span></span><span style="font-size: 300%;"><span style="color: #ff0000;">A</span></span><span style="font-size: 300%;"><span style="color: #ff6600;">P</span><span style="color: #ff9900;">P</span><span style="color: #ffcc00;">Y</span> <span style="color: #ffff00;">B</span><span style="color: #00ff00;">I</span><span style="color: #339966;">R</span><span style="color: #008000;">T</span><span style="color: #008080;">H</span><span style="color: #33cccc;">D</span><span style="color: #3366ff;">A</span><span style="color: #0000ff;">Y</span> <span style="color: #cc99ff;">MIKE SUDYK</span><span style="color: #ff00ff;">!!!</span></span></p>
<p>Today is the day we were blessed with your <strong>AWESOMENESS</strong>!</p>
<p>This is why the US government made April 15 tax day, so people would be distracted from the true purpose of this day: CELEBRATING MIKE SUDYK AND REVELING IN HIS<br />
<strong>AWESOMENESS</strong>.</p>
<p style="text-align: center;">Mike, you are SO <strong>AWESOME</strong>. We wrote a haiku about it:<br />
<em>Can such <strong>AWESOMENESS</strong><br />
Be real and not imagined?<br />
My heart yearns to know.</em></p>
<p>Even babies think Mike Sudyk is <strong>AWESOME</strong>.</p>
<p><em></em></p>
<div id="attachment_18" class="wp-caption aligncenter" style="width: 522px"><em><em><a href="http://www.mikesudyk.com/wp-content/uploads/2009/04/lyla-katherine-ring-359.jpg"><img class="size-full wp-image-18" title="lyla-katherine-ring-359" src="http://www.mikesudyk.com/wp-content/uploads/2009/04/lyla-katherine-ring-359.jpg" alt="Mike Sudyk teaches babies how to be AWESOME." width="512" height="384" /></a></em></em><p class="wp-caption-text">Mike Sudyk teaches babies how to be AWESOME.</p></div>
<p>Oooh, my heart just skipped a beat. Happy Birthday, buddy!<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesudyk.com/2009/04/happy-birthday-mike-sudyk-happy-birthday-awesomeness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
