Troy Forster

Musings on technology, environment and adventure

Pages

Recent posts

Tags

Categories

Navigation

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Projects

json2.asp

This is my implementation of a json parser for ASP.Classic and can be found on http://json.org under the ASP section.  It's essentially a wrapper around Douglas Crockfords JavaScript implementation.  json2.asp is a better alternative to json parsing on the ASP.Classic platform than it's competitors because it is written in native JavaScript.  All the other implementations are klunky VBScript.  It seems that most ASP.Classic developers have forgotten that Microsoft supports JScript (their version of ECMAScript) as well as VBScript.

I'll be expanding on json2.asp shortly with a complete set of guidelines for supporting ASP.Classic in the 21st Century.

vss2svn

A while ago I wrote a throw-away utility to help me migrate a Microsoft Visual Source Safe repository to Subversion.  Once I have had a chance to cleanup the code a bit I will host it over at GitHub and provide a link and information here.