<?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>Michael Boyda</title>
	<atom:link href="http://michaelboyda.com/wp/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelboyda.com/wp</link>
	<description>creative &#60;span&#62;thinking. smart&#60;/span&#62; design.</description>
	<lastBuildDate>Sat, 14 Aug 2010 23:22:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Merge Facebook Event and Group</title>
		<link>http://michaelboyda.com/wp/2010/07/20/merge-facebook-event-and-group/</link>
		<comments>http://michaelboyda.com/wp/2010/07/20/merge-facebook-event-and-group/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 01:17:01 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook event]]></category>
		<category><![CDATA[facebook group]]></category>
		<category><![CDATA[merge]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/2010/07/20/</guid>
		<description><![CDATA[So you are the Admin of a Facebook Group and an Admin of a Facebook Event and you would like to merge the two so the Group is the Host of your Event? Sounds simple, but is it? According to Facebook logic it is of grave importance which is created first, and if you made [...]]]></description>
			<content:encoded><![CDATA[<p>So you are the Admin of a Facebook Group and an Admin of a Facebook Event and you would like to merge the two so the Group is the Host of your Event? Sounds simple, but is it?</p>
<p>According to Facebook logic it is of grave importance which is created first, and if you made the event first you&#8217;re out of luck.</p>
<p>I wonder if they also think the Chicken came before the Egg?</p>
<p>Facebook FAQ erroneously suggests:</p>
<blockquote><p>In order for an event to appear in the Events section of a group’s page, you need to set the group as host of the event from the Edit Event page. In order to do this, you will need to be the admin of both the group and the event.</p></blockquote>
<p>When you go to edit the event, you&#8217;ll find there isn&#8217;t a place to select your group as the host. Now what? &#8230; Facebook&#8217;s Blackhole Customer Service? Good Luck.</p>
<p>The answer is so simple you may kick yourself for not trying it sooner.</p>
<p><span id="more-1397"></span></p>
<p>Each group is given a &#8220;gid&#8221; aka group id number, when you visit your group you can find this appended to the address url. Copy your &#8220;gid&#8221; number and go edit your event.</p>
<p><a href="http://www.facebook.com/events/create.php?gid=[your group number]">http://www.facebook.com/events/create.php?gid=[your group number]</a></p>
<p>On the edit event page append <strong>&amp;gid=[group id number] </strong>to the address. As you can see the event already has an &#8220;eid&#8221; aka event id number so add the &#8220;gid&#8221; after the &#8220;eid&#8221; with an &#8220;&amp;&#8221;.</p>
<p><a href="http://www.facebook.com/events/create.php?eid=[event id number]">http://www.facebook.com/events/create.php?eid=[event id number]</a></p>
<p>Becomes:</p>
<p><a href="http://www.facebook.com/events/create.php?eid=[event id number]&amp;gid=[group  id number]">http://www.facebook.com/events/create.php?eid=[event id  number]&amp;gid=[group  id number]</a></p>
<p>Reload the page and you&#8217;ll now notice there is now a check box that says &#8220;Invite Members of the host<strong> group [group name]</strong>.</p>
<p>Hit &#8220;Save Event&#8221; and return to your group. Now under the &#8220;Events&#8221; tab on your Group page you will find your event listed.</p>
<p>Voila! You have now accomplished what many think is impossible.</p>
<p><strong>Note</strong>: Even though the event is now listed on your group, when you make future edits to the event make sure you add the &#8220;gid&#8221; on the address bar if it is missing before saving changes.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/07/20/merge-facebook-event-and-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tip #2 Replace Text with Image</title>
		<link>http://michaelboyda.com/wp/2010/06/28/css-tip-2-replace-text-with-image/</link>
		<comments>http://michaelboyda.com/wp/2010/06/28/css-tip-2-replace-text-with-image/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 00:51:57 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/2010/06/28/</guid>
		<description><![CDATA[The most common use of this technique is to replace an h1 title of a page with a graphical header. This is done so the markup is still an h1 tag with text and it is only visually changed to an image with css. By maintaining the structured text improves SEO and makes for a [...]]]></description>
			<content:encoded><![CDATA[<p>The most common use of this technique is to replace an h1 title of a page with a graphical header. This is done so the markup is still an h1 tag with text and it is only visually changed to an image with css. By maintaining the structured text improves SEO and makes for a nice text only print option. Another common use is to turn a regular text hyperlink into a graphical button complete with mouseover effects without affecting the code behind the link itself.</p>
<p><code><br />
h1 {<br />
  width: 760px;<br />
  height: 150px;<br />
  text-indent: -9999px;<br />
  overflow: hidden;<br />
  background: transparent url(header.jpg) top left no-repeat;<br />
}<br />
</code></p>
<p>The text indent effectively overflows the text outside the visible range, and overflow hidden ensures when you select the h1 you don&#8217;t get the selection trail that extends to the hidden text.</p>
<p>Now if you want you can also do the same thing but instead of setting the background, width and height on the h1 itself, setting it on a hyperlink inside the h1 allows the background image to become a link. This is also how you would go about making a hyperlink into a graphic button.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/06/28/css-tip-2-replace-text-with-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math Science Technical Institute</title>
		<link>http://michaelboyda.com/wp/2010/06/23/math-science-technical-institute/</link>
		<comments>http://michaelboyda.com/wp/2010/06/23/math-science-technical-institute/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:00:55 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[School Vandals]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[illustrator]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/2010/08/10/</guid>
		<description><![CDATA[MSTI Level Administration Planetarium Applied Science Applied Math Agriculture Robotics Med Forensics Marine Biology Oceanography Archeology Paleontology Bookstore Pi Cafe Parking]]></description>
			<content:encoded><![CDATA[<h3>MSTI Level</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/msti-level.jpg" rel="lightbox[1472]" title="msti-level"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/msti-level-300x81.jpg" alt="" title="msti-level" width="300" height="81" class="aligncenter size-medium wp-image-1606" /></a></p>
<p><span id="more-1472"></span></p>
<h3>Administration</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/administration.jpg" rel="lightbox[1472]" title="administration"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/administration-300x81.jpg" alt="" title="administration" width="300" height="81" class="aligncenter size-medium wp-image-1597" /></a></p>
<h3>Planetarium</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/planetarium.jpg" rel="lightbox[1472]" title="planetarium"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/planetarium-300x81.jpg" alt="" title="planetarium" width="300" height="81" class="aligncenter size-medium wp-image-1611" /></a></p>
<h3>Applied Science</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/applied-sciences.jpg" rel="lightbox[1472]" title="applied-sciences"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/applied-sciences-300x81.jpg" alt="" title="applied-sciences" width="300" height="81" class="aligncenter size-medium wp-image-1600" /></a></p>
<h3>Applied Math</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/applied-mathematics.jpg" rel="lightbox[1472]" title="applied-mathematics"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/applied-mathematics-300x81.jpg" alt="" title="applied-mathematics" width="300" height="81" class="aligncenter size-medium wp-image-1599" /></a></p>
<h3>Agriculture</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/agriculture.jpg" rel="lightbox[1472]" title="agriculture"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/agriculture-300x81.jpg" alt="" title="agriculture" width="300" height="81" class="aligncenter size-medium wp-image-1598" /></a></p>
<h3>Robotics</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/engineering.jpg" rel="lightbox[1472]" title="engineering"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/engineering-300x81.jpg" alt="" title="engineering" width="300" height="81" class="aligncenter size-medium wp-image-1603" /></a></p>
<h3>Med Forensics</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/medical-forensics.jpg" rel="lightbox[1472]" title="medical-forensics"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/medical-forensics-300x81.jpg" alt="" title="medical-forensics" width="300" height="81" class="aligncenter size-medium wp-image-1605" /></a></p>
<h3>Marine Biology</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/marine-biology.jpg" rel="lightbox[1472]" title="marine-biology"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/marine-biology-300x81.jpg" alt="" title="marine-biology" width="300" height="81" class="aligncenter size-medium wp-image-1604" /></a></p>
<h3>Oceanography</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/oceanography.jpg" rel="lightbox[1472]" title="oceanography"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/oceanography-300x81.jpg" alt="" title="oceanography" width="300" height="81" class="aligncenter size-medium wp-image-1607" /></a></p>
<h3>Archeology</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/archeology.jpg" rel="lightbox[1472]" title="archeology"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/archeology-300x81.jpg" alt="" title="archeology" width="300" height="81" class="aligncenter size-medium wp-image-1601" /></a></p>
<h3>Paleontology</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/paleontology.jpg" rel="lightbox[1472]" title="paleontology"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/paleontology-300x81.jpg" alt="" title="paleontology" width="300" height="81" class="aligncenter size-medium wp-image-1608" /></a></p>
<h3>Bookstore</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/bookstore.jpg" rel="lightbox[1472]" title="bookstore"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/bookstore-300x81.jpg" alt="" title="bookstore" width="300" height="81" class="aligncenter size-medium wp-image-1602" /></a></p>
<h3>Pi Cafe</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/pi-cafe.jpg" rel="lightbox[1472]" title="pi-cafe"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/pi-cafe-300x81.jpg" alt="" title="pi-cafe" width="300" height="81" class="aligncenter size-medium wp-image-1610" /></a></p>
<h3>Parking</h3>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/06/parking-lot.jpg" rel="lightbox[1472]" title="parking-lot"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/06/parking-lot-300x81.jpg" alt="" title="parking-lot" width="300" height="81" class="aligncenter size-medium wp-image-1609" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/06/23/math-science-technical-institute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tip #1 Thumbnail Overflow</title>
		<link>http://michaelboyda.com/wp/2010/06/22/css-tip-1-thumbnail-overflow/</link>
		<comments>http://michaelboyda.com/wp/2010/06/22/css-tip-1-thumbnail-overflow/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 23:33:37 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/2010/06/22/</guid>
		<description><![CDATA[Problem: When I float a thumbnail in a paragraph that isn&#8217;t longer than the image it overflows outside of the paragraph and messes up the following paragraphs text wrap. Solution: p { width: 100%; overflow: auto; } Reason: Adding the width attribute gives the paragraph tag &#8220;haslayout&#8221; and overflow ensures the overflow is showing.]]></description>
			<content:encoded><![CDATA[<h3>Problem:</h3>
<p>When I float a thumbnail in a paragraph that isn&#8217;t longer than the image it overflows outside of the paragraph and messes up the following paragraphs text wrap.</p>
<h3>Solution:</h3>
<p><code><br />
p {<br />
  width: 100%;<br />
  overflow: auto;<br />
}<br />
</code></p>
<h3>Reason:</h3>
<p>Adding the width attribute gives the paragraph tag &#8220;haslayout&#8221; and overflow ensures the overflow is showing.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/06/22/css-tip-1-thumbnail-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decidedly v. Decisively</title>
		<link>http://michaelboyda.com/wp/2010/06/11/decidedly-v-decisively/</link>
		<comments>http://michaelboyda.com/wp/2010/06/11/decidedly-v-decisively/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 21:47:26 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[decidedly]]></category>
		<category><![CDATA[decisively]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1301</guid>
		<description><![CDATA[Strangely enough I find myself debating which of these words to use and when? Are they truly as interchangeable as their common use would have you believe? Let&#8217;s begin with their definitions: Decidedly &#8220;without question and beyond doubt; resolutely&#8221; Decisively &#8220;in an indisputable degree; with finality, conclusively&#8221; They sure sound a lot a like, in [...]]]></description>
			<content:encoded><![CDATA[<p>Strangely enough I find myself debating which of these words to use and when? Are they truly as interchangeable as their common use would have you believe? </p>
<p><span id="more-1301"></span></p>
<h3>Let&#8217;s begin with their definitions:</h3>
<dl>
<dt>Decidedly</dt>
<dd>&#8220;without question and beyond doubt; resolutely&#8221;</dd>
<dt>Decisively</dt>
<dd>&#8220;in an indisputable degree; with finality, conclusively&#8221;</dd>
</dl>
<p>They sure sound a lot a like, in fact many thesaurus list them as synonyms.</p>
<p>If their definitions are so similar perhaps how they differ is by their part of speech? Unfortunately, no they&#8217;re both adverbs and are therefor used interchangeably.</p>
<p>So is their usage then left to preference?</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/06/11/decidedly-v-decisively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Live Ad</title>
		<link>http://michaelboyda.com/wp/2010/05/06/sharepoint-live-ad/</link>
		<comments>http://michaelboyda.com/wp/2010/05/06/sharepoint-live-ad/#comments</comments>
		<pubDate>Fri, 07 May 2010 00:58:54 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[1105 Media Inc.]]></category>
		<category><![CDATA[advertisment]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1163</guid>
		<description><![CDATA[Objective: The objective of this advertisement was to feature SharePoint Live as a part of the VSLive Conference by co-branding with VSLive style and elements. SharePoint Live is a subset of conference sessions to take place at this year&#8217;s VSLive Conference so the advertisement&#8217;s focus is on the schedule for the SharePoint Live sessions. Featured [...]]]></description>
			<content:encoded><![CDATA[<h3>Objective:</h3>
<p>The objective of this advertisement was to feature SharePoint Live as a part of the VSLive Conference by co-branding with VSLive style and elements.</p>
<p>SharePoint Live is a subset of conference sessions to take place at this year&#8217;s VSLive Conference so the advertisement&#8217;s focus is on the schedule for the SharePoint Live sessions. </p>
<p>
<a href="http://michaelboyda.com/wp/2010/05/06/sharepoint-live-ad/2010_splive_1pgad/" rel="attachment wp-att-1257"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/05/2010_SPLive_1pgAD-223x300.jpg" alt="" title="2010 SPLive AD" width="223" height="300" class="size-medium wp-image-1257" /></a></p>
<p><span id="more-1163"></span></p>
<h3>Featured in the June 2010 Visual Studio Magazine</h3>
<p>
<a href="http://michaelboyda.com/wp/wp-content/uploads/2010/05/visualstudiomagazine.jpg" rel="lightbox[1163]" title="visualstudiomagazine"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/05/visualstudiomagazine-224x300.jpg" alt="" title="visualstudiomagazine" width="224" height="300" class="alignleft size-medium wp-image-1270" /></a></p>
<p>
<a href="http://michaelboyda.com/wp/wp-content/uploads/2010/05/visualstudiomagazine-splive.jpg" rel="lightbox[1163]" title="visualstudiomagazine-splive"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/05/visualstudiomagazine-splive-300x224.jpg" alt="" title="visualstudiomagazine-splive" width="300" height="224" class="ltn size-medium wp-image-1269" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/05/06/sharepoint-live-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPM West Show Directory</title>
		<link>http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/</link>
		<comments>http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:00:12 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[1105 Media Inc.]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1175</guid>
		<description><![CDATA[Objective: Create a Show Directory with descriptions of the conference sessions to be used at the event. The directory would also supply additional information about the keynotes and sponsors as well as an advertisement for the upcoming CPMe show. The goal was to maintain the branding and style formatting of the CPMw brochure while adjusting [...]]]></description>
			<content:encoded><![CDATA[<h3>Objective:</h3>
<p>Create a Show Directory with descriptions of the conference sessions to be used at the event. The directory would also supply additional information about the keynotes and sponsors as well as an advertisement for the upcoming CPMe show. The goal was to maintain the branding and style formatting of the CPMw brochure while adjusting to a smaller aspect ratio format of 5.5&#215;8.5&#8243; from an initial 8.5&#215;11&#8243; brochure.</p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory/" rel="attachment wp-att-1197"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-194x300.jpg" alt="" title="2010 CPMw Show Directory" width="194" height="300" class="alignleft ltn size-medium wp-image-1197" /></a></p>
<p><span id="more-1175"></span></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-112/" rel="attachment wp-att-1188"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-112.jpg" alt="" title="2010_CPMw_ShowDirectory-1&amp;12" width="308" height="238" class="alignleft ltn size-full wp-image-1188" /></a></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-2-3/" rel="attachment wp-att-1183"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-2-3.jpg" alt="" title="2010_CPMw_ShowDirectory-2-3" width="308" height="238" class="alignleft ltn size-full wp-image-1183" /></a></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-4-5/" rel="attachment wp-att-1184"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-4-5.jpg" alt="" title="2010_CPMw_ShowDirectory-4-5" width="308" height="238" class="alignleft ltn size-full wp-image-1184" /></a></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-6-7/" rel="attachment wp-att-1185"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-6-7.jpg" alt="" title="2010_CPMw_ShowDirectory-6-7" width="308" height="238" class="alignleft ltn size-full wp-image-1185" /></a></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-8-9/" rel="attachment wp-att-1186"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-8-9.jpg" alt="" title="2010_CPMw_ShowDirectory-8-9" width="308" height="238" class="alignleft ltn size-full wp-image-1186" /></a></p>
<p><a href="http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/2010_cpmw_showdirectory-10-11/" rel="attachment wp-att-1187"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CPMw_ShowDirectory-10-11.jpg" alt="" title="2010_CPMw_ShowDirectory-10-11" width="308" height="238" class="alignleft ltn size-full wp-image-1187" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/04/30/cpm-west-show-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Campus Technology Ad</title>
		<link>http://michaelboyda.com/wp/2010/04/22/campus-technology-ad/</link>
		<comments>http://michaelboyda.com/wp/2010/04/22/campus-technology-ad/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:00:18 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[1105 Media Inc.]]></category>
		<category><![CDATA[advertisment]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1169</guid>
		<description><![CDATA[Campus Technology Annual Conference]]></description>
			<content:encoded><![CDATA[<p>Campus Technology Annual Conference</p>
<p><a href="http://michaelboyda.com/wp/2010/04/22/campus-technology-ad/2010_ct_1pgad/" rel="attachment wp-att-1171"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_CT_1pgAD-223x300.jpg" alt="" title="2010 Campus Technology Ad" width="223" height="300" class="alignnone size-medium wp-image-1171" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/04/22/campus-technology-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OGI Conference eBrochure</title>
		<link>http://michaelboyda.com/wp/2010/04/05/ogi-conference-ebrochure/</link>
		<comments>http://michaelboyda.com/wp/2010/04/05/ogi-conference-ebrochure/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 08:00:10 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[1105 Media Inc.]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1157</guid>
		<description><![CDATA[Open Government &#038; Innovations Conference eBrochure]]></description>
			<content:encoded><![CDATA[<p>Open Government &#038; Innovations Conference eBrochure</p>
<p><a href="http://michaelboyda.com/wp/2010/04/05/ogi-conference-ebrochure/2010_ogi_ebrochure/" rel="attachment wp-att-1159"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/04/2010_OGI_eBrochure-231x300.jpg" alt="" title="2010 OGI eBrochure" width="231" height="300" class="alignnone size-medium wp-image-1159" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/04/05/ogi-conference-ebrochure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to San Francisco</title>
		<link>http://michaelboyda.com/wp/2010/03/05/welcome-to-san-francisco/</link>
		<comments>http://michaelboyda.com/wp/2010/03/05/welcome-to-san-francisco/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 04:48:17 +0000</pubDate>
		<dc:creator>Michael Boyda</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://michaelboyda.com/wp/?p=1072</guid>
		<description><![CDATA[Well I have done it, for those of you who have been following my journey I have finally succumbed to the lure of San Francisco with my new job located in the heart of the Financial District near the Embarcadero. Video of BART train departing the Embarcadero Station in San Francisco, CA]]></description>
			<content:encoded><![CDATA[<p>Well I have done it, for those of you who have been following my journey I have finally succumbed to the lure of San Francisco with my new job located in the heart of the Financial District near the Embarcadero.</p>
<div class="video ltn alignleft">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/5k_9SMwpdmg&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="320" height="265" src="http://www.youtube.com/v/5k_9SMwpdmg&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object><span class="caption">Video of BART train departing the Embarcadero Station in San Francisco, CA</span>
</div>
<p><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7631.jpg" rel="lightbox[1072]" title="100_7631"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7631-150x150.jpg" alt="" title="100_7631" width="150" height="150" class="ltn alignleft size-thumbnail wp-image-1079" /></a><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7632.jpg" rel="lightbox[1072]" title="100_7632"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7632-150x150.jpg" alt="" title="100_7632" width="150" height="150" class="ltn alignleft size-thumbnail wp-image-1078" /></a><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7636.jpg" rel="lightbox[1072]" title="100_7636"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7636-150x150.jpg" alt="" title="100_7636" width="150" height="150" class="ltn alignleft size-thumbnail wp-image-1075" /></a><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7633.jpg" rel="lightbox[1072]" title="100_7633"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7633-150x150.jpg" alt="" title="100_7633" width="150" height="150" class="ltn alignleft size-thumbnail wp-image-1077" /></a><a href="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7634.jpg" rel="lightbox[1072]" title="100_7634"><img src="http://michaelboyda.com/wp/wp-content/uploads/2010/03/100_7634-150x150.jpg" alt="" title="100_7634" width="150" height="150" class="ltn alignleft size-thumbnail wp-image-1076" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://michaelboyda.com/wp/2010/03/05/welcome-to-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
