<?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 for Ken Villines 1.0</title>
	<atom:link href="http://www.kenvillines.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kenvillines.com</link>
	<description>Web development, programming, e-commerce, graphic design, Life and more.</description>
	<lastBuildDate>Mon, 02 Feb 2009 18:20:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Quicktime Javascript Examples by Walter</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-57683</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-57683</guid>
		<description>To stop and play again from the beginning, you would need to do something like this:

function RePlay(mov){
    mov.Stop();
    mov.Rewind();
    mov.Play();
}

Walter</description>
		<content:encoded><![CDATA[<p>To stop and play again from the beginning, you would need to do something like this:</p>
<p>function RePlay(mov){<br />
    mov.Stop();<br />
    mov.Rewind();<br />
    mov.Play();<br />
}</p>
<p>Walter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Array Javascript Slideshow by Steve</title>
		<link>http://www.kenvillines.com/archives/12.html/comment-page-1#comment-57210</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 25 Jan 2009 01:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=12#comment-57210</guid>
		<description>I keep getting an error in firefox with this code.   

&quot;target.src=imageArray[nextImage].src;&quot;  says &quot;Error: target is null&quot;;

Any ideas.
Thanks</description>
		<content:encoded><![CDATA[<p>I keep getting an error in firefox with this code.   </p>
<p>&#8220;target.src=imageArray[nextImage].src;&#8221;  says &#8220;Error: target is null&#8221;;</p>
<p>Any ideas.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin &#8211; PostControl 1.0 is released by Amy Jo Yates</title>
		<link>http://www.kenvillines.com/archives/99.html/comment-page-1#comment-49892</link>
		<dc:creator>Amy Jo Yates</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/archives/000099.html#comment-49892</guid>
		<description>I also tried Batch Categories and it didn&#039;t work either.</description>
		<content:encoded><![CDATA[<p>I also tried Batch Categories and it didn&#8217;t work either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin &#8211; PostControl 1.0 is released by Amy Jo Yates</title>
		<link>http://www.kenvillines.com/archives/99.html/comment-page-1#comment-49891</link>
		<dc:creator>Amy Jo Yates</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/archives/000099.html#comment-49891</guid>
		<description>I&#039;m running Wordpress 2.6.1 and Post Control doesn&#039;t work.    i activate and then all I get is &quot;cheatin, huh?&quot;  Bummer.  I was really looking forward to this.

Amy Jo Yates</description>
		<content:encoded><![CDATA[<p>I&#8217;m running Wordpress 2.6.1 and Post Control doesn&#8217;t work.    i activate and then all I get is &#8220;cheatin, huh?&#8221;  Bummer.  I was really looking forward to this.</p>
<p>Amy Jo Yates</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quicktime Scripting &amp; playing Fullscreen by Fred Malenfant</title>
		<link>http://www.kenvillines.com/archives/82.html/comment-page-1#comment-48692</link>
		<dc:creator>Fred Malenfant</dc:creator>
		<pubDate>Mon, 06 Oct 2008 02:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=82#comment-48692</guid>
		<description>I followed your instructions about the QTL file creation, because I wanted my Revision3 shows to start in quicktime player full screen, and it worked almost fine.  But it seems to be a trouble with QTL and Quicktime player (I use the latest one).  Like another one post here, I got the 2048 error telling me that quicktime does not support a file format.  But, this error is random, if I retry the exact same file 30 seconds later, it may work!  And, if take the SRC file source and I use &quot;open url&quot; directly in quicktime, it always works fine.  So I think that Apple may have a bug to correct in QT player when loading QTL files.  Site to test this issue: http://www.fredericmalenfant.com/Revision3QuicktimePlayer.aspx</description>
		<content:encoded><![CDATA[<p>I followed your instructions about the QTL file creation, because I wanted my Revision3 shows to start in quicktime player full screen, and it worked almost fine.  But it seems to be a trouble with QTL and Quicktime player (I use the latest one).  Like another one post here, I got the 2048 error telling me that quicktime does not support a file format.  But, this error is random, if I retry the exact same file 30 seconds later, it may work!  And, if take the SRC file source and I use &#8220;open url&#8221; directly in quicktime, it always works fine.  So I think that Apple may have a bug to correct in QT player when loading QTL files.  Site to test this issue: <a href="http://www.fredericmalenfant.com/Revision3QuicktimePlayer.aspx" rel="nofollow">http://www.fredericmalenfant.com/Revision3QuicktimePlayer.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quicktime Scripting &amp; playing Fullscreen by Ken Villines</title>
		<link>http://www.kenvillines.com/archives/82.html/comment-page-1#comment-29599</link>
		<dc:creator>Ken Villines</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=82#comment-29599</guid>
		<description>@Adam

Sorry, I missed your post. I haven&#039;t tried my instructions with the latest version of QT. I guess I need to do that. Apple has broken so many things over the last couple of years it is hard to keep up. When I have some time on my plate I will check it out...Ken</description>
		<content:encoded><![CDATA[<p>@Adam</p>
<p>Sorry, I missed your post. I haven&#8217;t tried my instructions with the latest version of QT. I guess I need to do that. Apple has broken so many things over the last couple of years it is hard to keep up. When I have some time on my plate I will check it out&#8230;Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quicktime Scripting &amp; playing Fullscreen by Adam</title>
		<link>http://www.kenvillines.com/archives/82.html/comment-page-1#comment-29266</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 20 Apr 2008 23:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=82#comment-29266</guid>
		<description>I am trying to follow your instructions, but I get a Error -2048 that it doesn&#039;t recognize the .qtl file.  Works with your link, but not when I direct it to my own qtl file.  Is there some sort of size limit on the .mov file?  I have a few hours to complete my project and this is just killing me.</description>
		<content:encoded><![CDATA[<p>I am trying to follow your instructions, but I get a Error -2048 that it doesn&#8217;t recognize the .qtl file.  Works with your link, but not when I direct it to my own qtl file.  Is there some sort of size limit on the .mov file?  I have a few hours to complete my project and this is just killing me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress DraftControl Plugin &#8211; 1.2 Beta 2 by Walt</title>
		<link>http://www.kenvillines.com/archives/98.html/comment-page-1#comment-28254</link>
		<dc:creator>Walt</dc:creator>
		<pubDate>Thu, 10 Apr 2008 18:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/archives/000098.html#comment-28254</guid>
		<description>Hi. I&#039;m using WP 2.3.3. Everything comes up OK when I pull DC up, but isn&#039;t there supposed to be a category dropdown? Under the category heading I see nothing, not even the current category. I downloaded from the link above - am I on the right page here?</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m using WP 2.3.3. Everything comes up OK when I pull DC up, but isn&#8217;t there supposed to be a category dropdown? Under the category heading I see nothing, not even the current category. I downloaded from the link above &#8211; am I on the right page here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress DraftControl Plugin &#8211; 1.2 Beta 2 by Walt</title>
		<link>http://www.kenvillines.com/archives/98.html/comment-page-1#comment-27649</link>
		<dc:creator>Walt</dc:creator>
		<pubDate>Wed, 02 Apr 2008 23:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/archives/000098.html#comment-27649</guid>
		<description>Hi. I&#039;m having the same issue as BK. No categories listed? No dropdown?</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m having the same issue as BK. No categories listed? No dropdown?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using InnerHTML correctly within IE and Firefox by Pritam Paul</title>
		<link>http://www.kenvillines.com/archives/69.html/comment-page-1#comment-25572</link>
		<dc:creator>Pritam Paul</dc:creator>
		<pubDate>Thu, 13 Mar 2008 14:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=69#comment-25572</guid>
		<description>You are great, this worked for me. Even using to DOJO AJAX this worked well.</description>
		<content:encoded><![CDATA[<p>You are great, this worked for me. Even using to DOJO AJAX this worked well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
