<?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 Lessan Vaezi</title>
	<atom:link href="http://www.lessanvaezi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lessanvaezi.com</link>
	<description>Working for a better future through Information Technology and the Baha'i Faith</description>
	<lastBuildDate>Thu, 13 Jun 2013 20:57:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on How to filter select list options by Geo316</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-751</link>
		<dc:creator>Geo316</dc:creator>
		<pubDate>Thu, 13 Jun 2013 20:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-751</guid>
		<description><![CDATA[I was wondering - is it possible to only filter options that are NOT defined as selected? It is important for me to not filter options already selected.]]></description>
		<content:encoded><![CDATA[<p>I was wondering &#8211; is it possible to only filter options that are NOT defined as selected? It is important for me to not filter options already selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by html select list : chained and filter &#124; BlogoSfera</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-747</link>
		<dc:creator>html select list : chained and filter &#124; BlogoSfera</dc:creator>
		<pubDate>Mon, 27 May 2013 12:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-747</guid>
		<description><![CDATA[[...] I have added an input in order to filter all values in these 2 select with this method: Input Filter Select List [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I have added an input in order to filter all values in these 2 select with this method: Input Filter Select List [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Collation in Oracle using NLS_SORT by Nazmul Hasan Nero</title>
		<link>http://www.lessanvaezi.com/collation-in-oracle-using-nls_sort/comment-page-1/#comment-746</link>
		<dc:creator>Nazmul Hasan Nero</dc:creator>
		<pubDate>Sat, 25 May 2013 11:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=42#comment-746</guid>
		<description><![CDATA[Need to change collation in table to UTF-8_general_ci or when creating it.
Can not find any solution of it for oracle. How can it possible.]]></description>
		<content:encoded><![CDATA[<p>Need to change collation in table to UTF-8_general_ci or when creating it.<br />
Can not find any solution of it for oracle. How can it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by Sam I Am</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-742</link>
		<dc:creator>Sam I Am</dc:creator>
		<pubDate>Tue, 30 Apr 2013 22:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-742</guid>
		<description><![CDATA[[js]var options[/js]
is defined twice. Very confusing code.]]></description>
		<content:encoded><![CDATA[<pre class="brush: jscript; title: ; notranslate">var options</pre>
<p>is defined twice. Very confusing code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by lessan</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-741</link>
		<dc:creator>lessan</dc:creator>
		<pubDate>Mon, 29 Apr 2013 07:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-741</guid>
		<description><![CDATA[I updated your comment to use &#091;js&#093; instead of &lt;code&gt;.]]></description>
		<content:encoded><![CDATA[<p>I updated your comment to use &#91;js&#93; instead of &lt;code&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by Cheb</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-739</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Fri, 26 Apr 2013 08:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-739</guid>
		<description><![CDATA[Hmm, used the code tag wrong. Please delete both these posts admin ;)]]></description>
		<content:encoded><![CDATA[<p>Hmm, used the code tag wrong. Please delete both these posts admin <img src='http://www.lessanvaezi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by Cheb</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-738</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Fri, 26 Apr 2013 08:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-738</guid>
		<description><![CDATA[So happy with this script and made a little modification to the call of it to make it work on every select box in a CMS of ours. 

[js]
	$(function() {
		$(&#039;select&#039;).each( function(index) {
			$(this).after(&#039;Filter dropdown: &#039;);
			$(this).filterByText($(&#039;#&#039;+$(this).attr(&#039;id&#039;)+&#039;search&#039;), true);
		});
	});
[/js]

Loops through all select boxes and so long as they have an id with create a unique filter box for them.

Thanks again!]]></description>
		<content:encoded><![CDATA[<p>So happy with this script and made a little modification to the call of it to make it work on every select box in a CMS of ours. </p>
<pre class="brush: jscript; title: ; notranslate">
	$(function() {
		$('select').each( function(index) {
			$(this).after('Filter dropdown: ');
			$(this).filterByText($('#'+$(this).attr('id')+'search'), true);
		});
	});
</pre>
<p>Loops through all select boxes and so long as they have an id with create a unique filter box for them.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Species and Genus by Anton</title>
		<link>http://www.lessanvaezi.com/species-and-genus/comment-page-1/#comment-736</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Sat, 20 Apr 2013 15:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=33#comment-736</guid>
		<description><![CDATA[Thank you for sharing your thoughts. I truly appreciate your efforts 
and I will be waiting for your further post thank you once again.]]></description>
		<content:encoded><![CDATA[<p>Thank you for sharing your thoughts. I truly appreciate your efforts<br />
and I will be waiting for your further post thank you once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by Sam I Am</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-735</link>
		<dc:creator>Sam I Am</dc:creator>
		<pubDate>Mon, 15 Apr 2013 20:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-735</guid>
		<description><![CDATA[Here is the cleaned up version that handles special chars and totally ignores whitespace. Yoyu can easily modify the code to have flags besides selectSingleMatch that control this new functionality.
[javascript]
var search = $.trim($(this).val());
search = search.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\&#124;]/g, &quot;\\$&amp;&quot;);
//search = search.replace(/\s* /g, &#039;\\s*&#039;); //ignore extra spaces or linebreaks
search = search.replace(/\s*/g, &#039;\\s*&#039;); //totally ignore whitespace
[/javascript]]]></description>
		<content:encoded><![CDATA[<p>Here is the cleaned up version that handles special chars and totally ignores whitespace. Yoyu can easily modify the code to have flags besides selectSingleMatch that control this new functionality.</p>
<pre class="brush: jscript; title: ; notranslate">
var search = $.trim($(this).val());
search = search.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, &quot;\\$&amp;&quot;);
//search = search.replace(/\s* /g, '\\s*'); //ignore extra spaces or linebreaks
search = search.replace(/\s*/g, '\\s*'); //totally ignore whitespace
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to filter select list options by Sam I Am</title>
		<link>http://www.lessanvaezi.com/filter-select-list-options/comment-page-1/#comment-734</link>
		<dc:creator>Sam I Am</dc:creator>
		<pubDate>Thu, 11 Apr 2013 14:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessanvaezi.com/?p=227#comment-734</guid>
		<description><![CDATA[To correct the special chars update your script from:
&lt;code&gt;
//var search = $.trim($(this).val());
&lt;/code&gt;
To:
&lt;code&gt;
var search = $.trim($(this).val().replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\&#124;]/g, &quot;\\$&amp;&quot;));
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>To correct the special chars update your script from:<br />
<code><br />
//var search = $.trim($(this).val());<br />
</code><br />
To:<br />
<code><br />
var search = $.trim($(this).val().replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&amp;"));<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
