<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>BUS ADM 740 Blog</title>
  <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/" />
  <link rel="self" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2008-04-17T21:36:51.5923402-05:00</updated>
  <author>
    <name>Holly Eisenhardt</name>
  </author>
  <subtitle>on MIS Concepts and Languages by Holly Eisenhardt</subtitle>
  <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/</id>
  <generator uri="http://www.dasblog.net" version="1.8.5223.2">DasBlog</generator>
  <entry>
    <title>Sick again, and project status</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,0535c33a-5375-4a34-a030-9665309b4006.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,0535c33a-5375-4a34-a030-9665309b4006.aspx</id>
    <published>2008-04-17T21:36:51.592-05:00</published>
    <updated>2008-04-17T21:36:51.5923402-05:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Have a nasty cold that Pascal also has. 
   So...tired...<br /><br />
   The project.  Well, I designed the forms and some wouldn't display (there were
   4), so I moved all but the startup under a second project under the same solution
   and now at least they display in design mode.  I'd love to start working on them
   but can't get the startup form even to launch - it gives a resources error, although
   I have nothing in resources.  Fun!<br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=0535c33a-5375-4a34-a030-9665309b4006" /></div>
    </content>
  </entry>
  <entry>
    <title>Week off</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,b72cdb89-9fc4-4740-8e56-be370161bf7d.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,b72cdb89-9fc4-4740-8e56-be370161bf7d.aspx</id>
    <published>2008-04-07T11:29:42.331-05:00</published>
    <updated>2008-04-07T11:29:42.3313273-05:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After all the work I've been doing in this
   class, I decided to take a week off....<br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=b72cdb89-9fc4-4740-8e56-be370161bf7d" /></div>
    </content>
  </entry>
  <entry>
    <title>So busy</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,22f4007b-5d4a-4223-a541-95497b35f7c7.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,22f4007b-5d4a-4223-a541-95497b35f7c7.aspx</id>
    <published>2008-04-01T10:01:37.537-05:00</published>
    <updated>2008-04-01T10:01:37.5376948-05:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well, not much to report here.  Learning
   lots of new things about programming, but still finding that it takes lots of work
   to make stuff work - not crazy about that!<br /><br />
   I've got a good idea for my project and will start on it this weekend.<br /><br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=22f4007b-5d4a-4223-a541-95497b35f7c7" /></div>
    </content>
  </entry>
  <entry>
    <title>Lab 3</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,02d6fcfd-e035-4347-a32c-3e47f7516451.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,02d6fcfd-e035-4347-a32c-3e47f7516451.aspx</id>
    <published>2008-03-16T21:14:47.86-05:00</published>
    <updated>2008-03-16T21:14:47.8602036-05:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well, I've had loads of fun with Lab 3. 
   This is the programming I remember.  Writing something that really looks like
   it makes sense, but it doesn't make sense.<br /><br />
   It seems that I have to declare isNonNegativeInteger twice - once in the Class library
   and once in the main program.  That doesn't seem right, but if I don't, I get
   an error that it wasn't declared in one or the other.  I think my problem now
   has something to do with that.  I have this endless loop with the first question
   popping up (I put that into a Do loop that goes out to my class library thingy that
   figures out whether it's a nonneg int. and then comes back and loops as long as nonneg.
   is false.  also tried looping until nonneg is true.  Either way, and no
   matter what value I enter, I get the first question again and again and the MessageBox
   doesn't pop up(another Grrrr as I can't use MessageBox.Show("xx") for some reason
   - says name not declared or something).<br /><br />
   Anyway, so here's me staring at code I know must be right and rearranging it in different
   ways that I think are also right and I can't fix it.  Hum.  That's why I
   decided I would never be a programmer...<br /><br />
   In other news, it seems Pascal's ear infection never quite went away and he's not
   feeling well again.  I can't wait for spring as I hope it will make him ill less
   often.  I can't wait for my happy vibrant boy to be happy and vibrant more often...and
   in less pain.<br /><br /><br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=02d6fcfd-e035-4347-a32c-3e47f7516451" /></div>
    </content>
  </entry>
  <entry>
    <title>March already</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,a394de14-7be0-4c2f-8128-d3b4d4adbbd1.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,a394de14-7be0-4c2f-8128-d3b4d4adbbd1.aspx</id>
    <published>2008-03-02T21:33:55.12-06:00</published>
    <updated>2008-03-02T21:33:55.1200857-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I have submitted what I think is quite a
   good idea for a project, though I don't think it very exciting.  Once it's been
   finalized, I'll write more about it.<br /><br />
   Nothing else to write.<br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=a394de14-7be0-4c2f-8128-d3b4d4adbbd1" /></div>
    </content>
  </entry>
  <entry>
    <title>Sick again?</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,559619f3-7841-49f5-98d8-58fb9aaef917.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,559619f3-7841-49f5-98d8-58fb9aaef917.aspx</id>
    <published>2008-02-26T12:15:39.151-06:00</published>
    <updated>2008-02-26T12:15:39.1519182-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It seems that with a baby in daycare that
   both of us will be sick all season.  I'd like to remember when the season ends...March
   or so?  
   <br /><br />
   Had a stomach bug Sun and yesterday - not fun!<br /><br />
   It is not easy keeping up with everything, but I think I am getting quality work done,
   and hopefully the Prof. will prove me right.  For some reason, Activesync stopped
   working and I needed to manually 'jumpstart' it (thanks to my mobile device background,
   this was easy stuff).<br /><br /><br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=559619f3-7841-49f5-98d8-58fb9aaef917" /></div>
    </content>
  </entry>
  <entry>
    <title>Hello World!</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,dba9b139-0d8a-463a-ab36-5f477387cf4f.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,dba9b139-0d8a-463a-ab36-5f477387cf4f.aspx</id>
    <published>2008-02-18T13:29:21.109-06:00</published>
    <updated>2008-02-19T13:29:21.1095511-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">    Well, it's Tues again
   and after a very long week which left the baby and myself sick and the family not
   going to vacation in Door COunty as we were so looking forward to, I'm just hoping
   we can stay well a little while.<br /><br />
   I have looked ahead at Lab 2 and it looks like a real programming assignment, so should
   be fun!<br /><br />
   Holly<br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=dba9b139-0d8a-463a-ab36-5f477387cf4f" /></div>
    </content>
  </entry>
  <entry>
    <title>Week 4 is starting</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,b28e632b-8850-4a3e-8b5a-7210934237ca.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,b28e632b-8850-4a3e-8b5a-7210934237ca.aspx</id>
    <published>2008-02-11T20:50:02.04-06:00</published>
    <updated>2008-02-11T20:50:02.0408668-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Hello.  I think I could learn to like
   this blog.<br /><br />
   I have a sneaking suspicion dass Herr Professor vielleicht Deutsch ist.  Ich
   bin nicht gut mit Akzenten (und war zum letzten mal dort vor VIELE jahren - ich fuehle
   mich SO alt).  Wenn nicht, verliere ich alle Punkte fuer dieses Eintritt (entry?). 
   <br /><br />
   Life is still hectic and fun.  Pascal is just 7 months, but he's been practicing
   whistling (pfeifen?  I was kicked out of the cathedral in Trier for <i>pfeifen, </i>but
   the acoustics were SO GREAT I just had to do it) and occasionally he actually makes
   a noise.  That's awesome.   I'll have to stop with the 4 letter words
   soon. 
   <br /><br />
   Let's see, I had lots of fun doing Assignment 1.  I really can't wait to <u>make</u> the
   translator.  I also hope that the boring-ness of the form I've written won't
   count against me.  I believe in form-follows-function and functional is what
   the form is...but not pretty.  I could, as a joke, put a picture of a flower
   on the form...or a neato Celtic design...but what purpose would it serve?  
   <br /><br />
   Anyway, I like this class much more than I thought I would.  I hope I still feel
   that way after I've actually done more coding ;)<br /><br />
   Hol<br /><br /><br /><br /><br /><br /><br /><br /><br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=b28e632b-8850-4a3e-8b5a-7210934237ca" /></div>
    </content>
  </entry>
  <entry>
    <title>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGH!</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,146010b4-6916-4d5c-9cd5-b73f95ea8f58.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,146010b4-6916-4d5c-9cd5-b73f95ea8f58.aspx</id>
    <published>2008-02-03T21:20:00.8-06:00</published>
    <updated>2008-02-03T21:20:00.8005468-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I got this software installed (after much
   effort and searching online for exactly what I needed for the prerequisites as the
   downlod didn't work) as a friend told me 03 and 05 were the same, but I can't find
   the stupid Resource tab.  Ugh.  Uninstalling and installing 05.<br /><br />
   Hopefully I'll get the resource tab.<br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=146010b4-6916-4d5c-9cd5-b73f95ea8f58" /></div>
    </content>
  </entry>
  <entry>
    <title>VB Studio installed</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,9d9d1419-3b44-48fd-8e54-6303279be861.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,9d9d1419-3b44-48fd-8e54-6303279be861.aspx</id>
    <published>2008-02-03T12:48:19.625-06:00</published>
    <updated>2008-02-03T12:48:19.6258918-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">OK, so I spent my Sat. night installing
   VB Studio.  Why?  Because I didn't realize I had the Prerequisites CD in
   my download so I went hunting for the individual components I needed for VB to install...then
   apparently downloaded the wrong (more recent, I'm guessing) versions of them...then
   found that when one clicks on the words, they RUN SOMETHING.  May seem stupid,
   but honestly, putting a little arrow or button out there would help a lot of us tired,
   sick folks whose common sense is just a little out of whack.<br /><br />
   Anyway, hope to try using it today, and I'd better, as the lab is due.<br /><br />
   Baby and I were sick all week.<br />
   Picture of my <strike>week</strike> life :)<br />
   (his name is Pascal, should I mention him again)<br /><p></p><br /><img src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/content/binary/20080128-Pascal.jpg" border="0" /><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=9d9d1419-3b44-48fd-8e54-6303279be861" /></div>
    </content>
  </entry>
  <entry>
    <title>Finally IN!</title>
    <link rel="alternate" type="text/html" href="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,6b99990c-89eb-4ec7-ab14-d5291075b3b4.aspx" />
    <id>http://www.531.sba.uwm.edu/740/eisenha4/740Blog/PermaLink,guid,6b99990c-89eb-4ec7-ab14-d5291075b3b4.aspx</id>
    <published>2008-01-28T09:45:41.082-06:00</published>
    <updated>2008-01-28T09:45:41.0828067-06:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Not much to write about.  I'm eagerly
   awaiting the development tool...have not looked at Prof. Haines' code for the moving
   button as I'd like to figure it out on my own :)<br /><br />
   At any rate, once I have the tool in place, I'd like to play!<br /><br /><br /><p></p><img width="0" height="0" src="http://www.531.sba.uwm.edu/740/eisenha4/740Blog/aggbug.ashx?id=6b99990c-89eb-4ec7-ab14-d5291075b3b4" /></div>
    </content>
  </entry>
</feed>