<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HTML5 training: Taking a first look at HTML5</title>
	<atom:link href="http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/</link>
	<description>the blog of lynda.com</description>
	<lastBuildDate>Wed, 19 Jun 2013 17:29:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: James Williamson</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-430697</link>
		<dc:creator>James Williamson</dc:creator>
		<pubDate>Thu, 09 Feb 2012 17:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-430697</guid>
		<description><![CDATA[Bobby, simply style, and treat them the way you would a DIV tag. If you have IDs in place in your CSS, you can continue to use them. For example, if you replaced  with  the selector #header would continue to work. Since you can have multiple navs, headers, and footers in your document, using classes or IDs to correctly identify them is fine. You could also simplify your CSS depending upon how you are structuring your page. If you only use one  for example, you can drop the ID and simplify your selector to just &quot;header.&quot; It&#039;s less weight on your code and a bit faster. The main thing is to have a consistent strategy in place. Don&#039;t just change the tags to change them, think about why you&#039;re using the new structural elements and then plan your CSS accordingly. The transition might take some time, but eventually it will feel just as natural as what you&#039;re currently doing! Thanks for watching!]]></description>
		<content:encoded><![CDATA[<p>Bobby, simply style, and treat them the way you would a DIV tag. If you have IDs in place in your CSS, you can continue to use them. For example, if you replaced  with  the selector #header would continue to work. Since you can have multiple navs, headers, and footers in your document, using classes or IDs to correctly identify them is fine. You could also simplify your CSS depending upon how you are structuring your page. If you only use one  for example, you can drop the ID and simplify your selector to just &#8220;header.&#8221; It&#8217;s less weight on your code and a bit faster. The main thing is to have a consistent strategy in place. Don&#8217;t just change the tags to change them, think about why you&#8217;re using the new structural elements and then plan your CSS accordingly. The transition might take some time, but eventually it will feel just as natural as what you&#8217;re currently doing! Thanks for watching!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chelsea Adams, managing editor</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-430667</link>
		<dc:creator>Chelsea Adams, managing editor</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-430667</guid>
		<description><![CDATA[Hi Bobby! We&#039;ve contacted author James Williamson and he will get back to you just as soon as he can.]]></description>
		<content:encoded><![CDATA[<p>Hi Bobby! We&#8217;ve contacted author James Williamson and he will get back to you just as soon as he can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-420132</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-420132</guid>
		<description><![CDATA[I can&#039;t find anywhere in your videos on HTML 5 any information regarding the way to style the new tags such as NAV and HEADER.  I tried doing your video on converting a traditional document to an html 5 document but changing the names broke the structure of my code in design view within Dreamweaver CS 5.5. The Css has has for instance #nav to set the styling for the div id= &quot;nav&quot; but what is the syntax one would use for styling a  tag? Classes and ID&#039;s seem to be made for Divs. I&#039;m by no means a pro at this, far from it. What am I doing wrong if I am to use id and class with the  tag?]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t find anywhere in your videos on HTML 5 any information regarding the way to style the new tags such as NAV and HEADER.  I tried doing your video on converting a traditional document to an html 5 document but changing the names broke the structure of my code in design view within Dreamweaver CS 5.5. The Css has has for instance #nav to set the styling for the div id= &#8220;nav&#8221; but what is the syntax one would use for styling a  tag? Classes and ID&#8217;s seem to be made for Divs. I&#8217;m by no means a pro at this, far from it. What am I doing wrong if I am to use id and class with the  tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Willliamson</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-28176</link>
		<dc:creator>James Willliamson</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-28176</guid>
		<description><![CDATA[Thanks Marcos!

Any idea for the Mac?]]></description>
		<content:encoded><![CDATA[<p>Thanks Marcos!</p>
<p>Any idea for the Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcos</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-28172</link>
		<dc:creator>marcos</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-28172</guid>
		<description><![CDATA[James Williamson, as you asked: The smile face is done by holding the left alt key (in pc) and than pressing the number 1 ♥☺☻♥]]></description>
		<content:encoded><![CDATA[<p>James Williamson, as you asked: The smile face is done by holding the left alt key (in pc) and than pressing the number 1 ♥☺☻♥</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baran</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-26003</link>
		<dc:creator>baran</dc:creator>
		<pubDate>Mon, 09 Aug 2010 19:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-26003</guid>
		<description><![CDATA[I think the future is HTML 5 and please cover canvas, Mr. Williamson.

Regards.]]></description>
		<content:encoded><![CDATA[<p>I think the future is HTML 5 and please cover canvas, Mr. Williamson.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Williamson</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-25240</link>
		<dc:creator>James Williamson</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-25240</guid>
		<description><![CDATA[Hey Jay,
Well....it depends. People are upgrading their browsers at a much faster rate these days, and IE&#039;s market share dominance is trending down. Frankly, the most encouraging thing about HMTL5 adoption is Microsoft&#039;s embrace of it in IE9. While not perfect, IE9 offers very solid HTML5 and CSS3 support. A better way to approach HTML5 is a piece at a time. Take a look at the areas of the specification that are supported now, and adopt what you need out of those areas. I think overall we&#039;re looking at around 2 years before you can totally switch over to HTML5 and perhaps 3 or 4 before certain areas are fully standardized.]]></description>
		<content:encoded><![CDATA[<p>Hey Jay,<br />
Well&#8230;.it depends. People are upgrading their browsers at a much faster rate these days, and IE&#8217;s market share dominance is trending down. Frankly, the most encouraging thing about HMTL5 adoption is Microsoft&#8217;s embrace of it in IE9. While not perfect, IE9 offers very solid HTML5 and CSS3 support. A better way to approach HTML5 is a piece at a time. Take a look at the areas of the specification that are supported now, and adopt what you need out of those areas. I think overall we&#8217;re looking at around 2 years before you can totally switch over to HTML5 and perhaps 3 or 4 before certain areas are fully standardized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-24955</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Mon, 02 Aug 2010 05:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-24955</guid>
		<description><![CDATA[When will HTM5 be available on 98% of computers?  With people still using IE (pick your version), won&#039;t it be years?]]></description>
		<content:encoded><![CDATA[<p>When will HTM5 be available on 98% of computers?  With people still using IE (pick your version), won&#8217;t it be years?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Ostheimer</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-23860</link>
		<dc:creator>Andreas Ostheimer</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-23860</guid>
		<description><![CDATA[Looking forward to this course which I will definitely check out!]]></description>
		<content:encoded><![CDATA[<p>Looking forward to this course which I will definitely check out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Williamson</title>
		<link>http://blog.lynda.com/2010/07/13/html5-training-taking-a-first-look-at-html5/comment-page-1/#comment-23339</link>
		<dc:creator>James Williamson</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lynda.com/?p=4351#comment-23339</guid>
		<description><![CDATA[Thanks for the feedback Palenoue. Doing something on the Editable Content API would be a good title. Although I can&#039;t be specific about it, we do have some other HTML5 and CSS3 titles on the way.

As for Flash, it&#039;s only a resource hog if it&#039;s poorly planned and scripted. The same as with JavaScript.

Thanks for the feedback guys!!

I&#039;ll be doing a few more HTML5 blog postings soon as well.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Palenoue. Doing something on the Editable Content API would be a good title. Although I can&#8217;t be specific about it, we do have some other HTML5 and CSS3 titles on the way.</p>
<p>As for Flash, it&#8217;s only a resource hog if it&#8217;s poorly planned and scripted. The same as with JavaScript.</p>
<p>Thanks for the feedback guys!!</p>
<p>I&#8217;ll be doing a few more HTML5 blog postings soon as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching using memcached
Object Caching 496/538 objects using memcached

 Served from: blog.lynda.com @ 2013-06-19 10:44:40 by W3 Total Cache -->