Building a search-capable web site

Hi all,
A friend has asked if I could build him a web site that would be able to search a set of (probably) static documents, display the matches as a list of hyperlinked file names that, when clicked, then displays the full contents of the file. I've never done such a thing. Can anyone suggest Mac-based web authoring tools and books that would help with this?
I am a software developer and have put together html pages and Apple Help Viewer documents, just nothing with search and everything by hand, using a text editor.
Thanks,
Scott
(cross-posted from the Developer forum)

Did this :
http://www.google.com/search?q=search+website+with+php
Found this :
http://www.sphider.eu/index.php
Then did this :
http://home.wyodor.net/sphider/search.php

Similar Messages

  • How to build a Oracle style Web site

    Dear All,
    (Not sure whether this question should be this sub-site or not.)
    My question is how to build a Oracle style Web site, what technology should be use.
    Example Site: [http://www.orapub.net/ebs/index.htm|http://www.orapub.net/ebs/index.htm]
    This web site style is like Oracle Enterprise Manager.
    Thanks a lot
    Pan

    You can use Oracle Webcenter or just Oracle ADF to build a Oracle Enterprise Manager kind of Website.
    See details here -
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm
    http://www.youtube.com/watch?v=iE2zTNhlvy8

  • Looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.

    I am looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.
    I have watched the tv.adobe video 3 times and I cam not able to do the actions the author shows.
    help.
    Ken Edwards

    Responsive and simple don't go hand-in-hand.  First do some prep-work to understand the concepts.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Jump start your RWD projects with any of the Responsive Frameworks below:
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Project Seven's Page Packs (Commercial CSS Templates)
    http://www.projectseven.com/products/templates/index.htm
    Have fun!!
    Nancy O.

  • Search (Own WEB site)

    I am comparing several WEB authoring software before making a purchase decision.
    In MUSE, how (and is there) a way to create a search within a muse created WEB site?  Been looking for that on the FAQ and forum to no avail...

    Hi,
    There is no option to create a site search in native Muse. However, if you choose to host your site on Business Catalyst, you can take advantage of the site search feature in BC. A similar discussion is in these threads :
    http://forums.adobe.com/message/6232131#6232131
    http://forums.adobe.com/message/6111193#6111193
    Regards,
    Aish

  • Keyword search able web site with Mobile Me and Aperture?

    Is it possible to add feature so photographers can upload keyword search able albums-websites with Mobile Me album using Aperture? Something like the Extensis Portfolio&NetPublish.

    You will need a 3rd party web host to upload your websites to. Depending on the version of iWeb you are using you have a couple of publishing options:
    iWeb '09 (3.0.4) you can publish to an FTP Server or a local folder. ( With the built in FTP in iWeb you will end up with an address like "www.YourDomain.com/sitename/Home.html )
    iWeb '08 you can publish your website to a local folder
    I have been using IX Webhosting for several years with little to no problems "usually the problem was something I did" and they have been quick to solve any issue I have come across. The have plans that start at $3.95 a mo (USD) and their customer service is top notch.
    http://jeffnitschke.com/IXWebHosting.html
    http://jeffnitschke.com/wordpress/2012/06/how-do-i-move-my-mobileme-site-ix-web- hosting-blog/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Crawl, Index, and Search Any Web Site Download Link not working

    On the page:
    http://otn.oracle.com/sample_code/products/text/htdocs/crawl_search_web/Crawl_search_web_readme.htm
    There is sample code and a link to download the NT kit. The zip file is blank. Can I get the examples?
    Thanks,
    Linda

    I am now facing the same problem. I wrote a servlet .
    code like this
             response = (HttpServletResponse) faces.getExternalContext().getResponse();
             response.setContentType("application/x-download");
             String agent = request.getHeader("USER-AGENT");
             boolean isIE=false;            
            if (null != agent && agent.indexOf("MSIE")!=-1) { 
                isIE=true;
            if (isIE) {
                fileName = URLEncoder.encode(fileName, "UTF-8");
            } else {
                fileName = new String(fileName.getBytes("utf-8"), "ISO-8859-1");
            response.setHeader("Content-Disposition","attachment;filename="+fileName);
            ServletOutputStream os = response.getOutputStream();
            byte b[]=new byte[1024];
            int n;
            while((n=in.read(b))!=-1){
                os.write(b,0,n);
           in.close();
           os.close();
    and i open a new window refer to above jsp ,also i set a breakPoint at os.close(),the program has passed through,but nothing happened in the window.
    If i use IE or FF ,the browser will open a small window to allow me select whether open or  save the file.So can anybody give me some advice.Is it because air using webkit engine and the engine does not do this kind of job?
            Thanks.

  • Spotlight searching on hosted Web sites

    As usual, Spotlight searching on Web sites hosted on OS X Server is yet again the ******* child of OS X Server's Web hosting, with zero documentation or information on how to configure and use it. Take a look at the implementation on my site here:
    http://www.newslink.com/.spotlight
    Apple's documentation says only that "you can customize the template.spotlight file" but that's it. Zip, zero, zilch, nada, as far as how to configure it or what you can configure. So I'm left with very cryptic popup menus including:
    kMDItemTextContent
    kMDItemAttributeChangeDate
    and a handful of others, coupled with search criteria equally cryptic, such as:
    ==
    !=
    <
    <div class="jive-quote">
    and so on.
    My company's employees (want to be able to) use this functionality to search our Web site very frequently throughout the day. But it's like banging your head against the wall to figure out how to work this search feature!
    Can anyone point me in the right direction? I want to be able to search easily, without cryptic codes, and ideally be able to see the results sorted by date, relevance, file size and so on, like you can do so easily with EVERY other Web site in the ENTIRE WORLD.
    I apologize for sounding frustrated. But here Apple proclaims to have server software practically written by God himself and then it's a clusterf* to try and make it work, especially with no documentation about very critical features like simply searching a Web site.
    Thank you tremendously for any help or guidance.
    -Andy Ringsmuth
    [email protected]
    [email protected]

    Besides the (errh) strong feelings and wording:
    *Same here.*
    My WebServer directory with a lot of PDF files simply makes Apache crash:
    +05.12.07 17:21:08 ReportCrash[232] Formulating crash report for process httpd[147]+
    +05.12.07 17:21:09 ReportCrash[232] Saved crashreport to /Library/Logs/CrashReporter/httpd2007-12-05-172105YADAYADA.crash using uid: 0 gid: 0, euid: 0 egid: 0+
    For what it's worth: Using the Spotlight services via Finder menu on the server works fine...
    (and searching in the PDFs via File Sharing works also...)
    Cheers,
    Walter

  • How do I set up a root directory for a web site

    So this is probably a naive newbie question.
    I have been creating websites driven by php/mysql on my mac for years using the previous the web preference pane to run Apache and since that went away using XAMPP to provide Apache/php/mysql functionality on localhost.
    I decided to download OSX server and try to use that.  Figured might as well go native MAC.
    I am baffled.
    The manual says to set up a web site in Server by working through the Websites Services interface. I did that and pointed the setup at the directory where I have all of my web site files.  I now have no idea how to access that page from my local machine.
    I have tried:
    http://localhost/myURL
    http://localhost/~username/Sites/[root file directory]  -- where the files are stored
    I also tried some typical localhost ip address
    None access my site.
    How do I access my site over my local netework?
    I feel like just dumping server.app and stting things up through the terminal.
    Thanks,
    --Kenoli

    How familiar are you with the bash command line and with Apache, and how much do you want to learn about Apache and related topics?  (If you're not already, then I'd encourage learning about this material, as this knowledge is very useful for maintaining and updating sites, and knowledge of correctly securing files and directories is critical to building and maintaining secure web sites — all of managing and running and updating a web server builds on these foundations.  There are various good books and web sites on Apache, and the Apache web site has various materials available, if you don't already have something.)
    The localhost host name and the 127.0.0.1 IPv4 address are both synonyms for the "me" host.  It's the name and the address that always gets you to the current host.
    With http://localhost/ or http://127.0.0.1 specification, what you enter at the URL address bar is relative to the root directory specified for the default web server, and will default to the index.html or index.php page or whatever the default web site is configured to use.  With OS X Server, this root directory is configured via Server.app.  To use Server.app, launch it, connect to the server, select Websites from the left navigation, and you (by default) will see a default site and a secure site.  Select the default site.  Select the edit button below the site to edit (and to view) the configuration. 
    With the details of the default site visible, you will see the path to the default web directory.  This path to the default web directory is where the files for the default web sever location reside. 
    The default path to the default web site is /Library/Server/Web/Data/Sites/Default
    If you place foo.html in that directory (or whatever the defailt web site is using), you can view it via your web browser and the URLs:
    http://127.0.0.1/foo.html
    http://localhost/foo.html
    To get to the default web site using the GUI, launch Finder and select Go To Folder, and enter that string into the box.  You will now get a GUI view of that folder.  (I'd strongly recommend using the command line here, and not the GUI.  To get to the directory from the command line and then list the files present, launch Terminal.app from Applications > Utilities folder and issue the following commands:
    cd /Library/Server/Web/Data/Sites/Default
    ls
    If you want to test something in the browser, you can use the file:///path-to-file-to-test mechanism.  Most web browsers will allow you to render local files directly using file and three slashes.
    You will need to ensure the executable files (scripts) are marked as executable to OS X, using a Terminal.app command such as the following:
    chmod o+x path-to-file
    Enabling ~/user per-user sites involves directly editing the configuration file, as Apple has disabled that by default. 
    There's an Apache tutorial with an overview of what's involved with enabling per-user directories here, and there's what's been listed in my earlier replies and links.  With OS X Server Mavericks, the default configuration file for Apache is located in the Library folder, and can be viewed with the following Terminal.app command:
    cat /library/server/web/config/apache2/httpd_server_app.conf
    This file is the OS X Server equivalent of the oft-cited httpd.conf file you'll see listed in various documentation.
    If you want to enable the per-user directories or tweak other Apache settings, then shut down Apache from Server.app or from the command line, and then edit the configuration file with nano or some other command-line editor using a command similar to this:
    sudo nano /library/server/web/config/apache2/httpd_server_app.conf
    you'll end up finding and uncommenting (removing the #) from the following two lines:
    #LoadModule apple_userdir_module ${SERVER_INSTALL_PATH_PREFIX}/usr/libexec/apache2/mod_userdir_apple.so
    #Include /private/etc/apache2/extra/httpd-userdir.conf
    If you have specific questions about this, then I and others here can answer those.  If you don't understand something, then asking a question about that can help you learn, and can help me understand what it is that I'm posting in my replies here that's confusing you.  There are also various resources available for learning Apache, and I'd encourage spending a little time with those if you've not already done so or feeling at all unsure about how that tool works; I end up re-re-reviewing the Apache docs fairly regularly.

  • SES and Web Sites

    Hi there,
    Is it possible for SES to crawl and index web site content ootb or do we have to write a custom adaptor to enable this type of functionality ? Our use case is that we are proposing WebCenter Spaces as our front-end application which will have SES enabled to allow us to natively crawl all the WebCenter assets like blog, wikis, users etc. But we also have an additional requirement that the customer also wants to search legacy web sites.
    I could not see in the list of SES adaptors any that would facilitate crawling of a web site which is what we need to do.
    If anyone has any information on this I would be grateful if you could share it with me.
    Regards,
    Sanjay

    Yes, of course. This is core functionality rather than a connector, hence why you wouldn't see it on a list of connectors.

  • I need users to search content on a web site. I need advice on a easy to install database for Dreamweaver CS5.5.

    I need to enable site so users can search old articles on the site. Please advise on best way to do this using Dreamweaver CS 5.5. Plug ins, downloads of affordable software. Any info will be greatly appreciated.

    Rob Hecker2 wrote:
    On the other end of the spectrum, GOOGLE provides a way to integrate search capability on your site. I think this would be the easiest solution. Here is a link:
    https://cse.google.com/cse/
    Just to mention Google is useless (other end of the spectrum) for any website where page content changes from day to day or week to week. I had a client who sold holidays and day trips. Google was still indexing holidays and days trips even after they had been removed from the website as there is a time lag before Google drops current links it indexes....I don't know what that time lag is but is seems like weeks. Of course clients where getting a bit annoyed at being sent to pages which no longer existed. Also if you don't manage the site well and leave outdated material on the server well that will continue to be listed, for ever.
    And of course there is going to be a time lag before Google indexes new content. Personally I hate Google search as it is way behind on up-to-date information.
    Best to build your own search engine if you can then you can be assured ONLY information which is current is listed and new information is listed immediately. In most cases, where clients are willing to spend a bit of money, I use a database which automatically gets rid of any 'sell-by-date' article/entry.
    For those clients which don't have the money - they get what they pay for.

  • Calculators and  Searches for Real Estate Web Site

    I have a friend who has asked if I can make a real estate page for them them using my iWeb '08 program.
    I've never done anything like mortgage calculators and home/msl searches. Does anyone know how to do these things, web sites that help with this, or is it even possible?
    Any advise, tutorials, links, anything would be greatly appreciated. Thanks all.

    There are plenty of free mortgage calculators you can add to a website....
    http://www.widgetbox.com/search?q=loan+calculator
    http://www.calculators4mortgages.com/calculators/loan/amortization_schedule.html
    Your friend should have access to the MLS through their Realtor Association.
    When my wife was involved in real estate in Northern California acting as a buyers agent for investors I used this site for research....
    http://www.greathomes.org/
    I'm sure you'll find other sites like this for other areas.
    A realtor doesn't allow clients to search for homes - that's their job.
    The best thing to have on a site like this is a form that potential clients can fill in with all the details of their requirements.
    Wufoo has a mortgage application form which I modified for collecting home buyer information. Don't ask me how I did it because it was about two years ago!
    As long as you are publishing to a hosting company that allows you to run scripts, you can build your own forms. Tutorial....
    http://www.w3schools.com/html/html_forms.asp

  • Looking for web sites w/ advanced text search

    A group of potential customers are looking for a powerful text search engine for a web-published database, and I proposed they use Oracle 9i and Oracle Text for this purpose.
    They may be interested but they demand to "see it in action".
    Can you help my find web sites which use advanced features of Oracle Text to produce near-natural language search ?
    My potential customers' context is : They have a few hundreds of structured documents which they want to consolidate and web-enable.
    The main audience might be people who rarely use Internet, so ideally the search engine should be capable of "natural language" search.
    An expert thesaurus has been constructed by the customers already.
    I think Oracle Text could be a good enough option if we can take advantage of the thesaurus and the documents being structured, but I don't know of any web site that use these features of Oracle Text.
    Thanks a lot if you can help.

    Try tahiti.oracle.com. A search engine for the Oracle documentation set using Oracle Text. Each documentation
    release (e.g. 8.1.7) is about 300Mb of data (around 110,000 rows in the db).
    There are commercial references for Oracle Text but I would prefer to have your email address so we can
    follow up in a separate thread. Thanks.

  • Finding E-Store Builder in the Sitebuilde​r in My Web Site

    I am trying to find the E-Store Builder function in the Verizon, Fios, My Web Site, SiteBuilder site.
    In SiteBuilder if you select Help, Index, E, scroll to E-Store builder you will find 20 or so functions describing the E-Store builder and adding products and allowing people to buy products using standard shopping cart and checkout functions.
    I have pressed every button and selected every format and option and cannot activate the function.
    I have called Verizon and they say they can't help.   I called Trellix, now Web.com and they say call Verizon. 
     Any help with this feature would be appreciated.. 
    Thanks
    Bob

    Thanks for your reply.  
    On the Business Tools there is PayPal, Coupon Builder, Forms, Table Gallery and Amazon.   No e-Store builder.   I also checked Recommended, Cool Content, Interactive Features, Multimedia without success.
    On the Add On there is a line that says:  Miva Merchant Premium but has no active links or explanation.
    I called Trellix which is now Web.com and they do not support Verizon version and can provide no help because I am not a paying customer.   They offer a $19.95 a month web hosting using the same SiteBuilder.   I called Verizon and they say they do not support SiteBuilder.  
    Has anyone out there used SiteBuilder with e-Store Builder to create a site with shopping cart and checkout?.   (Check My Web Site, Help, Index, E-Store Builder for lots of info.)

  • When I click on a result of a Google search and then go that web site, the Back button on the toolbar is grayed out and I cannot return to the search results.

    When using FF3.6 and making a Google search, when I click on a result and then go that web site, the Back button on the toolbar is grayed out and I cannot return to the search results without going to History. This does not happen all the time; about 1/2 of the time.
    This problem is not limited to Google, but occurs with other sites as well.

    If you are talking about searches from - http://www.google.com/ - are you logged into a Google account all the time? If so, check your "Search Settings" from the "gear" in the upper-right corner of that Google search page and see if you have '''Open search results in a new browser window.''' check-marked, at the bottom of that preferences page. When that is check-marked and you have Tab options in Firefox set to '''Open new windows in a new tab instead''', you will get search results always opening in a new tab instead of the same tab. As to why that works different for "sponsored links" I don't know, I haven't seen the "sponsored links" for years now, I have a GM script that blocks those advertisements.

  • Any way to search a PDF portfolio that has been saved as web site?

    I've saved and posted several pdf portfolios on my web site, but I'd like to be able to let viewers search them similar to how you can search contents using Acrobat.
    Any ideas?

    For a PDF in web space all the is available is simple find or search.
    Search making use of a Catalog index is not possible.
    Search is no better than simple Find unless the PDF has an embedded index.
    However having an embedded index precludes fast web view configuration.
    But you have a Portfolio which is a PDF with a Flash UI to present the attached files.
    To use Adobe Reader or Acrobat Find or Search will call for opening the attached PDF file first.
    Be well...

Maybe you are looking for

  • Invalid value in OPTION field of value table for IN itab operator. operato

    Hi, I am working on SELECT-OPTIONS to accept single and multiple values for company code. I am using CREATE_RANGE_TABLE and ADD_SELECTION_FIELD and all is good but I was prompted with error "Invalid value in OPTION field of value table for IN itab op

  • Using jnet/jgantt with a generated XML file

    Hello, We want to display a gantt in a BSP page. For that we decided to use the JGantt object (from the graphics bsp extension, using the graphics:net tag). From the documentation and examples I saw that to the information is displayed from an XML fi

  • HR - SRM Replication: Issue with company code and cost center

    Hello Experts, We have a scenario where we are trying to replicate the HR Org Structure into the SRM system. All the standard settings have been made using relevant SAP Notes and other help available on SRM. However, the company code and cost center

  • P.O.item currency

    Dear sir, can i put different currency for 3 items in 1 PO. Hopeeeeeee.

  • Timedepent Flatfile Hierachie in BW3.5

    hi all, i have a problem with my timedepent hierachie, when i try to load them via flatfile to the BW (BW3.5). the whole hierachie is timedepent and i have the chance to select a time range in the datasource-view in the created infosource. if i selec