<?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 Coote</title>
	<atom:link href="http://tomcoote.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomcoote.co.uk</link>
	<description>An ace web developer!</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple Modal by Bryan Rainey</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-39086</link>
		<dc:creator>Bryan Rainey</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-39086</guid>
		<description>Hey Tom, did you ever notice that when the parent window has a vertical scroll bar and you use Simple Modal to open not 1 but 2 dialog windows (one on top of the other), Simple Modal does not return the vertical scroll bar to the parent window. You have to refresh the parent page to get the vertical scroll bar back. This is true for both FF and IE. Thoughts?</description>
		<content:encoded><![CDATA[<p>Hey Tom, did you ever notice that when the parent window has a vertical scroll bar and you use Simple Modal to open not 1 but 2 dialog windows (one on top of the other), Simple Modal does not return the vertical scroll bar to the parent window. You have to refresh the parent page to get the vertical scroll bar back. This is true for both FF and IE. Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Windows PostgreSQL Backups by Daniel</title>
		<link>http://tomcoote.co.uk/database/daily-windows-postgresql-backups/comment-page-1/#comment-38308</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=560#comment-38308</guid>
		<description>By the way, nice site! &amp; thank you for sharing how to set this up.</description>
		<content:encoded><![CDATA[<p>By the way, nice site! &amp; thank you for sharing how to set this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Windows PostgreSQL Backups by Daniel</title>
		<link>http://tomcoote.co.uk/database/daily-windows-postgresql-backups/comment-page-1/#comment-38307</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=560#comment-38307</guid>
		<description>It turns out, that the issue is with the line

set date=%date:/=_%

If I hard code the date stamp in the Filename, it works.</description>
		<content:encoded><![CDATA[<p>It turns out, that the issue is with the line</p>
<p>set date=%date:/=_%</p>
<p>If I hard code the date stamp in the Filename, it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Windows PostgreSQL Backups by Tom Coote</title>
		<link>http://tomcoote.co.uk/database/daily-windows-postgresql-backups/comment-page-1/#comment-38299</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=560#comment-38299</guid>
		<description>Have you tried running the command directly from a command prompt to see what happens? You could also try putting the path inside quotes e.g.

pg_dump -h localhost -p 5432 -U postgres -F p -b -v -f &quot;%BACKUP_FILE%&quot; DBName</description>
		<content:encoded><![CDATA[<p>Have you tried running the command directly from a command prompt to see what happens? You could also try putting the path inside quotes e.g.</p>
<p>pg_dump -h localhost -p 5432 -U postgres -F p -b -v -f &#8220;%BACKUP_FILE%&#8221; DBName</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Windows PostgreSQL Backups by Daniel</title>
		<link>http://tomcoote.co.uk/database/daily-windows-postgresql-backups/comment-page-1/#comment-38298</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=560#comment-38298</guid>
		<description>I copied your code verbatim and replace my dbname...  but I keep getting a

pg_dump: too many command-line arguments (first is &quot;DBNAME&quot;)

Any ideas?</description>
		<content:encoded><![CDATA[<p>I copied your code verbatim and replace my dbname&#8230;  but I keep getting a</p>
<p>pg_dump: too many command-line arguments (first is &#8220;DBNAME&#8221;)</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I prefer Python to C# by fshbeeb</title>
		<link>http://tomcoote.co.uk/python/why-i-prefer-python-to-c-sharp/comment-page-1/#comment-37859</link>
		<dc:creator>fshbeeb</dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=421#comment-37859</guid>
		<description>...not functionally identical if &quot;e&quot; is not found.</description>
		<content:encoded><![CDATA[<p>&#8230;not functionally identical if &#8220;e&#8221; is not found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Site Login Script by Dan</title>
		<link>http://tomcoote.co.uk/django/django-site-login-script/comment-page-1/#comment-36197</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 09 Jan 2012 14:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=722#comment-36197</guid>
		<description>Django&#039;s built in Client() from the testing suite also does this, but neat trick all the same :-)</description>
		<content:encoded><![CDATA[<p>Django&#8217;s built in Client() from the testing suite also does this, but neat trick all the same <img src='http://tomcoote.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery JSON Suggest/Search Box v2 by Victor</title>
		<link>http://tomcoote.co.uk/javascript/jquery-json-suggestsearch-box-v2/comment-page-1/#comment-35834</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 06 Jan 2012 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=494#comment-35834</guid>
		<description>Hello Tiago, 
I have the same problem with you. I resolved it as your suggestion. It is really nice. Thank you so much.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hello Tiago,<br />
I have the same problem with you. I resolved it as your suggestion. It is really nice. Thank you so much.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by Artem</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-33966</link>
		<dc:creator>Artem</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-33966</guid>
		<description>Работает прекрасно!
Спасибо.</description>
		<content:encoded><![CDATA[<p>Работает прекрасно!<br />
Спасибо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by Artem</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-33965</link>
		<dc:creator>Artem</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-33965</guid>
		<description>Если кому интересно

$(document).ready(function() {
    $(&#039;table#filterTable1&#039;).columnFilters({}, function() {
        var sum = 0;
        $(&#039;#filterTable1 td.sss:visible&#039;).each(function() {
            sum += parseInt($(this).html());
        });
        $(&#039;#filterTable1 td.sum&#039;).html(sum);
    });
});</description>
		<content:encoded><![CDATA[<p>Если кому интересно</p>
<p>$(document).ready(function() {<br />
    $(&#8216;table#filterTable1&#8242;).columnFilters({}, function() {<br />
        var sum = 0;<br />
        $(&#8216;#filterTable1 td.sss:visible&#8217;).each(function() {<br />
            sum += parseInt($(this).html());<br />
        });<br />
        $(&#8216;#filterTable1 td.sum&#8217;).html(sum);<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>

