home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 1033 / RCDATA / BROWSER < prev    next >
Encoding:
Text File  |  2002-10-30  |  4.2 KB  |  108 lines

  1. <html>
  2. <head>
  3. <title>How to Use the Built-In Browser</title>
  4. <style>
  5.   body, td {font-family: verdana, sans-serif; font-size: x-small}
  6.   a:link {color:#000066}
  7.   hr {color:#3399CC}
  8. </style>
  9.  
  10. </head>
  11.  
  12. <body bgcolor=#99CCFF>
  13.  
  14. <center>
  15. <h2>How to Use the Built-In Browser</h2>
  16. </center>
  17.  
  18. <b>1. <a href="wrinfo://browser#background-information">Background Information.</a></b><br>
  19. <b>2. <a href="wrinfo://browser#prefetching-links">Prefetching links.</a></b><br>
  20. <b>3. <a href="wrinfo://browser#removing-ads">Removing advertisements from Web pages.</a></b><br>
  21.  
  22.  
  23. <a name="background-information"></a><h3>1. Background Information</h3>
  24.  
  25. <p>Offline Commander remembers every page you visit while browsing the 
  26. Web with the built-in browser. The saved Web pages are 
  27. stored in a project database. You can clear the project database by 
  28. selecting Clear Project from the Project menu. This will erase
  29. the data stored in the currently open project file. You can also 
  30. create a new empty project or open an old project. When you first launch 
  31. Offline Commander it prompts you for the name of a new project file. 
  32. Offline Commander will use this project database every time you launch 
  33. it until you either create a new project or open an existing project 
  34. previously saved to your disk. Note that you do not have to explicitly
  35. save project files because Offline Commander does this automatically.
  36.  
  37. <p>Click the Browse button on the main toolbar at the left to launch the
  38. built-in browser. By default, the browser windows open in tabs inside 
  39. the main application window. You can undock any tabbed page by clicking on
  40. the undock button in the top-right corner of a window.
  41.  
  42. <p>Offline Commander will not download anything from the Internet until you
  43. switch the program to Online mode. Click Go Online before entering anything into the
  44. Address bar of the browser. After you disconnect from the Internet you 
  45. should click Go Offline if you want to browse the previously saved pages 
  46. in Offline mode.
  47.  
  48.  
  49. <a name="prefetching-links"></a><h3>2. Prefetching Links</h3>
  50.  
  51. <p>You can do this using one of the following methods:
  52.  
  53. <p><b>1.</b> Hover the mouse over a link and you will see in the status bar
  54. if the link was already retrieved or not. If it was already 
  55. retrieved you can click on it and it will be loaded immediately.
  56. If it was not retrieved you may either click on it and wait until
  57. the page will download or you may enqueue it with just two clicks 
  58. of the mouse and continue browsing. To do this, right-click on a 
  59. link and select Enqueue Target from the context menu to schedule 
  60. this link for immediate download. If at a later time you will 
  61. click on this link again it will be loaded immediately.
  62.  
  63. <p><b>2.</b> You can also prefetch multiple links on a Web page by clicking on 
  64. the links in a quick succession.
  65.  
  66. <p><b>3.</b> You can also prefetch multiple links with a few clicks of the mouse.
  67. To do this, select a text fragment containing the links you want to prefetch,
  68. right click on the text fragment, and select 'Enqueue all links in selected text'
  69. from the context menu. 
  70.  
  71. <p>Dragging the text selection to the Drop Box will have the same effect
  72. but it will also create shortcuts to the pages referenced by these 
  73. links in the Tasks window.
  74.  
  75.  
  76. <a name="removing-ads"></a><h3>3. Removing Advertisements from Web Pages</h3>
  77.  
  78.  
  79. <p>Select Options from the Tools menu. This will bring up the configuration 
  80. Options for Offline Commander. The Browser tab contains options for the built-in
  81. browser. Uncheck the box "Allow scripts to open new browser windows" if you do 
  82. not want to view pop up advertisements.
  83.  
  84. <p>If you do not want to view ad banners on Web pages you should specify
  85. project-wide filters. Copy and paste the following text into the bottom text box 
  86. for Images, Embedded objects, and Dynamic objects:
  87.  
  88. <pre>
  89. not (
  90. *doubleclick.com* or
  91. *humanclick.com*
  92. )
  93. </pre>
  94.  
  95. <p>These are two most popular ad serving Web sites. This list is not 
  96. complete and is provided here only for example. You should add other 
  97. ad serving Web sites to this list.
  98.  
  99. <br><br><br><br>
  100. <center>
  101. <p><b><font color="#000000" size="-1">⌐ Copyright 2001 Zylox, Inc.</font></b>
  102. </center>
  103. <br><br>
  104.        
  105. </body>
  106. </html>
  107.  
  108.