<?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: Make your search boxes (inputs) smarter with Javascript: Search_Box behavior</title>
	<atom:link href="http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/</link>
	<description>On life, web dev and everything in between.</description>
	<lastBuildDate>Sun, 20 Jun 2010 07:11:46 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Asheesh Laroia</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-1525</link>
		<dc:creator>Asheesh Laroia</dc:creator>
		<pubDate>Tue, 03 Mar 2009 23:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-1525</guid>
		<description>Thanks a lot for choosing an open source license!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for choosing an open source license!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-178</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Mon, 03 Mar 2008 09:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-178</guid>
		<description>@dux: After thinking about it for some time, there&#039;s no need to code what you suggested directly in the script. It&#039;s already possible with custom focus and blur handler functions (I knew they&#039;d come in handy!). Check out &lt;a href=&quot;http://zytzagoo.net/code/search_box_behavior/examples.html#example6&quot; rel=&quot;nofollow&quot;&gt;Example #6 &lt;/a&gt; for a demo.</description>
		<content:encoded><![CDATA[<p>@dux: After thinking about it for some time, there&#8217;s no need to code what you suggested directly in the script. It&#8217;s already possible with custom focus and blur handler functions (I knew they&#8217;d come in handy!). Check out <a href="http://zytzagoo.net/code/search_box_behavior/examples.html#example6" rel="nofollow">Example #6 </a> for a demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-162</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-162</guid>
		<description>@dux: Woot! That&#039;s a great suggestion, thanks!</description>
		<content:encoded><![CDATA[<p>@dux: Woot! That&#8217;s a great suggestion, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dux</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-160</link>
		<dc:creator>dux</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-160</guid>
		<description>very nice. misses just one parameter DEFAULT_COLOR wich would be color for default text. onfocus color shud by darker with more contrast.</description>
		<content:encoded><![CDATA[<p>very nice. misses just one parameter DEFAULT_COLOR wich would be color for default text. onfocus color shud by darker with more contrast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-145</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-145</guid>
		<description>BTW, special thanks to Stephen for pointing out a parse error in the source posted above. It should be fixed now.

It was due to WP&#039;s conversion of &amp; to &amp;, which made line 80 into non-valid Javascript.</description>
		<content:encoded><![CDATA[<p>BTW, special thanks to Stephen for pointing out a parse error in the source posted above. It should be fixed now.</p>
<p>It was due to WP&#8217;s conversion of &#038; to &amp;amp;, which made line 80 into non-valid Javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-144</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-144</guid>
		<description>@tm: Hvala. Ovo je default kako je došlo s nekim WP pluginom za syntax highlight s kojim se nisam detaljnije pozabavio. Al budem :)</description>
		<content:encoded><![CDATA[<p>@tm: Hvala. Ovo je default kako je došlo s nekim WP pluginom za syntax highlight s kojim se nisam detaljnije pozabavio. Al budem :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tm</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-143</link>
		<dc:creator>tm</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-143</guid>
		<description>Ne bi bilo lose boju js keyworda (if, return, typeof) prilagoditi boji pozadine da text bude citljiviji :). 

Evo sto mi vraca Colour Contrast Analyser 

Result - colour/brightness:
The difference in brightness between the two colours is not sufficient. The threshold is 125, and the result of the foreground and background colours is 17.

The difference in colour between the two colours is not sufficient. The threshold is 500, and the result of the foreground and background colours is 125.

Result - luminosity:
Fail (The contrast ratio is: 1,03)
Text or diagrams and their background must have a luminosity contrast ratio of at least 5:1 for level 2 conformance to guideline 1.4,and text or diagrams and their background must have a luminosity contrast ratio of at least 10:1 for level 3 conformance to guideline 1.4</description>
		<content:encoded><![CDATA[<p>Ne bi bilo lose boju js keyworda (if, return, typeof) prilagoditi boji pozadine da text bude citljiviji :). </p>
<p>Evo sto mi vraca Colour Contrast Analyser </p>
<p>Result &#8211; colour/brightness:<br />
The difference in brightness between the two colours is not sufficient. The threshold is 125, and the result of the foreground and background colours is 17.</p>
<p>The difference in colour between the two colours is not sufficient. The threshold is 500, and the result of the foreground and background colours is 125.</p>
<p>Result &#8211; luminosity:<br />
Fail (The contrast ratio is: 1,03)<br />
Text or diagrams and their background must have a luminosity contrast ratio of at least 5:1 for level 2 conformance to guideline 1.4,and text or diagrams and their background must have a luminosity contrast ratio of at least 10:1 for level 3 conformance to guideline 1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-141</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Wed, 27 Feb 2008 07:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-141</guid>
		<description>@Stephen: I guess Wordpress cut off the code you entered in the comment :/ Which line of code were you talking about? And in which browser are you trying to run it?
P.S.
I noticed I had some copy/paste errors in Example 5 -- I&#039;ve fixed that now, but it was just cosmetic.</description>
		<content:encoded><![CDATA[<p>@Stephen: I guess Wordpress cut off the code you entered in the comment :/ Which line of code were you talking about? And in which browser are you trying to run it?<br />
P.S.<br />
I noticed I had some copy/paste errors in Example 5 &#8212; I&#8217;ve fixed that now, but it was just cosmetic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-138</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 27 Feb 2008 01:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-138</guid>
		<description>Very cool and thanks for posting this!  I am trying to get
Example 5 to work, but am not having luck.  I noticed you
have this line in your code:

is it required to get Example 5 to go?</description>
		<content:encoded><![CDATA[<p>Very cool and thanks for posting this!  I am trying to get<br />
Example 5 to work, but am not having luck.  I noticed you<br />
have this line in your code:</p>
<p>is it required to get Example 5 to go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mislav Marohnić</title>
		<link>http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/comment-page-1/#comment-48</link>
		<dc:creator>Mislav Marohnić</dc:creator>
		<pubDate>Sat, 09 Feb 2008 22:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/02/07/make-your-search-boxes-inputs-smarter-with-javascript-search_box-behavior/#comment-48</guid>
		<description>sweet :)</description>
		<content:encoded><![CDATA[<p>sweet :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
