<?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"
	>
<channel>
	<title>Comments for Ninedays Blog</title>
	<atom:link href="http://blog.ninedays.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ninedays.org</link>
	<description>web development, photography, tutorials and adventure</description>
	<pubDate>Fri, 29 Aug 2008 18:10:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Lemon Berry Smoothie Remix by Maryah</title>
		<link>http://blog.ninedays.org/2007/10/18/lemon-berry-smoothie-remix/#comment-1203</link>
		<dc:creator>Maryah</dc:creator>
		<pubDate>Mon, 11 Aug 2008 18:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2007/10/18/lemon-berry-smoothie-remix/#comment-1203</guid>
		<description>&lt;p&gt;This recipe sounds delicious! I have been looking for a way to combine lemons into my smoothies because of all their great benefits for weight loss and fending off colds - thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This recipe sounds delicious! I have been looking for a way to combine lemons into my smoothies because of all their great benefits for weight loss and fending off colds - thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Text to Images with PHP by Prashant</title>
		<link>http://blog.ninedays.org/2007/11/29/writing-text-to-images-with-php/#comment-1196</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2007/11/29/writing-text-to-images-with-php/#comment-1196</guid>
		<description>&lt;p&gt;This code helps me, Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This code helps me, Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better Budget Challenge No. 1 Response by SimonD</title>
		<link>http://blog.ninedays.org/2008/01/30/better-budget-challenge-no-1-response/#comment-1193</link>
		<dc:creator>SimonD</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/01/30/better-budget-challenge-no-1-response/#comment-1193</guid>
		<description>&lt;p&gt;I think that putting together a budget is a great idea. If you can work to a weekly budget that's best but monthly budgets work just as well. Just make sure you don't overspend and fall into debt, paying for everyday items on a credit card is usually one of the first signs of debt problems. In the UK there have been recent reports of people paying for there mortgage using a credit card!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think that putting together a budget is a great idea. If you can work to a weekly budget that's best but monthly budgets work just as well. Just make sure you don't overspend and fall into debt, paying for everyday items on a credit card is usually one of the first signs of debt problems. In the UK there have been recent reports of people paying for there mortgage using a credit card!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Select Drop Down Menu in PHP by Krishan Rodrigo</title>
		<link>http://blog.ninedays.org/2008/03/14/multiple-select-drop-down-menu-in-php/#comment-1170</link>
		<dc:creator>Krishan Rodrigo</dc:creator>
		<pubDate>Mon, 21 Jul 2008 00:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/03/14/multiple-select-drop-down-menu-in-php/#comment-1170</guid>
		<description>&lt;p&gt;Very useful. Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very useful. Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Characters in a Textarea with Prototype by Mark McKay</title>
		<link>http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1142</link>
		<dc:creator>Mark McKay</dc:creator>
		<pubDate>Thu, 17 Jul 2008 01:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1142</guid>
		<description>&lt;p&gt;Great script.&lt;/p&gt;

&lt;p&gt;If you place the  containing the remaining characters in the Label your approach will be more accessible to screen readers as they only speak labels when in forms mode.&lt;/p&gt;

&lt;p&gt;i.e.&lt;/p&gt;

&lt;p&gt;Description (0/300
characters)&lt;/p&gt;

&lt;p&gt;Mark&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great script.</p>

<p>If you place the  containing the remaining characters in the Label your approach will be more accessible to screen readers as they only speak labels when in forms mode.</p>

<p>i.e.</p>

<p>Description (0/300
characters)</p>

<p>Mark</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Characters in a Textarea with Prototype by Milos</title>
		<link>http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1140</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Wed, 16 Jul 2008 06:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1140</guid>
		<description>&lt;p&gt;Hello!
according to Phillips post I have updatet your script to output a message or to color the letters when a maximum limit of letters is reached. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function charCounter(id, maxlimit, limited){
    if (!$('counter-'+id)){
        $(id).insert({after: '&#60;div id="counter-'+id+'"&#62;&#60;/div&#62;'});
    }
    if($F(id).length &#62;= maxlimit){
        if(limited){    $(id).value = $F(id).substring(0, maxlimit); }
        $('counter-'+id).addClassName('charcount-limit');
        $('counter-'+id).removeClassName('charcount-safe');
    } else {    
        $('counter-'+id).removeClassName('charcount-limit');
        $('counter-'+id).addClassName('charcount-safe');
    }
    $('counter-'+id).update( $F(id).length + ' von ' + maxlimit );
    // here is the updated Code START
    if ($F(id).length &#62; 25) {
    // do here what ever you want if the limit is reached
    alert("Maximum letters are reached. ...");
    }
    // here is the updated Code END
}
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Hello!
according to Phillips post I have updatet your script to output a message or to color the letters when a maximum limit of letters is reached. </p>

<pre><code>function charCounter(id, maxlimit, limited){
    if (!$('counter-'+id)){
        $(id).insert({after: '&lt;div id="counter-'+id+'"&gt;&lt;/div&gt;'});
    }
    if($F(id).length &gt;= maxlimit){
        if(limited){    $(id).value = $F(id).substring(0, maxlimit); }
        $('counter-'+id).addClassName('charcount-limit');
        $('counter-'+id).removeClassName('charcount-safe');
    } else {    
        $('counter-'+id).removeClassName('charcount-limit');
        $('counter-'+id).addClassName('charcount-safe');
    }
    $('counter-'+id).update( $F(id).length + ' von ' + maxlimit );
    // here is the updated Code START
    if ($F(id).length &gt; 25) {
    // do here what ever you want if the limit is reached
    alert("Maximum letters are reached. ...");
    }
    // here is the updated Code END
}
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feed Image Wordpress Plugin by Joost de Valk</title>
		<link>http://blog.ninedays.org/2007/12/02/feed-image-wordpress-plugin/#comment-1078</link>
		<dc:creator>Joost de Valk</dc:creator>
		<pubDate>Mon, 14 Jul 2008 20:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2007/12/02/feed-image-wordpress-plugin/#comment-1078</guid>
		<description>&lt;p&gt;Hi Terri, &lt;/p&gt;

&lt;p&gt;I've got some suggestions for this plugin, to clean up the code and reduce on database action etc. Could you drop me a line? :)&lt;/p&gt;

&lt;p&gt;Cheers,
Joost&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Terri, </p>

<p>I've got some suggestions for this plugin, to clean up the code and reduce on database action etc. Could you drop me a line? :)</p>

<p>Cheers,
Joost</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Characters in a Textarea with Prototype by Paolo Gabrielli</title>
		<link>http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1064</link>
		<dc:creator>Paolo Gabrielli</dc:creator>
		<pubDate>Thu, 10 Jul 2008 17:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/01/17/limit-characters-in-a-textarea-with-prototype/#comment-1064</guid>
		<description>&lt;p&gt;Thanks for your code.
Just a line to ask your help: if I (copy &#38;) paste into the textarea the field is not updated. I searched around the net but I haven't find anything. The only solution that I came with is to use
new &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Form.Element.Observer($(id), 0.5, function(){charCounter(id, maxsize, limited);})
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;instead of the 2 Event.observe.
Every 500ms it check if the textarea is changed and even if you copy&#38;paste it updates the counter.
Many thanks,
P.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for your code.
Just a line to ask your help: if I (copy &amp;) paste into the textarea the field is not updated. I searched around the net but I haven't find anything. The only solution that I came with is to use
new </p>

<pre><code>Form.Element.Observer($(id), 0.5, function(){charCounter(id, maxsize, limited);})
</code></pre>

<p>instead of the 2 Event.observe.
Every 500ms it check if the textarea is changed and even if you copy&amp;paste it updates the counter.
Many thanks,
P.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an International Multi-Language Site by Ruben</title>
		<link>http://blog.ninedays.org/2008/03/26/setting-up-international-multi-language-switching-site/#comment-1063</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 10 Jul 2008 12:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2008/03/26/setting-up-international-multi-language-switching-site/#comment-1063</guid>
		<description>&lt;p&gt;Hi, I'm trying to install the script on my server but I always get an error message opening the index-file:
Parse error: syntax error, unexpected ';' in /home/bbt4vw/public_html/testmultilanguage/index.php on line 7
Is it possible to attach the original files, so I can see what I'm doing wrong?
Thanks in advance!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I'm trying to install the script on my server but I always get an error message opening the index-file:
Parse error: syntax error, unexpected ';' in /home/bbt4vw/public_html/testmultilanguage/index.php on line 7
Is it possible to attach the original files, so I can see what I'm doing wrong?
Thanks in advance!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Text to Images with PHP by Carlton</title>
		<link>http://blog.ninedays.org/2007/11/29/writing-text-to-images-with-php/#comment-1061</link>
		<dc:creator>Carlton</dc:creator>
		<pubDate>Thu, 10 Jul 2008 01:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/2007/11/29/writing-text-to-images-with-php/#comment-1061</guid>
		<description>&lt;p&gt;Terri Ann, you Writing Text to Images with PHP script is really neat. &lt;/p&gt;

&lt;p&gt;Is there any way you could post a version of that script with eight input forms that allow numbers or text to be input, with each input form also having variables for text size, font, color and XY coordinates?&lt;/p&gt;

&lt;p&gt;Thanks, and again, great script!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Terri Ann, you Writing Text to Images with PHP script is really neat. </p>

<p>Is there any way you could post a version of that script with eight input forms that allow numbers or text to be input, with each input form also having variables for text size, font, color and XY coordinates?</p>

<p>Thanks, and again, great script!</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.514 seconds -->
