am in a project trying to make a search engine that searches some specific sites "daily updated ones"...
am new to javascript so i have some questions .. is it possible to import these html or sites in a cookie or array or anything so that i can be able to search in it ...is there any way to do so .. i mean to search dynamic sites..???
if am thinking in a wrong direction please correct me ..
if there is a way to do so .. can you please tell me how
no what i mean i want to make my own search engine that searches on the asked "keywords" say for example in this newspaper site www.cnn.com ...the question was how can i get to open this html and parse it and then look for the required keyword ...
JavaScript is a poor choice for this project. C++, C, Perl, VB, VB.Net, Java are all excellent choices for such an undertaking.
A web browser is also a poor choice of vehicles for this. You need to write an application that can make http requests without a browser, and record what it finds in a database.
Bookmarks