<?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; InterAct</title>
	<atom:link href="http://www.webteacher.ws/category/interact/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>Sat, 31 Jul 2010 12:17:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Review: Create Stunning HTML Email that Just Works</title>
		<link>http://www.webteacher.ws/2010/07/26/review-create-stunning-html-email-that-just-works/</link>
		<comments>http://www.webteacher.ws/2010/07/26/review-create-stunning-html-email-that-just-works/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:06:06 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[BookReview]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[InterAct]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4829</guid>
		<description><![CDATA[product A review by Web Teacher of Create Stunning HTML Email That Just Works (rating: 5 stars) Create Stunning HTML Email That Just Works by Mathew Patterson is from Sitepoint (2010). I have opted in to quite a few corporate emails. They all come to my inbox in HTML. Some are more effective than others. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F26%252Freview-create-stunning-html-email-that-just-works%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F928IMI%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Review%3A%20Create%20Stunning%20HTML%20Email%20that%20Just%20Works%22%20%7D);"></div>
<div class="hreview">
<p><span class="type" style="display: none;">product</span></p>
<p><a href="http://www.amazon.com/gp/product/0980576865?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0980576865"><img class="photo" src="http://www.webteacher.ws/img/htmlemail.jpg" alt="get HTML Email at 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=0980576865" border="0" alt="" width="1" height="1" /></p>
<p class="clearleft"><span class="reviewer vcard">A review by <a rel="me" href="http://www.webteacher.ws/">Web Teacher</a></span> of <a class="fn url" href="http://www.amazon.com/gp/product/0980576865?ie=UTF8&amp;tag=musicaustincom&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0980576865">Create Stunning HTML Email That Just Works</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=0980576865" border="0" alt="" width="1" height="1" /> (rating: <span class="rating">5</span> stars)<cite> Create Stunning HTML Email That Just Works</cite> by Mathew Patterson is from Sitepoint (2010).</p>
<div class="description">
<p class="clearleft">I have opted in to quite a few corporate emails. They all come to my inbox in HTML. Some are more effective than others. Some get me to click through. Some I delete without even opening. This slim book talks about how to create an effective HTML email that will get clicks and will be effective.</p>
<p class="clearleft">The chapters include</p>
<ol>
<li>Why Email?</li>
<li>Planning an Email Campaign</li>
<li>Design for the Inbox</li>
<li>Coding Your Emails</li>
<li>Understanding Permission</li>
<li>Selling Email to Your Clients</li>
</ol>
<p>The author, Mathew Patterson, works for Campaign Monitor, and he does draw from that background. He isn&#8217;t knocking you over the head with Campaign Monitor, however, and gives credit to other email campaign services like MailChimp. What he does represent is the idea of legitimate business email as opposed to spam. He talks about how to get permission from people to opt-in, how to let people unsubscribe with ease, and the legal requirements of email campaigns. He spends quite a few pages detailing the capabilities of various email applications and explains carefully what will and won&#8217;t work in most email clients.</p>
<p>I was most interested in what he had to say in the chapter on coding email. No surprise, that. If you learned to make a web page 10 or 12 years ago, you are in great shape to market yourself as an email designer. If you are learning HTML now, you aren&#8217;t learning the<em> old school</em> coding techniques needed for email. Some of the tools of the email coder:</p>
<ul>
<li>600 pixel layout tables of one or two columns</li>
<li>presentational attributes in the code for things like cellspacing, cellpadding, bgcolor, and borders</li>
<li> inline styles for things like fonts and line-height</li>
<li>reduce reliance on images</li>
<li>always use alt text</li>
<li>caption images</li>
<li>store images permanently on your web server</li>
<li>use <code>target="_blank"</code> for links</li>
</ul>
<p>In spite of the fact that some pundits have declaired email to be dead, it&#8217;s actually the most used protocol on the Internet. People who don&#8217;t do much of anything else on the Internet do use email. Companies and nonprofits rely on email for newsletters, announcements, calls to action, sales, and press releases. I think HTML email skills will be needed for a long time to come, and I think there is a niche market out there for people who can create  well designed and effective  email for a living.</p>
<p>This book opened up an educational can of worms for me. Do you think that an educational system should include the old school HTML techniques needed for effective email campaigns as a part of the curriculum? Should they be offered as a separate class or maybe a brief workshop, not a whole semester? Should the <a href="http://interact.webstandards.org/">InterACT Curriculum</a> include a module for HTML email?</p>
<p class="summary">Summary: A guide to the ethics and coding of HTML email.</p>
</div>
</div>
<p class="small">Technorati Tags: <a rel="tag" href="http://technorati.com/tag/create+stunning+html+email">Create Stunning HTML Email that Just Works</a>, <a rel="tag" href="http://technorati.com/tag/book+reviews">book reviews</a></p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/26/review-create-stunning-html-email-that-just-works/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/26/review-create-stunning-html-email-that-just-works/#comments">2 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/26/review-create-stunning-html-email-that-just-works/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>InterACT Summit video now available</title>
		<link>http://www.webteacher.ws/2010/06/25/interact-summit-video-now-available/</link>
		<comments>http://www.webteacher.ws/2010/06/25/interact-summit-video-now-available/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:19:53 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4699</guid>
		<description><![CDATA[The InterACT summit can now be viewed online by all, thanks to the fantastic efforts of Environments for Humans (e4h). The event was a book launch celebration for InterACT with Web Standards and featured top notch presentations about Learning More Effectively on the Web – Denise Jacobs Content Strategy – Glenda Sims HTML5 – Chris [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F25%252Finteract-summit-video-now-available%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9GWtBu%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22InterACT%20Summit%20video%20now%20available%20%22%20%7D);"></div>
<p>The <a href="http://tinyurl.com/interactbookconference">InterACT summit can now be viewed online</a> by all, thanks to the fantastic efforts of <a href="http://www.environmentsforhumans.com/">Environments for Humans</a> (e4h). The event was a book launch celebration for <a href="http://interactwithwebstandards.com/">InterACT with Web Standards</a> and featured top notch presentations about</p>
<ul>
<li><strong>Learning More Effectively on the Web</strong> – <a href="http://www.denisejacobs.com/">Denise Jacobs</a></li>
<li><strong>Content Strategy</strong> – <a href="http://www.glendathegood.com/blog/">Glenda Sims</a></li>
<li><strong>HTML5</strong> – <a href="http://www.webstandards.org/about/members/cmills/">Chris Mills </a></li>
<li><strong>CSS3</strong> –  <a href="http://aarronwalter.com/">Aarron   Walter</a></li>
<li><strong>Accessibility</strong> – <a href="http://boxofchocolates.ca/">Derek Featherstone</a></li>
<li><strong>InterACT in the Classroom</strong> – <a href="http://teachtheweb.com/blog/">Leslie Jensen-Inman</a></li>
</ul>
<p>Every presentation was excellent. A few high points. Glenda Sims presentation on Content Strategy featured innovative slides that set a new standard in what is possible with Powerpoint. Derek Featherstone&#8217;s talk garnered the most interest and questions from educators who want specifics about teaching accessibility. Leslie Jensen-Inman knocked it out of the park by explaining how busy and overworked teachers can save themselves time and work with the InterACT book and curriculum.</p>
<p>If you couldn&#8217;t attend or get a seat during the original broadcast, take advantage of this terrific opportunity from e4h.</p>
<p>It requires the download and installation of Adobe Connect to view, so allow some time to futz around getting that done if you don&#8217;t already have it installed. I couldn&#8217;t get the download button to work from the link e4h sends you to, but I found it another way by searching adobe.com.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/25/interact-summit-video-now-available/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/25/interact-summit-video-now-available/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/25/interact-summit-video-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: SVG, BAM, InterACT</title>
		<link>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/</link>
		<comments>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:39:41 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[InterAct]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4662</guid>
		<description><![CDATA[Doug Shepers from the W3C put together a slideshow in SVG, HTML, CSS and JavaScript that is worth your time. It&#8217;s an SVG demo. Play with it. View it in the latest Firefox. BAM or Blog Accessibility Mastermind is a six lesson course offered by Glenda Watson Hyatt of Do It Myself Blog. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F15%252Fuseful-links-svg-bam-interact%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaYJcQt%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20SVG%2C%20BAM%2C%20InterACT%22%20%7D);"></div>
<p>Doug Shepers from the W3C put together <a href="http://www.w3.org/2010/Talks/06-schepers-atmedia/index.html">a slideshow in SVG, HTML, CSS and JavaScript</a> that is worth your time. It&#8217;s an SVG demo. Play with it. View it in the latest Firefox.</p>
<p>BAM or <a href="http://blogaccessibility.com/signup">Blog Accessibility Mastermind</a> is a six lesson course offered by Glenda Watson Hyatt of <a href="http://www.doitmyselfblog.com/2010/bam-creating-a-blogosphere-for-all/">Do It Myself Blog</a>. I haven&#8217;t looked inside the course, but I suspect it&#8217;s a good one.</p>
<p>Based on the interest and number of questions Derek Featherstone got during his accessibility presentation at the recent InterACT Summit, I&#8217;d say interest from educators about accessibility is very high right now. There&#8217;s a free online course from the Web Standards Project (WaSP) <a href="http://interact.webstandards.org/">InterACT curriculum</a> about accessibility. The course is a perfect resource for teachers. It&#8217;s a stand alone course. If you are teaching with <a href="http://interactwithwebstandards.com/">InterACT with Web Standards</a> and its chapters on accessibility, the online material a great time saver. Online materials such as exam questions, grading matrices, assignments, objectives, and resources go hand in hand with the material in the book.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The InterACT Summit</title>
		<link>http://www.webteacher.ws/2010/05/25/the-interact-summit/</link>
		<comments>http://www.webteacher.ws/2010/05/25/the-interact-summit/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:53:40 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4575</guid>
		<description><![CDATA[The InterACT Summit: Virtual Book Launch and Conference, June 11, 2010. Along with members of the Web Standards Project, we are proud to announce the launch of InterACT With Web Standards, a book that brings all aspects of web design together for teachers and students. To celebrate the release of the book, several of the [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F05%252F25%252Fthe-interact-summit%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbVz0aP%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22The%20InterACT%20Summit%22%20%7D);"></div>
<p><a href="http://interactsummit.eventbrite.com/">The InterACT Summit: Virtual Book Launch and Conference</a>, June 11, 2010.</p>
<p>Along with members of  the Web Standards Project, we are proud to announce the launch of<em> <a href="http://interactwithwebstandards.com/">InterACT With Web Standards</a></em>,  a book that brings all aspects of web design together for teachers and  students. To celebrate the release of the book, several of the expert  contributors come together online to give mini-tutorials in their fields  of expertise.</p>
<p>It&#8217;s a <strong>free event</strong> and we expect tickets to go fast.  So, <strong>reserve your space now!</strong></p>
<div>
<ul>
<li><strong>Learning More Effectively on the Web</strong> &#8211; <a href="http://www.denisejacobs.com/">Denise Jacobs</a></li>
<li><strong>Content Strategy</strong> &#8211; <a href="http://www.glendathegood.com/blog/">Glenda Sims</a></li>
<li><strong>HTML5</strong> &#8211; <a href="http://www.webstandards.org/about/members/cmills/">Chris Mills </a></li>
<li><strong>CSS3</strong> &#8211;  <a href="http://aarronwalter.com/">Aarron  Walter</a></li>
<li><strong>Accessibility</strong> &#8211; <a href="http://boxofchocolates.ca/">Derek Featherstone</a></li>
<li><strong>InterACT in the Classroom</strong> &#8211; <a href="http://teachtheweb.com/blog/">Leslie Jensen-Inman</a></li>
</ul>
<p><a href="http://interactsummit.eventbrite.com/">Details and registration information here</a>. Space is limited.</p>
</div>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/05/25/the-interact-summit/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/05/25/the-interact-summit/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/05/25/the-interact-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Available! InterACT with Web Standards: A Holistic Approach to Web Design</title>
		<link>http://www.webteacher.ws/2010/05/18/now-available-interact-with-web-standards-a-holistic-approach-to-web-design/</link>
		<comments>http://www.webteacher.ws/2010/05/18/now-available-interact-with-web-standards-a-holistic-approach-to-web-design/#comments</comments>
		<pubDate>Tue, 18 May 2010 12:05:56 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[InterAct]]></category>
		<category><![CDATA[InterfaceDesign]]></category>
		<category><![CDATA[OWEA]]></category>
		<category><![CDATA[WaSP Interact]]></category>
		<category><![CDATA[WebDesign]]></category>
		<category><![CDATA[WebFoundation]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[teaching tips]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4507</guid>
		<description><![CDATA[InterACT with Web Standards: a Holistic Approach to Web Design is available today. This announcement is a BIG DEAL. This book puts everything you need to teach a class in web design or development with web standards into your hands. The book is easy to use in connection with InterACT&#8217;s 17 courses in 6 learning [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F05%252F18%252Fnow-available-interact-with-web-standards-a-holistic-approach-to-web-design%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FablGya%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Now%20Available%21%20InterACT%20with%20Web%20Standards%3A%20A%20Holistic%20Approach%20to%20Web%20Design%22%20%7D);"></div>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/05/interactWWstandards.jpg"><img class="size-medium wp-image-4508 alignleft" title="InterACT with Web Standards" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/05/interactWWstandards-231x300.jpg" alt="InterACT with Web Standards cover" width="231" height="300" /></a><strong><cite>InterACT with Web Standards: a Holistic Approach to Web Design</cite> is available today. </strong></p>
<p>This announcement is a BIG DEAL.</p>
<p>This book puts everything you need to teach a class in web design or development with web standards into your hands. The book is easy to use in connection with <a href="http://interact.webstandards.org/">InterACT&#8217;s 17 courses in 6 learning tracks</a> making it the perfect tool and resource for teaching or learning contemporary web design best practices.</p>
<p>If you are a student who wants to learn about building a web site with web standards, this book will lead you there.</p>
<p>For educators, your semester will be a snap to plan with this book. It&#8217;s all right there for you.</p>
<p>The book is published by New Riders (2010). There are 10 authors. The major contributor being Chris Mills, with additional expertise from Erin Anderson, Virginia DeBolt, Derek Featherstone, Lars Gunther, Denise Jacobs, Leslie-Jensen-Inman, Christopher Schmitt, Glenda Sims and Aarron Walter. I&#8217;m really proud to have been a small part of making the book a reality, because I think the book is going to be very important to students and teachers who are looking for the a reliable resource for web design best practices.</p>
<p>In addition to the writers, a number of other people worked to bring this book to life. They include Aarron Walter as project manager, Patrick Lauke as technical editor, Jeff Riley as development editor, Leslie Jensen-Inman as creative director and Jessi Taylor as book and site designer.</p>
<p>Many kudos go to Leslie Jensen-Inman and Jessi Taylor. When you see this book and hold it in your hands you will realize what a work of art it is from a design and typography point of view. It&#8217;s a beautiful book.</p>
<p>Take a look at the table of contents:</p>
<ol>
<li>InterACT</li>
<li>Tools</li>
<li>Learning on the Web</li>
<li>Internet Fundamentals</li>
<li>Writing for the Web</li>
<li>Information Architecture Intro</li>
<li>Site Planning</li>
<li>Content Analysis</li>
<li>Content Strategy</li>
<li>HTML Intro</li>
<li>CSS Intro</li>
<li>&lt;head&gt;</li>
<li>Headings and Paragraphs</li>
<li>Whitespace</li>
<li>Links</li>
<li>Images</li>
<li>Lists</li>
<li>Tables</li>
<li>Forms</li>
<li>Floats</li>
<li>Positioning</li>
<li>Accessibility Intro</li>
<li>Accessibility Helps</li>
<li>Accessibility Testing</li>
<li>Bringing it All Together</li>
<li>Index</li>
</ol>
<p>The <a href="http://interactwithwebstandards.com/">InterACT with Web Standards book site</a> has everything you need to know. There, you&#8217;ll find links to purchase the book, links to code examples from the book, links to bonus content, and links to the sample project. The site has links to information about InterACT, <abbr title="Open Web Education Alliance">OWEA</abbr>, and the Web Standards Project. You can take a peek inside the book, read some reviews, grab links to all the resources cited in the book, and MUCH MORE.</p>
<p>Buy now and take advantage of this limited time offer tweeted by <a href="http://twitter.com/waspinteract">@waspinteract</a>.</p>
<div id="tweet_14169186138" class="bbpBox" style="background: url(http://a1.twimg.com/profile_background_images/5588836/background_05.png) #ffffff; padding: 20px;">
<p class="bbpTweet" style="background: #fff; padding: 10px 12px 10px 12px; margin: 0; min-height: 48px; color: #000; font-size: 16px !important; line-height: 22px; -webkit-border-radius: 5px;">InterACT With Web Standards, the first book from The Web Standards Project, is out. Save 35% on it with code INTERACT. <a href="http://cot.ag/9RS4rE" target="_new">http://cot.ag/9RS4rE</a><span class="timestamp" style="font-size: 12px; display: block;"><a title="Mon May 17 16:00:20 " href="http://twitter.com/waspinteract/status/14169186138">Mon May 17 16:00:20 </a> via <a rel="nofollow" href="http://cotweet.com/?utm_source=sp1">CoTweet</a></span><span class="metadata" style="display: block; width: 100%; clear: both; margin-top: 8px; padding-top: 12px; height: 40px; border-top: 1px solid #e6e6e6;"><span class="author" style="line-height: 19px;"><a href="http://twitter.com/waspinteract"><img style="float: left; margin: 0pt 7px 0pt 0px; width: 38px; height: 38px;" src="http://a1.twimg.com/profile_images/93656312/Picture_9_normal.png" alt="" /></a><strong><a href="http://twitter.com/waspinteract">WaSP InterAct</a></strong><br />
waspinteract</span></span></p>
</div>
<p><!-- end of tweet --></p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/05/18/now-available-interact-with-web-standards-a-holistic-approach-to-web-design/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/05/18/now-available-interact-with-web-standards-a-holistic-approach-to-web-design/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/05/18/now-available-interact-with-web-standards-a-holistic-approach-to-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, you can! Teach web standards with InterACT</title>
		<link>http://www.webteacher.ws/2010/04/01/yes-you-can-teach-web-standards-with-interact/</link>
		<comments>http://www.webteacher.ws/2010/04/01/yes-you-can-teach-web-standards-with-interact/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 12:57:14 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4257</guid>
		<description><![CDATA[What do educators find in the InterACT courses? Competencies. Assignments. Resources. You’ll find assignments with rubrics related to each competency. Some courses also include learning modules that can be used either online or in the classroom. Most courses include book, article, and/or web site recommendations that you may find useful either as required or supplemental [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F04%252F01%252Fyes-you-can-teach-web-standards-with-interact%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F96qT0x%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Yes%2C%20you%20can%21%20Teach%20web%20standards%20with%20InterACT%22%20%7D);"></div>
<p><strong>What do educators find in the InterACT courses? </strong> Competencies. Assignments. Resources.</p>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/04/wasp-interact.jpg"><img class="alignleft size-full wp-image-4270" title="wasp-interact" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/04/wasp-interact.jpg" alt="WaSP InterACT" width="235" height="68" /></a>You’ll find assignments with rubrics related to each  competency. Some courses also include  learning modules that can be used either online or in the classroom.</p>
<p>Most courses include book,  article, and/or web site recommendations that you may find useful  either as required or supplemental resources.</p>
<p>Here are the currently available courses. More are in progress.</p>
<ul>
<li><a href="http://interact.webstandards.org/curriculum/foundation/internet-fundamentals/?overview">Internet  Fundamentals</a></li>
<li><a href="http://interact.webstandards.org/curriculum/foundation/writing-for-the-web/?overview">Writing  for the Web</a></li>
<li><a href="http://interact.webstandards.org/curriculum/front-end-development/web-design-1/?overview"> Web Design 1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/front-end-development/web-design-2/?overview">Web  Design 2</a></li>
<li><a href="http://interact.webstandards.org/curriculum/front-end-development/accessibility/?overview">Accessibility</a></li>
<li><a href="http://interact.webstandards.org/curriculum/front-end-development/dom-scripting-1/?overview">DOM  Scripting 1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/front-end-development/findability/?overview">Findability</a></li>
<li><a href="http://interact.webstandards.org/curriculum/design/digital-design-production/?overview">Digital  Design Production</a></li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/information-architecture-1/?overview"> Information Architecture 1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/interaction-design-1/?overview">Interaction  Design 1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/prototyping/?overview">Prototyping</a></li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/usability-1/?overview">Usability  1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/serve-side-dev/server-side-scripting-1/?overview"> Server-Side Scripting 1</a></li>
<li><a href="http://interact.webstandards.org/curriculum/professional-practice/internship/?overview"> Internship</a></li>
<li><a href="http://interact.webstandards.org/curriculum/professional-practice/independent-study/?overview">Independent  Study</a></li>
<li><a href="http://interact.webstandards.org/curriculum/professional-practice/professional-development/?overview">Professional  Development</a></li>
<li><a href="http://interact.webstandards.org/curriculum/professional-practice/project-management/?overview">Project  Management</a></li>
</ul>
<p>If you want to contribute assignments or courses, here&#8217;s <a href="http://interact.webstandards.org/contribute/">how to contribute</a>.</p>
<p>The first book from the InterACT team, <a href="http://interactwithwebstandards.com/"><cite>InterACT with Web Standards</cite></a>, will be on bookstore shelves May 15.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/04/01/yes-you-can-teach-web-standards-with-interact/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/04/01/yes-you-can-teach-web-standards-with-interact/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/04/01/yes-you-can-teach-web-standards-with-interact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links: liquid layouts, new InterACT courses, InterACT contributors,</title>
		<link>http://www.webteacher.ws/2010/03/18/useful-links-liquid-layouts-new-interact-courses-interact-contributors/</link>
		<comments>http://www.webteacher.ws/2010/03/18/useful-links-liquid-layouts-new-interact-courses-interact-contributors/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 13:16:42 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[InterAct]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[UsefulLinks]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4168</guid>
		<description><![CDATA[Have you discovered zomigi&#8217;s blog? There are wonderful things there, like this collection of 70+ essential resources for liquid and elastic layouts. Six new courses added to the WaSP InterACT curriculum. They are: Writing for the Web, author: Erin Kissane Usability 1, authors: Dara Solomon and Dana Wortman Prototyping, authors: Todd Zaki Warfel and Aarron [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F03%252F18%252Fuseful-links-liquid-layouts-new-interact-courses-interact-contributors%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaY0EH5%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20links%3A%20liquid%20layouts%2C%20new%20InterACT%20courses%2C%20InterACT%20contributors%2C%22%20%7D);"></div>
<p>Have you discovered <a href="http://zomigi.com/blog/">zomigi&#8217;s blog</a>? There are  wonderful things there, like this collection of <a href="http://zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+  essential resources for liquid and elastic layouts</a>.</p>
<p><a href="http://www.webstandards.org/2010/03/17/six-new-courses-added-to-the-interact-curriculum/">Six new courses added to the WaSP InterACT curriculum</a>. They are:</p>
<ul>
<li><a href="http://interact.webstandards.org/curriculum/foundation/writing-for-the-web/?overview">Writing  for the Web</a>, author: Erin Kissane</li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/usability-1/?overview">Usability  1</a>, authors: Dara Solomon and Dana Wortman</li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/prototyping/?overview">Prototyping</a>,  authors: Todd Zaki Warfel and Aarron Walter</li>
<li><a href="http://interact.webstandards.org/curriculum/professional-practice/project-management/?overview">Project  Management</a>, authors:  Stephanie Troeth and Denise Jacobs</li>
<li><a href="http://interact.webstandards.org/curriculum/serve-side-dev/server-side-scripting-1/?overview">Server-side  Scripting</a>, author: Lars Gunther</li>
<li><a href="http://interact.webstandards.org/curriculum/user-science/interaction-design-1/?overview">Interaction  Design 1</a>, authors: Carolyn Chandler and Jason Ulaszek</li>
</ul>
<blockquote><p>As is true of all InterACT courses, these six new courses contain  competencies (the stuff students need to master in order to pass the  class), assignments with grading rubrics, exam questions, recommended  texts and readings, and technologies required to teach the course.</p></blockquote>
<p>Aarron Walter (<a href="http://twitter.com/aarron">@aarron)</a> made a Twitter list of  all the contributors to the InterACT project. Follow <a href="http://twitter.com/aarron/interact">@aarron/InterACT</a>.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/03/18/useful-links-liquid-layouts-new-interact-courses-interact-contributors/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/03/18/useful-links-liquid-layouts-new-interact-courses-interact-contributors/#comments">2 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/03/18/useful-links-liquid-layouts-new-interact-courses-interact-contributors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful Links: Captions, your college on Facebook, Web Education Rocks at SXSW</title>
		<link>http://www.webteacher.ws/2010/03/08/useful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw/</link>
		<comments>http://www.webteacher.ws/2010/03/08/useful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:09:37 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[SXSW]]></category>
		<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4075</guid>
		<description><![CDATA[The Future will be Captioned at the YouTube blog explains their new auto-captioning function, which works only for English videos at this point. I saw a presentation from the social media team at Central New Mexico Community College last week. They talked about how they interact with the college&#8217;s 25,000 students on Facebook. The rule [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F03%252F08%252Fuseful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FauZVjF%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20Captions%2C%20your%20college%20on%20Facebook%2C%20Web%20Education%20Rocks%20at%20SXSW%22%20%7D);"></div>
<p><a href="http://youtube-global.blogspot.com/2010/03/future-will-be-captioned-improving.html">The Future will be Captioned</a> at the YouTube blog explains their new auto-captioning function, which works only for English videos at this point.</p>
<p>I saw a presentation from the social media team at Central New Mexico Community College last week. They talked about how they interact with the college&#8217;s 25,000 students <a href="http://www.facebook.com/CNMonline">on Facebook</a>. The rule they gave for social media interaction was 80% fun and 20% serious. They are getting good results with what they are doing. If your college is not having much luck getting into social media, take a look at the way CNM is doing things. It&#8217;s an instructive model.</p>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/02/ia-icon.gif"><img class="alignleft size-full wp-image-3987" title="sxsw interactive" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/02/ia-icon.gif" alt="sxsw interactive" width="58" height="101" /></a>Will you be at SXSW Interactive? I hope you&#8217;ll attend the <a href="http://my.sxsw.com/events/event/5238">Web Education Rocks: 2010 WaSP InterAct Annual Meeting</a>. In the past, this session was billed as the WaSP annual meeting, but this year most of the things going on within WaSP relate to InterAct–both the <a href="http://interact.webstandards.org/">web standards curriculum</a> and the <a href="http://interactwithwebstandards.com/">web standards book</a>. You&#8217;ll find out what the new courses are that have been added to the curriculum, and more about the book that will come out soon. Hope to see you there.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/03/08/useful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/03/08/useful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/03/08/useful-links-captions-your-college-on-facebook-web-education-rocks-at-sxsw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InterAct scores a big w00t with new book and site</title>
		<link>http://www.webteacher.ws/2010/03/02/interact-scores-a-big-w00t-with-new-book-and-site/</link>
		<comments>http://www.webteacher.ws/2010/03/02/interact-scores-a-big-w00t-with-new-book-and-site/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 13:12:08 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[WaSP Interact]]></category>
		<category><![CDATA[WebDesign]]></category>
		<category><![CDATA[WebFoundation]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4045</guid>
		<description><![CDATA[InterACT with Web Standards: A Holistic Approach to Web Design has reached the stage in the publishing cycle where you can preorder the book. You can order on Amazon.com or from Amazon.co.uk. At some point in the near future, it will also be available from Peachpit and other booksellers like Barnes and Nobel. A new [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F03%252F02%252Finteract-scores-a-big-w00t-with-new-book-and-site%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbjKL2v%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22InterAct%20scores%20a%20big%20w00t%20with%20new%20book%20and%20site%22%20%7D);"></div>
<p><a href="http://interactwithwebstandards.com/"><img class="alignleft" src="http://interactwithwebstandards.com/images/interact-web-standards.png" alt="InterAct with Web Standards cover" width="319" height="304" /></a><cite>InterACT with Web Standards: A Holistic Approach to Web Design</cite> has reached the stage in the publishing cycle where you can preorder the book.</p>
<p>You can order <a href="http://www.amazon.com/exec/obidos/ASIN/0321703529/aarronwalterc-20/" target="_blank">on Amazon.com</a> or from <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321703529/aarronwalterc-20/" target="_blank">Amazon.co.uk</a>. At some point in the near future, it will also be available from Peachpit and other booksellers like Barnes and Nobel.</p>
<p>A new site at <a href="http://interactwithwebstandards.com/">interactwithwebstandards.com</a> went up yesterday in support of the book. Currently there, you&#8217;ll find the table of contents, and a list of all the people involved in writing and designing this book. The list contains some familiar names and excellent people at work on this book.</p>
<p>It&#8217;s the first &#8220;companion&#8221; book written in support of the <a href="http://interact.webstandards.org/">InterAct Curriculum</a>.</p>
<p>Speaking of the <a href="http://interact.webstandards.org/">InterAct Curriculum</a>, even more course materials and more courses are going to be announced at SXSW in March, so be watching to see what the new courses are.</p>
<p>Here&#8217;s a blurb from <a href="http://interactwithwebstandards.com/">the site</a>, explaining what the book is all about.</p>
<blockquote><p>Crafted by the education luminaries that brought you the revolutionary <a href="http://interact.webstandards.org/" target="_blank">InterACT curriculum</a>, the <a href="http://opera.com/wsc" target="_blank">Opera Web Standards Curriculum</a>, and the experts that power <a href="http://webstandards.org/" target="_blank">The Web Standards Project</a>, this book is the definitive guide to the best practices every web professional needs to master to succeed in their career.</p></blockquote>
<p>If you&#8217;re teaching a basic web design course, you should check out the resources available in this book as well as in the curriculum, which has materials for many more courses as well.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/03/02/interact-scores-a-big-w00t-with-new-book-and-site/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/03/02/interact-scores-a-big-w00t-with-new-book-and-site/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/03/02/interact-scores-a-big-w00t-with-new-book-and-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Education Rocks</title>
		<link>http://www.webteacher.ws/2009/07/23/web-education-rocks/</link>
		<comments>http://www.webteacher.ws/2009/07/23/web-education-rocks/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:50:07 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[InterAct]]></category>
		<category><![CDATA[OWEA]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Web Education Rocks]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=2908</guid>
		<description><![CDATA[Something significant for web education is happening in Chattanooga from August 5-8. The event is dubbed the Web Education Rocks Summit. The event is a meeting of the newly formed Open Web Education Alliance. Members are meeting to create a structure for OWEA that will aid companies, schools, and organizations involved in shaping the education [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2009%252F07%252F23%252Fweb-education-rocks%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Web%20Education%20Rocks%22%20%7D);"></div>
<p><a href="http://webeducationrocks.com/page/the-summit"><img class="size-medium wp-image-2909" title="webeducationrocks" src="http://www.webteacher.ws/blog/wp-content/uploads/2009/07/webeducationrocks-300x81.jpg" alt="web education rocks" width="539" height="145" /></a></p>
<p class="clearleft">Something significant for web education is happening in Chattanooga from August 5-8. The event is dubbed the <a href="http://webeducationrocks.com/page/the-summit">Web Education Rocks Summit</a>. The event is a meeting of the newly formed <a href="http://www.w3.org/2005/Incubator/owea/">Open Web Education Alliance</a>. Members are meeting to create a structure for OWEA that will aid companies, schools, and organizations involved in shaping the education of Web professionals.</p>
<p>On Thursday, August 6, there will be an open meeting for any interested web professional. This meeting is called <a href="http://webeducationrocks.com/page/the-tour/">The Tour</a>, and is the first of many Tour dates for OWEA.  At this meeting, the speakers will be:</p>
<blockquote>
<ul>
<li><strong>John Allsopp,</strong> <em>Web Directions</em></li>
<li><strong>Scott Fegette, </strong><em>Adobe</em></li>
<li><strong>Nick Fogler,</strong> <em>Yahoo!</em></li>
<li><strong>Leslie Jensen-Inman,</strong> <em>The University of Tennessee at Chattanooga</em></li>
<li><strong>Chris Mills,</strong><em> Opera</em></li>
<li><strong>Doug Schepers,</strong> <em>W3C</em></li>
<li><strong>Aarron Walter,</strong><em> MailChimp</em></li>
</ul>
</blockquote>
<p>You can <a href="http://webeducationrocks.com/page/contact">request a tour stop in your town</a>. You may not get all of the speakers listed above at every Tour stop, but you will get some of the OWEA members. OWEA is an organization spun off from the drive to create the <a href="http://interact.webstandards.org/">InterAct Curriculum</a>.</p>
<p>The Web Education Rocks Summit was put together by Leslie Jensen-Inman from the University of Tennessee at Chattanooga, who obtained all sorts of sponsorships and funds to support the efforts of OWEA. Leslie rocks!</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2009. |
<a href="http://www.webteacher.ws/2009/07/23/web-education-rocks/">Permalink</a> |
<a href="http://www.webteacher.ws/2009/07/23/web-education-rocks/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2009/07/23/web-education-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
