<?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>Mon, 14 May 2012 13:35:29 +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 Dan</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-54879</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 14 May 2012 13:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-54879</guid>
		<description>Is there a way to keep the focus in the modal window while tabing through the elements?</description>
		<content:encoded><![CDATA[<p>Is there a way to keep the focus in the modal window while tabing through the elements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I prefer Python to C# by Faulty</title>
		<link>http://tomcoote.co.uk/python/why-i-prefer-python-to-c-sharp/comment-page-1/#comment-52793</link>
		<dc:creator>Faulty</dc:creator>
		<pubDate>Tue, 01 May 2012 05:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=421#comment-52793</guid>
		<description>The other thing about &#039;e&#039; in &#039;Hello&#039; is that this functionality is slightly different to say for i in range(10): . Here i is not defined yet but gets assigned iteratively each individual element thats in the range. 

Having these two different conditions imo can lead to and cause confusion as well as reduce readability to a certain extent.</description>
		<content:encoded><![CDATA[<p>The other thing about &#8216;e&#8217; in &#8216;Hello&#8217; is that this functionality is slightly different to say for i in range(10): . Here i is not defined yet but gets assigned iteratively each individual element thats in the range. </p>
<p>Having these two different conditions imo can lead to and cause confusion as well as reduce readability to a certain extent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery JSON Suggest/Search Box by Marx</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-json-suggestsearch-box/comment-page-1/#comment-49193</link>
		<dc:creator>Marx</dc:creator>
		<pubDate>Wed, 11 Apr 2012 14:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=53#comment-49193</guid>
		<description>Gracias/Thanks Tom!</description>
		<content:encoded><![CDATA[<p>Gracias/Thanks Tom!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by sri</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-49154</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Wed, 11 Apr 2012 09:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-49154</guid>
		<description>i got the solution ..thanks..</description>
		<content:encoded><![CDATA[<p>i got the solution ..thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by sri</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-48976</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Tue, 10 Apr 2012 10:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-48976</guid>
		<description>Tom,

Thanks for the reply, but i am new to jquery, and i just used the plugin... if possible if u can provide me the code snippet, will be helpful for me...</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Thanks for the reply, but i am new to jquery, and i just used the plugin&#8230; if possible if u can provide me the code snippet, will be helpful for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-48962</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Tue, 10 Apr 2012 08:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-48962</guid>
		<description>You&#039;ll need to implement a callback function as one of the plugin options so that it can be called once the filter has finished. Then in that function you could count the visible rows of the table and put that information onto the page.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to implement a callback function as one of the plugin options so that it can be called once the filter has finished. Then in that function you could count the visible rows of the table and put that information onto the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Column Filters by sri</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-column-filters/comment-page-1/#comment-48960</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Tue, 10 Apr 2012 08:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=65#comment-48960</guid>
		<description>Hi,

I want to count the number of rows in the table using this table column filter plugin, want to display how many entries are there just like  &#039;showing 6 entries&#039; want the same even after filtering. Suppose i will search for a particular key word and i get 2 matched search entries then i should display &#039;showing 2 entries&#039;. Same way i want to display this just below the table. 

Please help me anybody. I need this feature soon.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to count the number of rows in the table using this table column filter plugin, want to display how many entries are there just like  &#8217;showing 6 entries&#8217; want the same even after filtering. Suppose i will search for a particular key word and i get 2 matched search entries then i should display &#8217;showing 2 entries&#8217;. Same way i want to display this just below the table. </p>
<p>Please help me anybody. I need this feature soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery JSON Suggest/Search Box by Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-json-suggestsearch-box/comment-page-1/#comment-48668</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Sun, 08 Apr 2012 10:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=53#comment-48668</guid>
		<description>The reason the form submits is because the event for the return key isn’t being stopped at the suggest box so it carries on going up the event chain until it submits the form. To solve it you need to set up an event that captures the return key press for the suggest box and cancels the event chain. You could either add a keypress event in to the plugin code itself or you could place the auto suggest input box inside a containing element which has a keypress event attached to it. For example;

&lt;div&gt;&lt;input type=”text” /&gt;&lt;/div&gt;

$(‘div’).keypress(function(e) {
return (e.which !== 13);
});

Something like that anyway!</description>
		<content:encoded><![CDATA[<p>The reason the form submits is because the event for the return key isn’t being stopped at the suggest box so it carries on going up the event chain until it submits the form. To solve it you need to set up an event that captures the return key press for the suggest box and cancels the event chain. You could either add a keypress event in to the plugin code itself or you could place the auto suggest input box inside a containing element which has a keypress event attached to it. For example;</p>
<div>
<input type=”text” /></div>
<p>$(‘div’).keypress(function(e) {<br />
return (e.which !== 13);<br />
});</p>
<p>Something like that anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery JSON Suggest/Search Box by Marx</title>
		<link>http://tomcoote.co.uk/code-bank/jquery-json-suggestsearch-box/comment-page-1/#comment-48636</link>
		<dc:creator>Marx</dc:creator>
		<pubDate>Sun, 08 Apr 2012 04:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=53#comment-48636</guid>
		<description>Hi Tom,
Thank you for sharing your work!
I have a little problem: when I click the results, it works as expected, but when I press Enter in the selected item, it do a postback. Do you know how could avoid it?

Thank you very much again.</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Thank you for sharing your work!<br />
I have a little problem: when I click the results, it works as expected, but when I press Enter in the selected item, it do a postback. Do you know how could avoid it?</p>
<p>Thank you very much again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I prefer Python to C# by SheepFarmer</title>
		<link>http://tomcoote.co.uk/python/why-i-prefer-python-to-c-sharp/comment-page-1/#comment-45277</link>
		<dc:creator>SheepFarmer</dc:creator>
		<pubDate>Sat, 17 Mar 2012 10:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=421#comment-45277</guid>
		<description>You geeks think too much about programming ... 

Lee Chun, write a book ..

i think Tom the issue is the .NET framework and not C#, Good thing about C# is that every year it (Mikrosoft) copies bits from everyone else. Funktional prog, Lambdas, Generics etc... but sometimes &quot;They&quot; (Mikrosoft) &quot;Plagarise&quot; too much and copy stuff and change it again, XML DataSets vs Entity Framework .... Linq2Sql vs LinqToEntities.. and stuff dosen&#039;t work initally and then version 4 comes out and it  does ....

Mikrosoft Sucks ....</description>
		<content:encoded><![CDATA[<p>You geeks think too much about programming &#8230; </p>
<p>Lee Chun, write a book ..</p>
<p>i think Tom the issue is the .NET framework and not C#, Good thing about C# is that every year it (Mikrosoft) copies bits from everyone else. Funktional prog, Lambdas, Generics etc&#8230; but sometimes &#8220;They&#8221; (Mikrosoft) &#8220;Plagarise&#8221; too much and copy stuff and change it again, XML DataSets vs Entity Framework &#8230;. Linq2Sql vs LinqToEntities.. and stuff dosen&#8217;t work initally and then version 4 comes out and it  does &#8230;.</p>
<p>Mikrosoft Sucks &#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

