<?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>shawnhubbard.net</title>
	<atom:link href="http://www.shawnhubbard.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnhubbard.net</link>
	<description>Hello.  My name is Shawn.  I&#039;m a husband and a father, amateur photographer, musician, outdoor enthusiast...and I make websites too.</description>
	<lastBuildDate>Wed, 17 Oct 2012 02:36:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Alumni Weekend Photo Album</title>
		<link>http://www.shawnhubbard.net/alumni-weekend-photo-album/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alumni-weekend-photo-album</link>
		<comments>http://www.shawnhubbard.net/alumni-weekend-photo-album/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 02:31:16 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=281</guid>
		<description><![CDATA[<p>After receiving photos from our Alumni Weekend event in May 2012, I built a simple, responsive photo viewer using Galleria Photo Gallery on top of the 1140 grid.</p>
<p></p>
<p>You can view this album here.</p>
]]></description>
			<content:encoded><![CDATA[<p>After receiving photos from our Alumni Weekend event in May 2012, I built a simple, responsive photo viewer using <a href="http://galleria.io/" title="Galleria photo album" target="_blank">Galleria Photo Gallery</a> on top of the <a href="http://cssgrid.net" title="1140 Grid" target="_blank">1140 grid</a>.</p>
<p><img src="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Alumni-Weekend-2012-Photo-Album1-248x300.png" alt="Alumni Weekend 2012 Class of 1962 Photo Album" title="Alumni Weekend 2012 Class of 1962 Photo Album" width="248" height="300" class="alignleft size-medium wp-image-241" /></p>
<p>You can <a href="http://www2.wheaton.edu/alumni/reunions/aw12/photo-album/index.html" title="Alumni Weekend Class of 1962 Photo Album" target="_blank">view this album here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/alumni-weekend-photo-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homecoming Mobile App</title>
		<link>http://www.shawnhubbard.net/homecoming-mobile-app/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=homecoming-mobile-app</link>
		<comments>http://www.shawnhubbard.net/homecoming-mobile-app/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 17:38:43 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=270</guid>
		<description><![CDATA[<p>During Homecoming, we needed an easy way for alumni to find their way around campus and view event schedules, as many may not have been on campus for 25 years or more since graduating.</p>
<p>Collaborating with a Computer Science student, I helped to build iPhone and Android apps for Homecoming.  My contributions were the UI design, home screen icon design, ...<p><a href="http://www.shawnhubbard.net/homecoming-mobile-app/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>During Homecoming, we needed an easy way for alumni to find their way around campus and view event schedules, as many may not have been on campus for 25 years or more since graduating.</p>
<p>Collaborating with a Computer Science student, I helped to build iPhone and Android apps for Homecoming.  My contributions were the UI design, home screen icon design, and I built HTML pages for displaying event schedules that are rendered in a webview in the app.</p>
<p>I designed the UI using graphics from our marketing department and icons from <a href="http://thenounproject.com" title="The Noun Project" target="_blank">thenounproject.com</a> to tie it in with the rest of our marketing materials.</p>
<p><img src="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Screen-Shot-2012-08-14-at-4.10.20-PM-e1348680885501.png" alt="Homecoming App Home Screen" title="Homecoming App Home Screen" width="240" height="450" class="alignleft size-full wp-image-243 no-border" /></p>
<p>To maintain some control over the content in the app, we decided to use HTML pages in webviews for the event schedules.  This would allow us to change the content on our server, without having to edit content in the app itself and submit an update to the app stores each time.</p>
<p>I used jQuery Mobile as the basis for these schedules, organizing the events and event data inside of an accordion view.  To keep these pages lean, I used a JSON file to hold the events, and jQuery&#8217;s <code>$.ajax()</code> to load this file and sort the events by class year.  Finally, I utilized Handlebars.js (and pre-compiled templates for faster rendering) to build the markup that jQuery Mobile needed.</p>
<p><img src="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Screen-Shot-2012-08-14-at-4.10.39-PM-e1348680710546.png" alt="Homecoming Mobile App HTML Schedule View" title="Homecoming Mobile App HTML Schedule View" width="240" height="450" class="alignleft size-full wp-image-245 no-border" /></p>
<p>You can view this app (and download) on <a href="http://itunes.apple.com/us/app/wheaton-college-homecoming/id464401328?mt=8" title="iTunes" target="_blank">iTunes</a> or <a href="https://play.google.com/store/apps/details?id=edu.wheaton.alumni.homecoming" title="Google Play" target="_blank">Google Play</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/homecoming-mobile-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wheaton in Network</title>
		<link>http://www.shawnhubbard.net/wheaton-in-network/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wheaton-in-network</link>
		<comments>http://www.shawnhubbard.net/wheaton-in-network/#comments</comments>
		<pubDate>Sun, 23 Sep 2012 20:59:23 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=238</guid>
		<description><![CDATA[<p>During my first few weeks at Wheaton College, I was asked if I could help with a project they&#8217;d been working on for a while.  Wheaton in Network (WiN) is a web application which is designed to facilitate mentoring relationships between students and alumni.  The base code for this app was purchased from Stanford University, and we&#8217;ve since ...<p><a href="http://www.shawnhubbard.net/wheaton-in-network/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>During my first few weeks at Wheaton College, I was asked if I could help with a project they&#8217;d been working on for a while.  <a href="http://win.wheaton.edu" title="Wheaton in Network" target="_blank">Wheaton in Network (WiN)</a> is a web application which is designed to facilitate mentoring relationships between students and alumni.  The base code for this app was purchased from Stanford University, and we&#8217;ve since made several significant enhancements and modifications.</p>
<p><a class="image-link" href="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Wheaton-in-Network-e1347936254576.png"><img src="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Wheaton-in-Network-e1347936254576-225x300.png" alt="Wheaton in Network" title="Wheaton in Network" width="225" height="300" class="alignleft size-medium wp-image-248" /></a></p>
<p>Students can search for mentors with a myriad of criteria, and WiN provides the student with a list of alumni who match the search.  Students can then send a request to a specific alumnus and make a mentoring connection.  Mentors remain anonymous until they explicitly agree to the student&#8217;s request, at which point WiN will automatically swap contact information via email between the student and mentor.</p>
<p><a class="image-link" href="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Wheaton-in-Network1-e1347936335920.png"><img src="http://www.shawnhubbard.net/wp-content/uploads/2012/09/Wheaton-in-Network1-e1347936335920-300x195.png" alt="Wheaton in Network Faculty Dashboard" title="Wheaton in Network Faculty Dashboard" width="300" height="195" class="alignleft size-medium wp-image-249" /></a></p>
<p>Initially, I worked with Stanford&#8217;s developer to integrate his back-end (PHP) code into the main Wheaton College front-end design, which required building new functions for generating HTML elements dynamically.  Since the initial setup, I have aided our team in implementing many enhancements, such as: charts for faculty that display dynamic information about the students in their department (using <a href="http://highcharts.com" title="Highcharts" target="_blank">Highcharts.js</a>), form element design for the sign-up and profile forms, and design changes for the user profile sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/wheaton-in-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twilight Theme for Taskpaper</title>
		<link>http://www.shawnhubbard.net/twilight-theme-for-taskpaper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twilight-theme-for-taskpaper</link>
		<comments>http://www.shawnhubbard.net/twilight-theme-for-taskpaper/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 23:05:31 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[design productivity]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=220</guid>
		<description><![CDATA[<p>I had a little time to kill today, so I made a theme for my favorite task-management app called TaskPaper.  The theme is available via a github repo.</p>
<p>To install this theme, open TaskPaper preferences and use the drop-down theme menu to select &#8220;open themes folder.&#8221; Then place the file in this folder, restart TaskPaper, and choose the new theme ...<p><a href="http://www.shawnhubbard.net/twilight-theme-for-taskpaper/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I had a little time to kill today, so I made a theme for my favorite task-management app called TaskPaper.  The theme is available via a <a href="https://github.com/shawnhubbard/Twilight-Taskpaper" title="Github Repo">github repo</a>.</p>
<p>To install this theme, open TaskPaper preferences and use the drop-down theme menu to select &#8220;open themes folder.&#8221; Then place the file in this folder, restart TaskPaper, and choose the new theme in the preferences menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/twilight-theme-for-taskpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easily Add Speech Input To Your Search Fields</title>
		<link>http://www.shawnhubbard.net/easily-add-speech-input-to-your-search-fields/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-add-speech-input-to-your-search-fields</link>
		<comments>http://www.shawnhubbard.net/easily-add-speech-input-to-your-search-fields/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 16:54:07 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=212</guid>
		<description><![CDATA[<p>Unfortunately, this only works in Chrome, but it&#8217;s super simple and easy to implement.  All you need to do is add an x-webkit-speech attribute to the proper input element.</p>
<p>With JQuery, we can target an input dynamically, and add in the attribute using the attr(); method.  Since the attribute doesn&#8217;t require a value, we&#8217;ll need to pass the webkit speech ...<p><a href="http://www.shawnhubbard.net/easily-add-speech-input-to-your-search-fields/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, this only works in Chrome, but it&#8217;s super simple and easy to implement.  All you need to do is add an <code>x-webkit-speech</code> attribute to the proper <code>input</code> element.</p>
<p>With JQuery, we can target an input dynamically, and add in the attribute using the <code>attr();</code> method.  Since the attribute doesn&#8217;t require a value, we&#8217;ll need to pass the webkit speech attribbute, and an empty value to JQuery&#8217;s attribute method like so: <code>attr('x-webkit-speech', '');</code></p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">//add speech input to a text field via JQuery</span>
$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> 
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#search'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'x-webkit-speech'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Big thanks to <a href="http://www.phpied.com/x-webkit-speech-input-and-textareas/" title="PHPied.com Speech Input Post" target="_blank">phpied.com</a> for the inspiration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/easily-add-speech-input-to-your-search-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unique Conformity Development</title>
		<link>http://www.shawnhubbard.net/unique-conformity-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unique-conformity-development</link>
		<comments>http://www.shawnhubbard.net/unique-conformity-development/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 18:07:53 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=197</guid>
		<description><![CDATA[<p>Unique Conformity is a ministry based out of Colorado that needed a website.  My good friend Ben Mercuri designed the site, and I did the WordPress integration.</p>
<p>For a bit of extra flair, I included some CSS3 transitions, box-shadow, and opacity on the drop-down menus.  The WordPress integration also included tweaking the &#8220;custom background&#8221; feature so the background on the homepage ...<p><a href="http://www.shawnhubbard.net/unique-conformity-development/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Unique Conformity is a ministry based out of Colorado that needed a website.  My good friend Ben Mercuri designed the site, and I did the WordPress integration.</p>
<p>For a bit of extra flair, I included some CSS3 transitions, box-shadow, and opacity on the drop-down menus.  The WordPress integration also included tweaking the &#8220;custom background&#8221; feature so the background on the homepage can be changed by the user via the backend.</p>
<p><a title="Unique Conformity's Website" href="http://uniqueconformity.com" target="_blank">UniqueConformity.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/unique-conformity-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Title Tags In Ekklesia 360</title>
		<link>http://www.shawnhubbard.net/better-title-tags-in-ekklesia-360/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=better-title-tags-in-ekklesia-360</link>
		<comments>http://www.shawnhubbard.net/better-title-tags-in-ekklesia-360/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 20:59:02 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=172</guid>
		<description><![CDATA[<p>I&#8217;ve been the primary user and manager of our Ekklesia 360 site for a couple of years now.  It&#8217;s a nice system, especially for large churches because it includes very useful functionality right out of the box.</p>
<p>However, as functional and useful as some of the features are, optimizing your site for search engines and user navigation can be a ...<p><a href="http://www.shawnhubbard.net/better-title-tags-in-ekklesia-360/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been the primary user and manager of our Ekklesia 360 site for a couple of years now.  It&#8217;s a nice system, especially for large churches because it includes very useful functionality right out of the box.</p>
<p>However, as functional and useful as some of the features are, optimizing your site for search engines and user navigation can be a little daunting.  One thing that has been bugging me for a while now is Ekk&#8217;s lack of attention for the <code>&lt;title&gt;</code> element.</p>
<p>Because of how the Monk CMS API works, each template (or module) type uses a different API call to spit out content.  This means that each page, article, event, or sermon requires a different <code>getContent()</code> statement to find the page&#8217;s content.</p>
<p>Here&#8217;s a hack-ish solution I came up with to display a more relevant <code>&lt;title&gt;</code> element using PHP to find the template type using the page URI.  After the page URI is found with <code>$_SERVER['REQUEST_URI']</code>, we&#8217;re using <code>preg_split()</code> to find the first part of the URI, which is the template type.  After that&#8217;s found, we show Ekklesia which <code>getContent()</code> statement to use and then we get the correct title, no matter where we are in the site.</p>
<p>This should help those (like us) who have been victims of the dreaded &#8220;duplicate content&#8221; warnings on Google webmaster tools and similar systems.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;">&lt;title&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
  <span style="color: #000088;">$hdtitle</span> <span style="color: #339933;">=</span> getContent<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;page&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;find:&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'nav'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;show:__title__&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;noecho&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$hdtitle</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;INDEX&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Wheatland Salem Church | Naperville &amp; Oswego, IL.&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$hdtitle</span> <span style="color: #339933;">!=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$hdtitle</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; | &quot;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$hdtitle</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>			
      <span style="color: #000088;">$uriPath</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_split</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/\//&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
      <span style="color: #000088;">$uriKey</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$uriPath</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>		
      <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uriKey</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;article&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        getContent<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;article&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;display:detail&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;find:&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'slug'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;show:__title__ | &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uriKey</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;sermons&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Sermons | Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uriKey</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;events&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Events | Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uriKey</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;sermon&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        getContent<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;sermon&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;display:detail&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;find:&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'slug'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;show:__title__ | &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uriKey</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;event&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        getContent<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;event&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;display:detail&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;find:&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'slug'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;show:__title__ | &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Wheatland Salem Church&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/title&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/better-title-tags-in-ekklesia-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReconnectChristmas.com</title>
		<link>http://www.shawnhubbard.net/reconnectchristmas-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reconnectchristmas-com</link>
		<comments>http://www.shawnhubbard.net/reconnectchristmas-com/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 16:21:05 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=166</guid>
		<description><![CDATA[<p>I designed and developed this site to provide our congregation with updates about Reconnect Christmas &#8211; our Christmas giving campaign which was started in 2008.</p>
<p>I designed the site, integrated wordpress, and included a &#8216;progress&#8217; meter on the frontpage that we could dynamically update during our giving Sundays.  The site (as you can see) does not get updated as much as ...<p><a href="http://www.shawnhubbard.net/reconnectchristmas-com/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I designed and developed this site to provide our congregation with updates about Reconnect Christmas &#8211; our Christmas giving campaign which was started in 2008.</p>
<p>I designed the site, integrated wordpress, and included a &#8216;progress&#8217; meter on the frontpage that we could dynamically update during our giving Sundays.  The site (as you can see) does not get updated as much as we&#8217;d like, mainly because the updates depend on missionaries who are in remote locations, much of the time without consistent internet access.</p>
<p>Another iteration of this site is planned for Christmas 2011 focused on testimonials of those who have received the donated funds and more updates from missionaries &#8211; though due to budgetary concerns, the status of this year&#8217;s RC campaign is not yet known.</p>
<p>Visit <a title="Reconnect Christmas Website" href="http://www.reconnectchristmas.com" target="_blank">reconnectchristmas.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/reconnectchristmas-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wheatland Life</title>
		<link>http://www.shawnhubbard.net/wheatland-life/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wheatland-life</link>
		<comments>http://www.shawnhubbard.net/wheatland-life/#comments</comments>
		<pubDate>Mon, 09 May 2011 21:16:04 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=129</guid>
		<description><![CDATA[<p>At Wheatland Salem Church, I was the leader of our newly formed communications team.  While assessing our methods and modes of communication, we came to the conclusion that we needed a new publication which would focus on the &#8220;whys&#8221; of our ministry and not the &#8220;whats.&#8221;</p>
<p>With our small team, we planned, designed, and produced &#8220;Wheatland Life&#8221; in-house.  On ...<p><a href="http://www.shawnhubbard.net/wheatland-life/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>At Wheatland Salem Church, I was the leader of our newly formed communications team.  While assessing our methods and modes of communication, we came to the conclusion that we needed a new publication which would focus on the &#8220;whys&#8221; of our ministry and not the &#8220;whats.&#8221;</p>
<p>With our small team, we planned, designed, and produced &#8220;Wheatland Life&#8221; in-house.  On the earlier versions, I was responsible for the design, layout, and printing, but later inherited the project manager role when our staffing situation changed.</p>
<p>We distribute this publication by mail, but also use <a href="http://www.issuu.com">issuu.com</a> to provide our congregation with an interactive online version they can read directly on the web.  This has been a very successful change in the way we communicate with the younger, more tech savvy members at the church.</p>
<p>I now manage the production of the publication from planning to printing, working with and coordinating a group of volunteer writers and staff members.</p>
<p>A list of Wheatland Life editions can be found on <a href="http://wheatlandsalem.org/wheatland-life">wheatlandsalem.org/wheatland-life</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/wheatland-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WheatlandSalem.org Redesign</title>
		<link>http://www.shawnhubbard.net/redesigned-wheatlandsalem-org/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redesigned-wheatlandsalem-org</link>
		<comments>http://www.shawnhubbard.net/redesigned-wheatlandsalem-org/#comments</comments>
		<pubDate>Mon, 09 May 2011 20:22:41 +0000</pubDate>
		<dc:creator>Shawn Hubbard</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.shawnhubbard.net/?p=124</guid>
		<description><![CDATA[<p>In January of 2009, I set out to redesign Wheatland Salem Church&#8217;s main website.  With the help and expertise of Fishhook, who did the site design and build-out, we cranked out the site in a little over a month.</p>
<p>I was responsible for communicating our needs to Fishhook, working with them on the details of the design and functionality, and ...<p><a href="http://www.shawnhubbard.net/redesigned-wheatlandsalem-org/">continue reading &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In January of 2009, I set out to redesign Wheatland Salem Church&#8217;s main website.  With the help and expertise of <a href="http://www.fishhook.us">Fishhook</a>, who did the site design and build-out, we cranked out the site in a little over a month.</p>
<p>I was responsible for communicating our needs to Fishhook, working with them on the details of the design and functionality, and content-population after the site was complete.</p>
<p>My ongoing job responsibilities included updates as requested by the staff and ministry teams, designing site graphics and other media, and aided in assessing current and future needs based on user input and staff requests.</p>
<p>After the launch of the site and a new online communication plan, we saw a 35% increase in unique visits.</p>
<p><a href="http://www.wheatlandsalem.org">wheatlandsalem.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawnhubbard.net/redesigned-wheatlandsalem-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
