Results 1 to 4 of 4

Thread: Internal website search engines

  1. #1
    Flak Monkey! Dorza's Avatar
    Join Date
    Jul 2003
    Location
    UK - South Wales
    Posts
    1,762
    Thanks
    34
    Thanked
    17 times in 15 posts
    • Dorza's system
      • Motherboard:
      • Asus P5B Deluxe - WiFi
      • CPU:
      • Q6600 @ 3.06Ghz
      • Memory:
      • 2GB Crucial
      • Storage:
      • 500GB Samsung SpinPoint
      • Graphics card(s):
      • Geforce 9600GT
      • PSU:
      • Cosair HX520W
      • Case:
      • LianLi something something or other
      • Monitor(s):
      • Eizo FlexScan S1910 (1280*1024)
      • Internet:
      • 2mb Virgin (when they want to give me that: else 1mb)

    Internal website search engines

    Ok, i plan on making an acronyms section for my website where the user would type the acronym and a defination plus a small description would then appear on the screen. I was wondering what the best language would be to do this. Im not after anything fancy or hi-tech, just somthing that will allow me to do simple searches. I have no experience with server side web dev, although im aiming to learn PHP in the comming months. For now though could a simple SE be made with JavaS, i have some knowledge with this so id probably be able to do it easier. Any input would be appreciated thanks.

  2. #2
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    I need to ask some st00pid things to clear your requirements up.

    You will have a web form for users to sit and type in their own acronyms and definitions. INSTEAD of a list you prepare yourself. Assuming here that these are stored/retrieved from a database....

    Then you want to have this list of acronyms searchable using a search engine ?

    So there are essentially 2 seperate aspects to your question ?

    The adding of acronyms is probably done best using php, since it is lightweight and handles db's with amazing simplicity.

    Some initial thoughts. Since you have some java experience, you can translate this into server side scripting by making use of JSP - java server pages, or slightly more complex to write servlets. For the search engine - Personally I have not explored the string handling abilities of php, but know a lot about the java ones.

    Stick to what you know - but consider that php runs way faster than java, and your web server *might* not cope with java. But definately will handle php.

    hope this starts your brain off on an analytical approach !

  3. #3
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    a quick google found me this fella that is discussing how to build an internal search engine in php... which might not be a bad idea...

    h3r3

  4. #4
    Flak Monkey! Dorza's Avatar
    Join Date
    Jul 2003
    Location
    UK - South Wales
    Posts
    1,762
    Thanks
    34
    Thanked
    17 times in 15 posts
    • Dorza's system
      • Motherboard:
      • Asus P5B Deluxe - WiFi
      • CPU:
      • Q6600 @ 3.06Ghz
      • Memory:
      • 2GB Crucial
      • Storage:
      • 500GB Samsung SpinPoint
      • Graphics card(s):
      • Geforce 9600GT
      • PSU:
      • Cosair HX520W
      • Case:
      • LianLi something something or other
      • Monitor(s):
      • Eizo FlexScan S1910 (1280*1024)
      • Internet:
      • 2mb Virgin (when they want to give me that: else 1mb)
    Thanks for your help KillgORE. Thats just what i wanted (lin kin 2nd post) .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. website thieving
    By luap.h in forum General Discussion
    Replies: 31
    Last Post: 11-04-2004, 10:12 PM
  2. 100% Database driven website
    By Kezzer in forum Software
    Replies: 7
    Last Post: 18-01-2004, 02:04 PM
  3. Looking for a freeware text search utility
    By Paul Adams in forum Software
    Replies: 2
    Last Post: 29-09-2003, 04:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •