Anda di halaman 1dari 11

ABSTRACT

This visual basic application will search for the given keyword using the various" Search Engine", gets the first Hundred result from search engine , then crawls and spiders into each of the resulting Url and finally will extract all the keywords from the hundred Urls. On continuing, the application will crawl actively into all the hundred Urls and will extract the HTML content of the Urls. It will then separate the contents from the HTML tags. From the resulting contents all words are extracted. Once the keywords are extracted it will list them all in the order of their occurrences, the keywords with most occurrences at the top. The keywords can also be saved in a text file with their occurrences , a word per line.

TABLE OF CONTENTS

CHAPTER No. ABSTRACT 1 2 INTRODUCTION

TITLE

PAGE No.

SYSTEM ANALYSIS 2.1 EXISTING SYSTEM 2.2 PROPOSED SYSTEM 2.3 SYSTEM SPECIFICATION 2.3.1 HARDWARE SPECIFICATION 2.3.2 SOFTWARE SPECIFICATION 2.3.3 FRONT END 2.3.4 BACK END

MODULE DESCRIPTION 3.1 KEYWORD SEARCH 3.2 GENERAL SEARCH 3.3 EDUCATIONAL SEARCH 3.4 SOFTWARE SEARCH 3.5 IMAGE SEARCH 3.6 FILE SEARCH 3.7 ENTERTINMENT SEARCH

DESIGN & DEVELOPMENT PROCESS 4.1 FORM DESIGN 4.2 DESIGN PROCESS

CONCLUSION

CHAPTER No. 6 7 8 FUTURE WORK BIBLIOGRAPHY ANNEXURE

TITLE

PAGE No.

8.1 SAMPLE SCREENS 8.2 SAMPLE CODINGS 9 10 APPENDICES REFERENCES

1.INTRODUCTION:
This visual basic application will search for the given keyword using the various" Search Engine", gets the first Hundred result from search engine , then crawls and spiders into each of the resulting Url and finally will extract all the keywords from the hundred Urls. Enter the keyword to be searched. If using proxy to connect then specify the proxy server and the port number and click Go in this visual basic application project. On continuing, the application will crawl actively into all the hundred Urls and will extract the HTML content of the Urls. It will then separate the contents from the HTML tags. From the resulting contents all words are extracted. Once the keywords are extracted it will list them all in the order of their occurrences, the keywords with most occurrences at the top. The keywords can also be saved in a text file with their occurrences , a word per line.

2.SYSTEM ANALYSIS: 2.1 STUDY OF EXISTING SYSTEM

2.2 STUDY OF PROPOSED SYSTEM: 2.4 SYSTEM SPECIFICATION

2.4.1 HARDWARE SPECIFICATION


System Processor Processor Speed Main Storage Hard Disk Capacity Floppy Disk Drive CD-ROM Drive Keyboard Mouse Monitor : : : : : : : : : : HCL Pentium IV 2.80GHz 512MB RAM 80GB 1.44MB LG 52X Reader 104 Keys Logitech Samsung 17 Color

2.4.2 SOFTWARE SPECIFICATION Operating System Front End : : Windows95/98/2000. Visual Basic 6.0

2.4.3 FRONT END This project is being developed using Visual Basic as the front end because with visual basic Applications can be developed faster Visual Basic is one of the RADS (Rapid Application Development Tools) Visual Basic supports OOPS concept (Object Oriented Programming) with a GUI interface It can be extended using 1. OCX, ACTIVEX 2. DLL function calls, API calls 3. OLE clients servers & Activex Components The core of a Visual Basic is a set of independent pieces of code that are activated by, and respond to, only the events they have been told to recognize.

Instead of designing a program to do what the programmer thinks should happen, the user is in control (Modeless Programming).Visual Basic mainly allows the user to connect to any type of backend whether Access or Oracle or SQL sever using ODBC connectivity (OPEN Database connectivity)

3.MODULE DESCRIPTION 3.1 KEYWORD SEARCH 3.2 GENERAL SEARCH 3.3 EDUCATIONAL SEARCH 3.4 SOFTWARE SEARCH 3.5 IMAGE SEARCH 3.6 FILE SEARCH 3.7 ENTERTINMENT SEARCH 4. DESIGN AND DEVELOPMENT PROCESS 4.1.1 FORM DESIGN

4.2 DESIGN PROCESS

5.CONCLUSION:
Search engine plays important role in accessing the content over the internet, it fetches the pages requested by the user. It made the internet and accessing the information just a click away. The need for better search engines only increases The search engine sites are among the most popular websites.

6.FUTURE ENHANCEMENT:

In future more modules to be include in this project and add more analysis reports in the system. The graphical reports and integrated modules are recommended for the future enhancement. 7.BIBLOGRAPHY: 1. Gary Cornell, Visual basic 6 from grounup, Published by McGraw Hill, Sept 1998, 932 pages, ISBN 0078825083 2. Bruce McKinney,Hardcore visual basic, second edition Published by Microsoft Press July 1997 3. Dan Apple man ,Visual basic programmers guide to the win32 API published by Sams, March 1999 4. www.devsource360.com 5. www.vbtutor.net 6. www.vbcode.com

8.APPENDIX SAMPLE SCREENS

8.2 SAMPLE CODINGS

Anda mungkin juga menyukai