<?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>Web Teacher &#187; HTML5</title>
	<atom:link href="http://www.webteacher.ws/category/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:07:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Browser Support for new HTML5 Structural Elements</title>
		<link>http://www.webteacher.ws/2012/01/27/browser-support-for-new-html5-structural-elements/</link>
		<comments>http://www.webteacher.ws/2012/01/27/browser-support-for-new-html5-structural-elements/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:01:19 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7620</guid>
		<description><![CDATA[The new structural elements in HTML5 include section, article, aside, hgroup, header, footer, nav, figure, figcaption, time, and mark. First, let&#8217;s look at support in Internet Explorer. Starting in version 9 of IE, there is support for all the new elements. Versions prior to that provided no support, not even partial. Other browsers have been [...]]]></description>
			<content:encoded><![CDATA[<p>The new structural elements in HTML5 include section, article, aside, hgroup, header, footer, nav, figure, figcaption, time, and mark.</p>
<p>First, let&#8217;s look at support in Internet Explorer. Starting in version 9 of IE, there is support for all the new elements. Versions prior to that provided no support, not even partial.</p>
<p>Other browsers have been supporting these elements for some time. Firefox support extends back to version 6. Firefox is currently at version 9. Chrome, now at version 16, has supported these HTML5 elements since version 13. Safari provided partial support before version 5. Full support began in version 5. Safari&#8217;s current version is 5.1. As for Opera, partial support began in version 11, full support in 11.1. Opera is currently at 11.6.</p>
<p>On the mobile side, iOS has supported everything since iOS4. iOS is currently at version 5. Even iOS3 had partial support. Opera Mini is providing partial support in the current version 6. However, Opera Mobile has offered full support since version 11.0. Opera Mobile is currently at 11.5. Android versions 2.2 and above, including the current 2.3/3.0, have full support.</p>
<p>When only partial support is provided, you can use CSS to declare a <code>display:block</code> rule for all the new elements and workaround the problem.</p>
<p>Check out <a href="http://html5please.us/#html">HTML5 Please</a> for information about current support (and workarounds) for <em>everything</em> in HTML5.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2012. |
<a href="http://www.webteacher.ws/2012/01/27/browser-support-for-new-html5-structural-elements/">Permalink</a> |
<a href="http://www.webteacher.ws/2012/01/27/browser-support-for-new-html5-structural-elements/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2012/01/27/browser-support-for-new-html5-structural-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links: Video, Access U, WordPress widgets</title>
		<link>http://www.webteacher.ws/2012/01/26/useful-links-video-access-u-wordpress-widgets/</link>
		<comments>http://www.webteacher.ws/2012/01/26/useful-links-video-access-u-wordpress-widgets/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 16:07:49 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Access U @ CSUN]]></category>
		<category><![CDATA[Wordpress widgets]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7614</guid>
		<description><![CDATA[Video for Everybody! &#8220;Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 &#60;video&#62; element, falling back to Flash automatically without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many browsers and platforms.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://camendesign.com/code/video_for_everybody">Video for Everybody! </a>&#8220;Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <code>&lt;video&gt;</code> element, falling back to Flash automatically without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on <a href="http://camendesign.com/code/video_for_everybody/test.html">many browsers and platforms</a>.&#8221;</p>
<p>A Knowbility conference is coming up on the West Coast. It&#8217;s <a href="http://www.csun.edu/cod/conference/sessions/index.php/public/website_pages/view/10">Access U @ CSUN</a>, toward the end of February. Learn from accessibility experts such as Shawn Henry, Jennison Asuncion, Denis Boudreau, Molly Holzschlag, Derek Featherstone and others.</p>
<p>An excellent presentation from Kathy Gill on using <a href="http://wiredpen.com/resources/presentations/wordpress-using-widgets-to-customize-your-theme/">widgets in WordPress</a>.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2012. |
<a href="http://www.webteacher.ws/2012/01/26/useful-links-video-access-u-wordpress-widgets/">Permalink</a> |
<a href="http://www.webteacher.ws/2012/01/26/useful-links-video-access-u-wordpress-widgets/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2012/01/26/useful-links-video-access-u-wordpress-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: HTML5 and CSS3 Visual QuickStart Guide</title>
		<link>http://www.webteacher.ws/2012/01/11/review-html5-and-css3-visual-quickstart-guide/</link>
		<comments>http://www.webteacher.ws/2012/01/11/review-html5-and-css3-visual-quickstart-guide/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:31:54 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[ProductReview]]></category>
		<category><![CDATA[WebDesignBookReview]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7551</guid>
		<description><![CDATA[product HTML5 &#38; CSS3 Visual QuickStart Guide (7th Edition)by Elizabeth Castro and Bruce Hyslop is the latest edition in the Visual QuickStart Guide series about HTML and CSS. A couple of changes are immediately noticeable about the book. Elizabeth Castro now has a co-author after producing 6 editions of this book on her own. And [...]]]></description>
			<content:encoded><![CDATA[<div class="hreview"><span class="type" style="display: none;">product</span><a href="http://www.amazon.com/gp/product/0321719611/ref=as_li_tf_il?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321719611"><img class="photo" title="affiliate link to Amazon" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321719611&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=musicaustincom&amp;ServiceVersion=20070822" alt="affiliate link to Amazon" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=musicaustincom&amp;l=as2&amp;o=1&amp;a=0321719611" alt="" width="1" height="1" border="0" /></p>
<div class="description">
<p><a title="affiliate link to Amazon" href="http://www.amazon.com/gp/product/0321719611/ref=as_li_tf_tl?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321719611"><cite>HTML5 &amp; CSS3 Visual QuickStart Guide (7th Edition)</cite></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=musicaustincom&amp;l=as2&amp;o=1&amp;a=0321719611" alt="" width="1" height="1" border="0" />by Elizabeth Castro and Bruce Hyslop is the latest edition in the Visual QuickStart Guide series about HTML and CSS. A couple of changes are immediately noticeable about the book. Elizabeth Castro now has a co-author after producing 6 editions of this book on her own. And the book reflects a change in design Peachpit is putting into all its VQS books with full color and a generally brighter appearance.</p>
<p>While Peachpit can take credit for the new look, I can see the influence of Bruce Hyslop here, too. Having read, dog-eared, and dreamed my way through the first six editions, I see a change in these books that I think Hyslop must be responsible for. There is a different tone, the sidebars are lengthier and pull in a considerable amount of information about HTML5 and CSS3 from blogs and articles by a number of web design experts.</p>
<p>There are 21 chapters taking over 500 pages. Some of the chapters are fairly massive. &#8220;Video, Audio, and Other Multimedia&#8221; gets a 38 page treatment, &#8220;Tables&#8221; on merits only 5 pages. The chapter &#8220;Defining Selectors&#8221; is particularly good. Here&#8217;s the full table of contents.</p>
<ol>
<li>Web Page Building Blocks</li>
<li>Working with Web Page Files</li>
<li>Basic HTML Structure</li>
<li>Text</li>
<li>Images</li>
<li>Links</li>
<li>CSS Building Blocks</li>
<li>Working with Style Sheets</li>
<li>Defining Selectors</li>
<li>Formatting Text with Styles</li>
<li>Layout with Styles</li>
<li>Style Sheets for Mobile to Desktop</li>
<li>Working with Web Fonts</li>
<li>Enhancements with CSS3</li>
<li>Lists</li>
<li>Forms</li>
<li>Video, Audio and Other Multimedia</li>
<li>Tables</li>
<li>Working with Scripts</li>
<li>Testing and Debugging Web Pages</li>
<li>Publishing Your Pages on the Web</li>
</ol>
<p>If your budget only allows for one HTML5 and CSS3 book, this book is a terrific way to invest your money. I&#8217;ve reviewed <a href="http://www.webteacher.ws/2010/10/26/web-design-book-review-html5-for-web-designers/"><cite>HTML5 for Web Designers</cite></a> and <a href="http://www.webteacher.ws/2011/12/22/review-introducing-html5/"><cite>Introducing HTML5</cite></a> on this blog. I think this book is better than either of those books. That&#8217;s not saying the two books mentioned are not excellent books, because they are. I&#8217;ve read both of those books carefully and I still learned new and helpful things from <cite>HTML5 and CSS3</cite>. Plus, the VQS style is inherently easy to use with each topic detailed in small step-by-step bits. It&#8217;s so easy to find the one thing you need to know at any given moment with a VQS book.</p>
<p>Another advantage of this book over the others I mentioned is that it can get a beginner going but it also offers a lot of good information for the experienced HTML and CSS wonk. If you&#8217;re teaching either of these topics, this book is classroom gold.</p>
<p>Definitely recommended.</p>
<p class="summary">Summary: Complete information about HTML5 and CSS3.</p>
<p><span class="item"><span class="reviewer vcard">A review by <a href="http://www.webteacher.ws/" rel="me">Virginia DeBolt</a></span> of<cite> HTML5 and CSS3</cite> (rating: 5 stars)</span></p>
</div>
</div>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2012. |
<a href="http://www.webteacher.ws/2012/01/11/review-html5-and-css3-visual-quickstart-guide/">Permalink</a> |
<a href="http://www.webteacher.ws/2012/01/11/review-html5-and-css3-visual-quickstart-guide/#comments">One comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2012/01/11/review-html5-and-css3-visual-quickstart-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful links: Mobiles, Advent, more Mobile</title>
		<link>http://www.webteacher.ws/2011/12/23/useful-links-mobiles-advent-more-mobile/</link>
		<comments>http://www.webteacher.ws/2011/12/23/useful-links-mobiles-advent-more-mobile/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 13:29:40 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[mobiles]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7466</guid>
		<description><![CDATA[Top Ten Tests for Alternatives on Mobiles. &#8220;The tests below are just a subset of mobile accessibility guidelines that should be followed and focuses purely on alternatives for screen reader users.&#8221; HTML 5 and CSS3 Advent. A web dev&#8217;s advent calendar. Mobile HTML5. Charts for devices and what they support. © vdebolt for Web Teacher, 2011. &#124; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iheni.com/mobile-accessibility-tests-alternatives-for-screen-reader-users/">Top Ten Tests for Alternatives on Mobiles</a>. &#8220;The tests below are just a subset of <a href="http://www.iheni.com/mobile-accessibility-guidelines/">mobile accessibility guidelines</a> that should be followed and focuses purely on alternatives for screen reader users.&#8221;</p>
<p><a href="http://html5advent2011.digitpaint.nl/index.html">HTML 5 and CSS3 Advent</a>. A web dev&#8217;s advent calendar.</p>
<p><a href="http://mobilehtml5.org/">Mobile HTML5</a>. Charts for devices and what they support.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/12/23/useful-links-mobiles-advent-more-mobile/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/12/23/useful-links-mobiles-advent-more-mobile/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/12/23/useful-links-mobiles-advent-more-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Introducing HTML5</title>
		<link>http://www.webteacher.ws/2011/12/22/review-introducing-html5/</link>
		<comments>http://www.webteacher.ws/2011/12/22/review-introducing-html5/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 16:05:34 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[ProductReview]]></category>
		<category><![CDATA[WebDesignBookReview]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7472</guid>
		<description><![CDATA[product Introducing HTML5 (2nd Edition) by Bruce Lawson and Remy Sharp is from New Riders (2012). The book includes everything from descriptions of new structural elements (like article, nav, and aside) to canvas, data storage, enabling offline, and drag and drop. It even includes some things that are not actually part of HTML5, like geolocation. [...]]]></description>
			<content:encoded><![CDATA[<div class="hreview">
<p><span class="type" style="display: none;">product</span><a href="http://www.amazon.com/gp/product/0321784421/ref=as_li_tf_il?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321784421"><img class="photo" title="affiliate link to Amazon" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321784421&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=musicaustincom&amp;ServiceVersion=20070822" alt="affiliate link to Amazon" border="0" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=musicaustincom&amp;l=as2&amp;o=1&amp;a=0321784421" alt="" width="1" height="1" border="0" /></p>
<div class="description">
<p><a class="fn url" title="affiliate link to Amazon" href="http://www.amazon.com/gp/product/0321784421/ref=as_li_tf_tl?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321784421">Introducing HTML5 (2nd Edition)</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=musicaustincom&amp;l=as2&amp;o=1&amp;a=0321784421" alt="" width="1" height="1" border="0" /> by Bruce Lawson and Remy Sharp is from New Riders (2012). The book includes everything from descriptions of new structural elements (like <code>article</code>, <code>nav</code>, and <code>aside</code>) to <code>canvas</code>, data storage, enabling offline, and drag and drop. It even includes some things that are not actually part of HTML5, like geolocation. There are many example codes, lots of JavaScripts and help with using new APIs to make your pages do all sorts of HTML5 tricks and magic.</p>
<p>In my opinion, the core audience for this book is the back-end developer who wants to write the scripts and do the programming to make HTML5 perform services that were not available before. The front-end developers will find the first few chapters helpful, but may be less interested in all the programming details in later chapters. (Front-end folks might consider <a href="http://www.webteacher.ws/2010/10/26/web-design-book-review-html5-for-web-designers/">HTML5 for Web Designers</a> instead.)</p>
<p>The authors get a resounding <strong>+1</strong> for including accessibility information about everything they discuss.</p>
<p>Here&#8217;s a look at the full table of contents.</p>
<ol>
<li>Main Structure: basics about doctypes, structural elements and CSS</li>
<li>Text: new structural elements and how to use them properly, the document outline, WAI-ARIA and more</li>
<li>Forms: new input types, new attributes, validation</li>
<li>Video and Audio</li>
<li>Canvas</li>
<li>Data Storage: web storage, Web SQL, and more</li>
<li>Offline: the cache manifest, applicationCache and more</li>
<li>Drag and Drop: how to, interoperability</li>
<li>Geolocation: API methods</li>
<li>Messaging and Workers: chat, messaging, threading</li>
<li>Real Time: web sockets, server-sent events</li>
<li>Polyfilling: Patching Old Browsers to Support HTML5 Today: feature detection, various scripts, Modernizr examples</li>
</ol>
<p>The book is written with a sense of humor and warmth that keep even the most tedious information from becoming boring. This is done in large part with humorous examples and illustrations. But beyond writing style, these guys really know what they are doing, and they want you to be able to do it, too. If you are looking for help with anything listed above in the book&#8217;s contents, you&#8217;ll find it here. The code examples from the book are all available for download, making the many snippets of HTML, CSS and JavaScript shown even more easy to use.</p>
<p>Definitely recommended.</p>
<p class="summary">Summary: Excellent guide for the developer who wants to put HTML5 to use right now.</p>
<p><span class="item"><span class="reviewer vcard">A review by <a href="http://www.webteacher.ws/" rel="me">Virginia DeBolt</a></span> of<cite> Introducting HTML 5</cite> (rating: 5 stars)</span></p>
</div>
</div>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/12/22/review-introducing-html5/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/12/22/review-introducing-html5/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/12/22/review-introducing-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: CSS Layouts, Sliders, 2011</title>
		<link>http://www.webteacher.ws/2011/12/14/useful-links-css-layouts-sliders-2011/</link>
		<comments>http://www.webteacher.ws/2011/12/14/useful-links-css-layouts-sliders-2011/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 14:23:54 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[UsefulLinks]]></category>
		<category><![CDATA[WebDesign]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7410</guid>
		<description><![CDATA[The Future of CSS Layouts. It&#8217;s coming and it&#8217;s gonna be good. Check out this exciting post by Peter Gasston at .net. What you need to know about the HTML5 Slider Element. There is no slider element in HTML5, the post is talking about the new input type &#8216;range&#8217; combined with the JQuery function called [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netmagazine.com/features/future-css-layouts">The Future of CSS Layouts.</a> It&#8217;s coming and it&#8217;s gonna be good. Check out this exciting post by Peter Gasston at .net.</p>
<p><a href="http://tutorialzine.com/2011/12/what-you-need-to-know-html5-range-input/">What you need to know about the HTML5 Slider Element</a>. There is no slider element in HTML5, the post is talking about the new input type &#8216;range&#8217; combined with the JQuery function called &#8216;slider.&#8217; If you can get past that, the rest of the post is useful.</p>
<p><a href="http://www.alistapart.com/articles/what-i-learned-about-the-web-in-2011/">What I Learned About the Web in 2011</a>. Of all the things I&#8217;ve read and reread and loved at <cite>A List Apart</cite> over the years, I love this post more than anything I&#8217;ve ever seen there. It&#8217;s like a big, beautiful Christmas present to the web design community.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/12/14/useful-links-css-layouts-sliders-2011/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/12/14/useful-links-css-layouts-sliders-2011/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/12/14/useful-links-css-layouts-sliders-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links: Forms, WeTopia, Moodle, 24 Ways</title>
		<link>http://www.webteacher.ws/2011/12/02/useful-links-forms-wetopia-moodle-24-ways/</link>
		<comments>http://www.webteacher.ws/2011/12/02/useful-links-forms-wetopia-moodle-24-ways/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 13:50:09 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7352</guid>
		<description><![CDATA[How to Make Forms more Usable with HTML5 is a good tutorial from Steven Bradley. The new WeTopia game on Facebook is described by TechCrunch. This game is a perfect example of what Jane McGonigal and other thinkers say about using game theory to create social good. NC State U evaluates the accessibility of Moodle [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vanseodesign.com/web-design/html5-forms/">How to Make Forms more Usable with HTML5</a> is a good tutorial from Steven Bradley.</p>
<p>The new WeTopia game on Facebook is <a href="http://techcrunch.com/2011/11/29/backed-by-ellen-degeneres-and-others-sojo-studios-launches-facebook-game-wetopia">described by TechCrunch</a>. This game is a perfect example of what Jane McGonigal and other thinkers say about using game theory to create social good.</p>
<p><a href="http://accessibility.oit.ncsu.edu/reports/moodle-2-1/">NC State U evaluates the accessibility of Moodle 2.1.1</a>.</p>
<p>If you are like me and your subscription to 24 ways has been languishing quietly in your feed reader since last December, you know that <a href="http://24ways.org/2011/conditional-loading-for-responsive-designs">24 Ways is back</a>. If not, be sure to check them out and have a great December with 24 Ways.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/12/02/useful-links-forms-wetopia-moodle-24-ways/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/12/02/useful-links-forms-wetopia-moodle-24-ways/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/12/02/useful-links-forms-wetopia-moodle-24-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links: Adaptive Design, nested figures, Susan Kare</title>
		<link>http://www.webteacher.ws/2011/11/28/useful-links-adaptive-design-nested-figures-susan-kare/</link>
		<comments>http://www.webteacher.ws/2011/11/28/useful-links-adaptive-design-nested-figures-susan-kare/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 15:14:49 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[UsefulLinks]]></category>
		<category><![CDATA[web-education]]></category>
		<category><![CDATA[WebFoundation]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7346</guid>
		<description><![CDATA[Nice article on Opera Dev by Chris Mills about Adaptive Design with media queries. Nested Figure Elements on Paciello Blog. The Sketchbook of Susan Kare: The Artist Who Gave Computing a Human Face. Did you know about Susan Kare? I&#8217;d never heard of her before. I certainly think a mention of her contribution to the [...]]]></description>
			<content:encoded><![CDATA[<p>Nice article on Opera Dev by Chris Mills about <a href="http://dev.opera.com/articles/view/love-your-devices-adaptive-web-design-with-media-queries-viewport-and-more/">Adaptive Design</a> with media queries.</p>
<p><a href="http://www.paciellogroup.com/blog/2011/11/html5-accessibility-chops-using-nested-figure-elements/">Nested Figure Elements</a> on Paciello Blog.</p>
<p><a href="http://blogs.plos.org/neurotribes/2011/11/22/the-sketchbook-of-susan-kare-the-artist-who-gave-computing-a-human-face/">The Sketchbook of Susan Kare: The Artist Who Gave Computing a Human Face</a>. Did you know about Susan Kare? I&#8217;d never heard of her before. I certainly think a mention of her contribution to the GUI needs to be included in Introductory courses on history of the Internet and history of computing.</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/11/28/useful-links-adaptive-design-nested-figures-susan-kare/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/11/28/useful-links-adaptive-design-nested-figures-susan-kare/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/11/28/useful-links-adaptive-design-nested-figures-susan-kare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe changes approach to Flash Player for Mobile</title>
		<link>http://www.webteacher.ws/2011/11/10/adobe-changes-approach-to-flash-player-for-mobile/</link>
		<comments>http://www.webteacher.ws/2011/11/10/adobe-changes-approach-to-flash-player-for-mobile/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:41:27 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[mobiles]]></category>
		<category><![CDATA[News-Politics]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7271</guid>
		<description><![CDATA[Adobe announced yesterday that it will stop developing the Flash Player for mobile devices. They will continue to support the Flash Player on desktop devices. Their statement said, Our future work with Flash on mobile devices will be focused on enabling Flash developers to package native apps with Adobe AIR for all the major app [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe announced yesterday that it will stop developing the Flash Player for mobile devices. They will continue to support the Flash Player on desktop devices.</p>
<p>Their statement said,</p>
<blockquote><p>Our future work with Flash on mobile devices will be focused on enabling Flash developers to package native apps with Adobe AIR for all the major app stores.</p></blockquote>
<p>Adobe also claims to be committed to using HTML5 on mobile devices. Adobe has made some moves in the direction of HTML5 in Dreamweaver CS 5 and CS 5.5. (I expect the next version of Dreamweaver to be much more oriented to HTML5.)</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/11/10/adobe-changes-approach-to-flash-player-for-mobile/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/11/10/adobe-changes-approach-to-flash-player-for-mobile/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/11/10/adobe-changes-approach-to-flash-player-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links: Image Styles, HTML5 book, web standards</title>
		<link>http://www.webteacher.ws/2011/10/25/useful-links-image-styles-html5-book-web-standards/</link>
		<comments>http://www.webteacher.ws/2011/10/25/useful-links-image-styles-html5-book-web-standards/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 13:17:21 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[WebDesignBookReview]]></category>
		<category><![CDATA[WebStandards]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=7192</guid>
		<description><![CDATA[CSS3 Image Styles is a terrific tutorial explaining how to use CSS3 and background images to do some very cool things. You can now read HTML5 for Web Designers by Jeremy Keith online. This is an excellent book, go read it. The site is built in HTML5. Look under the covers. I&#8217;d like to examine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdesignerwall.com/tutorials/css3-image-styles">CSS3 Image Styles</a> is a terrific tutorial explaining how to use CSS3 and background images to do some very cool things.</p>
<p>You can now read <a href="http://html5forwebdesigners.com/">HTML5 for Web Designers</a> by Jeremy Keith online. This is an excellent book, go read it. The site is built in HTML5. Look under the covers.</p>
<p>I&#8217;d like to examine this <a href="http://vitamintalent.com/vitabites/a-brief-history-of-web-standards">infographic of the history of web standards</a>. I can&#8217;t zoom it large enough to read. That&#8217;s my problem with most infographics. Got any good ideas about how to make it readable?</p>
<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2011. |
<a href="http://www.webteacher.ws/2011/10/25/useful-links-image-styles-html5-book-web-standards/">Permalink</a> |
<a href="http://www.webteacher.ws/2011/10/25/useful-links-image-styles-html5-book-web-standards/#comments">2 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2011/10/25/useful-links-image-styles-html5-book-web-standards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

