Websites As Graphs is an interesting little bit of Java code which visually renders the structure of a website. It shows you your site’s links, divs, tables, images and other tags in a free-tree like structure.
At first it is just pretty but after some thought it proves to be useful too. For instance my site above shows a big cluster of gray and blue which correlates to the category/tag links in my sidebar. You can use this visual rendering to cut down on the complexity of your HTML structure.
Check out the websitesasgraphs tag on Flickr for many more examples.
