<?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>Ken Willes, MFA</title>
	<atom:link href="http://www.kenwilles.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kenwilles.com</link>
	<description>The Blog of an Interactive Designer, Developer, and Professor</description>
	<lastBuildDate>Thu, 03 Nov 2011 13:37:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Basic Layouts V2</title>
		<link>http://www.kenwilles.com/2011/10/31/basic-layouts-v2/</link>
		<comments>http://www.kenwilles.com/2011/10/31/basic-layouts-v2/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 15:28:37 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=98</guid>
		<description><![CDATA[Here are some more resources to get your websites off to a start with different layouts: http://kenwilles.com/files/html_templates.zip Each folder contains bare basic HTML, CSS, and images to get started. These templates are in HTML5. The following describes what is in &#8230; <a href="http://www.kenwilles.com/2011/10/31/basic-layouts-v2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are some more resources to get your websites off to a start with different layouts: <a href="http://kenwilles.com/files/html_templates.zip">http://kenwilles.com/files/html_templates.zip</a></p>
<p>Each folder contains bare basic HTML, CSS, and images to get started. These templates are in HTML5.</p>
<p>The following describes what is in each layout:</p>
<ol>
<li>Top banner image area with <strong>side bar on left</strong>, content in middle, footer at bottom and centered on page.</li>
<li>Top banner image area with <strong>side bar on right</strong>, content in middle, footer at bottom and centered on page.</li>
<li>Top banner image area with <strong>side bar on left</strong>, content in middle, <strong>side bar on right</strong> footer at bottom and centered on page.</li>
<li>Top banner image area with <strong>navigation bar below</strong>, content in middle, footer at bottom and centered on page. Additional css code is available to create side bar on the left if the main content div is made smaller to accommodate a new div.</li>
</ol>
<p><a href="http://www.kenwilles.com/wp-content/uploads/2011/10/layouts.gif"><img class="alignnone size-full wp-image-99" title="layouts" src="http://www.kenwilles.com/wp-content/uploads/2011/10/layouts.gif" alt="layout descriptions" width="640" height="879" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/10/31/basic-layouts-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Layout Tips</title>
		<link>http://www.kenwilles.com/2011/10/25/css-layout-tips/</link>
		<comments>http://www.kenwilles.com/2011/10/25/css-layout-tips/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 22:06:40 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=96</guid>
		<description><![CDATA[Before you begin CSS layout, you really need to understand the box model. Check out the explanation here: http://reference.sitepoint.com/css/boxmodel. Then understand how the position property works here: http://www.alistapart.com/articles/css-positioning-101/ After that, read up on how to use the float property with &#8230; <a href="http://www.kenwilles.com/2011/10/25/css-layout-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Before you begin CSS layout, you really need to understand the box model. Check out the explanation here: http://reference.sitepoint.com/css/boxmodel.</p>
<p>Then understand how the position property works here: http://www.alistapart.com/articles/css-positioning-101/</p>
<p>After that, read up on how to use the float property with layout: http://coding.smashingmagazine.com/2009/10/19/the-mystery-of-css-float-property/</p>
<p><strong>Good layouts will use a combination of positioning values and floats.</strong></p>
<p>Now if you want to use a css framework to help speed up the layout process, I recommend 960.gs. I would only do this after you understand the things mentioned above. There are other alternatives out there too that fit different resolutions.</p>
<p>Also for hover effects to menu items, I strongly recommend using sprites for menus&#8211;here is a tutorial here: http://line25.com/tutorials/how-to-create-a-css-menu-using-image-sprites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/10/25/css-layout-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Process</title>
		<link>http://www.kenwilles.com/2011/10/14/web-design-process/</link>
		<comments>http://www.kenwilles.com/2011/10/14/web-design-process/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 19:24:33 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[project planning]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=94</guid>
		<description><![CDATA[I have found that when I follow this process with websites, I get the best results. Download the PDF to read more about my proven web-design process: http://www.kenwilles.com/files/DesignProcess.pdf]]></description>
			<content:encoded><![CDATA[<p>I have found that when I follow this process with websites, I get the best results. Download the PDF to read more about my proven web-design process: <a href="http://www.kenwilles.com/files/DesignProcess.pdf">http://www.kenwilles.com/files/DesignProcess.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/10/14/web-design-process/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Planning Questionnaire</title>
		<link>http://www.kenwilles.com/2011/10/11/website-planning-questionnaire/</link>
		<comments>http://www.kenwilles.com/2011/10/11/website-planning-questionnaire/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 13:15:20 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[project planning]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=91</guid>
		<description><![CDATA[Sometime ago I came across a helpful questionnaire from http://expressionengine.com that helps you gather requirements from a client and plan out the website. Here is the document to help you get started with your project too! http://www.kenwilles.com/files/web-questionnaire.doc]]></description>
			<content:encoded><![CDATA[<p>Sometime ago I came across a helpful questionnaire from <a href="http://expressionengine.com ">http://expressionengine.com </a>that helps you gather requirements from a client and plan out the website. Here is the document to help you get started with your project too!</p>
<p><a href="http://www.kenwilles.com/files/web-questionnaire.doc">http://www.kenwilles.com/files/web-questionnaire.doc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/10/11/website-planning-questionnaire/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Example form validation and simulated post actions</title>
		<link>http://www.kenwilles.com/2011/10/05/example-form-validation-and-simulated-post-actions/</link>
		<comments>http://www.kenwilles.com/2011/10/05/example-form-validation-and-simulated-post-actions/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 14:59:02 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=88</guid>
		<description><![CDATA[For class today we looked at how to do some basic form checking. Here are the example files of how to check a form and how that could get passed from page to page with the post action set to &#8230; <a href="http://www.kenwilles.com/2011/10/05/example-form-validation-and-simulated-post-actions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For class today we looked at how to do some basic form checking. Here are the example files of how to check a form and how that could get passed from page to page with the post action set to another html page&#8211;a real-world example could use a php script for the post action as well as regular expressions for email checking.</p>
<p>Download it here: <a href="http://www.kenwilles.com/files/form-validation.zip">http://www.kenwilles.com/files/form-validation.zip</a></p>
<p>Double click on the index.html page to get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/10/05/example-form-validation-and-simulated-post-actions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A sample collection of HTML forms</title>
		<link>http://www.kenwilles.com/2011/09/28/a-sample-collection-of-html-forms/</link>
		<comments>http://www.kenwilles.com/2011/09/28/a-sample-collection-of-html-forms/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 15:01:31 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=75</guid>
		<description><![CDATA[Here is a sample collection of HTML forms for those of you who would like it: http://www.kenwilles.com/files/forms.html.zip]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kenwilles.com/wp-content/uploads/2011/09/forms.gif"><img class="aligncenter size-full wp-image-77" title="forms" src="http://www.kenwilles.com/wp-content/uploads/2011/09/forms.gif" alt="form preview" width="180" height="201" /></a>Here is a sample collection of HTML forms for those of you who would like it: <a href="http://www.kenwilles.com/files/forms.html.zip">http://www.kenwilles.com/files/forms.html.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/09/28/a-sample-collection-of-html-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hierarchy Modeling</title>
		<link>http://www.kenwilles.com/2011/09/27/hierarchy-modelin/</link>
		<comments>http://www.kenwilles.com/2011/09/27/hierarchy-modelin/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 22:15:30 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[project planning]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=70</guid>
		<description><![CDATA[So you probably have the sitemap thing down by now. That&#8217;s good. But what on earth is Hierarchy Modeling (also known as wireframing)? In the interactive design world, hierarchy modeling refers to the process of creating interfaces that consists of &#8230; <a href="http://www.kenwilles.com/2011/09/27/hierarchy-modelin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you probably have the sitemap thing down by now. That&#8217;s good. But what on earth is Hierarchy Modeling (also known as wireframing)? In the interactive design world, <strong>hierarchy modeling refers to the process of creating interfaces that consists of simplified shapes, gray scale values and lines for the purpose of showing the hierarchy of information and how it will be established well before any pictures, illustrations, or long sections of text are implemented. </strong></p>
<p>In this document:</p>
<ul>
<li>Hierarchy Modeling</li>
<li>Understanding the Grid</li>
<li>Divine Proportions</li>
<li>Why We Need to Make Hierarchy Models</li>
<li>Screen Size Requirements</li>
</ul>
<h2>Hierarchy Models</h2>
<p>Let&#8217;s take a look at what a hierarchy model looks like before getting into more details. The picture below shows 4 hierarchy models for a website that showcases the internet&#8217;s history.</p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/hierarchy_model_example.gif" alt="Hierarchy Model Example" width="640" height="446" /><span class="fig"><br />
Figure 1. Hierarchy Model Example</span></p>
<p>In the first example, the hierarchy model indicates that a title will go at the top of the page. The image is placed on the left with text and an in-line scroll bar on the right. At the bottom, the sub-navigation and search bar; and the very bottom layer contains the timeline.</p>
<p>Look at the rest of the examples and notice where the elements of the page are placed as well as their dominance in the overall layout.</p>
<p>In the 3rd example (top right), the picture next to the text is the smallest out of all the other layouts but the timeline is also much bigger. This change indicates that the timeline is at the top of the hierarchy in terms of size and gray-scale color.</p>
<p>Also note that simple labels are used to make the diagram clear.</p>
<p>After a layout was selected, the details were added and this is a picture of what the finished website looks like. Notice that hierarchy model #2 was selected for the layout.</p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/internettimeline.gif" alt="Internet Timeline Finished" width="640" height="380" /><br />
<span class="fig">Figure 2., Finished Website for Internet Timeline</span></p>
<h3>Another Example, Outdoor Leadership</h3>
<p>Let&#8217;s look at another example along with the finished website. The picture below shows hierarchy models for SAU&#8217;s <a href="http://edpsych.southern.edu/outdoor/" target="_blank">Outdoor Leadership</a> website.</p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/hierarchy_model_example2.gif" alt="Hierarchy Models for Outdoor Ed" width="640" height="380" /><br />
<span class="fig">Figure 3., Outdoor Leadership Website Hierarchy Models, options a-c. </span></p>
<p>After discussing the different layout options, Outdoor Leadership decided to go with a layout. The chosen layout influenced what we see today (reference fig. 4 below). Which hierarchy model do you think was applied to the design of this website?</p>
<p><a href="http://edpsych.southern.edu/outdoor/index.php" target="_blank"><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/outdoor_education_website.jpg" alt="Outdoor Education Website" width="640" height="416" /></a><br />
<span class="fig"><br />
Figure 4. The finished website that was based on hierarchy models.</span></p>
<p>The hierarchy models are an abstracted level of design. The models provide just enough details to show where things fit. Later on in the creative development of the website, the design details like color, texture, photos and illustration are added. In like manner, you will follow the same process for the design of your portfolio website.</p>
<h2>Understanding the Grid</h2>
<p>Within these Hierarchy Models, there is also an underlying grid that is being defined. This grid helps the designer to align objects and text and is fundamental to achieving a consistent user-experience throughout the website.</p>
<p>It would good good to read the book titled<em> Making and Breaking the Grid: a Layout Design Workshop.</em></p>
<h2>Divine Proportions</h2>
<p>As you start designing your hierarchy models, you will also want to apply the &#8220;divine proportion&#8221; to it. The following <a href="http://www.smashingmagazine.com/2008/05/29/applying-divine-proportion-to-web-design/" target="_blank">article</a> from Smashing Magazine explains how to do this for websites.</p>
<p class="homework_to_answer">Challenge: Find a website on <a href="http://styleboost.com/" target="_blank">styleboost.com</a> that you like and expose the underlying divine proportion by drawing transparent boxes on top of the screen capture.</p>
<h2>Why We Need to Make Hierarchy Models</h2>
<p>You know about Hierarchy Models now, but it may not be evident as to why you need to make them for this project. Does it seem like a needless, extra step? I don&#8217;t think so. Let me explain why I think it&#8217;s vital to the success of your project.</p>
<p>The hierarchy models are like thumbnail sketches that lead you to great ideas. Remember in design class, when you had to sketch almost endless thumbnails by hand? What was the purpose of that? It was to help you generate good visual design solutions for your design project. Without a good concept, your project will turn out looking terrible. In the same way, your hierarchy models will help you generate good concepts upon which you can design with. The hierarchy models, therefore, are a replacement for thumbnail sketches. You welcome to create thumbnail sketches before working with the design of the hierarchy models, but for the purposes of this project, that won&#8217;t be necessary.</p>
<p>The hierarchy models help you generate layout concepts quickly. It&#8217;s much faster to arrange abstract objects around on screen than it is to confront yourself with color matching solutions, the right photo to use along with the accompanying text.</p>
<p>The hierarchy models force you to think about the underlying structure and its importance. Sometimes, as designers, we can spend lots of time just picking a texture we like when we haven&#8217;t even considered the other items that will be in the design space. Texture is important as it draws attention to certain areas and adds variety to the overall design, but if the overall picture has not been considered first, the design element may not fit anymore. In like manner, the hierarchy models helps you focus on arriving at a fundamental solution to the design of your portfolio.</p>
<p>Another way to think about the underlying structures is in architecture. If you ever plan the design of your future house, you will look at different house shapes from a top down view. This allows you to adjust the layout of the different floors. By doing this, you&#8217;ll be able to figure out where the kitchen goes and then the dining room, etc. With the architect, you can move these objects around to see how different items affect the space. Once the layout is in place, you start deciding on the decor and other details that come later. Think of the hierarchy models, therefore, as deciding factors for the best floor plan.</p>
<h2>Screen Size Considerations</h2>
<p>The most common screen size is 1024 pixels wide by 768 pixels tall&#8211;an overwhelming majority of internet users already view things on their computer at this size of an area or higher.</p>
<h2>Summary</h2>
<ul>
<li>Creating hierarchy models is a quick way to arrive at good layout solutions.</li>
<li>Sticking to a grid makes your website&#8217;s design more unified across the pages.</li>
<li>Applying the divine proportion to the hierarchy models will make your design more pleasing to the eye.</li>
</ul>
<p class="milestone_to_meet">It is now your turn to design your own hierarchy models for your website. Incorporate the things you&#8217;ve learned here into your future website designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/09/27/hierarchy-modelin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sitemaps</title>
		<link>http://www.kenwilles.com/2011/09/27/sitemaps/</link>
		<comments>http://www.kenwilles.com/2011/09/27/sitemaps/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 22:13:38 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=68</guid>
		<description><![CDATA[Designing Information There&#8217;s a lot of information that you&#8217;d like to communicate to your potential employer and so you&#8217;ll need to organize it in a way that makes the most sense. Not only that, but organizing your information will also &#8230; <a href="http://www.kenwilles.com/2011/09/27/sitemaps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1 id="starting_h1">Designing Information</h1>
<p>There&#8217;s a lot of information that you&#8217;d like to communicate to your potential employer and so you&#8217;ll need to organize it in a way that makes the most sense. Not only that, but organizing your information will also result in a project plan or checklist of things you will need to integrate into your website.</p>
<p>What you&#8217;ll read about in this post: </p>
<ul>
<li>Sitemap Examples</li>
<li>How to Create Your Sitemap (Using Mindjet Mindmanager)</li>
<li>How to use the sitemap to communicate progress with to your client</li>
</ul>
<h2>Sitemap Examples</h2>
<p>You&#8217;ve probably seen a website with a sitemap link  that, when clicked on, sends you to a page with a bunch of headings and page links under those headings. Check out <a href="http://www.wired.com/" target="_blank">Wired.com</a> for an example of a website sitemap (the link is at the bottom of the page). This style of a sitemap provides an easy way to browse for things as you would in a directory in a phone book or mall. You will be making a sitemap similar to Wired, but the style is going to be more detailed and specific for the development process of your digital portfolio and will be in the format of a chart instead of headings and sub-headings. </p>
<p>Let&#8217;s take a look at an example of a sitemap for Southern Adventist University&#8217;s School of Visual Art and Design&#8217;s website. Click on the image below for a detailed view of the map. </p>
<p><a href="http://www.kenwilles.com/assets/sitemapping-wireframing/images/art_sitemap_big.png" target="_blank"><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap-small.gif" width="640" height="392" alt="School of Visual Art and Design Sitemap"></a></p>
<p>Note that the main node in the center reads &quot;Art Sitemap.&quot; All the top-tier sections of the website like &quot;About Us&quot; and &quot;News + Events&quot; descend from that node. Compare this sitemap to the finished <a href="http://art.southern.edu/" target="_blank">website</a>. Do you notice any similarities of the sitemap to the navigation of the website? In the &quot;About Us&quot; section, for example, you will find pages under it titled &quot;History of the School&quot; and &quot;School Philosophy.&quot; </p>
<p>This style of node-based charting is called an organizational-chart &#8211;it shows hierarchy and categorizations clearly. This is the kind of organizational-chart style you will need to make for your website except it won&#8217;t be as complicated as the one above (unless you wanted to make it that complicated!). </p>
<p>Using a node-based chart also creates a project plan document. If you look carefully at the <a href="http://www.kenwilles.com/assets/sitemapping-wireframing/images/art_sitemap_big.png" target="_blank">larger image</a> example, you&#8217;ll find that there are checkmarks and labels with people&#8217;s names in them. The checkmarks indicate that a section of the website is done, the person&#8217;s name next to the node represents who is responsible for getting it done. In your sitemap, you will be the one getting everything done, so you don&#8217;t need to use this label, but you will want to use the checkmarks as you go along. </p>
<p>Here&#8217;s another example. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/thiscourse_sitemap.gif" width="305" height="530" alt="course_sitemap"></p>
<p>The &quot;(1) Creating Your Strategy&quot; section is the only thing that is checked off on this view and &quot;(2) Designing Information&quot; is a quarter done. </p>
<p>The example above is known as a tree style chart. It&#8217;s good for information that has a sequence to them which is why I used it for this course &#8211;I&#8217;m taking things step by step. </p>
<h2>How to Create Your Sitemap</h2>
<p>Mindjet MindManager is the best software on the market for creating sitemaps and in this section I will show you how to use it. There are also other alternatives like mind-meister, google drawings (free), lucid chart. </p>
<p>In the previous unit, you created a categorized list of portfolio items in a program like Microsoft Word. You will want to use that information to create this sitemap. I&#8217;m going to use a fictitious, short list of portfolio items. </p>
<h3>#1. Create a New File</h3>
<p>Open Mindjet Mindmanager and create a new file by clicking on the new page icon at the top left of the screen. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/newpage.gif" width="417" height="51" alt="New Page"></p>
<h3>#2. Rename the Central Node</h3>
<p>Click once on the central node and type  the name of your website. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/centralnode-renamed.gif" width="321" height="150" alt="Central Node Renamed"></p>
<p>Press enter to commit the text. </p>
<h3>#3. Create new nodes</h3>
<p>With the center node selected press the enter key to create new nodes. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/main_node_new.gif" width="474" height="270" alt="New Main Node"></p>
<p>Press the enter key again to create a few more nodes around the central one. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/main_node_newothers.gif" width="474" height="270" alt="New Extra Nodes"></p>
<h3>#4. Use the Organizational Chart Format </h3>
<p>So far we&#8217;ve created nodes around the central topic, but it doesn&#8217;t look like the top-down organizational example from the art website. You can move the nodes around by clicking and dragging them, but they stay constrained to this right map node structure. </p>
<p>Changing the chart style is easy. With the central node still selected, go to the format tab and select the growth direction of org-chart. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/growthdirection.gif" width="474" height="270" alt="Growth Direction Formatting"></p>
<p>Your layout should look similar to this: </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/growthdirection-orgchart.gif" width="474" height="270" alt="Org-Chart Growth Direction"></p>
<p>If your map didn&#8217;t automatically adjust to a layout like this, make sure the central node is selected first before clicking on the Format &gt; Growth Direction menu. </p>
<h3>#5. Enter Category Names<br />
</h3>
<p>Rename the new nodes by clicking on them once and type in the names. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/maincategories.gif" width="474" height="270" alt="Main Categories"></p>
<p>If you need to create more nodes just press the enter key. If you need to delete any of the nodes press the delete key (this is different than the backspace key). Or you can remove a node by right-clicking on a node and select &quot;Remove Topic.&quot;</p>
<h3>#6. Create Nested-Nodes or Sub-Categories</h3>
<p>Inside the work category, you&#8217;ll  have sub-categories and specific portfolio examples within those sub-categories. To create these subnodes click on the work node (yours may be different) and press insert (or shift + enter). </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/subcategories.gif" width="474" height="270" alt="Sub Category"></p>
<p>You can easily create more sub-nodes by pressing the enter key. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/subcategories_more.gif" width="474" height="270" alt="More Subcategories"></p>
<p>Following this process of inserting child nodes and making more nodes will enable you to flesh out your portfolio structure. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/subcategories_detail.gif" width="474" height="350" alt="Detail of Subcategories"></p>
<h3>#7. Organize Nodes</h3>
<p>You can always click and drag nodes into other nodes. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/click-drag-node.gif" width="474" height="350" alt="Dragging Node"></p>
<p>And the result here: </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/click-drag-node_finished.gif" width="474" height="350" alt="Click Drag Node Finished"></p>
<h2>How to use the sitemap to communicate progress with your client</h2>
<p>Once you start getting to the content gathering milestones and onwards, you will want to supply completion checkmarks on your sitemap to communicate with me, the teacher. </p>
<p>It&#8217;s easy to add this information, just right click on a node and select icon markers in the list. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/task_completion1.gif" width="640" height="551" alt="Task Completion Menu"></p>
<p>And this is what it looks like when the check-mark is added. </p>
<p><img src="http://www.kenwilles.com/assets/sitemapping-wireframing/images/sitemap_tutorial/task_completion2.gif" width="474" height="350" alt="Task Completed"></p>
<p>This indicates that the &quot;Living Simply Logo&quot; is finished. If you click on the checkmark it will change to different percent completion pie-chart indicators.</p>
<p>You can also add other markers to nodes like Notes, Callout Topics, and Text Markers. These additional markers will enable you to add more information to a particular node.</p>
<h3> Summary</h3>
<p>Please keep the following pointers in mind when using the sitemap</p>
<ul>
<li>Sitemaps organize information in a clear fashion. </li>
<li>Sitemaps evolve over time. </li>
<li>Sitemaps are a good communication tool. </li>
<li>Sitemaps help determine a plan of action. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/09/27/sitemaps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting started with different HTML layouts</title>
		<link>http://www.kenwilles.com/2011/09/19/getting-started-with-different-html-layouts/</link>
		<comments>http://www.kenwilles.com/2011/09/19/getting-started-with-different-html-layouts/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:27:30 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=61</guid>
		<description><![CDATA[Sometimes creating a website layout from the ground up can be a difficult thing. Of course there are nice layout frameworks like 960.gs but sometimes that just won&#8217;t work for what you may need. So here is an ultra bare &#8230; <a href="http://www.kenwilles.com/2011/09/19/getting-started-with-different-html-layouts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes creating a website layout from the ground up can be a difficult thing. Of course there are nice layout frameworks like <a href="http://960.gs" target="_blank">960.gs</a> but sometimes that just won&#8217;t work for what you may need.</p>
<p>So here is an ultra bare bones starter package to get going with: <a href="http://kenwilles.com/files/different-base-layouts.zip" target="_blank">http://kenwilles.com/files/different-base-layouts.zip</a></p>
<ol>
<li>Absolute positioning layout&#8211;this layout allows for placing the content exactly where you want it.</li>
<li>Centered page layout&#8211;sets the context in a &#8220;container&#8221; from which everything is centered in the browser view-port.</li>
<li>Centered page with absolute positioning layout&#8211;this centers the page and also allows for absolute positioning items. Note that for this one, you&#8217;ll have to specify the height of the container because absolute positioned items are removed from document flow.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/09/19/getting-started-with-different-html-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earn a commission for every text message you send!</title>
		<link>http://www.kenwilles.com/2011/09/13/earn-a-commission-for-every-text-message-you-send/</link>
		<comments>http://www.kenwilles.com/2011/09/13/earn-a-commission-for-every-text-message-you-send/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 15:09:01 +0000</pubDate>
		<dc:creator>klwilles</dc:creator>
				<category><![CDATA[opportunities]]></category>

		<guid isPermaLink="false">http://www.kenwilles.com/?p=57</guid>
		<description><![CDATA[Yes, that&#8217;s right, earn money to text message! Sign up to learn more and to also save your spot when we release the product in 2012! http://rocketlinkmobile.com/]]></description>
			<content:encoded><![CDATA[<p>Yes, that&#8217;s right, earn money to text message! Sign up to learn more and to also save your spot when we release the product in 2012!</p>
<p><a href="http://rocketlinkmobile.com/">http://rocketlinkmobile.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kenwilles.com/2011/09/13/earn-a-commission-for-every-text-message-you-send/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

