Changes between Version 1 and Version 2 of WebReview/Features/Graph


Ignore:
Timestamp:
03/16/09 00:51:10 (15 years ago)
Author:
awagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebReview/Features/Graph

    v1 v2  
    1313 
    1414== !WebReview Graph == 
     15 
     16With [[Image(source:/trunk/WebReview/code/chrome/skin/toolbar_button_graph_large.png)]] [WebReview/Features/Graph WebReview Graph] you can remind yourself on visited pages, how you reached them, and which other pages you visited in that context. 
     17WebReview Graph was designed to show you every visited page of any browsing session in your history of Firefox. 
     18 
     19It eleminates the so called back-forward-problem: If you click on a link on a page ''A'', you get to page ''B''. If you then use the "Back" button of the browser to get back to page ''A'', and there click on another link that brings you to page ''C'', page ''B'' is lost. You can't reach it anymore through the "Back" and "Forward" buttons of the browser. This is not a Firefox specific problem, it appears on every browser. 
     20 
     21WebReview shows you every branch with all visited pages of your browsing session, no matter how often you have gone back or forward, or which link you clicked on. 
     22 
     23You can add a button with the icon [[Image(source:/trunk/WebReview/code/chrome/skin/toolbar_button_graph_large.png)]] to your toolbar from the toolbar palette for quicker access. 
     24 
     25[[Image(graph.png, 800px)]][[BR]] 
     26''(click to enlarge)'' 
     27 
     28== Accessing the graph == 
     29 
     30There are several ways, to access the graph. 
     31 
     32== Browsing through the graph == 
     33 
     34Every page you visited within one browsin session is visualized as a node in the graph. You can easily browse through the graph by clicking on a node. The interface automatically moves the graph to the right position and shows you the subsequent pages you visited (if there are any). 
     35 
     36Every node contains important information about that page at a glance. Besides the title of the page and the amount of visits you can see the domain that page belongs to below the thumbnail. 
     37 
     38== Infobar == 
     39 
     40On the left side, there is an infobar that contains more information about the currently selected node. Besides the full title and a bigger screenhot you can see the amount of visits and DayVisits for that page. 
     41 
     42There is also a listbox that shows you the current and all other sessions you visited this page in. Every entry in that listbox shows the date and time of that particular visit of the currently selected page. You can easily switch to another session in which you visited that page too by selected an entry from the list. As soon as you click on one entry, the new graph that belongs to that page is build. 
     43