Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 04-11-2005, 08:00   #1 (permalink)
Paul H
Civilians

 
Default Internal search facility setup?

I want to add an internal search facility to my website. I have seen a
couple of client-side JavaScript solutions, which do exactly what I want,
the problem is, they don't work if Scripting is turned of on the Browser.

So does anyone know of an off the shelf server solution or have any
tips/idea on how to setup a server side search facility on my site.

Just to clarify, I do not want to search the internet from my site IOW I do
**not** want to integrate Google into one of my pages. I simply want my
visitors easily find what they want within my site.

Thanks,

Paul


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 04-11-2005, 12:00   #2 (permalink)
Charles Sweeney
Civilians

 
Default Re: Internal search facility setup?

Paul H wrote

> I want to add an internal search facility to my website. I have seen a
> couple of client-side JavaScript solutions, which do exactly what I
> want, the problem is, they don't work if Scripting is turned of on the
> Browser.
>
> So does anyone know of an off the shelf server solution or have any
> tips/idea on how to setup a server side search facility on my site.
>
> Just to clarify, I do not want to search the internet from my site IOW
> I do **not** want to integrate Google into one of my pages. I simply
> want my visitors easily find what they want within my site.


My tip would be to serve your website content from a database, and offer
a search box to query the database.

--
Charles Sweeney
http://CharlesSweeney.com
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 20:00   #3 (permalink)
nospam@geniegate.com
Civilians

 
Default Re: Internal search facility setup?

In: <HIs6e.17573$il.7693@newsfe5-win.ntli.net>, "Paul H" <nospam@nospam.com> wrote:
>I want to add an internal search facility to my website. I have seen a
>couple of client-side JavaScript solutions, which do exactly what I want,
>the problem is, they don't work if Scripting is turned of on the Browser.
>
>So does anyone know of an off the shelf server solution or have any
>tips/idea on how to setup a server side search facility on my site.
>
>Just to clarify, I do not want to search the internet from my site IOW I do
>**not** want to integrate Google into one of my pages. I simply want my
>visitors easily find what they want within my site.


Server side search engines:

Do a search for swish-e, it is free. Very good search tool.

htdig is also nice.

I use swish-e on my site. (As someone who has written inverted index search
tools before, I can appreciate the level of difficulties where phrase matching
and/or proximity is involved. swish-e handles this nicely.

I use swish-e on my internal servers too. (Alas, it's an ancient machine so
I run out of memory if I'm not careful) Anyhow, it'll handle hundreds of
thousands of documents.

Unfortunately, from what I've seen, not too many people use my search box. :-(

Jamie
--
http://www.geniegate.com Custom web programming
guhzo_42@lnubb.pbz (rot13) User Management Solutions
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 20:00   #4 (permalink)
Viper
Civilians

 
Default Re: Internal search facility setup?

Paul H wrote:
> I want to add an internal search facility to my website. I have seen a
> couple of client-side JavaScript solutions, which do exactly what I
> want, the problem is, they don't work if Scripting is turned of on
> the Browser.
> So does anyone know of an off the shelf server solution or have any
> tips/idea on how to setup a server side search facility on my site.
>
> Just to clarify, I do not want to search the internet from my site
> IOW I do **not** want to integrate Google into one of my pages. I
> simply want my visitors easily find what they want within my site.
>
> Thanks,
>
> Paul


Googles Adsense/Web Search thing offers a search your site option... But I
doubt you want that...

--
Viper
Are you seeking revenge?
http://www.seekingrevenge.com


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2005, 20:00   #5 (permalink)
Gerry for email use my name at dergal dt com
Civilians

 
Default Re: Internal search facility setup?

Paul H wrote:
> I want to add an internal search facility to my website. I have seen a
> couple of client-side JavaScript solutions, which do exactly what I want,
> the problem is, they don't work if Scripting is turned of on the Browser.
>
> So does anyone know of an off the shelf server solution or have any
> tips/idea on how to setup a server side search facility on my site.
>
> Just to clarify, I do not want to search the internet from my site IOW I do
> **not** want to integrate Google into one of my pages. I simply want my
> visitors easily find what they want within my site.
>
> Thanks,
>
> Paul
>
>


What language - I know a few ... btw putting all your conten in a
database can be a very bad idea unless you have the resources to do it.

(PHP / ASP / .net etc..)

webwizguide.co.uk has one solution - alternatively if you want something
that integrates nicely with your site, easy to customise is free but
does contain adverts - Atomz.com is superb, it IS however off site ...
but much much better than most scripts.

G
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2005, 20:00   #6 (permalink)
David Preston
Civilians

 
Default Re: Internal search facility setup?

Gerry for email use my name at dergal dt com wrote:

>
> webwizguide.co.uk has one solution - alternatively if you want something
> that integrates nicely with your site, easy to customise is free but
> does contain adverts - Atomz.com is superb, it IS however off site ...
> but much much better than most scripts.
>
> G

Another offsite solution I have used in the past is www.freefind.com,
which offers site searching from free upwards through various price bands.
--
David Preston
Now playing: If you ever walk out of my life - Dena Barnes
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[News Feed] MSN Search Toolbar Gets Contextual Search Add-in Forum Mouse News Articles 0 09-23-2005 22:00
database for web-articles with search facility nico.jabin@gmail.com Web Design 8 09-14-2005 00:00
Internal Time Formats Marshall Microsoft Applications 2 06-16-2004 16:57
Internal URLs Antony Microsoft Applications 1 06-16-2004 03:59
Is this an internal tranny problem?? (440-T4) bigbossfan80 Automotive 1 06-14-2004 21:09


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:17.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.90347 seconds with 19 queries