- Browser Quick Searches
 - Quick search URIs for use in Internet Explorer, Firefox, and Opera (and any other browser that supports quick searches).
 - URI Decomposer
 - Splits a URI into its constituent parts, in particular the individual key-value pairs in the query string, so that you don’t have to wade through those three-foot-long URIs yourself till your eyes cross. It is built on a JavaScript URI object from Google. I just had to add code to break up the query string into the individual key-value pairs.
 
				
					Categories