<?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</title>
	<atom:link href="http://inteldesigner.com/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>What is Divergence?</title>
		<link>http://inteldesigner.com/2010/code/what-is-divergence</link>
		<comments>http://inteldesigner.com/2010/code/what-is-divergence#comments</comments>
		<pubDate>Wed, 18 Aug 2010 18:28:55 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=849</guid>
		<description><![CDATA[I’m sorry for the very rough writing here but I need to get this out of my system (will refine soon). In the early day of the web, development was a mess. Everything was intertwined and jumbled. HTML, Styles, and JavaScript lived together.]]></description>
			<content:encoded><![CDATA[<p><strong>Part One</strong>: <a href="http://inteldesigner.com/2010/code/the-principle-of-divergence">Why we need divergence</a>.</p>
<p>Because of this mess a few creative practitioners taught us to separate our content, presentation and behaviors. But, this ideal paradigm is incapable of fulfilling the needs of the web today.</p>
<p>So along came what I will call divergence; or convergence if you look at it from another perspective. Divergence in web development is the braking apart semantics, presentation, and behavior. However, it is not complete separation of the layers.</p>
<p>In divergence you can use presentation with semantics, as long as it’s semantic (not likely to happen because presentation is rarely semantic).  And, you can use behavior within semantics as long as it’s semantic. And, you can use behavior within presentation as long as it’s presentational.</p>
<p>This is basically a conditional AND, not OR, statement versus the boolean ideals behind separation.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-852" title="divergance" src="http://inteldesigner.com/wp-content/uploads/2010/08/divergance1.jpg" alt="" /></p>
<p>For example, in HTML5 we have type=”email”. Attached to this semantic value is form validation, or a behavior; it’s ok to use under divergence.</p>
<p>This is true because the value email is semantic when in use and the behavior supports its semantics. However, if we were to use the font tag we would not be diverging because the font tag is not semantic and presentational, it is only presentational. And, so, we diverge font styling into our CSS only.</p>
<p>If we want to apply JavaScript to our HTML we can’t add it into the HTML body because it is not semantic and behavioral. The JavaScript would need to diverge. And, if we wanted to use behavior within CSS, our presentation, it needs to be both presentational and behavioral.</p>
<p>Under this methodology we keep our semantics, presentation, and behaviors intact while working with new technologies.</p>
<p>More to come later…</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/code/what-is-divergence/feed</wfw:commentRss>
		<slash:comments>4</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 &#8211; Browsers and Fonts and Hosting, oh my!</title>
		<link>http://inteldesigner.com/2010/connect/web-weekly-browsers-and-fonts-and-hosting-oh-my</link>
		<comments>http://inteldesigner.com/2010/connect/web-weekly-browsers-and-fonts-and-hosting-oh-my#comments</comments>
		<pubDate>Sun, 15 Aug 2010 00:23:42 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=841</guid>
		<description><![CDATA[Latest episode of the <a href="http://zero1productions.com/webweekly/2010/08/15/browsers-and-fonts-and-hosting-oh-my/">Web Weekly</a> is live! In this weeks episode Kevin and Jonas talk about Networking, Firefox Tab Candy, IE9 Preview 4, HTML5 Boilerplate, Google Fonts Preview Tools, and to host or not to host as a web designer.]]></description>
			<content:encoded><![CDATA[<p>You can find the podcast and all of the podcast show notes online at <a href="http://zero1productions.com/webweekly/">http://zero1productions.com/webweekly/</a>.</p>
<p>Check out <a href="http://zero1productions.com/webweekly/2010/07/30/remix/">this weeks episode</a> or <a href="http://itunes.apple.com/podcast/web-weekly/id384536407">Subscribe in iTunes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/web-weekly-browsers-and-fonts-and-hosting-oh-my/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Weekly &#8211; Google Waves Goodbye</title>
		<link>http://inteldesigner.com/2010/connect/web-weekly-google-waves-goodbye</link>
		<comments>http://inteldesigner.com/2010/connect/web-weekly-google-waves-goodbye#comments</comments>
		<pubDate>Sat, 07 Aug 2010 01:48:35 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=837</guid>
		<description><![CDATA[Latest podcast has been uploaded. Check it out when you have a chance. In this weeks episode, we talk about CSS Sripts, IE, iPhone in CSS3, HTML5, and Google Dropping Wave.]]></description>
			<content:encoded><![CDATA[<div>
<p>You can find the podcast and all of the podcast show notes online at <a href="http://zero1productions.com/webweekly/">http://zero1productions.com/webweekly/</a>.</p>
<p>Check out <a href="http://zero1productions.com/webweekly/2010/07/30/remix/">this weeks episode</a> or <a href="http://itunes.apple.com/podcast/web-weekly/id384536407">Subscribe in iTunes</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/web-weekly-google-waves-goodbye/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Element Parser</title>
		<link>http://inteldesigner.com/2010/code/html-element-parser</link>
		<comments>http://inteldesigner.com/2010/code/html-element-parser#comments</comments>
		<pubDate>Thu, 05 Aug 2010 04:03:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=835</guid>
		<description><![CDATA[I just started using github for version control and my open source apps. The newest is my HTML Parser. You can find <a href="http://github.com/kevindees/HTML-Parser">it on github</a> or <a href="http://www.webduckapp.com/html/">the tester here</a>.]]></description>
			<content:encoded><![CDATA[<p>HTML Element Parser will give you an array of all the html elements of your choosing. The program has been build for expansion and I plan to use it for the creation of some cool applications. Still, if you simply want to strip everything out of your html but the elements, give the tester a try.</p>
<p>The real power is in the code. If you plan to make a application that needs to find the html elements of a page and you can&#8217;t access the DOM give this a shot.</p>
<p>While the application will not give you attributes, yet, or give you a multi-dimensional-array, yet, I think you might find it useful down the road. Please give it a look and tell me what you think.</p>
<p>And, yes! This is open source.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/code/html-element-parser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Weekly podcast makes it to episode 2</title>
		<link>http://inteldesigner.com/2010/connect/web-weekly-podcast-makes-it-to-episode-2</link>
		<comments>http://inteldesigner.com/2010/connect/web-weekly-podcast-makes-it-to-episode-2#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:44:30 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=833</guid>
		<description><![CDATA[As expected, we made it to episode number two. The sound is still not what we want it to be but what can we say. If you want to listen in please checkout our podcasts website.]]></description>
			<content:encoded><![CDATA[<p>You can find the podcast and all of the podcast show notes online at <a href="http://zero1productions.com/webweekly/">http://zero1productions.com/webweekly/</a>.</p>
<p>Check out <a href="http://zero1productions.com/webweekly/2010/07/30/remix/">this weeks episode</a> or <a href="http://itunes.apple.com/podcast/web-weekly/id384536407">Subscribe in iTunes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/web-weekly-podcast-makes-it-to-episode-2/feed</wfw:commentRss>
		<slash:comments>0</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>5by5 Tee</title>
		<link>http://inteldesigner.com/2010/connect/5by5-tee</link>
		<comments>http://inteldesigner.com/2010/connect/5by5-tee#comments</comments>
		<pubDate>Wed, 21 Jul 2010 00:57:32 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Connect]]></category>

		<guid isPermaLink="false">http://inteldesigner.com/?p=824</guid>
		<description><![CDATA[Totally pumped about my 5by5 tee that came in the mail today. If you have not heard of 5by5 you really need to check it out.]]></description>
			<content:encoded><![CDATA[<p>Here are a few pictures of my tee. You can find the 5by5 network at <a href="http://www.5by5.tv">www.5by5.tv</a>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-825" title="tt" src="http://inteldesigner.com/wp-content/uploads/2010/07/tt.jpg" alt="" /><img class="aligncenter size-full wp-image-826" title="ttt" src="http://inteldesigner.com/wp-content/uploads/2010/07/ttt.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://inteldesigner.com/2010/connect/5by5-tee/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

