<?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>Bill Erickson&#187; design</title>
	<atom:link href="http://www.billerickson.net/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Easy Contact Forms using Google Forms</title>
		<link>http://www.billerickson.net/easy-wordpress-contact-forms/</link>
		<comments>http://www.billerickson.net/easy-wordpress-contact-forms/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:49:53 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[Old]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=1126</guid>
		<description><![CDATA[This is a more technical post than usual. I outline how to quickly build a Contact Form for Wordpress (or any other site).]]></description>
			<content:encoded><![CDATA[<p><strong>[Update on 8/11/10]</strong> As was pointed out in the comments, this post is a bit out of date. The functionality of Google Forms has changed. More importantly I don&#8217;t think Google Forms is the best or easiest way to add contact forms now. I highly recommend <a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a> (free) or <a href="http://www.gravityforms.com/">Gravity Forms</a> (paid).</p>
<p>The one feature that WordPress doesn&#8217;t provide that many businesses request is a contact form. There&#8217;s many plugins out there (I used to use <a href="http://www.deliciousdays.com/cforms-plugin">cforms2</a>), but for something as simple as this you don&#8217;t need to use a plugin.</p>
<ol>
<li>Open up <a href="http://docs.google.com">Google Docs</a> and click New &gt; Form.</li>
<li>Fill out all the questions you want. A typical contact form might just include Name, Email, Message.</li>
<li>Go back to the spreadsheet and click Share &gt; Set Notification Rules. Check &#8220;email me when someone submits a form&#8221; and &#8220;email me right away&#8221;</li>
<li>(Option 1) If you like Google&#8217;s default form design, click &#8220;Embed&#8221; and copy the code it provides (an iframe).</li>
<li>(Option 2) If you would like to customize the design of the form, go to the spreadsheet and click  Form &gt; View Live Form. Right click on the page, press &#8220;View Source,&#8221; and copy the code: &lt;form&gt; &#8230; &lt;/form&gt;.</li>
<li>(Simple option). Go to WordPress, edit your Contact Page, switch to HTML view and paste the code. This will add the form to your page.</li>
<li>(More difficult option) If you&#8217;re a developer and don&#8217;t want clients messing with the form&#8217;s code, create a page template, include the code in there, and then set the contact page to that page template.</li>
<li>If you chose Option 2 above, you can now use CSS to style the form to match your site.</li>
</ol>
<p>Here&#8217;s an example of the form in action: <a href="http://2010.bilconference.com">http://2010.bilconference.com</a> I just used the iframe because I didn&#8217;t need to change the look of the form.</p>
<p><strong>Additional feature &#8211; </strong>If you&#8217;d like to share the responses on your site (like the <a href="http://2010.bilconference.com/signup/attendees/">BIL Attendees page</a>), just:</p>
<ol>
<li>Create a new sheet on the spreadsheet (at the bottom, &#8220;Add Sheet&#8221;).</li>
<li>Label the columns you&#8217;d like to include at the top.</li>
<li>Under the first column, type &#8220;=&#8221; then switch to the previous sheet and select the first column&#8217;s contents. Press Enter. This should give you a formula the duplicates the content (something like =Sheet1!A2). Repeat for each column you&#8217;d like to share.</li>
<li>Select all the cells of the first row of data, hover over the bottom right corner, click the square and drag down. This will repeat the formula across the lower cells.</li>
<li>Click &#8220;Share &gt; Publish as a Web Page.&#8221; Under Sheets to Publish select &#8220;Sheet 2&#8243;, and click &#8220;Start Publishing&#8221;.</li>
<li>Under Get a link to the published data, select &#8220;HTML to embed in a page&#8221; and copy the code.</li>
<li>Open WordPress and paste the code in the page you&#8217;d like to share it on.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/easy-wordpress-contact-forms/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Site Redesign</title>
		<link>http://www.billerickson.net/site-redesign/</link>
		<comments>http://www.billerickson.net/site-redesign/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:13:31 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://billerickson.net.s7893.gridserver.com/?p=252</guid>
		<description><![CDATA[At WordCamp I decided that it's about time I cleaned this place up. Instead of having 4 websites, I've combined them into one. I've also more clearly illustrated my focus on Wordpress Consulting.]]></description>
			<content:encoded><![CDATA[<p>Once again, I redesigned my website. While at WordCamp last week I decided I really need to improve the SEO of my site, and pull everything together into a single website.</p>
<p>A few months ago I switched www.billerickson.net to Tumblr so that I could them to aggregate all my content from other places (twitter, comments on other blogs, photos&#8230;). I kept my blog at blog.billerickson.net, my resume at cv.billerickson.net, and my consulting website at www.ericksonmediagroup.com.</p>
<p>Now I&#8217;ve built a single site that hosts everything. I might make a few changes to the lifestream after <a href="http://www.gigaom.com">GigaOM</a> releases <a href="http://dev.gigaom.com">GigaPrologue</a>, but we&#8217;ll see.</p>
<p>This redesign also better shows my focus on WordPress Consulting. I&#8217;ve been doing this for the past few years, but under the guise of &#8220;Web Design.&#8221; I&#8217;ve found that by getting specific and telling everyone you&#8217;re a WordPress Dev, it seems to result in more workflow.</p>
<p>What do you think of it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/site-redesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative Space, and new design</title>
		<link>http://www.billerickson.net/creative-space-and-new-design/</link>
		<comments>http://www.billerickson.net/creative-space-and-new-design/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 23:04:17 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[creativespace]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/08/12/creative-space-and-new-design/</guid>
		<description><![CDATA[more photos We&#8217;ve officially moved into our office, The Creative Space. It&#8217;s a collaborative working space for 372 Media, BuildingProcess.com, Erickson Media Group (me), and Cody Marx Bailey. We have 3 offices on the 5th floor of the Varisco Building in Downtown Bryan, and have plenty of room to expand. We feel that a lot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mg315/1073208740/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1343/1073208740_2db7573bf3.jpg" width="500" height="333" alt="The Creative Space" /></a><br /><a href="http://www.flickr.com/photos/tags/thecreativespace/">more photos</a></p>
<p>We&#8217;ve officially moved into our office, <a href="http://www.thecreativespace.org">The Creative Space</a>. It&#8217;s a collaborative working space for <a href="http://www.372media.com">372 Media</a>, <a href="http://www.buildingprocess.com">BuildingProcess.com</a>, <a href="http://www.ericksonmediagroup.com">Erickson Media Group</a> (me), and Cody Marx Bailey. We have 3 offices on the 5th floor of the Varisco Building in Downtown Bryan, and have plenty of room to expand. We feel that a lot of great ideas and startups will come out of this group of tech creatives all working in the same area. We&#8217;re also encouraging other creatives to join The Creative Space and get an office up there with us (currently planning offices for photographers and painters, contact me if you&#8217;re interested).</p>
<p>I love working in this environment. The first day we were all up there, I decided to redesign <a href="http://www.ericksonmediagroup.com">Erickson Media Group</a>, and after going back and forth with Roby of 372, we came up with this new design across all my sites.</p>
<ul>
<li><a href="http://www.billerickson.net">Blogger</a></li>
<li><a href="http://www.ericksonmediagroup.com/consulting">Consultant</a></li>
<li><a href="http://www.ericksonmediagroup.com">Entrepreneur</a></li>
</ul>
<p>What do you think of the new design?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/creative-space-and-new-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redesign of Business Honors website</title>
		<link>http://www.billerickson.net/business-honors-website/</link>
		<comments>http://www.billerickson.net/business-honors-website/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 11:47:17 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tamu]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/08/10/redesign-of-business-honors-website/</guid>
		<description><![CDATA[Today we launched the new version of the Business Honors website: http://bizhonors.tamu.edu What&#8217;s changed? Improved information architecture &#8211; The previous version had a menu that was completely unorganized. Every time a new page was added to the site, a link was added to the main menu. I broke the menu up into targeted user groups, [...]]]></description>
			<content:encoded><![CDATA[<p>Today we launched the new version of the Business Honors website: <a href="http://bizhonors.tamu.edu">http://bizhonors.tamu.edu</a></p>
<p>What&#8217;s changed?</p>
<ul>
<li>Improved information architecture &#8211; The previous version had a menu that was completely unorganized. Every time a new page was added to the site, a link was added to the main menu. I broke the menu up into targeted user groups, updated content (newsletter), and most important pages.</li>
<li>Better integration of WordPress &#8211; Before, I had installed wordpress for them to post all the new content: things like events, news, jobs&#8230; and each week they sent out an email with a long list of all the new stuff. But it wasn&#8217;t well defined &#8211; if I wanted a job, I had to look through all the news and events to get to it. I&#8217;ve broken the different types of content into categories, and created an event calendar so people can easily see what&#8217;s coming up. Also, this will make updating the site a lot easier for the staff.</li>
<li>Cool, flashy stuff &#8211; Homepage is using SlideshowPro to present eye-catching pictures of important things. Live chat with staff on homepage (through meebo), event  calendar on the homepage, and I&#8217;ve made the site wider to accommodate more content (previous version had been designed for 800&#215;600).</li>
</ul>
<p><a href="http://bizhonors.tamu.edu">Check it out</a> and tell me what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/business-honors-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

