<?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: Search Engine Highlight Javascript 1.5</title>
	<atom:link href="http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Larry</title>
		<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-91503</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Wed, 12 Mar 2008 07:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-91503</guid>
		<description>How would I modify this highlight code to not highlight certain words?  For example, I would want &quot;and&quot;,&quot;of&quot;,&quot;to&quot; to highlight.</description>
		<content:encoded><![CDATA[<p>How would I modify this highlight code to not highlight certain words?  For example, I would want &#8220;and&#8221;,&#8221;of&#8221;,&#8221;to&#8221; to highlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Yang</title>
		<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88053</link>
		<dc:creator>Scott Yang</dc:creator>
		<pubDate>Tue, 16 Jan 2007 22:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88053</guid>
		<description>Zubair,

This script attached to the &lt;code&gt;window.onload&lt;/code&gt; event handler so it gets executed when all objects are loaded in the page. It looks at the referral of the document to determine the keyword people used to land on your page.

To get a list of keywords, you can do (in Javascript)

&lt;code&gt;var keywords = Hilite.decodeReferrer(document.referrer);&lt;/code&gt;

&lt;code&gt;keywrods&lt;/code&gt; will just be a Javascript array of search keywords.</description>
		<content:encoded><![CDATA[<p>Zubair,</p>
<p>This script attached to the <code>window.onload</code> event handler so it gets executed when all objects are loaded in the page. It looks at the referral of the document to determine the keyword people used to land on your page.</p>
<p>To get a list of keywords, you can do (in Javascript)</p>
<p><code>var keywords = Hilite.decodeReferrer(document.referrer);</code></p>
<p><code>keywrods</code> will just be a Javascript array of search keywords.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubair Masoodi</title>
		<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88052</link>
		<dc:creator>Zubair Masoodi</dc:creator>
		<pubDate>Tue, 16 Jan 2007 13:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88052</guid>
		<description>GoodDay Sir!
i Could not Control my excitement when i traced this article and the associated 
source code, although i have not used it as yet, but i really extend my whole hearted Appreciations to Your goodself for writing this article and helping developers all round this world
well my task is just to fetch the keywords which the user had entered and later process them as per my own requirements , my query to yourgoodself is that how this script will be invoked fro our webpage and what i need to do in order to just copy the searched words into a javascripy array
i shall be highly grateful to you for your valuable suggestions and rest 

Thanks once again 
Zubair</description>
		<content:encoded><![CDATA[<p>GoodDay Sir!<br />
i Could not Control my excitement when i traced this article and the associated<br />
source code, although i have not used it as yet, but i really extend my whole hearted Appreciations to Your goodself for writing this article and helping developers all round this world<br />
well my task is just to fetch the keywords which the user had entered and later process them as per my own requirements , my query to yourgoodself is that how this script will be invoked fro our webpage and what i need to do in order to just copy the searched words into a javascripy array<br />
i shall be highly grateful to you for your valuable suggestions and rest </p>
<p>Thanks once again<br />
Zubair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xchanin</title>
		<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88044</link>
		<dc:creator>xchanin</dc:creator>
		<pubDate>Thu, 28 Dec 2006 02:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88044</guid>
		<description>I&#039;m just wondering how difficult it would be to capture the search terms and place them in a text area instead of highlighting them. Any help would be appreciated.

Thanks,
Xchanin</description>
		<content:encoded><![CDATA[<p>I&#8217;m just wondering how difficult it would be to capture the search terms and place them in a text area instead of highlighting them. Any help would be appreciated.</p>
<p>Thanks,<br />
Xchanin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88039</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Fri, 08 Dec 2006 10:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/search-engine-highlight-javascript-15/#comment-88039</guid>
		<description>Hi,
My name is ashok i am doing a sample project plz tell me the sample coding for search it is useful for me to finish my project</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My name is ashok i am doing a sample project plz tell me the sample coding for search it is useful for me to finish my project</p>
]]></content:encoded>
	</item>
</channel>
</rss>

