Monthly Archives: December 2007

Building a Better Query String

I was recently tasked at my job to write some Javascript to pass a request for a static page and tack on some key-value pairs using the traditional HTTP query string (QS) method… ie. http://www.mysite.com/index.html?foo=bar&baz=bim Pretty trivial, until I realized … Continue reading

Posted in JavaScript | Leave a comment