Thursday, July 31, 2008

Bookmarks Validator

I made an application in Java that checks all of the URLs in the bookmarks.html file that FireFox generates, and lists which ones work and which ones don't. You can also manually enter a URL for it to check, and it has the option to create a nice text file with the results in it, as well as only displaying either only valid URLs, invalid URLs, or both. It works nicely.

The .zip file in the list on the right is the folder with the .jar files in it. Just run the bookmarksvalidator.jar file (it's executable) and up comes the application.