<?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 That Matt</title>
	<atom:link href="http://that-matt.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://that-matt.com</link>
	<description>That one, not this one!</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Updated textarea maxlength with Jquery plugin by Keith</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-831</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 03 Sep 2010 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-831</guid>
		<description>Great little snippet, Thanks.

I just do a forced trim on the server side, to stop anyone who is determined to bypass the maxlength feature.</description>
		<content:encoded><![CDATA[<p>Great little snippet, Thanks.</p>
<p>I just do a forced trim on the server side, to stop anyone who is determined to bypass the maxlength feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtualbox &#8211; 1 differencing child hard disks by em</title>
		<link>http://that-matt.com/2009/11/virtualbox-1-differencing-child-hard-disks/comment-page-1/#comment-823</link>
		<dc:creator>em</dc:creator>
		<pubDate>Tue, 24 Aug 2010 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/2009/11/virtualbox-1-differencing-child-hard-disks/#comment-823</guid>
		<description>Note: You can clone a snapshot, to create a new disk with this command:

VBoxManage.exe clonehd xxxxxxx-xxxxx-xxxxxxxxxxxxxx  tempnew_drive_image.vdi

xxxxx... is the snapshots UUID (identifier in the snapshotdirectory)
It takes a while to process however.
</description>
		<content:encoded><![CDATA[<p>Note: You can clone a snapshot, to create a new disk with this command:</p>
<p>VBoxManage.exe clonehd xxxxxxx-xxxxx-xxxxxxxxxxxxxx  tempnew_drive_image.vdi</p>
<p>xxxxx&#8230; is the snapshots UUID (identifier in the snapshotdirectory)<br />
It takes a while to process however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textarea maxlength with Jquery by Matt</title>
		<link>http://that-matt.com/2008/07/textarea-maxlength-with-jquery/comment-page-1/#comment-855</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 15 Aug 2010 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=6#comment-855</guid>
		<description>Hi Bruno, thanks for pointing that out.

There&#039;s currently a better version of this script in jQuery plugin style, have a look in the post for the link.</description>
		<content:encoded><![CDATA[<p>Hi Bruno, thanks for pointing that out.</p>
<p>There&#8217;s currently a better version of this script in jQuery plugin style, have a look in the post for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated textarea maxlength with Jquery plugin by Matt</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-806</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 01 Aug 2010 19:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-806</guid>
		<description>Updated, thanks Len &amp; surya!</description>
		<content:encoded><![CDATA[<p>Updated, thanks Len &#038; surya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated textarea maxlength with Jquery plugin by Matt</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-870</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 01 Aug 2010 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-870</guid>
		<description>Updated, thanks Len &amp; surya!</description>
		<content:encoded><![CDATA[<p>Updated, thanks Len &amp; surya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated textarea maxlength with Jquery plugin by surya</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-801</link>
		<dc:creator>surya</dc:creator>
		<pubDate>Tue, 27 Jul 2010 13:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-801</guid>
		<description>IE6 was giving error &quot;expected identifier string or number&quot;. Thats gfixed after removing the last comma.
i.e.
$(&#039;textarea[maxlength]&#039;).limitMaxlength({
            onEdit: onEditCallback,
            onLimit: onLimitCallback
        });</description>
		<content:encoded><![CDATA[<p>IE6 was giving error &#8220;expected identifier string or number&#8221;. Thats gfixed after removing the last comma.<br />
i.e.<br />
$(&#8216;textarea[maxlength]&#8216;).limitMaxlength({<br />
            onEdit: onEditCallback,<br />
            onLimit: onLimitCallback<br />
        });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated textarea maxlength with Jquery plugin by surya</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-869</link>
		<dc:creator>surya</dc:creator>
		<pubDate>Tue, 27 Jul 2010 13:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-869</guid>
		<description>IE6 was giving error &quot;expected identifier string or number&quot;. Thats gfixed after removing the last comma.
i.e.
$(&#039;textarea[maxlength]&#039;).limitMaxlength({
            onEdit: onEditCallback,
            onLimit: onLimitCallback
        });</description>
		<content:encoded><![CDATA[<p>IE6 was giving error &#8220;expected identifier string or number&#8221;. Thats gfixed after removing the last comma.<br />
i.e.<br />
$(&#8216;textarea[maxlength]&#8216;).limitMaxlength({<br />
            onEdit: onEditCallback,<br />
            onLimit: onLimitCallback<br />
        });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Kohana3 with PHPUnit by Matt</title>
		<link>http://that-matt.com/2009/12/testing-kohana3-with-phpunit/comment-page-1/#comment-780</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=113#comment-780</guid>
		<description>It&#039;s not required unless you want to download archives of code coverage, and in 99% of cases, you won&#039;t.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not required unless you want to download archives of code coverage, and in 99% of cases, you won&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Kohana3 with PHPUnit by Matt</title>
		<link>http://that-matt.com/2009/12/testing-kohana3-with-phpunit/comment-page-1/#comment-861</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=113#comment-861</guid>
		<description>It&#039;s not required unless you want to download archives of code coverage, and in 99% of cases, you won&#039;t.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not required unless you want to download archives of code coverage, and in 99% of cases, you won&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Kohana3 with PHPUnit by Rafi B.</title>
		<link>http://that-matt.com/2009/12/testing-kohana3-with-phpunit/comment-page-1/#comment-779</link>
		<dc:creator>Rafi B.</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=113#comment-779</guid>
		<description>Thanks. BTW, the required archive module that&#039;s linked in the unittest module is broken: http://github.com/BMatt/kohana-archive</description>
		<content:encoded><![CDATA[<p>Thanks. BTW, the required archive module that&#8217;s linked in the unittest module is broken: <a href="http://github.com/BMatt/kohana-archive" rel="nofollow">http://github.com/BMatt/kohana-archive</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
