<?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: Safari Search Boxes</title>
	<atom:link href="http://alexking.org/blog/2006/11/12/safari-search-boxes/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2006/11/12/safari-search-boxes</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Oscar</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-91047</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-91047</guid>
		<description>That is one of the slickest little hacks I&#039;ve seen.</description>
		<content:encoded><![CDATA[<p>That is one of the slickest little hacks I&#8217;ve seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-77145</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-77145</guid>
		<description>Yep, thanks - patch applied.</description>
		<content:encoded><![CDATA[<p>Yep, thanks &#8211; patch applied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-76410</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-76410</guid>
		<description>Probably due to a recent change in javascript includes, the demonstrated search box doesn&#039;t work at all. You should put :

if (safari) { var s = jQuery(&#039;#s&#039;); s[0].type=&#039;search&#039;; s.attr(&#039;results&#039;, &#039;5&#039;); }

instead. Cheers!</description>
		<content:encoded><![CDATA[<p>Probably due to a recent change in javascript includes, the demonstrated search box doesn&#8217;t work at all. You should put :</p>
<p>if (safari) { var s = jQuery(&#8216;#s&#8217;); s[0].type=&#8217;search&#8217;; s.attr(&#8216;results&#8217;, &#8217;5&#8242;); }</p>
<p>instead. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-70557</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Mon, 29 Jun 2009 09:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-70557</guid>
		<description>I&#039;m on a Mac, but the new Safari 4 does not show a Safari-like search box on the top-right of this very site...</description>
		<content:encoded><![CDATA[<p>I&#8217;m on a Mac, but the new Safari 4 does not show a Safari-like search box on the top-right of this very site&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Squire</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-66824</link>
		<dc:creator>Victor Squire</dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-66824</guid>
		<description>Well I have saffari 4 for windows  vista  and theses searches work fine  in windows !</description>
		<content:encoded><![CDATA[<p>Well I have saffari 4 for windows  vista  and theses searches work fine  in windows !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard John</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-63172</link>
		<dc:creator>Richard John</dc:creator>
		<pubDate>Sun, 25 May 2008 19:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-63172</guid>
		<description>Dru, you&#039;d need to give the field an id of &#039;s&#039;.
e.g:
</description>
		<content:encoded><![CDATA[<p>Dru, you&#8217;d need to give the field an id of &#8216;s&#8217;.<br />
e.g:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dru</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-63045</link>
		<dc:creator>Dru</dc:creator>
		<pubDate>Thu, 15 May 2008 04:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-63045</guid>
		<description>I&#039;m copying the snippet of code verbatim and it doesn&#039;t seem to work for me. Is there a script that I need in order for the Safari-only JS to work? Great resource!</description>
		<content:encoded><![CDATA[<p>I&#8217;m copying the snippet of code verbatim and it doesn&#8217;t seem to work for me. Is there a script that I need in order for the Safari-only JS to work? Great resource!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam&#8217;s random musings &#187; Safari Search Boxes</title>
		<link>http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-52791</link>
		<dc:creator>Sam&#8217;s random musings &#187; Safari Search Boxes</dc:creator>
		<pubDate>Mon, 13 Nov 2006 04:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/11/12/safari-search-boxes#comment-52791</guid>
		<description>[...] Safari Search Boxes: [...]</description>
		<content:encoded><![CDATA[<p>[...] Safari Search Boxes: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

