<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="rap_web.xsl"?>

<page author="Dan Haugseng" title="Home">
<!--
  Use the following to actually validate the file...prevents FF and IE from displaying if viewed, though
  <page author="Dan Haugseng" title="Home" generator="Dan Haugseng/XSLT" xmlns="rap.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="rap.xml rap.xml.xsd">
  -->

  <content>
    <section title="Description">
      <paragraph>
	    Welcome to the home page for the personal projects of Dan Haugseng. Fancy interfaces are
		not high on my priority list in case you were wondering about the lack of bling. Hope it
		doesn't look too bad, though!
      </paragraph>
      
      <paragraph>
        See the sections list for various small applications I've written over the years. If you have any questions or would like
        to report a bug, check out the footer for contact information.
      </paragraph>
      
      <paragraph>
        Note that this site is quite informal, and will change without warning
        or be taken down for maintenance. The applications available for download
		also may not be the most current ( nor stable, actually ). Let me know if you have
    any interest in a particular project, or want one created for a custom need. Enjoy!
      </paragraph>
    </section>  

	<section title="Tweaker">
      <paragraph>
       I have finally produced a program useful to the world at large, as opposed
       to just family and friends. Tweaker is an open-source program useful
       to advanced users, developers, and system administrators.
      </paragraph>
      
      <paragraph>
        Check out the <ref text="project site" url="http://sourceforge.net/projects/tweaker"/> for details.
      </paragraph>
	</section>
    
    <!--section title="Budget Tracking">
      <paragraph>
		A simple application to greatly automate tracking and sorting your bank, debit, and credit
		transactions using statements downloaded off the internet. Transactions can be entered by
		hand of course, but the main feature of this program is to allow the system to take over most
		of the manual work after just a few entries by you.
      </paragraph>
      
      <paragraph>
        See <ref text="details" url="desc_rap.bank.xml"/> for more information.
      </paragraph>
    </section>

	<section title="Image Gallery">
      <paragraph>
       A very small project which turns a directory on your computer into an online image gallery. Visitors can
	   easily browse your collection and download the pictures they like. If you're not ready to share all the images
	   in your photo directory, this project also allows you to block certain ones from being seen in the standard
	   view. To add images to your gallery, simply drop the files you want to share and visitors will immediately see them!
      </paragraph>
      
      <paragraph>
        See <ref text="details" url="desc_rap.images.xml"/> for more information.
      </paragraph>
	</section>

    <section title="Image Scaler">
      <paragraph>
        An off-shoot of the Image Gallery, this simple tool allows you to scale an image. Useful for
		creating a thumbnail from a large picture when you don't want to use an editor on your computer.
      </paragraph>

      <paragraph>
        See <ref text="details" url="desc_rap.scaler.xml"/> for more information.
      </paragraph>
    </section>

    <section title="Tweaker">
      <paragraph>
        Java application to centralize all the small command line scripts and small java helper tools you may be using, allowing them to be created, modified, and run from a simple interface.
      </paragraph>

      <paragraph>
        See <ref text="details" url="desc_rap.tweaker.xml"/> for more information.
      </paragraph>
    </section>

	<section title="NetCorridor">
      <paragraph>
       My newest addition, NetCorridor is a 2-4 player game for use over a network or on a single system, written
		in Java Swing and using a client-server structure (sockets). It is based off the board
		game Quoridor, and has a style and difficulty comparable to Checkers.
      </paragraph>
      
      <paragraph>
        See <ref text="details" url="desc_rap.netcorridor.xml"/> for more information.
      </paragraph>
	</section>
    
    <section title="SQL RDB Serverless Engine">
	  <paragraph>
        This project is for developers only! Unless you work with databases, it will be of no use
		to you.
	  </paragraph>

      <paragraph>
        The flagship product, rap.rdb provides an SQL-based relational database server, gui client,
        and programming API implementing the .NET IDbConnection interface. The target use for
        this server is to provide a no-client install RDB backend for small applications.
      </paragraph>
      
      <paragraph>
        See <ref text="details" url="desc_rap.rdb.xml"/> for more information.
      </paragraph>
    </section>

	<section title="This Site">
      <paragraph>
        Interested in the XML/XSD/XSLT/CSS used on this site? The files are available!
      </paragraph>
      
      <paragraph>
        See <ref text="details" url="desc_rap.home.xml"/> for more information.
      </paragraph>
	</section-->
    
    <section title="Legalities">
      <paragraph>
        As the standard open-source license goes, all software downloaded from here is distributed as-is.
        While I stand behind my code and will attempt to fix all problems brought to my attention, I
        am not responsible for any damage caused by the use of the applications, including loss or corruption
        of data. You are free to use this code in any further application, so long as credit is given to me.
      </paragraph>
    </section>
  </content>
</page>