<?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>TomDoepker.com &#187; Design</title>
	<atom:link href="http://tomdoepker.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomdoepker.com</link>
	<description>The web development portfolio of Tom Doepker, web site designer, developer and team lead</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:54:25 +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>New Marketing, New Look</title>
		<link>http://tomdoepker.com/2010/03/05/new-marketing-new-look/</link>
		<comments>http://tomdoepker.com/2010/03/05/new-marketing-new-look/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:00:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=213</guid>
		<description><![CDATA[In conjunction with an upcoming marketing campaign, we have redesigned ClermontForKids.org. I worked with the team to design a look that worked within the new brand image.]]></description>
			<content:encoded><![CDATA[<p><a title="See the new design" href="http://www.clermontforkids.org/" target="_self"><img class="aligncenter size-full wp-image-214" title="The redesigned ClermontForKids.org" src="http://tomdoepker.com/wp-content/uploads/2010/03/C4K-2010-HomePage.jpg" alt="The redesigned ClermontForKids.org" width="540" height="784" /></a></p>
<p>In conjunction with an upcoming marketing campaign, we have redesigned <a title="See the new design" href="http://www.clermontforkids.org/"><strong>ClermontForKids.org</strong></a>. I worked with the team to design a look that worked within the new brand image.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/03/05/new-marketing-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigning SharePoint</title>
		<link>http://tomdoepker.com/2009/08/26/redesigning-sharepoint/</link>
		<comments>http://tomdoepker.com/2009/08/26/redesigning-sharepoint/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 12:00:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/2009/08/26/redesigning-sharepoint/</guid>
		<description><![CDATA[I’ve never been a big fan of SharePoint, but it had become obvious that installing WSS 3.0 would allow me to get a very functional document library and knowledge base online for internal users in a very short time frame. I recently heard that the second rule of the Army is, “If it&#8217;s stupid but [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tomdoepker.com/wp-content/uploads/2009/08/sharepoint_home.jpg" alt="The internal SharePoint redesign" /></p>
<p>I’ve never been a big fan of SharePoint, but it had become obvious that installing WSS 3.0 would allow me to get a very functional document library and knowledge base online for internal users in a very short time frame. I recently heard that the second rule of the Army is, “If it&#8217;s stupid but it works, it isn&#8217;t stupid.” It rung very true.</p>
<p>So now I have it and I needed to redesign it. There were two main suggestions I found online about redesigning SharePoint:</p>
<ol>
<li>Surrender to SharePoint Designer</li>
<li>Do not edit “core.css”</li>
</ol>
<p>First, SharePoint Designer is a descendant of FrontPage. That’s enough to convince a seasoned web developer not to use it. Second, I was careful and backed up files before changing them. I could easily revert back. Third, all changes were made in a development environment and thoroughly tested before being released to the wild.</p>
<p>User-testing helped me to design the version of a SharePoint installation that we both want and need in Photoshop, but changes to a Cascading Style Sheet weren’t going to do it.</p>
<p>To get the results I needed, I edited several of the master pages and user control pages, the “core.css”, two images as well as adding a theme-specific style sheet and images.</p>
<h2>Lessons Learned and Best Practices</h2>
<ul>
<li><strong>Set up a test environment and restore a recent copy of the SharePoint back up. Test your design changes here.</strong> Obvious and worth it.</li>
<li><strong>Create your own theme, but choose the one that looks the most similar to copy. </strong>There are plenty of places that will tell you how to create your own theme by copying an existing one, renaming it and then making your edits so I’ll skip that. By choosing one with a similar color scheme to your goal, you can save yourself a lot of time searching through tons of code.</li>
<li><strong>Don’t be afraid to make changes, just make sure that you have a back up. </strong>Some of the design changes I made forced me to edit the master and user control files. What really surprised me was that some design changes could ONLY be made by editing the “core.css”.</li>
<li><strong>Import a Style Sheet. </strong>Use it as much as possible. (It’s worth noting that many sources online recommend this. They also say not to edit the master pages, but then say you have to add the code to import this new CSS file to the default.master. Confusing.)</li>
<li><strong>Use GIFs over PNGs for images. </strong>PNGs looked great in everything but Internet Explorer. Only GIFs survived cross-browser testing.</li>
</ul>
<h2>Where Are All The Files You Will Need?</h2>
<ul>
<li><strong>Images: </strong>Local Drive\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES</li>
<li><strong>Cascading Style Sheets: </strong>Local Drive\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES</li>
<li><strong>Default.Master: </strong>Local Drive\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL</li>
<li><strong>Other Helpful Code Files (Notably Application.Master)</strong>: Local Drive\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS</li>
<li><strong>The Themes: </strong>Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES</li>
<li><strong>SPTHEMES.XML (Defines the themes available): </strong>Local Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033</li>
</ul>
<h2>Related Articles</h2>
<ul>
<li><a href="/2009/04/09/sharepoint-research/" title="Read more">SharePoint Research</a></li>
<li><a href="/2009/04/28/migrating-sharepoint/" title="Read more">Migrating SharePoint</a></li>
<li><a href="/2009/05/29/wss-30-site-search-not-working/" title="Read more">Getting Site Search to Work</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2009/08/26/redesigning-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schauff Landscaping</title>
		<link>http://tomdoepker.com/2009/02/20/schauff-landscaping/</link>
		<comments>http://tomdoepker.com/2009/02/20/schauff-landscaping/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:00:13 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=175</guid>
		<description><![CDATA[This was my first website built for a client that uses WordPress as a CMS. I was able to make use of a plug in to create a really nice (and simple!) photo gallery.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomdoepker.com/wp-content/uploads/2009/12/SL-HomePage.jpg"><img src="http://tomdoepker.com/wp-content/uploads/2009/12/SL-HomePage.jpg" alt="The new Schauff Landscaping website" title="Schauff Landscaping" width="540" height="960" class="size-full wp-image-176" /></a></p>
<p>This was my first website built for a client that uses WordPress as a CMS. I was able to make use of a plug in to create a really nice (and simple!) photo gallery. The solution works out really well for the client, who can easily update the site from the field and easily add images from their digital cameras.</p>
<p>WordPress plug-ins also made it simple to add a rotating image to the site&#8217;s header, allowing them to show off a variety of their work.</p>
<p>The client&#8217;s main goal was a site that was easy to update. He not only found WordPress very accessible, he was thrilled to be able to be able to update his site anywhere that WiFi is available.</p>
<p><strong><a href="http://schaufflandscaping.com/" title="Go to SchauffLandscaping.com">Visit the site</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2009/02/20/schauff-landscaping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing the Answer</title>
		<link>http://tomdoepker.com/2008/10/29/knowing-the-answer/</link>
		<comments>http://tomdoepker.com/2008/10/29/knowing-the-answer/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 10:44:13 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/2008/10/29/knowing-the-answer/</guid>
		<description><![CDATA[“So what can a website do to make your life easier?” That question is not always readily answered, but when I met with the Probate / Juvenile Court team, their immediate response was, “We need to get our forms online”. With no central repository, they found themselves filling each request as it came in. While [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://probatejuvenile.clermontcountyohio.gov/" title="Visit the site"><img src="http://tomdoepker.com/wp-content/uploads/2009/08/pj-forms.jpg" alt="The Probate - Juvenile Court has a large collection of their forms online" /></a></p>
<p>“So what can a website do to make your life easier?”</p>
<p>That question is not always readily answered, but when I met with the Probate / Juvenile Court team, their immediate response was, “We need to get our forms online”. With no central repository, they found themselves filling each request as it came in. While they had a solid collection in digital format, they found themselves sometimes scanning old paper forms, other times having to request a copy from a neighboring county. To compound matters, they received requests over the phone, via email and in person.</p>
<p>We resolved to do the following:</p>
<ul>
<li>Create a usable digital version of all of their forms that was not a scanned document.</li>
<li>Aggregate all of those forms on a staged website that could later be rolled out so that the collection and uploading could happen over time.</li>
<li>Make the forms as easy to find as possible by segregating the two courts, then dividing the forms by type of need.</li>
</ul>
<p>After designing and launching the staged website, I helped the team reformat some of the tougher forms. I also worked with them to determine the most clear-cut way of presenting this online library into something that would make sense to someone without a legal background. Marriage license information was designated as an extreme example of just that, so complete instructions were included and we made sure that all of the pages linked to all the others to make learning and finding what you need as easy as possible.</p>
<p>Their team has done an amazing job of collecting and organizing a great deal of information. Once the site has been indexed, I’ll add in search functionality to make the forms even easier to find.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2008/10/29/knowing-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weathering the Storm</title>
		<link>http://tomdoepker.com/2008/09/26/weathering-the-storm/</link>
		<comments>http://tomdoepker.com/2008/09/26/weathering-the-storm/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:18:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/2008/09/26/weathering-the-storm/</guid>
		<description><![CDATA[Immediately after their release in the Content Management System, the aftermath of 2008’s Hurricane Ike knocked out the power in Clermont County for several days and a state of emergency was declared. More than ever before, the County portal and Commissioners’ sites became the best way to communicate to the public and the media. Its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clermontcountyohio.gov/" title="Visit the site"><img src="http://tomdoepker.com/wp-content/uploads/2009/08/portal_home2.jpg" alt="The Clermont County, Ohio Web Portal" /></a></p>
<p><a href="http://bcc.clermontcountyohio.gov" title="Visit the site"><img src="http://tomdoepker.com/wp-content/uploads/2009/08/bcc-home.jpg" alt="The Board of County Commissioners’ Web site" /></a></p>
<p class="MsoNoSpacing">Immediately after their release in the <a href="http://tomdoepker.com/2009/08/12/what-is-the-content-management-system/" title="Read more abut the Content Management System">Content Management System</a>, the aftermath of 2008’s Hurricane Ike knocked out the power in Clermont County for several days and a state of emergency was declared. More than ever before, the <a href="http://www.clermontcountyohio.gov/" title="Visit the site"><strong>County portal</strong></a> and <a href="http://bcc.clermontcountyohio.gov/" title="Visit their site"><strong>Commissioners’</strong></a> sites became the best way to communicate to the public and the media. Its ease of use made what would have only been daily updates multiple updates a day, putting out information in a near real-time basis.</p>
<p class="MsoNoSpacing">Both were lauded for their ability to be updated from anywhere at any time. Well, anywhere with power anyway!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2008/09/26/weathering-the-storm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
