<?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 on: Live Search As You Type and Live Sorting Tables With JS</title>
	<atom:link href="http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/</link>
	<description>a developer blog</description>
	<lastBuildDate>Sun, 07 Mar 2010 06:17:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nenad</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-562</link>
		<dc:creator>Nenad</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-562</guid>
		<description>Hi, greetings from Serbia, brilliant piece of code, helped me a lot in the project I am currently working on. Thanks!!!</description>
		<content:encoded><![CDATA[<p>Hi, greetings from Serbia, brilliant piece of code, helped me a lot in the project I am currently working on. Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-563</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 01 Mar 2008 01:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-563</guid>
		<description>Great work!  Thank you so much for this.  I work at a fire department, and have become the go to guy for just about everything that has to do with technology, so we got new Panasonic Toughbooks to mount on our apparatus.  One of the things the assistant chiefs wanted me to develop was something to quickly search for pre-fire plans to get rid of the paper copies on all of the vehicles.  Well, thanks to you, my job became much easier.  I have modified it to add more columns.  My questions to you or any other javascript guru:

1.  Is there a way that the code can be modified for search priority?  Another words, when a building number, such as 102, is typed in the search box, is there a way to give priority to that number to show first?  Example:  when 102 is entered in the search box, I get building 1020 that shows first and 102 follows, I would like for 102 to show first.  Now this is with out having to click on the top of the table to sort.

2.  I think with this question, the first one would have to be implemented or the code modified even further.  So here it is: Is there a way when someone types in such as 102 and hits enter, the file that is tied to it automatically comes up?

Once again, thank you very much for such a great code.

Josh</description>
		<content:encoded><![CDATA[<p>Great work!  Thank you so much for this.  I work at a fire department, and have become the go to guy for just about everything that has to do with technology, so we got new Panasonic Toughbooks to mount on our apparatus.  One of the things the assistant chiefs wanted me to develop was something to quickly search for pre-fire plans to get rid of the paper copies on all of the vehicles.  Well, thanks to you, my job became much easier.  I have modified it to add more columns.  My questions to you or any other javascript guru:</p>
<p>1.  Is there a way that the code can be modified for search priority?  Another words, when a building number, such as 102, is typed in the search box, is there a way to give priority to that number to show first?  Example:  when 102 is entered in the search box, I get building 1020 that shows first and 102 follows, I would like for 102 to show first.  Now this is with out having to click on the top of the table to sort.</p>
<p>2.  I think with this question, the first one would have to be implemented or the code modified even further.  So here it is: Is there a way when someone types in such as 102 and hits enter, the file that is tied to it automatically comes up?</p>
<p>Once again, thank you very much for such a great code.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binay</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-564</link>
		<dc:creator>Binay</dc:creator>
		<pubDate>Wed, 27 Feb 2008 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-564</guid>
		<description>Hi
Is there a way through which rest of the record displayed below the filtered record.

For example:
search for &quot;Boy&quot; in your demo. it will remove rest of record from list.

I want to sort in a way that row containing &quot;Boy&quot; come on top followed by rest of record.

Please help me!

Regards,
Binay K</description>
		<content:encoded><![CDATA[<p>Hi<br />
Is there a way through which rest of the record displayed below the filtered record.</p>
<p>For example:<br />
search for &#8220;Boy&#8221; in your demo. it will remove rest of record from list.</p>
<p>I want to sort in a way that row containing &#8220;Boy&#8221; come on top followed by rest of record.</p>
<p>Please help me!</p>
<p>Regards,<br />
Binay K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vernon</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-565</link>
		<dc:creator>vernon</dc:creator>
		<pubDate>Mon, 03 Dec 2007 01:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-565</guid>
		<description>I LOVE YOUR SCRIPT I WORKING ON A WEB SITE AND I SAW THIS AND IT&#039;s WHAT WE NEED BUT I WANT TO KNOW IF IT CAN TAKE A TXT DOC RACE REPORT
LIKE BELOW WITH 150 LINES WITH OUT ME HAVING TO PUT  AND BEFORE AND AFTER EACH LINE WE ARE PIGEON RACERS
THEY WANT THE RACES POST ON THE NET EACH WEEK WITH A SEARCHABLE REPORT
I HAVE BEEN PULLING MY LITTLE BIT OF HAIR OUT TRYING TO FIND A SCRIPT YOURS WORKS AND IT IS EASY TO MODIFIY AND I AM A BEGINNER.HERE IS A SAMPLE OF A RACE SHEET  THANK YOU SEE I YOU CAN THINK OF SOME THING
POS NAME          BAND NUMBER        CLR  X ARRIVAL   MILES  TOWIN      YPM  PT
  1 BAMA LOFT/3   20650  AU 07 GHC   BB   C 12:31:07 303.950 00.00 1776.411 150
  2 HEAVEN ANGE/3 20391  AU 07 GHC   BC   H 12:32:49 305.284 00.20 1774.383 149
  3 JERRY BELLO/7 20380  AU 07 GHC   BBAR C 12:32:55 305.249 00.30 1773.465 148</description>
		<content:encoded><![CDATA[<p>I LOVE YOUR SCRIPT I WORKING ON A WEB SITE AND I SAW THIS AND IT&#8217;s WHAT WE NEED BUT I WANT TO KNOW IF IT CAN TAKE A TXT DOC RACE REPORT<br />
LIKE BELOW WITH 150 LINES WITH OUT ME HAVING TO PUT  AND BEFORE AND AFTER EACH LINE WE ARE PIGEON RACERS<br />
THEY WANT THE RACES POST ON THE NET EACH WEEK WITH A SEARCHABLE REPORT<br />
I HAVE BEEN PULLING MY LITTLE BIT OF HAIR OUT TRYING TO FIND A SCRIPT YOURS WORKS AND IT IS EASY TO MODIFIY AND I AM A BEGINNER.HERE IS A SAMPLE OF A RACE SHEET  THANK YOU SEE I YOU CAN THINK OF SOME THING<br />
POS NAME          BAND NUMBER        CLR  X ARRIVAL   MILES  TOWIN      YPM  PT<br />
  1 BAMA LOFT/3   20650  AU 07 GHC   BB   C 12:31:07 303.950 00.00 1776.411 150<br />
  2 HEAVEN ANGE/3 20391  AU 07 GHC   BC   H 12:32:49 305.284 00.20 1774.383 149<br />
  3 JERRY BELLO/7 20380  AU 07 GHC   BBAR C 12:32:55 305.249 00.30 1773.465 148</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Barrows</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-559</link>
		<dc:creator>Andrew Barrows</dc:creator>
		<pubDate>Wed, 15 Aug 2007 22:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-559</guid>
		<description>dude.......................................................................I HAVE BEEN REDICULOUSLY BUSY WITH WORK AND THIS IS GOING TO SAVE ME SO MUCH TIME!!!! Im so excited to get this damn thing done quickly.  To give you a background, Im a web developer for a huge investment firm and this is exactly what they need, well I can&#039;t use php or mysql to run it with a database and I&#039;m pressed for time but low and behold I found your site.....Dustin, I dont know you but I cannot thank you enough, your saving me a shitload of work, it looks great too!  Anycase, best regards and drop me an email at pv2barrows@REMOVEMEIFYOURHUMANgmail.com  I want to get the information to send a donation.  Again I really appreciate it and Ill let you know how it go&#039;s tommorrow!!!!!

Andrew Barrows
Director of Interactive Media @ ADIQUS Inc.
Co-Founder of Binary Catalyst Inc.
Lead Web Developer @ American Century Investments
pv2barrows@REMOVEMEIFYOURHUMANgmail.com</description>
		<content:encoded><![CDATA[<p>dude&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..I HAVE BEEN REDICULOUSLY BUSY WITH WORK AND THIS IS GOING TO SAVE ME SO MUCH TIME!!!! Im so excited to get this damn thing done quickly.  To give you a background, Im a web developer for a huge investment firm and this is exactly what they need, well I can&#8217;t use php or mysql to run it with a database and I&#8217;m pressed for time but low and behold I found your site&#8230;..Dustin, I dont know you but I cannot thank you enough, your saving me a shitload of work, it looks great too!  Anycase, best regards and drop me an email at <a href="mailto:pv2barrows@REMOVEMEIFYOURHUMANgmail.com">pv2barrows@REMOVEMEIFYOURHUMANgmail.com</a>  I want to get the information to send a donation.  Again I really appreciate it and Ill let you know how it go&#8217;s tommorrow!!!!!</p>
<p>Andrew Barrows<br />
Director of Interactive Media @ ADIQUS Inc.<br />
Co-Founder of Binary Catalyst Inc.<br />
Lead Web Developer @ American Century Investments<br />
<a href="mailto:pv2barrows@REMOVEMEIFYOURHUMANgmail.com">pv2barrows@REMOVEMEIFYOURHUMANgmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-08-15 &#124; giancarlo.dimassa.net</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-560</link>
		<dc:creator>links for 2007-08-15 &#124; giancarlo.dimassa.net</dc:creator>
		<pubDate>Wed, 15 Aug 2007 00:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-560</guid>
		<description>[...] Live Search As You Type and Live Sorting Tables With JS » Dustin Bachrach Blog (tags: javascript webdesign ajax css table tutorial blog html opensource programming sorting)   Bookmark to: [...]</description>
		<content:encoded><![CDATA[<p>[...] Live Search As You Type and Live Sorting Tables With JS » Dustin Bachrach Blog (tags: javascript webdesign ajax css table tutorial blog html opensource programming sorting)   Bookmark to: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onder</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-555</link>
		<dc:creator>onder</dc:creator>
		<pubDate>Mon, 06 Aug 2007 19:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-555</guid>
		<description>Nice job, nice tutorial. Thanks alot...</description>
		<content:encoded><![CDATA[<p>Nice job, nice tutorial. Thanks alot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijo Jacob</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-561</link>
		<dc:creator>Bijo Jacob</dc:creator>
		<pubDate>Sat, 28 Jul 2007 16:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-561</guid>
		<description>Please  can u send the css and java script . i am not able to download.


And this is an amazing work.That you have done

Thanking You</description>
		<content:encoded><![CDATA[<p>Please  can u send the css and java script . i am not able to download.</p>
<p>And this is an amazing work.That you have done</p>
<p>Thanking You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik N</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-557</link>
		<dc:creator>Henrik N</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-557</guid>
		<description>Swallowed my HTML. That should be:

My searchable items could be &lt;tr id=&quot;item_123&quot;&gt;...&lt;/tr&gt;.</description>
		<content:encoded><![CDATA[<p>Swallowed my HTML. That should be:</p>
<p>My searchable items could be &lt;tr id=&#8221;item_123&#8243;&gt;&#8230;&lt;/tr&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik N</title>
		<link>http://dbachrach.com/blog/2007/05/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-556</link>
		<dc:creator>Henrik N</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/05/07/live-search-as-you-type-and-live-sorting-tables-with-js/#comment-556</guid>
		<description>I implemented a similar live search/filtering for a current project, but I was getting very poor performance with ~100+ items. I profiled it – most of the time was spent poking through the DOM looking for matches.

Instead, I had my server side code output a JavaScript representation of the data in addition to the HTML: something like
var items = [{searchspace: &quot;The item title\nThe item description&quot;, id:123}, {searchspace: &quot;Another item\nWith description.&quot;, id:456}];
My searchable items could be ....

I can then just loop over this array and hide/show elements by id. I don&#039;t have any benchmark numbers, but whereas looping over the DOM with 100+ items would freeze the browser for a couple of seconds, this is instantaneous.</description>
		<content:encoded><![CDATA[<p>I implemented a similar live search/filtering for a current project, but I was getting very poor performance with ~100+ items. I profiled it – most of the time was spent poking through the DOM looking for matches.</p>
<p>Instead, I had my server side code output a JavaScript representation of the data in addition to the HTML: something like<br />
var items = [{searchspace: "The item title\nThe item description", id:123}, {searchspace: "Another item\nWith description.", id:456}];<br />
My searchable items could be &#8230;.</p>
<p>I can then just loop over this array and hide/show elements by id. I don&#8217;t have any benchmark numbers, but whereas looping over the DOM with 100+ items would freeze the browser for a couple of seconds, this is instantaneous.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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