<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: tableFilter Beta 2 bug fixes</title>
	<link>http://ideamill.synaptrixgroup.com/?p=15</link>
	<description>Dreaming it up is half the fun...</description>
	<pubDate>Mon, 06 Sep 2010 11:46:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=15#comment-56</link>
		<author>daemach</author>
		<pubDate>Wed, 06 Jun 2007 16:21:36 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=15#comment-56</guid>
		<description>I think the problem is that you are using a version of jquery that doesn't support adding selects and colgroups to the DOM.  That was a bug they fixed for 1.1.3, which is due out soon.  The version of jquery I include with the plugin has the patch in place to fix that problem.  Try using that version and let me know if it works - I can't reproduce your issue with that version.

I plan on releasing the rest of the js source, but it is in bad shape right now.  As soon as I can get my head out of the project I'm working on right now I'll get it cleaned up and released.</description>
		<content:encoded><![CDATA[<p>I think the problem is that you are using a version of jquery that doesn&#8217;t support adding selects and colgroups to the DOM.  That was a bug they fixed for 1.1.3, which is due out soon.  The version of jquery I include with the plugin has the patch in place to fix that problem.  Try using that version and let me know if it works - I can&#8217;t reproduce your issue with that version.</p>
<p>I plan on releasing the rest of the js source, but it is in bad shape right now.  As soon as I can get my head out of the project I&#8217;m working on right now I&#8217;ll get it cleaned up and released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darin Pope</title>
		<link>http://ideamill.synaptrixgroup.com/?p=15#comment-54</link>
		<author>Darin Pope</author>
		<pubDate>Tue, 05 Jun 2007 15:25:26 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=15#comment-54</guid>
		<description>I have a requirement that all images are served from a dedicated content server, not from where the application is being served. 

When I make the call:

jQuery.noConflict();
jQuery(document).ready(function($) {
$("#searchResultsTable").tableFilter({imagePath:"http://www.mycontentserver.com/m/i"});
});

I get the following errors in Firebug:

Access to restricted URI denied" code: "1012 daemachTools-packed.js
e(null)json-packed.js (line 1)
e(table#searchResultsTable, Object showDebug=true, undefined)jquery.tableFilte... (line 1)
e()jquery.tableFilte... (line 1)
e([table#searchResultsTable], function(), undefined)jquery.pack.js (line 1)
e(function(), undefined)jquery.pack.js (line 1)
e(Object showDebug=true, undefined)jquery.tableFilte... (line 1)
(no name)(function())search.htm (line 77)
e()jquery.pack.js (line 1)
e()jquery.pack.js (line 1)
e([function(), function(), function()], function(), undefined)jquery.pack.js (line 1)
e()

I second Rom'z. It would be helpful to have all the JS files released in the src directory, not just the tableFilter ones for debugging purposes.</description>
		<content:encoded><![CDATA[<p>I have a requirement that all images are served from a dedicated content server, not from where the application is being served. </p>
<p>When I make the call:</p>
<p>jQuery.noConflict();<br />
jQuery(document).ready(function($) {<br />
$(&#8221;#searchResultsTable&#8221;).tableFilter({imagePath:&#8221;http://www.mycontentserver.com/m/i&#8221;});<br />
});</p>
<p>I get the following errors in Firebug:</p>
<p>Access to restricted URI denied&#8221; code: &#8220;1012 daemachTools-packed.js<br />
e(null)json-packed.js (line 1)<br />
e(table#searchResultsTable, Object showDebug=true, undefined)jquery.tableFilte&#8230; (line 1)<br />
e()jquery.tableFilte&#8230; (line 1)<br />
e([table#searchResultsTable], function(), undefined)jquery.pack.js (line 1)<br />
e(function(), undefined)jquery.pack.js (line 1)<br />
e(Object showDebug=true, undefined)jquery.tableFilte&#8230; (line 1)<br />
(no name)(function())search.htm (line 77)<br />
e()jquery.pack.js (line 1)<br />
e()jquery.pack.js (line 1)<br />
e([function(), function(), function()], function(), undefined)jquery.pack.js (line 1)<br />
e()</p>
<p>I second Rom&#8217;z. It would be helpful to have all the JS files released in the src directory, not just the tableFilter ones for debugging purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemach</title>
		<link>http://ideamill.synaptrixgroup.com/?p=15#comment-48</link>
		<author>daemach</author>
		<pubDate>Wed, 30 May 2007 05:41:44 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=15#comment-48</guid>
		<description>I'm sorry - for some reason WP hasn't been notifying me when comments are posted.

@Rom'z - unpacked version going up tonight.  I'm sorry it wasn't sooner but the code was a mess because of my frantic search for performance improvements in IE.

@Heliologue - $d is my support toolkit.  I'll be releasing some of those soon, but I want to change some things before I do.  I'll be making a zip available with most of the source tonight.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry - for some reason WP hasn&#8217;t been notifying me when comments are posted.</p>
<p>@Rom&#8217;z - unpacked version going up tonight.  I&#8217;m sorry it wasn&#8217;t sooner but the code was a mess because of my frantic search for performance improvements in IE.</p>
<p>@Heliologue - $d is my support toolkit.  I&#8217;ll be releasing some of those soon, but I want to change some things before I do.  I&#8217;ll be making a zip available with most of the source tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heliologue</title>
		<link>http://ideamill.synaptrixgroup.com/?p=15#comment-47</link>
		<author>Heliologue</author>
		<pubDate>Tue, 29 May 2007 18:23:15 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=15#comment-47</guid>
		<description>What are the actual dependencies for the tableFilter plugin?  I keep getting a "$d is undefined" error when I try to implement it.</description>
		<content:encoded><![CDATA[<p>What are the actual dependencies for the tableFilter plugin?  I keep getting a &#8220;$d is undefined&#8221; error when I try to implement it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rom'z</title>
		<link>http://ideamill.synaptrixgroup.com/?p=15#comment-42</link>
		<author>Rom'z</author>
		<pubDate>Sat, 26 May 2007 10:20:38 +0000</pubDate>
		<guid>http://ideamill.synaptrixgroup.com/?p=15#comment-42</guid>
		<description>I permit myslef to ask few questions...
Why this weird attribute ' height="px" ' in each TR. It is deprecated and an onlys one css rule could save us about 1 kb on the small demo html file and about 10kb in the large test. that's no so negligible.

The other question is : why is there not more documentation about the packages included into your demo page....

The last one question is : why packed versions? It's so hard to work with unredable stuff.

Still a great work, but you don't give us the tools to use it :(

ps : still french speaker, so I apologise</description>
		<content:encoded><![CDATA[<p>I permit myslef to ask few questions&#8230;<br />
Why this weird attribute &#8216; height=&#8221;px&#8221; &#8216; in each TR. It is deprecated and an onlys one css rule could save us about 1 kb on the small demo html file and about 10kb in the large test. that&#8217;s no so negligible.</p>
<p>The other question is : why is there not more documentation about the packages included into your demo page&#8230;.</p>
<p>The last one question is : why packed versions? It&#8217;s so hard to work with unredable stuff.</p>
<p>Still a great work, but you don&#8217;t give us the tools to use it <img src='http://ideamill.synaptrixgroup.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>ps : still french speaker, so I apologise</p>
]]></content:encoded>
	</item>
</channel>
</rss>
