Round at a mates house today I noted he used a custom html home page for his browser which had quick and easy links to all urls used on a regular basis (particularly localhosts, files on system and remote admin applications). I thought this was cool and considering I have so many folders and links, a page with categorised links seemed really appealing.
So I built a quick app in Flex with a datagrid with url names, categories and links and set the output html page as my homepage. The bookmarks are stored in an external xml file and easily edited.
Here are the source files:
Note: This is just a small messing around application, there are better ways around bookmarks, but its done using PureMVC which might be good for someone as guidance!!!