Changes between Version 4 and Version 5 of WebReview/Features/Graph
- Timestamp:
- 03/16/09 12:37:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebReview/Features/Graph
v4 v5 19 19 It 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 20 21 WebReview 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.21 WebReview shows you every branch with all visited pages of your current browsing session, no matter how often you have gone back or forward, or which link you clicked on. 22 22 23 23 You 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. … … 36 36 37 37 Every 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). 38 39 If you select a node, this node and the path to the root rode will become yellow, so you can easily see, how you reached the currently selected web page. 38 40 39 41 Every 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.