Case Study of Building Special-Purpose Simple Browser

단순 웹브라우저의 설계와 구현 사례

  • 우원택 (경산대학교 정보과학부)
  • Published : 2002.06.01

Abstract

The purpose of this study is to understand what we need to know about Microsoft's powerful web browser control so that we will be able to code and create a special-purpose browser. For this purpose, first of all, some literature survey was undertaken to study how the web browser looks like and is operated. One case design and coding was devoted to using visual basic to create our own web browser. The primary task of this job was accomplished with the form making up of a bunch of image controls, a status bar on the button, a picture box to contain the image buttons, the combo box, the command button and the menus and the statements shown in the above exhibits and tables respectively. After putting it all together, the form was implemented to see if it would work properly. The program was also enhanced to have a special purpose functions permitting filtering functions. The result was more or less successful, however has some limitations such as the simplicity of the programming structures and functions. However, this study is useful for understanding general outline of special-purpose web browser development.

본 연구는 인터넷 익스플로러 컨트롤을 사용하여 자신만의 웹브라우저를 만들어 봄으로써 브라우저에 대한 이해를 높이고 자신만의 고유목적의 브라우저를 제작하여 사용함으로써 특정인의 특정도메인 이외의 검색을 지양한다든지 청소년과 같은 어린이의 경우 특정도메인에 대한 접속을 방지한다든지 하는 기법들을 활용 할 수 있는 능력을 제고하고자 함에 있다.

Keywords