<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.sitzmar.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.sitzmar.com/wiki/feed.php">
        <title>DokuWiki</title>
        <description></description>
        <link>http://www.sitzmar.com/wiki/</link>
        <image rdf:resource="http://www.sitzmar.com/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-10T02:55:54-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=client_server_protocol&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=config_ui_markup&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=cvs_guide&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=development_plans&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=features&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=foolproof_guide_to_getting_a_job&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=health_tracker&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=implementation&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=phone_resources&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=senior_project&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=six_common_interview_questions&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=snmp_printer_monitoring&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=start&amp;rev=1257801059&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=user_interface_design&amp;rev=1160337370&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.sitzmar.com/wiki/doku.php?id=weekly_checklist&amp;rev=1160337370&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.sitzmar.com/wiki/lib/images/favicon.ico">
        <title>DokuWiki</title>
        <link>http://www.sitzmar.com/wiki/</link>
        <url>http://www.sitzmar.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=client_server_protocol&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>client_server_protocol</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=client_server_protocol&amp;rev=1160337370&amp;do=diff</link>
        <description>Listing Games

client: 



LIST GAMES


server: 



1:Mike's Game RULEZ:8:10:1:3:20000:0
2:GREEN RooM:1:13:1:3:20000:1
END LIST


The server response is of the format “game ID:game name:current slots used:max slots:terrain type:rounds:starting cash:game started”.  If no games are available, the server just returns END LIST.</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=config_ui_markup&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>config_ui_markup</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=config_ui_markup&amp;rev=1160337370&amp;do=diff</link>
        <description>Using XML to define the configuration options of our game makes it easy to define and, thanks to the XML tools built into .NET, its cake to read from. Given it's simplicity, I think it would be sweet If we could layout all of the user interface using xml markup. All we need is to define type, position, size, color/style, etc for each object, and then parse them at load time to create the interface.</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=cvs_guide&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>cvs_guide</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=cvs_guide&amp;rev=1160337370&amp;do=diff</link>
        <description>set the CVSROOT

Bash versions

export CVSROOT=username@sitzmar.com:/home/cs496/cvs

for remote connections

export CVSROOT=/home/cs496/cvs

for local connections on sitmar.com


Tcsh versions

setenv CVSROOT username@sitzmar.com:/home/cs496/cvs

setenv CVSROOT /home/cs496/cvs</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=development_plans&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>development_plans</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=development_plans&amp;rev=1160337370&amp;do=diff</link>
        <description>*  game/
		*  client/
			*  file.cs
			*  buildfiles

		*  data/
			*  images/

		*  lib/
			*  SDL.dll
			*  SdlDotNet.dll
			*  Tao.Sdl.dll

		*  scripts/
		*  server/
			*  file.cs
			*  buildfiles

		*  doc/
			*  index.html
			*  file.txt



	*  Gui
	*  Weapons
		*  artwork needed</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=features&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>features</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=features&amp;rev=1160337370&amp;do=diff</link>
        <description>*  2D graphical game play
	*  Multiplayer w/ network server 
	*  Sound effects / background music
	*  Single player (against AI players)
	*  Sounds for the weapons and explosions
	*  Different backgrounds
	*  Randomly generated terrains   

	*  Server Features
		*  Cordinate clients</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=foolproof_guide_to_getting_a_job&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>foolproof_guide_to_getting_a_job</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=foolproof_guide_to_getting_a_job&amp;rev=1160337370&amp;do=diff</link>
        <description>This is taken from a post by Willa Rogers on SA, and mirrored here for my convenience.

&lt;http://forums.somethingawful.com/showthread.php?s=&amp;threadid=1553768&gt;

I'm not an H.R. professional, only someone who's learned the ropes on both ends. I've been supporting myself by working fulltime since I was 18--and I'm old, so that's a lot of years. And even though I never graduated from college, and only have “soft” (i.e., non-technical) skills, I've got the whole job-search and interviewing deal down t…</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=health_tracker&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>health_tracker</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=health_tracker&amp;rev=1160337370&amp;do=diff</link>
        <description>Health Tracker provides a simple interface to facilitate the tracking of patient symptoms and medication. Through the use of pda hardware with adjustable alerts, the goal is to improve the consistency and accuracy of the data recorded over traditional pen and paper tracking methods.</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=implementation&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>implementation</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=implementation&amp;rev=1160337370&amp;do=diff</link>
        <description>*  C# / mono (makes life a little easier for some things)

	*  SDL (cross-platform)
		*  Download Libraries

	*  SDL.Net (cross-platform, works with c#)
		*  Download Libraries + example code
		*  Simple RPG (no source)
		*  Toddler Game (with source)</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=phone_resources&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>phone_resources</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=phone_resources&amp;rev=1160337370&amp;do=diff</link>
        <description>*  Openwave developer resources
		*  &lt;http://demo2.openwave.com:8080/jive3/thread.jspa?threadID=2220&amp;tstart=75&gt;
		*  &lt;http://developer.openwave.com/dvl/support/documentation/guides_and_references/xhtml-mp_style_guide/chapter6.htm&gt;
		*  &lt;http://www.cellphonehacks.com/viewtopic.php?t=42405&gt;</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=senior_project&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>senior_project</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=senior_project&amp;rev=1160337370&amp;do=diff</link>
        <description>*  &lt;http://django.cs.wwu.edu/~sitzmar/tanks/Tanks-0.4.zip&gt;
	*  &lt;http://django.cs.wwu.edu/~estesm/tanks/Tanks-0.3.zip&gt;
	*  &lt;http://django.cs.wwu.edu/~estesm/tanks/Tanks-0.2.zip&gt;

	*  Ryan Sitzman - sitzmar | at | gmail.com or sitzmar | at | hotmail.com on MSN
	*  Mike Estes - mikejestes | at | gmail.com or mikejestes | at | hotmail.com on MSN
	*  Chris Anderson - chrisanderson2002 | at | hotmail.com or MIB Delta on AIM , I'm also on MSN messenger
	*  Ratanak Ly aka Nak - nak1125 | at | hotmail.co…</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=six_common_interview_questions&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>six_common_interview_questions</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=six_common_interview_questions&amp;rev=1160337370&amp;do=diff</link>
        <description>Answering 6 common interview questions

From CareerBuilder.com
Friday, December 9, 2005; Posted: 6:39 a.m. EST (11:39 GMT)

While you'll never be able to anticipate every question you might be asked in an interview, you can get a head start by developing strong, concise answers to commonly used questions. Most interviewers will ask similar questions like these to gain knowledge about a candidate's abilities and qualifications and compatibility with the job and the company.</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=snmp_printer_monitoring&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>snmp_printer_monitoring</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=snmp_printer_monitoring&amp;rev=1160337370&amp;do=diff</link>
        <description>Gather information about paper and toner usage from the computer lab printers to help keep a better quality of service.

This is a simple example of how to pull information using snmp and do something useful with it. I have always wanted a simple status page for our lab printers. So, by pulling snmp data I can then produce a very simple percentage bar indicating current levels. I'm a sucker for ASCII art, so these are produced by altering the background color using css tags.</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=start&amp;rev=1257801059&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-09T13:10:59-07:00</dc:date>
        <title>start</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=start&amp;rev=1257801059&amp;do=diff</link>
        <description>Restek

	*  SNMP Printer Monitoring
	*  Lab Status/Usage
	*  Japanese version of quarantine pages
	*  Conference Services App

School

	*  Hearts Client/Server
	*  Senior Project - Tanks

Independent

	*  Events Calendar
	*  Health Tracker
	*  GreaseMonkey Inline Image ReLinker
	*  Todo List</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=user_interface_design&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>user_interface_design</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=user_interface_design&amp;rev=1160337370&amp;do=diff</link>
        <description>Game Setup

First Menu

	*  single player
	*  multi player
	*  keyboard options
	*  sound options
	*  exit

During game play

Health Display

	* Horizontal bar graph
	* Changes color from green to red as you lose health

Keyboard shortcuts

	*  ESC - pauses game and brings up menu
	*  Left arrow - reduce angle
	*  Right arrow - increase angle
	*  Up arrow - increase power
	*  Down arrow - decrease power
	*  ? - select weapon from inventory</description>
    </item>
    <item rdf:about="http://www.sitzmar.com/wiki/doku.php?id=weekly_checklist&amp;rev=1160337370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T12:56:10-07:00</dc:date>
        <title>weekly_checklist</title>
        <link>http://www.sitzmar.com/wiki/doku.php?id=weekly_checklist&amp;rev=1160337370&amp;do=diff</link>
        <description>Week 1:

	*  Accomplished:
				*  Weekly meeting time with Hurd (between 1-3 on Wednesdays)
				*  Decided on language (C#)
				*  Played around with online demo to get more ideas.
				*  Finished Proposal



Week 2:

	*  Looking to Accomplish:
				*  GUI Design
				*  Have an idea on roles
				*  Get idea on weekly schedule/checklist
				*  Plan out weekly meeting?
				*  Setup CVS / Learn how to use</description>
    </item>
</rdf:RDF>
