<?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>Intel Designer &#187; Feature</title>
	<atom:link href="http://inteldesigner.com/category/feature/feed" rel="self" type="application/rss+xml" />
	<link>http://inteldesigner.com</link>
	<description>Web blog of Kevin Dees</description>
	<lastBuildDate>Thu, 02 Dec 2010 20:50:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>I&#8217;m Moved</title>
		<link>http://inteldesigner.com/2010/code/im-moved</link>
		<comments>http://inteldesigner.com/2010/code/im-moved#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:49:29 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=867</guid>
		<description><![CDATA[Hey guys look an update!]]></description>
			<content:encoded><![CDATA[<p>This blog will no longer be updated or maintained. We are moving to <a href="http://kevindees.cc">www.kevindees.cc</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/code/im-moved/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Moving</title>
		<link>http://inteldesigner.com/2010/connect/blog-moving</link>
		<comments>http://inteldesigner.com/2010/connect/blog-moving#comments</comments>
		<pubDate>Sun, 03 Oct 2010 23:51:23 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Feature]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=864</guid>
		<description><![CDATA[Hey guys, I have been doing a lot of thinking and want to let you know whats up: I plan to kill this blog and move it to a new domain. I simply feel like this is a blog for a blog and not a blog for me.]]></description>
			<content:encoded><![CDATA[<p>I first thought that I wanted to make this blog a place for people to come to learn. I wanted to blog as much as possible, but now I see that this was not what I wanted. At first I wanted to make a site that had all the things I wish I had found when I first started programing websites. However, I have made it something I do not want it to be&#8230; boring. It&#8217;s freakin&#8217; lame and I have better standards to live up too.</p>
<p>Hey, its my first blog! It has been awesome! But, I listened to other bloggers talk about how blogging should be regular and I&#8217;m calling BS. I made my blog something others advised and was not true to what I wanted: awesomeness.</p>
<p>I want to blog about what I think is awesome, when its awesome. I don&#8217;t want to blog about something because its time too. That kinda stuff if for people who want to gain or make a living blogging. I don&#8217;t!</p>
<p>I&#8217;m not saying you can&#8217;t blog regularly, time your posts, make a few bucks, and be amazing at it. I&#8217;m saying I don&#8217;t want my blog to take of my blog. So, this place is coming down&#8230; most of what I have here will exist on my new site but some will be gone forever.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/blog-moving/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Principle of Divergence</title>
		<link>http://inteldesigner.com/2010/code/the-principle-of-divergence</link>
		<comments>http://inteldesigner.com/2010/code/the-principle-of-divergence#comments</comments>
		<pubDate>Wed, 18 Aug 2010 03:40:55 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=844</guid>
		<description><![CDATA[CSS3 and HTML5 are innovations to be practiced and mastered. And, while best practices like graceful degradation and progressive enhancement will continue guide implementation, I don’t think that the principles of separation will.]]></description>
			<content:encoded><![CDATA[<p>I have always been one to support the separation of content, presentation, and behavior. But, HTML5 and CSS3 are blurring the lines. For example, there has been a convergence on the behavioral layer; now that we have inline form validation alongside CSS transforms and transitions.</p>
<p>A few purists, I’m sure, will be outraged by what I’m saying. But, if the truth be told, the pseudo class hover has been triggered by user action for quite a while. That is, behavior within presentation.</p>
<p>From the CSS specification, “Interactive user agents sometimes change the rendering in response to user actions. CSS provides three pseudo-classes for common cases.”</p>
<p>This has made me question the principle behind separation of content, presentation and design. And, as I have investigated the idea behind separation, inspiring as it is, I have not found it to be practical.</p>
<p>Separation is a novel idea. It has guided the design style of many amazing programmers and artists. It has led to numerous beautiful and functional websites. But, this segregation of content, presentation and behavior is, as I have found it, much like XHTML 2: little more than an idealistic view worth stemming from.</p>
<p>It is time to leave this ideology behind us. It has served its purpose practically and well. Times are changing and new technologies are piping a different tune: divergence.</p>
<p>It is time to start diverging, not separating.</p>
<p><strong>Part Two</strong>: <a href="http://inteldesigner.com/2010/code/what-is-divergence">Divergence explained</a></p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/code/the-principle-of-divergence/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Weekly Podcast</title>
		<link>http://inteldesigner.com/2010/connect/web-weekly-podcast</link>
		<comments>http://inteldesigner.com/2010/connect/web-weekly-podcast#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:15:46 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=828</guid>
		<description><![CDATA[It seems I'm always trying something new. Today I wanted to announce the launch of "Web Weekly", a podcast with myself and Jonas Flint. Each week we plan to include news, reviews and interviews from time to time.  ]]></description>
			<content:encoded><![CDATA[<p>You can find the &#8220;Web Weekly&#8221; podcast at <a href="http://zero1productions.com/webweekly/">http://zero1productions.com/webweekly</a>. We really hope you like the podcast and come back for more. If you want to add the podcast to iTunes you will need to do so manually, until we are cleared by iTunes.</p>
<p><strong>Update</strong>: Podcast has been cleared! <a href="http://itunes.apple.com/podcast/web-weekly/id384536407">Subscribe in iTunes</a></p>
<p>Also, we are working on making the podcast better. Please bear with us as we get more organized, and our nerves calm down.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/web-weekly-podcast/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop reversing the design process</title>
		<link>http://inteldesigner.com/2010/design/stop-reversing-the-design-process</link>
		<comments>http://inteldesigner.com/2010/design/stop-reversing-the-design-process#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:25:19 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=729</guid>
		<description><![CDATA[If you are designing in reverse, please stop. Design is not making things look nice. That is meaningless. Design is a form of emotional communication. It must be informed by the content it represents. You don’t smile when you’re angry… it’s freaky. And you don’t design without content… it’s scary.]]></description>
			<content:encoded><![CDATA[<p>When I started designing websites I did it like every newbie, without content. I was a moron. How could I ever create something meaningful without context?</p>
<p>Now, I know when you&#8217;re new it’s hard to get clients to give you anything, content or cash. But, they don’t know what design is, and they don’t know that they need it. It’s not their job, it yours, and you need to inform them.</p>
<h2>Doing design right</h2>
<p>As I learned, design was not about picking up a brush and hoping something nice came out (This is what most new website owners assume). It was about understanding, communication and art.</p>
<p>I had the process all wrong:</p>
<ol>
<li>design a site</li>
<li>plug in content</li>
<li>and market the content</li>
</ol>
<p>Instead the process is quite the opposite:</p>
<ol>
<li>understand the market</li>
<li>develop content based on that information</li>
<li>and let the content inform the design.</li>
</ol>
<h2>Market awareness</h2>
<p>Marketing is the first step to design. For a writer, marketing is a story. For us, it’s the story of those we are working with. But we can only begin to write once we understand their story.</p>
<h2>Content</h2>
<p>Every story has characters. Who are the characters of the brand you are working with? What is their history? What is their personality? What do they do for fun? Are they goofy or proper?</p>
<p>Writing is hard if you don’t know these things. In the end writing is about bringing an idea to life. It’s about painting a picture in the mind’s eye; and it’s our job to communicate what that painting is emotionally.</p>
<h2>Design</h2>
<p>Communication is emotional. It is where most relationships break down too. If a design is not communicating correctly, how can the design stand? Well, it doesn’t. It never will. It’s like a person who smiles on the outside and wages war within. Bad design is like a volcano waiting to erupt without warning, and volcanoes erupt.</p>
<p>Design is informed by content. If it’s not, it’s not communicating.</p>
<h2>What is your story?</h2>
<p>So, what is the story you need to communicate? Have the characters already been given to you? Or, will you pretend that you can design the cover of a book without pages?</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/design/stop-reversing-the-design-process/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding your Domain to Google</title>
		<link>http://inteldesigner.com/2010/feature/adding-your-domain-to-google</link>
		<comments>http://inteldesigner.com/2010/feature/adding-your-domain-to-google#comments</comments>
		<pubDate>Tue, 15 Jun 2010 02:01:17 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=712</guid>
		<description><![CDATA[A while back I had quite a bit of trouble getting Google to index one our my clients websites. The domain was new, not friendly and they lacked content, three things that Google takes very seriously. So I spoke with a few friends and got some really good suggestions I thought I would share here.]]></description>
			<content:encoded><![CDATA[<h2>Twitter</h2>
<p>First, if you are having trouble getting your site indexed try submitting the URL to a site that gets indexed frequently. When you submit your domain name to these site be sure their reputation is good. Search engines will rank your site based on how reputable the sites that link to you are. Twitter is an excellent example because they are both reputable and indexed often.</p>
<h2>Google URL Adder</h2>
<p>If you didn&#8217;t know, Google has <a href="http://www.google.com/addurl/?continue=/addurl">its own tool for adding URLs to its index</a>. If you&#8217;re not sure Google can find your domain, try applying for Google spider to crawl your site on this site by using the tool. Google uses spiders to index websites so they appear in their search results. If you&#8217;re confused about how Google works check out this video, or <a href="http://www.google.com/howgoogleworks/">visit their page all about it</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" 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/BNHR6IQJGZs&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/BNHR6IQJGZs&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Web Design Agency</h2>
<p>Normally, if your relationship is good, the design company that is making your site will add your domain to their portfolio. If their site gets indexed often yours is bound to get picked up. Be warned that not all websites are added to design company&#8217;s portfolios. Many only show their best work so they don&#8217;t overwhelm new clients coming to their domain.</p>
<p>Be sure to recognize the decisions made by those you are working with. You never know what their situation is like or how many clients they are working with. However, chances are, if you&#8217;re a really good client they will do you a favor and get you indexed anyways.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/feature/adding-your-domain-to-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m here, I&#8217;ve moved and moved</title>
		<link>http://inteldesigner.com/2010/connect/im-here-ive-moved-and-moved</link>
		<comments>http://inteldesigner.com/2010/connect/im-here-ive-moved-and-moved#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:15:30 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=670</guid>
		<description><![CDATA[I started this blog a little over nine months ago. It has been tough, without doubt. Today, want to thank all of those who have stuck with this blog, new and old. You have made writing a bit easier and you have made this blog successful. So, starting today, things will be moving to a new rhythm, because of you.]]></description>
			<content:encoded><![CDATA[<p>First, I want to start posting more. I want to share more, without spoiling your expectations. So, I have come up with a roadmap for future posts. Here is the plan:</p>
<h2>Blogging Weekly</h2>
<ul>
<li><strong>Monday</strong>: Feature Post about the things I care about.</li>
<li><strong>Thursday</strong>: Quick and dirty CSS tutorials</li>
<li><strong>Saturday</strong>: Small business web tips</li>
</ul>
<p>These posts will continue to appear on this blog, <a href="http://inteldesigner.com">inteldesigner.com</a>. You will not have to add a new bookmark or favorite to your already growing list.</p>
<h2>Redesigned Site</h2>
<p>I’m also working hard away at updating this site. If you remember, I planned on doing this sooner but my priorities have not fallen that way.</p>
<p>As a compromise I updated the core code of this site just a few months ago. That was not the redesign I had planned back in January.</p>
<h2>Booking it</h2>
<p>I also told you I was going to write a nice little book for beginners. That is still in the works, I have not forgotten about it. The book will come together slowly, over the next few blog posts. Think of the book as a guided compilation of those posts.</p>
<h2>Thank you again</h2>
<p>I just wanted to say thank you again for the inspiration you have been, if only by your presence here. If you have any questions do not hesitate to ask, here or on twitter.</p>
<p><strong>As always, I welcome any recommendations you may have and all ideas. Please share.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/im-here-ive-moved-and-moved/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing a website proposal</title>
		<link>http://inteldesigner.com/2010/feature/writing-a-website-proposal</link>
		<comments>http://inteldesigner.com/2010/feature/writing-a-website-proposal#comments</comments>
		<pubDate>Mon, 17 May 2010 22:02:48 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=664</guid>
		<description><![CDATA[Writing a website proposal can be a great pain. If you don't know your stuff you will not make the sale. Here are a few basics I have learned about proposals and writing them. plus a few resources.]]></description>
			<content:encoded><![CDATA[<h2><strong>Thank you, thank you</strong></h2>
<p>First, when writing a proposal, include a friendly word of thanks to the prospective client. Let them know that you greatly appreciate their interest. This set the tone for the rest of the proposal.</p>
<h2>I&#8217;m awesome, brilliant</h2>
<p>Next, you may or may not want to include the classic &#8220;why we are so great&#8221; speech. Including this part can be important when trying to earn the clients trust, but don&#8217;t let it become a sells pitch, and don&#8217;t go over board. The keyword here is genuine. Remember, you can always demonstrate your ability to deliver throughout the proposal.</p>
<h2>Break it down</h2>
<p>In the next section of the document you need tell the perspective client what you plan to offer them, the deliverable. You should break everything down so the client can understand what you are talking about. Don&#8217;t use to much jargon.</p>
<p>If you are proposing a new website include all the items you plan to create: pages, designs, and everything else.</p>
<p>You will want to describe what each item is, why they need it, what you plan to do, and how you will deliver your promise to them. The client doesn&#8217;t want to trained on how HTML works, they want to know how it will make them profitable.</p>
<p>For example, if you are proposing a new contact page:</p>
<ul>
<li>Describe the contact page. What is it for?</li>
<li>Describe why you think it&#8217;s important. What is its value?</li>
<li>Describe what you plan to do. Do you plan to redesign the form, or implement Ajax for usability?</li>
<li>Describe how you plan to do what you have described. Will you use a retro style, or use jQuary?</li>
</ul>
<p>You can do a number of things when breaking down and itemizing your proposal, just be sure the client know what they are getting.</p>
<h2>Money</h2>
<p>Near the end of the proposal be sure to include a complete list of the items you have proposed. This will give your client a better look at what they are getting. More items is not always better. If you want include estimated prices in your proposal.</p>
<h2>Summary</h2>
<p>Finally, at the bottom of your document include a complete and brief summery of what you are proposing. Keep it short, keep it simple and keep it genuine.</p>
<h2>Resources</h2>
<p>If you have any resources or advice feel free to share. Here are some of mine:</p>
<ul>
<li><a href="http://24ways.org/2008/charm-clients-win-pitches">Charm Client, Win Pitches</a></li>
<li><a href="http://boagworld.com/podcast/web-design-podcast-12-briefs-and-proposals">Boagworld &#8211; Briefs and Proposals</a></li>
<li><a href="http://articles.sitepoint.com/article/sale-sleaze">Make That Sale &#8230; Without the Sleaze!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/feature/writing-a-website-proposal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Twitter going to make it?</title>
		<link>http://inteldesigner.com/2010/connect/is-twitter-going-to-make-it</link>
		<comments>http://inteldesigner.com/2010/connect/is-twitter-going-to-make-it#comments</comments>
		<pubDate>Mon, 10 May 2010 16:33:12 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=660</guid>
		<description><![CDATA[Over the last few weeks I have been trying to figure out how I feel about Twitter. I have debated their importance internally, I have read about how others feel, and now I’m writing about it hoping you will speak up.]]></description>
			<content:encoded><![CDATA[<h2><strong>Is Twitter a platform?</strong></h2>
<p>This is the big one; is Twitter a platform? I don’t think so, at least not yet. For me and most everyone I have seen, it’s a medium. It a communication channel that can be switch off as soon as something better comes along.</p>
<p>Now, Twitter has a development platform, and for those using it maybe Twitter is a platform; but, for people? No; it’s not one for me yet. I can do about the same with Facebook.</p>
<p>However, Twitter has one leg up on Facebook in that it can help you meet more people in more places. In other words Twitter is public by default, and that’s something Facebook wants to be. (and they are getting heat for it)</p>
<h2>When will twitter become a platform: needed?</h2>
<p>We “need” Twitter when they tie us to their service. Just think about @Anywhere. It’s a step to suck us in. Good or bad I don’t know. One thing is sure though, Twitter will make it if they do; because if we need them we are using them like a platform.</p>
<p>So the real question is whether or not we need Twitter? I don’t think so. I think Twitter needs us. Please don’t get me wrong here, Twitter is important! It connects us to a network of people and those people make Twitter important. But we don’t “need” Twitter, not yet. Not until they can convert their importance into a need.</p>
<p>Just because something is important doesn’t mean it is needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/is-twitter-going-to-make-it/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why your website needs to be fast</title>
		<link>http://inteldesigner.com/2010/feature/your-website-needs-to-be-fast</link>
		<comments>http://inteldesigner.com/2010/feature/your-website-needs-to-be-fast#comments</comments>
		<pubDate>Mon, 03 May 2010 15:11:18 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=646</guid>
		<description><![CDATA[Google has been talking a lot about speed over the last year. They created Chrome and are looking to provide Gigabit internet to the public. Speed has even become part of how they rank your site on their dominate search engine. So, if Google thinks speed is important, important enough to lay fiber, don’t you think it’s important too?]]></description>
			<content:encoded><![CDATA[<h2><strong>Speeding up</strong></h2>
<p>Ok, speed is important, really important. If you don’t believe me just read this <a href="http://googlewebmastercentral.blogspot.com/2010/05/you-and-site-performance-sitting-in.html">blog post Google lunched Sunday</a>. Google lays it out fairly well. They even cite Microsoft and Mozilla, their competition.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" 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/OpMfx_Zie2g&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/OpMfx_Zie2g&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>However, speeding up your site can be a bit terrifying, or it is for me. There are a load of things that go into speed.</p>
<ul>
<li>HTTP requests</li>
<li>File sizes</li>
<li>Programing quality</li>
<li>Content Delivery Networks</li>
<li>Database structure</li>
<li>Caching</li>
<li>Name severs</li>
<li>And more…</li>
</ul>
<p>Speeding up your site is not easy, unless your site is particularly horrifying. Still, you need to get on this train. Yes, the train is moving! Here are a few resources that might help you get moving too.</p>
<h3>Tools</h3>
<ul>
<li><a href="http://code.google.com/speed/page-speed/">Google Page Speed</a></li>
<li><a href="http://developer.yahoo.com/yslow/">Yahoo YSlow</a></li>
</ul>
<h3>Articles</h3>
<ul>
<li><a href="http://boagworld.com/technology/speedboost">5 ways to give your site a speed boost in less than 30 minutes.</a></li>
<li><a href="http://www.alistapart.com/articles/better-javascript-minification/">Better JavaScript Minification</a></li>
<li><a href="http://www.smashingmagazine.com/2010/01/06/page-performance-what-to-know-and-what-you-can-do/">Website Performance: What To Know and What You Can Do</a></li>
<li><a title="Permanent Link to Coding a Web Design for Speed  and Quality" href="http://www.webdesignerdepot.com/2009/11/coding-a-web-design-for-speed-and-quality/">Coding a Web Design for Speed and Quality</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/05/you-and-site-performance-sitting-in.html">You and site performance, sitting in a tree&#8230;</a></li>
</ul>
<h3>Books</h3>
<ul>
<li><a href="http://oreilly.com/catalog/9780596515089">Website Optimization</a></li>
<li><a href="http://oreilly.com/catalog/9780596529307/">High Performance Web Sites</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/feature/your-website-needs-to-be-fast/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

