473,396 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Best practices for adding search engine to site

Hello everyone,

I would like to know what you typically use to add a
search engine to your sites. Do you build your own
search engines, do you use existing PHP classes,
do you use htdig, etc. ?

My preference would be to use htdig, but on the htdig
site there's only a small list of hosting providers
that provide this and google doesn't help me too much
either. So I would also like to know your experience
about whether hosting providers normally offer htdig
or if it is an exception or if they do normally offer
it but always against a high price ?

Best regards,

Eric
Jul 17 '05 #1
4 2119
Eric Veltman:
Hello everyone,

I would like to know what you typically use to add a
search engine to your sites. Do you build your own
search engines, do you use existing PHP classes,
do you use htdig, etc. ?

My preference would be to use htdig, but on the htdig
site there's only a small list of hosting providers
that provide this and google doesn't help me too much
either. So I would also like to know your experience
about whether hosting providers normally offer htdig
or if it is an exception or if they do normally offer
it but always against a high price ?


Google. site:www.example.com my search terms

André Næss
Jul 17 '05 #2
In article <vo************@corp.supernews.com>, Eric Veltman's output
was...
Hello everyone,

I would like to know what you typically use to add a
search engine to your sites. Do you build your own
search engines, do you use existing PHP classes,
do you use htdig, etc. ?

No longer maintained, but: http://phpdig.toiletoine.net/

Or, at the cost of having adverts in search result pages, you can use
freefind - http://www.freefind.com/

Take a look at http://www.ysrnry.co.uk/cover1.htm to see it being used,
and to see how it can be customis/zed.
Jul 17 '05 #3
Hello Andre,

André Næss wrote:
Eric Veltman:
I would like to know what you typically use to add a
search engine to your sites. Do you build your own
search engines, do you use existing PHP classes,
do you use htdig, etc. ?

Google. site:www.example.com my search terms


I don't believe I didn't think of it myself :-)
Thanks, good suggestion !

Best regards,

Eric
Jul 17 '05 #4
Hello Eto,

Eto Demerzel wrote:
In article <vo************@corp.supernews.com>, Eric Veltman's output
was...

I would like to know what you typically use to add a
search engine to your sites. Do you build your own
search engines, do you use existing PHP classes,
do you use htdig, etc. ?

No longer maintained, but: http://phpdig.toiletoine.net/

Or, at the cost of having adverts in search result pages, you can use
freefind - http://www.freefind.com/

Take a look at http://www.ysrnry.co.uk/cover1.htm to see it being used,
and to see how it can be customis/zed.


Thanks, I think I'll try Google first, as Andre suggested,
but if I need more customized search and result pages,
I'll take a look at these alternatives.

Best regards,

Eric
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: christian9997 | last post by:
Hi We have started off using a $_GET parameter to keep track of the user's browser: We detect what browser the visitor is using when he first arrives on our website then we do a redirect to...
0
by: R. Rajesh Jeba Anbiah | last post by:
Q: Is PHP search engine friendly? Q: Will search engine spiders crawl my PHP pages? A: Spiders should crawl anything provided they're accessible. Since, nowadays most of the websites are been...
11
by: Petre Huile | last post by:
I have designed a site for a client, but they have hired an internet marketing person to incrase their search engine ranking and traffic. He wants to put extra-large fonts on every page which will...
131
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
5
by: Sam | last post by:
Does anyone know of a way to create a search page under ASP.NET 2.0? I have started out by configuring a catalog in Index Server, registering the aspx, ascx extensions in the registry to allow...
10
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read...
1
by: Raistlin Majere | last post by:
Imagine that you are visiting a site M. Its Yahoo! Category is N. Its Google PageRank is X pixels / Y pixels * 100 = Z. If an other site in the same Category becomes higher in PageRank than the...
2
Haitashi
by: Haitashi | last post by:
I have a database that currently contains different albums. The way I had the database was that there is a "description" field in which I placed all the songs. When I access my site I see in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.