you made a search engine client , it's very different. A search engine is an index atop a corpus of content that you crawl. It might be useful for you to look at jQuery Masony library for your presentation.
I made a 'search engine' for fun
41–50 of 72 posts
Re: I made a 'search engine' for fun
#42Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.
Re: I made a 'search engine' for fun
#43Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.
I thought I was the only one who does this. There should be an easier way..
Re: I made a 'search engine' for fun
#44Re: I made a 'search engine' for fun
#45Re: I made a 'search engine' for fun
#46Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.
I thought I was the only one who does this. There should be an easier way..
name:wiki
keyword: w
URL: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=inurl:en.wikipedia %s&btnI=745
Once saved, in chrome's address bar type "w foo" and press enter and you'll go directly to the wikipedia article on fooBy routing through google, it's also much more tolerant of misspellings.
Re: I made a 'search engine' for fun
#47Re: I made a 'search engine' for fun
#48Re: I made a 'search engine' for fun
#49It keeps telling me an apostrophe is the number 39. No, but seriously it looks neat. What are the websites it queries for results? I've seen Yahoo! and Wikipedia so far.
Re: I made a 'search engine' for fun
#50Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.
I thought I was the only one who does this. There should be an easier way..