<?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>Key Theory Web Design &#187; web design</title>
	<atom:link href="http://keytheory.com/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://keytheory.com</link>
	<description>Jacksonville Web Design, Social Media &#38; SEO Resource</description>
	<lastBuildDate>Tue, 24 Aug 2010 13:34:47 +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>Tips for getting a job in graphic design / web design</title>
		<link>http://keytheory.com/tips-forgetting-a-job-in-graphic-design-web-design/</link>
		<comments>http://keytheory.com/tips-forgetting-a-job-in-graphic-design-web-design/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:26:51 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=365</guid>
		<description><![CDATA[Defining your target One of the first things you should do be for setting out to find a job in graphic design or web design is figure out: your strengths, weaknesses, interests and talents what separates you from everybody else what type of work you&#8217;re looking for what&#8217;s available in your area / industry Defining [...]]]></description>
			<content:encoded><![CDATA[<h2>Defining your target</h2>
<p>One of the first things you should do be for setting out to find a job in graphic design or web design is figure out:</p>
<ul>
<li> your strengths, weaknesses, interests and talents</li>
<li>what separates you from everybody else</li>
<li> what type of work you&#8217;re looking for</li>
<li> what&#8217;s available in your area / industry</li>
</ul>
<p>Defining who you are and where you want to go will help you take the right steps towards getting there. You shouldn&#8217;t apply to all the possible jobs around, focus on the ones you&#8217;d really want first and let them know why they should hire you.</p>
<h2>Where would you like to work?</h2>
<p>Identify the design offices, corporations, or individuals with whom  you’d like to interview with. Contact some of these shops that you&#8217;d really  would like to work at and make  plans to visit them. See if you can intern  or volunteer your services  for a tester project.</p>
<p>Do your homework on work on the shop before visiting and perhaps even   pitch an idea or solution that would serve one of their clients. If you   go above and beyond it WILL get noticed OR you wouldn&#8217;t want to work  for  a place like that anyway.</p>
<h2>Network, Socialize and be Vocal</h2>
<p>Networking and getting involved in different organizations AIGA /  JAMA will definitely increase your contacts. There are groups you could  get involved with in your area, a quick search on Meetup.com or Google  could point you to groups in your area. Don&#8217;t be shy there are a lot of talented people out there that no one knows about.</p>
<h2>Create a great portfolio</h2>
<p>In your portfolio only show your strongest work and make sure you practice presenting it. Employers don&#8217;t want to see everything you ever done and if you aren&#8217;t excited about your work they wont be either.</p>
<h2>Résumé</h2>
<p>You should create a resume that lists out your education, skill sets and experience. You can create a hard copy and feature a digital copy online and on sites like Linked In. If you don&#8217;t think you have experience enough for a resume, dig further as you must have gained some experience getting the skills to apply for a graphic design or web design job.</p>
<h2>Be real &amp; be professional</h2>
<p>Be yourself but also make sure to follow professional protocols when getting an interview or a job offer. Be sure to research any offers you get to make sure what you&#8217;ve been offered before accepting.</p>
<h2>Be persistent</h2>
<p>It may take some time to get your foot in the door but persistence will pay off.</p>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/tips-forgetting-a-job-in-graphic-design-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crash Course in Web Design &#8211; Part 2 Linking Web Files</title>
		<link>http://keytheory.com/crash-course-in-web-design-part-2-linking-web-files/</link>
		<comments>http://keytheory.com/crash-course-in-web-design-part-2-linking-web-files/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 12:49:03 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Crash Course in Web Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web crash course]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=304</guid>
		<description><![CDATA[This post goes over the basics of how to link elements on the web; from linking to files on other sites to adding images to a page.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-339" title="Linking Web Files" src="http://keytheory.com/wp-content/uploads/2010/03/crash-course-linking-files.jpg" alt="Linking Web Files" width="640" height="200" /></p>
<p>Ok so if you&#8217;ve followed along with part one you should be familiar with HTML tags and the basics of an HTML page. If you&#8217;re not go back and read part 1, download the code and watch the videos <a href="http://keytheory.com/crash-course-in-web-design-part-1-basic-html-tags/">http://keytheory.com/crash-course-in-web-design-part-1-basic-html-tags/</a>.</p>
<p>There are three things I want you to take away from Part 2.</p>
<ol>
<li>Absolute vs Relative Links</li>
<li>Linking pages to each other pages, files or sites</li>
<li>Bringing in images from other directories, or sites</li>
</ol>
<hr />
<h3>Absolute vs. Relative Links</h3>
<h4>Absolute URL</h4>
<p>An absolute URL is a full path in a URL (<em>Uniform Resource Locator</em>) to a exact destination or file. examples:</p>
<ul>
<li> http://domain-name.com</li>
<li>http://domain-name.com/directory/</li>
<li>http://domain-name.com/directory/sub-directory/file.extention</li>
</ul>
<p>You&#8217;d use absolute links if you were:</p>
<ul>
<li>linking to web site</li>
<li>linking to a file on web site</li>
<li>theming a CMS that requires absolute links</li>
</ul>
<hr />
<h3>Relative URL</h3>
<p>A relative URL is a path to a destination or file relative to the location that the link is being called from. examples:</p>
<ul>
<li>/directory/</li>
<li>/directory/file.extention</li>
<li>/images/logo.gif</li>
</ul>
<p>You&#8217;d use a relative link if you were:</p>
<ul>
<li>linking to files with in your site</li>
<li>linking to pages with in your site</li>
</ul>
<hr />
<h3>Linking pages to each other pages, files or sites</h3>
<p>Okay so now you&#8217;ve got the difference between absolute and relative you just need to apply it with HTML to get it working in action.</p>
<p>If you recall the tag for links <strong>&lt;a href=&#8221;destination-here&#8221;&gt;Text Here&lt;/a&gt;</strong></p>
<p><small><em>What this is doing is opening an anchor tag &lt;a&gt;&lt;/a&gt;, giving it a destination href=, and telling what the anchor text will be. Anchor text is the actual text making up the link, it can be an image as well. For SEO purposes use keywords when creating anchor text.</em></small></p>
<h4>Examples using HTML Links:</h4>
<p><strong> </strong></p>
<p><strong>Link to the another site:</strong><br />
&lt;a href=&#8221;http://twitter.com/kennywharper&#8221;&gt;View my Twitter&lt;/a&gt;</p>
<p><strong>Link to a file located in the same directory:</strong><br />
&lt;a href=&#8221;myfile.doc&#8221;&gt;Check out this document&lt;/a&gt;</p>
<p><strong>Link to another site and open another tab/window:</strong><br />
&lt;a href=&#8221;http://youtube.com/keytheory/&#8221; <strong>target=&#8221;_blank&#8221;</strong>&gt;My YouTube Page&lt;/a&gt;</p>
<p><strong>Link to another page in a directory (named chocolates) on the same site:</strong><br />
&lt;a href=&#8221;<strong>chocolates</strong>/myfile.htm&#8221;&gt;My YouTube Page&lt;/a&gt;</p>
<p><strong>&#8220;/&#8221; will take you to the root directory:</strong><br />
&lt;a href=&#8221;/&#8221;&gt;Go to index&lt;/a&gt;</p>
<p><strong>&#8220;../&#8221; will take you to a directory higher.</strong><br />
&lt;a href=&#8221;../&#8221;&gt;Go to directory above&lt;/a&gt;</p>
<p><a href="http://keytheory.com/crash-course-in-web-design/source/2-linking-files.zip">Check out the source code for more examples.</a></p>
<hr />
<h3>Bringing in images from other directories or sites.</h3>
<p>At this point you should get how to link to other files but what about getting images into your document?</p>
<p>Recall the image tag: <strong>&lt;img src=&#8221;mypicture.jpg&#8221; /&gt;</strong></p>
<p><small><em>Img stands for image, src for source, you can also put other attributes such as an alt tag or size dimensions:<br />
&lt;img src=&#8221;mypicture.jpg&#8221; alt=&#8221;Description of image for seo &amp; vision impaired&#8221; border=&#8221;0&#8243; /&gt;</em></small></p>
<p>This technique is used code images into your HTML page, different mark up is used for embedding Flash, Videos or Scripts and will be looked at later. * Note you can also use CSS (Cascading Style Sheets) to bring images into your web design. Using CSS is best practice when building a site, this will be covered later.</p>
<h4>Examples coding images into HTML pages:</h4>
<p>Now to get an image into your page from somewhere else you just need to determine the source.</p>
<p><strong>Code in image from another site: </strong>(absolute)<br />
&lt;img src=&#8221;http://img383.imageshack.us/img383/3066/ss35450qf7.jpg&#8221; /&gt;</p>
<p><strong>Code in image from the directory named &#8220;images&#8221; located in the same directory:</strong> (relative)<br />
&lt;img src=&#8221;images/myimage.jpg&#8221; /&gt;</p>
<hr />
<h3>Assignment 2:</h3>
<ul>
<li>Download the <a href="http://keytheory.com/crash-course-in-web-design/source/2-linking-files.zip">source files</a></li>
<li>There are two folders in the zip: &#8220;cc-2-start&#8221; &amp; &#8220;cc-2-finish&#8221;</li>
<li>Open the file &#8220;index.htm&#8221; within &#8220;cc-2-start&#8221; in a text editor and follow the instructions</li>
<li>Check your code against the index file located in &#8220;cc-2-finish&#8221;</li>
<li>Open up both files in a browser to see how they render</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/crash-course-in-web-design-part-2-linking-web-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crash Course 1.5 &#8211; Assignment Review</title>
		<link>http://keytheory.com/crash-course-1-5-assignment-review/</link>
		<comments>http://keytheory.com/crash-course-1-5-assignment-review/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 00:11:25 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Crash Course in Web Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=331</guid>
		<description><![CDATA[Well, after getting feedback on Part 1 of the crash course I realized a few things which sent me back to the drawing board to make some changes to my plan for the course. First to tackle, a better break down of the assignments for those who are really in the dark on the web [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after getting feedback on Part 1 of the crash course I realized a few things which sent me back to the drawing board to make some changes to my plan for the course.</p>
<p>First to tackle, a better break down of the assignments for those who are really in the dark on the web and HTML. So below is a new assignment if you couldn&#8217;t follow assignment 1.</p>
<h3>Assignment 1.5:</h3>
<ol>
<li>Download Source Files</li>
<li>Open cc1-5-start.htm in a text editor and format the page as noted in the document</li>
<li>Search the internet and find three new tags to use</li>
<li>Check your code against cc1-5-finish.htm &amp; Test in a browser</li>
</ol>
<h3>Assignment 1.5 Breakdown:</h3>
<p><strong>1) Download Source files</strong><br />
In the last assignment the goal was to create an HTML page named &#8220;index.htm&#8221;. You can use a editing program like Notepad or TextEdit to create a text document. <em>And if you save the document with a &#8220;.htm&#8221; or &#8220;.html&#8221; it will be rendered as HTML in a browser.</em></p>
<p>For our purposes you can  download <a href="../crash-course-in-web-design/source/1-5-html-basics.zip">Download  Source 1.5 Files</a> and use cc1-5-start.htm.</p>
<p><strong>2) Format the page as noted in the document</strong><br />
If you download the zip file you will find cc1-5-start.htm which contains the text content to be formatted. And a file cc1-5-finish.htm that contains the finished document.</p>
<p>You can open the HTML documents in a text editing program such as Notepad or TextEdit.</p>
<p>Note, the start document has pieces of text wrapped in &lt;p&gt; paragraph tags. Look to the cc1-5-finish.htm to see how different things are handled and be sure to understand how they work.</p>
<p><strong>3) Search the internet and find three new tags to use</strong><br />
After reading the first post you should know what HTML tags are. Here we want to use a search engine, such as Google or Yahoo, to find new HTML tags that weren&#8217;t mentioned in the first post. For example, I did a quick search and after looking at a few sites I found the &#8220;small&#8221; tag.</p>
<p>&lt;small&gt;Small Tags makes text small&lt;/small&gt; = <small>Small Tags makes text small</small></p>
<p><strong>4) Test your document by opening it in a browser</strong><br />
Open a browser such as Firefox or Safari and click &#8220;File &gt; Open&#8221; or Open File (<em>depending on the browser</em>), find the document you want to preview in the browser and click open. This should open the document in the browser and render it as HTML.</p>
<p><a href="http://keytheory.com/crash-course-in-web-design/source/1-5-html-basics.zip">Download Source 1.5 Files</a></p>
<p>Moving forward I aim to make the assignments more thorough with source files to follow. Feel free to provide feedback on this post and let me know if there are any things that still need addressing.</p>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/crash-course-1-5-assignment-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crash Course in Web Design &#8211; Part 1 Basic HTML Tags</title>
		<link>http://keytheory.com/crash-course-in-web-design-part-1-basic-html-tags/</link>
		<comments>http://keytheory.com/crash-course-in-web-design-part-1-basic-html-tags/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 02:52:45 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Crash Course in Web Design]]></category>
		<category><![CDATA[web crash course]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=255</guid>
		<description><![CDATA[Understanding how HTML and HTML Tags work is one of the first steps in getting into web design. This post goes over some of the most common Tags used in text content.]]></description>
			<content:encoded><![CDATA[<h3><a href="http://keytheory.com/wp-content/uploads/2010/03/crash-course-html-basics.jpg"><img class="alignnone size-full wp-image-285" title="crash-course-html-basics" src="http://keytheory.com/wp-content/uploads/2010/03/crash-course-html-basics.jpg" alt="" width="640" height="200" /></a></h3>
<p><strong>Download Source Files:</strong> <a title="Intro into HTML Basics Tags" href="http://keytheory.com/crash-course-in-web-design/source/1-html-basics.zip" target="_blank">1-html-basics.zip</a></p>
<p>The following YouTube video goes over some of the things mentioned in the blog below in regards to HTML tags.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qMaPlbiLXAA&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/qMaPlbiLXAA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<hr />
<h3>Understanding the basics of HTML tags.</h3>
<p>To get a browser to render HTML properly HTML text needs to be wrapped in HTML tags.</p>
<p>An an HTML document, HTML elements are tags, as well as text, which act as indicators to a web browser as to how the document is to be interpreted. An example of a tag is: &lt;p&gt;&lt;/p&gt;</p>
<p>which is a tag for a &#8220;paragraph&#8221;.</p>
<p>For example to make a word in HTML <strong>bold</strong>, wrap the text in a &#8220;strong&#8221; tag like below:<br />
&lt;strong&gt;Text here&lt;/strong&gt; // &#8211; - &gt;&gt;  <strong>Text here</strong></p>
<p>For <strong>italic </strong>words we&#8217;d use &#8220;em&#8221; for embellish.<br />
&lt;em&gt;Text here&lt;/em&gt; // &#8211; - &gt;&gt; <em>Text here</em></p>
<p>If you want to use <strong>multiple tags</strong> use make sure they are opened and then closed in enclosing method such as:<br />
&lt;tag1&gt;&lt;tag2&gt;My words&lt;/tag2&gt;&lt;/tag1&gt;<br />
&lt;strong&gt;&lt;em&gt;My words&lt;/em&gt;&lt;/strong&gt; // &#8211; - &gt;&gt; <strong><em>My words</em></strong></p>
<hr />
<h3>Common HTML Tags used in web design</h3>
<p>HTML tags commonly have and opening tag and a closing tag such as: &lt;strong&gt;&lt;/strong&gt;</p>
<h4>Tags that have open and closing tags.</h4>
<p><strong>Bold </strong>- &lt;strong&gt;&lt;strong&gt;<br />
<strong>Italic</strong> &#8211; &lt;em&gt;&lt;/em&gt;<br />
<strong>Underline</strong> &#8211; &lt;u&gt;&lt;/u&gt;<br />
<strong>Paragraph</strong> &#8211; &lt;p&gt;&lt;/p&gt;<br />
<strong>Text Link</strong> &#8211; &lt;a href=&#8221;http://mysite.com&#8221;&gt;Text Link Here&lt;/a&gt;<br />
<strong>Heading 1</strong> &#8211; &lt;h1&gt;&lt;/h1&gt;<br />
<strong>Heading 2</strong> &#8211; &lt;h2&gt;&lt;/h2&gt;<br />
<strong>Heading 3</strong> &#8211; &lt;h3&gt;&lt;/h3&gt;</p>
<h4>Self closing tags.</h4>
<p>The following tags are self closing, meaning they do not have an associated closing tag. Instead they close themselves with &#8220;/&gt;&#8221;.</p>
<p><strong>Image</strong> &#8211; &lt;img src=&#8221;http://mysite.com/images/image.jpg&#8221; /&gt;<br />
<strong>Line Break </strong>- &lt;br /&gt;<br />
<strong>Horizontal Rule</strong> &#8211; &lt;hr /&gt;</p>
<p><strong>Bulleted List:</strong> Lists are an important part of web design. They are commonly used for navigation once they are stylized. Notice first the Unordered List tag &#8220;ul&#8221; is opened, then List items &#8220;li&#8221; are added.</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;bullet 1&lt;/li&gt;<br />
&lt;li&gt;bullet 2&lt;/li&gt;<br />
&lt;li&gt;bullet 3&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<hr />
<h3>Assignment 1:</h3>
<ul>
<li>Create a text doc and save it as index.htm</li>
<li>Code out the tags above to create a page of content</li>
<li>Search the internet and find three new tags to use</li>
<li>Test your document by opening it in a browser</li>
</ul>
<p><strong>Download Source Files:</strong> <a title="Intro into HTML Basics Tags" href="../crash-course-in-web-design/source/1-html-basics.zip" target="_blank">1-html-basics.zip</a></p>
<hr />
<h3>Other HTML Resources</h3>
<p>There are quite a few other HTML tags that can be used in web design.  Just a quick search in Google and you can find quite a few resources.</p>
<ul>
<li><a rel="nofollow" href="http://net.tutsplus.com/" target="_blank">http://net.tutsplus.com/</a></li>
<li><a rel="nofollow" href="http://websitetips.com/articles/html/basictags/" target="_blank">http://websitetips.com/articles/html/basictags/</a></li>
<li><a rel="nofollow" href="http://addedbytes.com/cheat-sheets/download/html-cheat-sheet-v1.pdf" target="_blank">http://addedbytes.com/cheat-sheets/download/html-cheat-sheet-v1.pdf</a></li>
<li><a rel="nofollow" href="http://www.webmonkey.com/2010/02/html_cheatsheet/" target="_blank">http://www.webmonkey.com/2010/02/html_cheatsheet/</a></li>
</ul>
<hr />
<h3>Browsers for Web Design</h3>
<p>I prefer Firefox as a browser, or Chrome, however when building for web you should test your pages in various browsers as the HTML may render differently in different browsers including Safari, Explorer. Different platforms like Mac, PC, Mobile all render things a bit differently.</p>
<p>I suggest try using Firefox and add the following plugins.</p>
<ul>
<li><a rel="nofollow" href="# https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/60</a> &#8211; Web Developer</li>
<li><a rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/1843</a> &#8211; FireBug</li>
</ul>
<hr />
<h2>The Basics of an HTML page</h2>
<p>This is a supplementary video that shows the basics of an HTML web page.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qMaPlbiLXAA&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/qMaPlbiLXAA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Well, that&#8217;s it for now, next post in the series will focus on file structure and linking files.</p>
<p>Please help me promote my beta-course by tweeting, Facebooking or sharing with friends. Thanks for your support! &#8211; kh</p>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/crash-course-in-web-design-part-1-basic-html-tags/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dealing with the challenges of designing a website for yourself.</title>
		<link>http://keytheory.com/dealing-with-the-challenges-of-designing-a-website-for-yourself/</link>
		<comments>http://keytheory.com/dealing-with-the-challenges-of-designing-a-website-for-yourself/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 02:56:45 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[site strategy]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=113</guid>
		<description><![CDATA[Designing for yourself can be challenging. Why is that? You know what you like and you don&#8217;t have anyone to answer to besides yourself. Well it&#8217;s different for different people. There are actually a few designers that I know that enjoy designing for themselves. Most designers and even design shops fall into traps that we [...]]]></description>
			<content:encoded><![CDATA[<p>Designing for yourself can be challenging. Why is that? You know what you like and you don&#8217;t have anyone to answer to besides yourself. Well it&#8217;s different for different people. There are actually a few designers that I know that enjoy designing for themselves. Most designers and even design shops fall into traps that we warn our own clients about.</p>
<p>Here are several pitfalls and ways to get around them.</p>
<ol>
<li><strong>Not doing your homework or having a strategy</strong>.<br />
This is a sure fire way to fail, if you don&#8217;t know what goals you&#8217;re trying to achieve then you are most likely not going to reach them. You need to figure out the goals for your site and develop your site around those goals.</li>
<li><strong>Taking the cheap route</strong><br />
Some people try to save money or time buy going with a plug and play template or having their friend&#8217;s son build them a web site. IF you really want to get a return on investment, make an investment. Would you want someone to put on a roof on your house for $100? Probably not that&#8217;d be scary, same is for web just because you can&#8217;t see the difference a professional can and so can your results. No need to spend top dollar but find someone with reasonable rates and be willing to make an investment into your company if you expect others to.</li>
<li><strong>There is no absolute perfect.</strong><br />
Too many people fall for this one; trying to get everything completely perfect before moving to the next stage. Don&#8217;t get me wrong you should have the major wrinkles ironed out but no need to be perfect your site can changed. It is not set in stone. You can launch the site and continue to refine and add to it as time goes on.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/dealing-with-the-challenges-of-designing-a-website-for-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Custom Facebook Design for Jacksonville Band Artizan</title>
		<link>http://keytheory.com/new-custom-facebook-design-for-jacksonville-band-artizan/</link>
		<comments>http://keytheory.com/new-custom-facebook-design-for-jacksonville-band-artizan/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 02:56:47 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=104</guid>
		<description><![CDATA[I just launched phase one of a new Facebook design for a Jacksonville band Artizan. Customized Facebook Tabs: A home page &#8220;Artizan&#8220;  tab developed in Adobe Flash which features a video of the band in the studio, links to reviews and launch a music player. A &#8220;promote the band&#8221; tab which let&#8217;s people share the [...]]]></description>
			<content:encoded><![CDATA[<p>I just launched phase one of a new Facebook design for a Jacksonville band Artizan.</p>
<p><img class="alignnone size-full wp-image-105" title="Artizan Custom Facebook Design" src="http://keytheory.com/wp-content/uploads/2009/11/artizan.jpg" alt="Artizan Custom Facebook Design" width="500" height="510" /></p>
<h3>Customized Facebook Tabs:</h3>
<ul>
<li>A home page &#8220;<strong>Artizan</strong>&#8220;  tab developed in Adobe Flash which features a video of the band in the studio, links to reviews and launch a music player.</li>
<li>A &#8220;<strong>promote the band</strong>&#8221; tab which let&#8217;s people share the band with their friends.</li>
<li>A &#8220;<strong>music player</strong>&#8221; tunecore widget was also added to let people hear and purchase their music.</li>
<li>Last but not least a custom side navigation was added to give priority to featured navigation.</li>
</ul>
<p><span id="more-104"></span>This is just the first phase. The band has plans to grow their site and further enhance the users experience. The band has already received great feedback from their Facebook customization. They are currently sticking out lick a diamond in the rough against other pages and are give their visitors a great first impression.</p>
<p>There will certainly be more posts ahead on Artizan in future posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/new-custom-facebook-design-for-jacksonville-band-artizan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So what type of Web Site are dealing with you anyway?</title>
		<link>http://keytheory.com/so-what-type-of-web-site-are-dealing-with-you-anyway/</link>
		<comments>http://keytheory.com/so-what-type-of-web-site-are-dealing-with-you-anyway/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 17:54:28 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[site strategy]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=68</guid>
		<description><![CDATA[The 6 main categories of web sites: Web Based Sales &#8211; Selling products on-line / E-commerce Offline Sales &#8211; Selling products but on stores or through traditional retail Generating Leads &#8211; Getting new business or possible customers Market Awareness &#8211; Letting consumers know about a particular product or service Informative or Entertaining &#8211; Just for [...]]]></description>
			<content:encoded><![CDATA[<h3>The 6 main categories of web sites:</h3>
<ul>
<li><strong>Web Based Sales</strong> &#8211; Selling products on-line / E-commerce</li>
<li><strong>Offline Sales</strong> &#8211; Selling products but on stores or through traditional retail</li>
<li><strong>Generating Leads</strong> &#8211; Getting new business or possible customers</li>
<li><strong>Market Awareness</strong> &#8211; Letting consumers know about a particular product or service</li>
<li><strong>Informative or Entertaining</strong> &#8211; Just for the sake of sharing info or entertainment with others</li>
<li><strong>Influential or Persuasion</strong> &#8211; Trying to influence a person to lean towards a new direction, product or stance</li>
</ul>
<p>These different types can overlap and be mixed up but realizing what type of site you&#8217;re dealing with can make a big difference to how you go about designing the site, marketing it or optimizing it for search engines.</p>
<p>I see KeyTheory.com falls into the Generating Leads, Market Awareness, and Informative categories and will keep that in mind when planning out the rest of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/so-what-type-of-web-site-are-dealing-with-you-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Core Processes of Web Redesign 2.0 Site Design</title>
		<link>http://keytheory.com/5-core-processes-of-web-redesign-2-0-site-design/</link>
		<comments>http://keytheory.com/5-core-processes-of-web-redesign-2-0-site-design/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:03:35 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[site strategy]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=59</guid>
		<description><![CDATA[Well there are a lot of different ways you can go in regards to designing a web site. The medium is constantly changing and so are the techniques. Not every project is the same so processes should be modified to meet specific project needs. Below outlines five core processes / steps to design a web [...]]]></description>
			<content:encoded><![CDATA[<p>Well there are a lot of different ways you can go in regards to designing a web site. The medium is constantly changing and so are the techniques. Not every project is the same so processes should be modified to meet specific project needs.</p>
<p><strong>Below outlines five core processes / steps to design a web site:</strong></p>
<h3>Define</h3>
<ul>
<li>Discover</li>
<li>Plan</li>
<li>Clarify</li>
</ul>
<h3>Structure</h3>
<ul>
<li>Content Plan</li>
<li>Structure Site</li>
<li>Structure Pages</li>
<li>Strategic Planning</li>
</ul>
<h3>Design</h3>
<ul>
<li>Create</li>
<li>Review &amp; Refine</li>
<li>Complete</li>
</ul>
<h3>Develop</h3>
<ul>
<li>Pre-Production &#8211; Set up for success</li>
<li>Production &#8211; Build</li>
<li>Post Production &#8211; Q/A</li>
</ul>
<h3>Measure</h3>
<ul>
<li>Launch</li>
<li>Clean up</li>
<li>Maintain</li>
<li>Measure and Analyze</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/5-core-processes-of-web-redesign-2-0-site-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are web designers becoming obsolete due to social media tools?</title>
		<link>http://keytheory.com/are-web-designers-becoming-obsolete-due-to-social-media-tools/</link>
		<comments>http://keytheory.com/are-web-designers-becoming-obsolete-due-to-social-media-tools/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:29:06 +0000</pubDate>
		<dc:creator>Kenny Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web designer]]></category>

		<guid isPermaLink="false">http://keytheory.com/?p=7</guid>
		<description><![CDATA[Why should one continue to hire a professional web designer when building a web site has never been easier? There are sites and services that let people set up web pages with in a few clicks. Web templates are available all over the place and are pretty easy to customize. So it wouldn&#8217;t it be [...]]]></description>
			<content:encoded><![CDATA[<p>Why should one continue to hire a professional web designer when building a web site has never been easier? There are sites and services that let people set up web pages with in a few clicks. Web templates are available all over the place and are pretty easy to customize. So it wouldn&#8217;t it be a good  idea to save your money and put it into other forms of advertising&#8230; Wrong!</p>
<h2>The standards for web design continue to raise.</h2>
<p>Although you can build a web site really easily in today&#8217;s world, it takes a professional to really know how to set your site up for success. Web design is tricky. You could use a paint brush when you were three but it takes experience to master the skill. It&#8217;s the same for web. Things such as usability, site hierarchy,  search engine optimization and  social media technologies take time to learn and more time to master. A good experienced web designer should be able to develop a site that will provide better results and a higher ROI than a cheap out of the box web site. If one decides to go the cheapest route they possibly can then they are probably not going to be much of a competition for a competitor who is willing to go the distance to dominate the industry.</p>
<h2>Save time by using professional web designers.</h2>
<p>Some people may want to avoid the cost of paying someone to do something that they can do themselves. This happens with any industry. Changing the oil on a car is really an easy process but when someone could get it done quicker and save you the hassle so you can focus on what you want to do, that&#8217;s probably better for both of you. Same thing with web design. You can pay professional, get the job done quicker, get better results and have more time to do the things you can do for your business.</p>
<h2>Technology are continues to grow.</h2>
<p>As new technologies come out, businesses will continue to jump on them and utilize their services to gain advantage over their competition. The businesses that fail to grow or change will be holding themselves back if not eliminating themselves completely. Can you imagine a business today that refused to ever use a phone or e-mail as they preferred to handle business in person&#8230; Very unlikely.</p>
<h3>Good Professional Web Designers  offer:</h3>
<ul>
<li>A professional product</li>
<li>One of the best ROIs in advertising</li>
<li>Valuable experience</li>
<li>Quicker Turnaround</li>
<li>A broad understanding of the web</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://keytheory.com/are-web-designers-becoming-obsolete-due-to-social-media-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
