<?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: Embed a Valid XHTML Twitter Widget</title>
	<atom:link href="http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/</link>
	<description>Remember the name ;)</description>
	<lastBuildDate>Tue, 20 Dec 2011 20:37:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: leandra</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-490</link>
		<dc:creator>leandra</dc:creator>
		<pubDate>Fri, 10 Jun 2011 21:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-490</guid>
		<description>This was an awesome article. &lt;a href=&quot;http://www.babybumpguidesite.com&quot; rel=&quot;nofollow&quot;&gt;Times To Get Pregnant&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This was an awesome article. <a href="http://www.babybumpguidesite.com" rel="nofollow">Times To Get Pregnant</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-372</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Tue, 12 Apr 2011 13:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-372</guid>
		<description>@tony you should add type=&quot;text/javascript&quot; not type=&quot;javascript&quot;</description>
		<content:encoded><![CDATA[<p>@tony you should add type=&#8221;text/javascript&#8221; not type=&#8221;javascript&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Q. King</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-282</link>
		<dc:creator>Tony Q. King</dc:creator>
		<pubDate>Sun, 02 Jan 2011 19:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-282</guid>
		<description>OK - now for the vers-2 Twitter-widget script-

The  &lt;script&gt; ... &lt;/script&gt; pair as supplied by Twitter, has no TYPE= parameter, so the W3C validator flags the two instances as errors.

I tried adding a type=&quot;javascript&quot; - this validated OK, but then the widget no longer worked. 

Any ideas?</description>
		<content:encoded><![CDATA[<p>OK &#8211; now for the vers-2 Twitter-widget script-</p>
<p>The  &lt;script&gt; &#8230; &lt;/script&gt; pair as supplied by Twitter, has no TYPE= parameter, so the W3C validator flags the two instances as errors.</p>
<p>I tried adding a type=&#8221;javascript&#8221; &#8211; this validated OK, but then the widget no longer worked. </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Q. King</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-281</link>
		<dc:creator>Tony Q. King</dc:creator>
		<pubDate>Sun, 02 Jan 2011 19:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-281</guid>
		<description>OOPS! Let&#039;s try that again! 
I&#039;m a latecomer to this thread, as the &quot;vers-2&quot; twitter widget does not appear to be Flash.

But as far as xhtml strict compliance of  FLASH goes, the following compliant code example seems to work quite well; at least in any browser I have tested (IE, FF, Chrome and Safari) -  
  
   &lt; object width=&quot;100&quot; height=&quot;15&quot; type=&quot;application/x-shockwave-flash&quot; 
	data=&quot;http://blogue.tk/im/franc.swf&quot; &gt;
	 &lt;param name=&quot;movie&quot; value=&quot;http://blogue.tk/im/franc.swf&quot; / &gt; 
	 &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
 	 &lt;param name=&quot;menu&quot; value=&quot;false&quot; /&gt;
         &lt;param name=&quot;bgcolor&quot; value=&quot;#0080a0&quot;/&gt;
	 &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt; 
    &lt;/object&gt;  
 
 The above was originally suggested in a W3C thread. 


The vers-2 twitter widget is now a script and NOT xhtml-compliant, but more on this later...</description>
		<content:encoded><![CDATA[<p>OOPS! Let&#8217;s try that again!<br />
I&#8217;m a latecomer to this thread, as the &#8220;vers-2&#8243; twitter widget does not appear to be Flash.</p>
<p>But as far as xhtml strict compliance of  FLASH goes, the following compliant code example seems to work quite well; at least in any browser I have tested (IE, FF, Chrome and Safari) &#8211;  </p>
<p>   &lt; object width=&#8221;100&#8243; height=&#8221;15&#8243; type=&#8221;application/x-shockwave-flash&#8221;<br />
	data=&#8221;http://blogue.tk/im/franc.swf&#8221; &gt;<br />
	 &lt;param name=&#8221;movie&#8221; value=&#8221;http://blogue.tk/im/franc.swf&#8221; / &gt;<br />
	 &lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221; /&gt;<br />
 	 &lt;param name=&#8221;menu&#8221; value=&#8221;false&#8221; /&gt;<br />
         &lt;param name=&#8221;bgcolor&#8221; value=&#8221;#0080a0&#8243;/&gt;<br />
	 &lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221; /&gt;<br />
    &lt;/object&gt;  </p>
<p> The above was originally suggested in a W3C thread. </p>
<p>The vers-2 twitter widget is now a script and NOT xhtml-compliant, but more on this later&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Q. King</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-280</link>
		<dc:creator>Tony Q. King</dc:creator>
		<pubDate>Sun, 02 Jan 2011 19:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-280</guid>
		<description>I&#039;m a latecomer to this thread, as the &quot;vers-2&quot; twiiter widget does not appear to be Flash.

But as far as xhtml strict compliance of  FLASH goes, the following compliant code example seems to work quite well; at least in any browser I have tested (IE, FF, Chrome and Safari) -  
  
   
	 
	
 	
        
	 
     
 
 The above was originally suggested in a W3C thread. 


The vers-2 twitter widget is now a script and NOT xhtml-compliant, but more on this later...</description>
		<content:encoded><![CDATA[<p>I&#8217;m a latecomer to this thread, as the &#8220;vers-2&#8243; twiiter widget does not appear to be Flash.</p>
<p>But as far as xhtml strict compliance of  FLASH goes, the following compliant code example seems to work quite well; at least in any browser I have tested (IE, FF, Chrome and Safari) &#8211;  </p>
<p> The above was originally suggested in a W3C thread. </p>
<p>The vers-2 twitter widget is now a script and NOT xhtml-compliant, but more on this later&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aileen</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-271</link>
		<dc:creator>Aileen</dc:creator>
		<pubDate>Wed, 27 Oct 2010 22:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-271</guid>
		<description>I can get my twitter widget to validate for xhtml strict 1.0 strict no problem, but when I try to validate the CSS it shows up lots of errors - any idea how to fix that?</description>
		<content:encoded><![CDATA[<p>I can get my twitter widget to validate for xhtml strict 1.0 strict no problem, but when I try to validate the CSS it shows up lots of errors &#8211; any idea how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbashby (David Ashby)</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-194</link>
		<dc:creator>dbashby (David Ashby)</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-194</guid>
		<description>Embed a Valid XHTML Twitter Widget http://bit.ly/LpZMH</description>
		<content:encoded><![CDATA[<p>Embed a Valid XHTML Twitter Widget <a href="http://bit.ly/LpZMH" rel="nofollow">http://bit.ly/LpZMH</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-193</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-193</guid>
		<description>By the way your captcha thing sucks it doesn&#039;t work right every time, I had to input the same captcha code 3 times in a row to make it work. Try using CFormsII for your form needs, its the best out there for wordpress.</description>
		<content:encoded><![CDATA[<p>By the way your captcha thing sucks it doesn&#8217;t work right every time, I had to input the same captcha code 3 times in a row to make it work. Try using CFormsII for your form needs, its the best out there for wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-192</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-192</guid>
		<description>Sorry to tell ya that Simon was right, it&#039;s good that you want to make your sites valid and that you only will accept a valid site, I am the same way, but Simon is right in that fact that yes your code does validate but your code is only validating based on the fact that your tricking the validator into thinking its valid. Of course sometimes its unavoidable to where you have to use a seperate ie stylesheet to fix all those annoying problems with ie6, but in a general rule its best to avoid this types of fixes to truly have a valid website. Check out Simons link for the proper solution to fix this and actually the widget runs much quicker.</description>
		<content:encoded><![CDATA[<p>Sorry to tell ya that Simon was right, it&#8217;s good that you want to make your sites valid and that you only will accept a valid site, I am the same way, but Simon is right in that fact that yes your code does validate but your code is only validating based on the fact that your tricking the validator into thinking its valid. Of course sometimes its unavoidable to where you have to use a seperate ie stylesheet to fix all those annoying problems with ie6, but in a general rule its best to avoid this types of fixes to truly have a valid website. Check out Simons link for the proper solution to fix this and actually the widget runs much quicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamesakadamingo (James Chorlton)</title>
		<link>http://www.amirwatad.com/blog/archives/2009/02/19/embed-a-valid-xhtml-twitter-widget/comment-page-1/#comment-174</link>
		<dc:creator>jamesakadamingo (James Chorlton)</dc:creator>
		<pubDate>Sun, 21 Jun 2009 12:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=241#comment-174</guid>
		<description>Embed a Valid XHTML Twitter Widget http://bit.ly/LpZMH</description>
		<content:encoded><![CDATA[<p>Embed a Valid XHTML Twitter Widget <a href="http://bit.ly/LpZMH" rel="nofollow">http://bit.ly/LpZMH</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.257 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 17:38:32 -->

