Various Web Applications and Technical information...

Techie Info...

           ...My .NET pages
  Here are some pages containing various information about one of my favorite subject the .NET development platform.
           ...Database Naming Conventions
  A simple guideline of database naming conventions. This are based upon sample applications/reference architecture as distributed by M$, Sun and others...
           ...My Machine
  Summary of the machine I built in early 2005. This is my main PC at home.
           ...Commandline Windows FTP help
  My fondness for commandline FTP prompted me to publish this.

Web Apps...

            ...File Size Calculation Conversion Tool
  This is an application built in .NET that allows you to calculate the size on disc in 11 different units of measurement ranging from bits to Brontobytes (BB). What's a byte?
            ...Fun with Time.
  A javascript clock, epoch time calculator, Julian day, day of week, leap year, day of year calculator all in one..
            ...Julian Day and Day of Year calculator.
  A small javascript tool to calculation Julian day and day of year.
            ...Epoch Time Calculator
  I got the idea to build this after having to deal with Epoch time on a project. In case you are wondering Epoch time is the seconds from Midnight, 1/1/1970 Greenwich Mean Time (GMT).
            ...JavaScript Clock
  Simple cool example of using settimeout function.
            ...Vigenere Cipher
  This is an application built in .NET that allows you to Encrypt and Decrypt messages using the Vigenere Cipher algorithm. The Vigenere Cipher is a symmetrical, poly-alphabetic shift cipher created by Blaise de Vigenere in the 16th century. This is built in .NET.
            ...MP3 Library Search
  The MP3 library search is ASP.NET front end portion of an .NET application I built for fun. The application has some kinks but at a high level is designed to do the following...
  • Recursively iterates through a directory structure looking for Mp3's.
  • Scrapes pertainent id3 tag and other information from the files.
  • Exports this information to a XML document.
  • Reads in the XML file and populates an Access (or other) database.
From here the data is indexed and available for the presentation later. Now that the info about the MP3 library is indexed in a database table you can search and view the contents.
  • The search is a pagable, bi-directional sortable grid.
  • By clicking on any given row you can view the details behind the mp3 file.
  • The grid is a custom ASP.NET web control that inherits from datagrid and implements the IPostBackEventHandler interface.
Enjoy.....
            ...Date Difference calculator
  Little java script app used to calc the difference between two dates down to the second. Its pretty cool.
           ...Rep Max Calculator
  A little JavaScript app which represents a good way to calculate your max without killing yourself
           ...Bullshit Generator
  The web economy bullshit generator. A little JavaScript app, I got the idea from Dack.com
           ...HTML Generator
  This is a small JavaScript "program" I originally put together for a client. They needed a quick way for their people to make links and tables in a content application we built for them. I taught them how to create some basic pages elements using this page. It was useful and pretty cool.
           ...Quote-a-matic
  This is a fun little application that randomly chooses quote for your enjoyment.

Other...

           ...Manual for My labtop
  Self Explantory