<?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>Zenovation's Blog &#187; html</title>
	<atom:link href="http://zenovations.com/blog/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenovations.com/blog</link>
	<description>A blog about web design, programming, hosting, and virtualmin hacks</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:33:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Valid flash in XHTML (killing &lt;embed&gt;)</title>
		<link>http://zenovations.com/blog/2008/09/valid-flash-in-xhtml-killing-embed/</link>
		<comments>http://zenovations.com/blog/2008/09/valid-flash-in-xhtml-killing-embed/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:02:05 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://zenovations.com/blog/?p=154</guid>
		<description><![CDATA[I wanted to validate my xhtml code for the new site design, and ran into the following fun errors from w3c: Line 25, Column 15: there is no attribute "src". Line 26, Column 18: there is no attribute "wmode". Line 27, Column 17: there is no attribute "type". Line 28, Column 18: there is no [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to <a href="http://validator.w3.org/">validate my xhtml code</a> for the new site design, and ran into the following fun errors from <a href="http://www.w3c.org">w3c</a>:<br />
<code> Line 25, Column 15: there is no attribute "src".<br />
Line 26, Column 18: there is no attribute "wmode".<br />
Line 27, Column 17: there is no attribute "type".<br />
Line 28, Column 18: there is no attribute "width".<br />
Line 28, Column 31: there is no attribute "height".<br />
Line 28, Column 38: element "embed" undefined.<br />
</code><br />
<span id="more-154"></span></p>
<p>Which was caused by this tag, my <a href="http://www.digsby.com">Digsby</a> chat widget:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p154code3'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1543"><td class="code" id="p154code3"><pre class="html" style="font-family:monospace;">&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;190&quot; height=&quot;250&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;http://w.digsby.com/dw.swf?c=lxogglyphmsfi7xc&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;190&quot; height=&quot;250&quot; src=&quot;http://w.digsby.com/dw.swf?c=lxogglyphmsfi7xc&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</pre></td></tr></table></div>

<p>A little research and <a href="http://www.alistapart.com/stories/flashsatay/">an article from A List Apart later</a>, I&#8217;ve found valid input for including flash in Transitional XHTML:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p154code4'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1544"><td class="code" id="p154code4"><pre class="html" style="font-family:monospace;">&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;190&quot; height=&quot;250&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;http://w.digsby.com/dw.swf?c=lxogglyphmsfi7xc&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;190&quot; height=&quot;250&quot; src=&quot;http://w.digsby.com/dw.swf?c=lxogglyphmsfi7xc&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://zenovations.com/blog/2008/09/valid-flash-in-xhtml-killing-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
