<?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 Tom Elliott | Web Development Blog</title>
	<atom:link href="http://www.tom-elliott.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tom-elliott.net</link>
	<description>Web Developer Nottingham</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:14:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Custom WordPress Meta Titles &#8211; Homepage, Pages, Posts by PTCL IVIO Icon Pro</title>
		<link>http://www.tom-elliott.net/wordpress/custom-wordpress-meta-titles/#comment-1525</link>
		<dc:creator>PTCL IVIO Icon Pro</dc:creator>
		<pubDate>Sun, 12 Feb 2012 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/?p=377#comment-1525</guid>
		<description>Thank you for sharing. I have been messing with wordperss titles and meta tags for a while with a little succes but you made my life easy dude. Hats off to you.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing. I have been messing with wordperss titles and meta tags for a while with a little succes but you made my life easy dude. Hats off to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver CS4 Code Selection (Copy &amp; Paste) Problem by veerendra</title>
		<link>http://www.tom-elliott.net/html-css/dreamweaver-cs4-code-selecting-problem/#comment-1514</link>
		<dc:creator>veerendra</dc:creator>
		<pubDate>Mon, 06 Feb 2012 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=175#comment-1514</guid>
		<description>thanks for the tip.. 
classic is good workspace though .. i created my custom .. now switching back to classic.. lets see how it helps.. 
thanks again</description>
		<content:encoded><![CDATA[<p>thanks for the tip..<br />
classic is good workspace though .. i created my custom .. now switching back to classic.. lets see how it helps..<br />
thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 typing\typewriter effect in Flash by Recette américaine</title>
		<link>http://www.tom-elliott.net/flash/flash-as3-typing-effect/#comment-1499</link>
		<dc:creator>Recette américaine</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=1#comment-1499</guid>
		<description>&lt;strong&gt;Great website...&lt;/strong&gt;

[...]very intersting website, on an blog about[...]...</description>
		<content:encoded><![CDATA[<p><strong>Great website&#8230;</strong></p>
<p>[...]very intersting website, on an blog about[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver CS4 Code Selection (Copy &amp; Paste) Problem by Jan Dever</title>
		<link>http://www.tom-elliott.net/html-css/dreamweaver-cs4-code-selecting-problem/#comment-1493</link>
		<dc:creator>Jan Dever</dc:creator>
		<pubDate>Wed, 25 Jan 2012 08:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=175#comment-1493</guid>
		<description>Thanks, you just made my day. I almost crashed my hardware...</description>
		<content:encoded><![CDATA[<p>Thanks, you just made my day. I almost crashed my hardware&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove author &amp; date link from WordPress (TwentyTen Theme) by Tom Elliott</title>
		<link>http://www.tom-elliott.net/wordpress/remove-author-date-link-from-wordpress/#comment-1487</link>
		<dc:creator>Tom Elliott</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=89#comment-1487</guid>
		<description>Hi Alex,

To remove the author and date from other Wordpress themes, there&#039;s a good chance that they are using the standard the_author() function and the_time() functions so look out for code blocks that look like:  by &lt;?php the_author() ?&gt; and delete or comment out.

Different themes may use different file names but usually (as is the case with the default blue Wordpress theme), the main page will be index.php so this would be the first place you would want to look. If you want to remove the author and date from the individual post pages as well, check the single.php file.

Hope that helps,</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>To remove the author and date from other WordPress themes, there&#8217;s a good chance that they are using the standard the_author() function and the_time() functions so look out for code blocks that look like:  by < ?php the_author() ?> and delete or comment out.</p>
<p>Different themes may use different file names but usually (as is the case with the default blue WordPress theme), the main page will be index.php so this would be the first place you would want to look. If you want to remove the author and date from the individual post pages as well, check the single.php file.</p>
<p>Hope that helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove author &amp; date link from WordPress (TwentyTen Theme) by Alex</title>
		<link>http://www.tom-elliott.net/wordpress/remove-author-date-link-from-wordpress/#comment-1486</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=89#comment-1486</guid>
		<description>Hello ! I am using a different theme, how will be the procedure for me to remove the author, date and &quot;Posted in ...&quot;? Please help me...thanks a lot !!!</description>
		<content:encoded><![CDATA[<p>Hello ! I am using a different theme, how will be the procedure for me to remove the author, date and &#8220;Posted in &#8230;&#8221;? Please help me&#8230;thanks a lot !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver CS4 Code Selection (Copy &amp; Paste) Problem by JB</title>
		<link>http://www.tom-elliott.net/html-css/dreamweaver-cs4-code-selecting-problem/#comment-1464</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 04 Jan 2012 04:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=175#comment-1464</guid>
		<description>Problem solved (I was about to reinstall it)
many thanks</description>
		<content:encoded><![CDATA[<p>Problem solved (I was about to reinstall it)<br />
many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 typing\typewriter effect in Flash by tomelliott</title>
		<link>http://www.tom-elliott.net/flash/flash-as3-typing-effect/#comment-1283</link>
		<dc:creator>tomelliott</dc:creator>
		<pubDate>Sun, 18 Dec 2011 09:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=1#comment-1283</guid>
		<description>Hey Mahdi,

Glad you found the typing effect code useful! Good questions - and not entirely straightforward - ;) I&#039;ve done my best to answer them below:

1 - If you&#039;re using the uploaded Flash file, I think you&#039;ll need to expand both the text area and document size, or shrink the font... it looks like it&#039;s getting cut off because it&#039;s reaching the end of the text area.

2 - To loop the typing effect, the AS3 code &quot;typeTimer.stop();&quot; - can be replaced with the below:
   clipText.dynText.htmlText = &quot;&quot;;
   varString = &quot;&quot;;
   charPos = 0;
   cursorFlashed = 0;
   typeTimer.reset();
   typeTimer.start();

3 - To pause at the &quot;...&quot; or at a certain point in the typing effect, you can replace the AS3:
typeVar = minTypeTime + Math.random()*typeSpeedVariation;
with:
if (charPos == 25) {
	typeVar = 150;
} else {
	typeVar = minTypeTime + Math.random()*typeSpeedVariation;
}
where charPos is the position in the text string for the character you want to pause at, and the typeVar the pause length in milliseconds (divided by 2). So for 3 seconds, the value is 150.

Hope that  helps and good luck with the Blog!

Tom</description>
		<content:encoded><![CDATA[<p>Hey Mahdi,</p>
<p>Glad you found the typing effect code useful! Good questions &#8211; and not entirely straightforward &#8211; <img src='http://www.tom-elliott.net/web-blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;ve done my best to answer them below:</p>
<p>1 &#8211; If you&#8217;re using the uploaded Flash file, I think you&#8217;ll need to expand both the text area and document size, or shrink the font&#8230; it looks like it&#8217;s getting cut off because it&#8217;s reaching the end of the text area.</p>
<p>2 &#8211; To loop the typing effect, the AS3 code &#8220;typeTimer.stop();&#8221; &#8211; can be replaced with the below:<br />
   clipText.dynText.htmlText = &#8220;&#8221;;<br />
   varString = &#8220;&#8221;;<br />
   charPos = 0;<br />
   cursorFlashed = 0;<br />
   typeTimer.reset();<br />
   typeTimer.start();</p>
<p>3 &#8211; To pause at the &#8220;&#8230;&#8221; or at a certain point in the typing effect, you can replace the AS3:<br />
typeVar = minTypeTime + Math.random()*typeSpeedVariation;<br />
with:<br />
if (charPos == 25) {<br />
	typeVar = 150;<br />
} else {<br />
	typeVar = minTypeTime + Math.random()*typeSpeedVariation;<br />
}<br />
where charPos is the position in the text string for the character you want to pause at, and the typeVar the pause length in milliseconds (divided by 2). So for 3 seconds, the value is 150.</p>
<p>Hope that  helps and good luck with the Blog!</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 typing\typewriter effect in Flash by Mahdi</title>
		<link>http://www.tom-elliott.net/flash/flash-as3-typing-effect/#comment-1276</link>
		<dc:creator>Mahdi</dc:creator>
		<pubDate>Sun, 18 Dec 2011 01:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=1#comment-1276</guid>
		<description>Hey Tom!

Thanks for the post and uploading the code - it was really useful! This is the first time I&#039;ve ever used flash (and I&#039;ve only just started to learn HTML/CSS a few days ago sorry apologies if these are easy questions.

1) When I&#039;ve tried input the text string &quot;Welcome to The Insiders\n...the first step to a successful career path.&quot; it stops after the letter &#039;a&#039; - Any reason why?

2) How do I have this on loop rather than stopping? (i&#039;ve tried removing the end timer etc but to no avail)

2) As a final aesthetic point if I try to slow the type speed down only at &#039;...&#039; how would I go about this?

Any help is much appreciated!

Kind regards,

Mahdi

P.s As a note, the site is just a wordpress blog but I&#039;m trying to remake it from HTML from scratch with added bits like flash etc!</description>
		<content:encoded><![CDATA[<p>Hey Tom!</p>
<p>Thanks for the post and uploading the code &#8211; it was really useful! This is the first time I&#8217;ve ever used flash (and I&#8217;ve only just started to learn HTML/CSS a few days ago sorry apologies if these are easy questions.</p>
<p>1) When I&#8217;ve tried input the text string &#8220;Welcome to The Insiders\n&#8230;the first step to a successful career path.&#8221; it stops after the letter &#8216;a&#8217; &#8211; Any reason why?</p>
<p>2) How do I have this on loop rather than stopping? (i&#8217;ve tried removing the end timer etc but to no avail)</p>
<p>2) As a final aesthetic point if I try to slow the type speed down only at &#8216;&#8230;&#8217; how would I go about this?</p>
<p>Any help is much appreciated!</p>
<p>Kind regards,</p>
<p>Mahdi</p>
<p>P.s As a note, the site is just a wordpress blog but I&#8217;m trying to remake it from HTML from scratch with added bits like flash etc!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver CS4 Code Selection (Copy &amp; Paste) Problem by Evelyn</title>
		<link>http://www.tom-elliott.net/html-css/dreamweaver-cs4-code-selecting-problem/#comment-717</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-elliott.net/web-blog/?p=175#comment-717</guid>
		<description>I was getting ready to switch to Notepad++... Thank you, bunches!!!</description>
		<content:encoded><![CDATA[<p>I was getting ready to switch to Notepad++&#8230; Thank you, bunches!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

