Question:

How do you make your own web browser and search engine?

by  |  earlier

0 LIKES UnLike

How do you make your own web browser and search engine?

 Tags:

   Report

2 ANSWERS


  1. You can't very easily make your own browser and search engine - think how much time and money it took to develop the top browsers, namely IE and firefox.  They have to be able to parse every html command.

    A quick solution is to build on another browser.  Using C# visual studio (download: http://www.microsoft.com/express/vcsharp... ) you can build on internet explorer with a webBrowser control (see http://www.codeproject.com/KB/cs/webbrow... ).

    Search engines are perhaps even less realistic as they require huge servers to store databases and cached versions of pages etc.  They also need to have powerful computers crawling the web for new pages.  I once created a page, which was listed by google one hour later.

    In short, both of these are unrealistic although I would advise you to explore C#.


  2. you gonna need to be very smart

    great at math

    think logically

    plus be a god in c ajax c++ java etc...........

    basically in a nutshell you need  to go to college

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.