PeteNelson.com
HomeWorkPlayCodePhotosMisc
Code

I've been writing code for a long time. Starting with BASIC in grade school, over the years I've worked up to my current skillset of .NET C#, ASP.NET, SQL, HTML, XML, Javascript, Visual Basic/COM, ASP.

ASP Watch


Back when ASPWatch.com was running, I wrote several articles covering Active Server Pages for them. I grabbed the following web pages off their site before it was shut down.


Other Stuff


Some other stuff that I've written, mostly just playing around and trying new things.
  • MoveImg - Example of some DTHML code for IE that will let you move images around the page.
  • Craps Martingale Simulator - Javascript simulator on a craps betting system using a modified version of the Martingale system and field bets.
  • StoredProcGen.zip - Generates T-SQL stored proc code. Supply it with an ADODB connection string and table name. The SQL code requires a little bit of editing, but it's better than doing it all by hand.
  • indexes_dmo.asp - Give a list of tables in an SQL database, along with the columns and the indexes. Tables without clustered indexes are highlighted in red.