<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Lautz of .NET - Misc</title>
    <link>http://www.malachicomputer.com/blog/</link>
    <description />
    <language>en-us</language>
    <copyright>Malachi Computer Consultants</copyright>
    <lastBuildDate>Wed, 09 Jul 2008 14:46:19 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>jason@malachicomputer.com</managingEditor>
    <webMaster>jason@malachicomputer.com</webMaster>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=5fc31af4-5f08-4579-978f-91a6da96af67</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,5fc31af4-5f08-4579-978f-91a6da96af67.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,5fc31af4-5f08-4579-978f-91a6da96af67.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5fc31af4-5f08-4579-978f-91a6da96af67</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm a little late to the party, but a tweep, <span class="fn">Michael Eaton, <a href="http://michaeleatonconsulting.com/blog/archive/2008/06/04/how-did-you-get-started-in-software-development.aspx">posted
some questions</a> on how he got started in programming.  So I thought I'd finally
provide my own answers.</span></p>
        <p>
          <span class="fn">
            <strong>How old were you when you started programming?</strong> 
I was probably around 13 or so when I started coding.  I had gotten a second-hand
Vic20 that I practically lived on.   After a year or so of that I had saved
up some money and purchased a Commodore 64 with disk drive and was in absolute heaven.  
About age 18 or 19 I purchased an Amiga 500 with some college loan money (I justified
it to my parents since I was going into computer science).  Then at age 23 or
so (around 1993 / 1994) purchased my first PC a screaming 486 66 and I paid the extra
money to get the CDRom addon.</span>
        </p>
        <p>
          <span class="fn">
            <strong>How did you get started in programming? </strong>When
I had the Vic20, I loved the old Scott Adams adventures games that you purchased on
cartridge.  My coding interest grew really out of a desire to hack those old
adventures and write some of my own.  This grew into getting the programming
magazines of the day (Compute and Compute Gazette being a few that I recall) and typing
the code in from the magazine.  I grew beyond that to start writing my own games
(back when you could still develop games in your garage or familiy room as was my
case).  I continued in that direction with the Amiga and really wanted to develop
games for a living, but I never had the artistic background and got a bit discouraged
that I couldn't create the nice looking games I saw on the Amiga.</span>
        </p>
        <p>
          <span class="fn">
            <strong>What was your first language?</strong>  I started off
with Commodore Basic on the Vic20 and Commodore64 along with learning some 6052 assembly
language.  Once I moved to the Amiga I learned C and went on from there.  
In fact at one point I wrote C compiler/interpreter for the Commodore 64 in its Basic
language....that was fun.</span>
        </p>
        <p>
          <span class="fn">
            <strong>What was the first real program you wrote? </strong>I think
the first real program I wrote was a few text adventure games on the Commodore 64. 
Also I wrote a pacman clone on the Amiga as my first real C program.   One
game I started writing with a <a href="http://www.toddgerber.net">buddy of mine</a> was
called Time Train and was a text adventure with some minimal graphics.  We never
got really far as that was about the time girls started looking more interesting
to me than computers, but I remember we spent a lot of time on the title screen
(animated graphics and such) and on the first few rooms of the game.  I've thought
a few times of reviving that concept, rewrite it in <a href="http://www.inform-fiction.org/I7/Welcome.html">Inform</a> (Infocom
based development language) and submitting it to the <a href="http://www.ifcomp.org/">Interactive
Fiction competition</a>.</span>
        </p>
        <p>
          <span class="fn">
            <strong>What languages have you used since you started programming? </strong>I've
used a ton of different languages over the years (some just in college so not sure
if that really counts) but of course many version of Basic, from Commodore Basic to
QuickBasic, AMOS on the Amiga, and to VB3, 4, 5, 6 and VB.NET.  I've used C,
C++ and now practically live in C# (I think I talk to my wife and kids in a C# dialect
at times).  I've touched Fortran, Lisp, Pascal, assembly mostly in college. 
REXX on the amiga and now starting to use some Powershell scripting.   
I'm sure I've forgotten a few obscure languages I played with at one time or another,
but those are the major ones.</span>
        </p>
        <p>
          <span class="fn">
            <strong>What was your first professional programming gig?</strong> 
I got a job straight out of college in 1994 working for a place called Synergy
Data Systems, then known as Nationwide Interchange Systems and then Top Echelon. 
I met some great people there (<a href="http://www.programminggoody.com">Goody</a> being
one) and have kept intouch with some people since.  We worked on desktop applications,
web sites, and server procesess and I did learn a ton there.  I left in 2001
to work for a local consulting firm (basically an independent who decided to hire
an employee) and left there in early 2002 to start my own consulting firm which I've
been working hard at ever since.</span>
        </p>
        <p>
          <span class="fn">
            <strong>If you knew then what you know now, would you have started
programming? </strong>I probably would have as it is a great career.  My
only regret is that I've discovered as I get older and my children get older that
I really don't like being stuck behind a computer all day.  Consulting has helped
in that regard some, but still a lot of time spent at the keyboard.</span>
        </p>
        <p>
          <span class="fn">
            <strong>If there is one thing you learned along the way that you
would tell new developers, what would it be? </strong>I'm going to have to say
don't get stuck in a cubicle your whole career.  Also as Michael said in his
answers, communication is key.  It is easy to hide behind the screen and not
communicate with anyone.  I'll just say it can be very lonely there at times. 
Consulting has enabled me to interact with people on a regular basis and that has
got to be one of the great benefits of what I do now.</span>
        </p>
        <p>
          <span class="fn">
            <strong>What's the most fun you've ever had ... programming? </strong>I
can't really nail it down to just one moment.  But I really enjoy working with
other developers, especially in the early design stages of a project when ideas are
flowing freely and there is just a general excitement about the project as a whole
and everyone is just itching to get started.</span>
        </p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=5fc31af4-5f08-4579-978f-91a6da96af67" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>How I Got Started in Programming</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,5fc31af4-5f08-4579-978f-91a6da96af67.aspx</guid>
      <link>http://www.malachicomputer.com/blog/HowIGotStartedInProgramming.aspx</link>
      <pubDate>Wed, 09 Jul 2008 14:46:19 GMT</pubDate>
      <description>&lt;p&gt;
I'm a little late to the party, but a tweep, &lt;span class=fn&gt;Michael Eaton, &lt;a href="http://michaeleatonconsulting.com/blog/archive/2008/06/04/how-did-you-get-started-in-software-development.aspx"&gt;posted
some questions&lt;/a&gt; on how he got started in programming.&amp;nbsp; So I thought I'd finally
provide my own answers.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;How old were you when you started programming?&lt;/strong&gt;&amp;nbsp;
I was probably around 13 or so when I started coding.&amp;nbsp; I had gotten a second-hand
Vic20 that I practically lived on.&amp;nbsp;&amp;nbsp; After a year or so of that I had saved
up some money and purchased a Commodore 64 with disk drive and was in absolute heaven.&amp;nbsp;&amp;nbsp;
About age 18 or 19 I purchased an Amiga 500 with some college loan money (I justified
it to my parents since I was going into computer science).&amp;nbsp; Then at age 23 or
so (around 1993 / 1994) purchased my first PC a screaming 486 66 and I paid the extra
money to get the CDRom addon.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;How did you get started in programming?&amp;nbsp;&lt;/strong&gt;When
I had the Vic20, I loved the old Scott Adams adventures games that you purchased on
cartridge.&amp;nbsp; My coding interest grew really out of a desire to hack those old
adventures and write some of my own.&amp;nbsp; This grew into getting the programming
magazines of the day (Compute and Compute Gazette being a few that I recall) and typing
the code in from the magazine.&amp;nbsp; I grew beyond that to start writing my own games
(back when you could still develop games in your garage or familiy room as was my
case).&amp;nbsp; I continued in that direction with the Amiga and really wanted to develop
games for a living, but I never had the artistic background and got a bit discouraged
that I couldn't create the nice looking games I saw on the Amiga.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;What was your first language?&lt;/strong&gt;&amp;nbsp; I started off
with Commodore Basic on the Vic20 and Commodore64 along with learning some 6052 assembly
language.&amp;nbsp; Once I moved to the Amiga I learned C and went on from there.&amp;nbsp;&amp;nbsp;
In fact at one point I wrote C compiler/interpreter for the Commodore 64 in its Basic
language....that was fun.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;What was the first real program you wrote? &lt;/strong&gt;I think
the first real program I wrote was a few text adventure games on the Commodore 64.&amp;nbsp;
Also I wrote a pacman clone on the Amiga as my first real C program.&amp;nbsp;&amp;nbsp; One
game I started writing with a &lt;a href="http://www.toddgerber.net"&gt;buddy of mine&lt;/a&gt;&amp;nbsp;was
called Time Train and was a text adventure with some minimal graphics.&amp;nbsp; We never
got really far as&amp;nbsp;that was about the time girls started looking more interesting
to me than computers, but I remember we&amp;nbsp;spent a lot of time on the title screen
(animated graphics and such) and on the first few rooms of the game.&amp;nbsp; I've thought
a few times of reviving that concept, rewrite it in &lt;a href="http://www.inform-fiction.org/I7/Welcome.html"&gt;Inform&lt;/a&gt; (Infocom
based development language)&amp;nbsp;and submitting it to the &lt;a href="http://www.ifcomp.org/"&gt;Interactive
Fiction competition&lt;/a&gt;.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;What languages have you used since you started programming?&amp;nbsp;&lt;/strong&gt;I've
used a ton of different languages over the years (some just in college so not sure
if that really counts) but of course many version of Basic, from Commodore Basic to
QuickBasic, AMOS on the Amiga, and to VB3, 4, 5, 6 and VB.NET.&amp;nbsp; I've used C,
C++ and now practically live in C# (I think I talk to my wife and kids in a C# dialect
at times).&amp;nbsp; I've touched Fortran, Lisp, Pascal, assembly mostly in college.&amp;nbsp;
REXX on the amiga and now starting to use some Powershell scripting.&amp;nbsp;&amp;nbsp;&amp;nbsp;
I'm sure I've forgotten a few obscure languages I played with at one time or another,
but those are the major ones.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;What was your first professional programming gig?&lt;/strong&gt;&amp;nbsp;
I got a job straight out of college in 1994&amp;nbsp;working for a place called Synergy
Data Systems, then known as Nationwide Interchange Systems and then Top Echelon.&amp;nbsp;
I met some great people there (&lt;a href="http://www.programminggoody.com"&gt;Goody&lt;/a&gt; being
one) and have kept intouch with some people since.&amp;nbsp; We worked on desktop applications,
web sites, and server procesess and I did learn a ton there.&amp;nbsp; I left in 2001
to work for a local consulting firm (basically an independent who decided to hire
an employee) and left there in early 2002 to start my own consulting firm which I've
been working hard at ever since.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;If you knew then what you know now, would you have started
programming?&amp;nbsp;&lt;/strong&gt;I probably would have as it is a great career.&amp;nbsp; My
only regret is that I've discovered as I get older and my children get older that
I really don't like being stuck behind a computer all day.&amp;nbsp; Consulting has helped
in that regard some, but still a lot of time spent at the keyboard.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;If there is one thing you learned along the way that you would
tell new developers, what would it be?&amp;nbsp;&lt;/strong&gt;I'm going to have to say don't
get stuck in a cubicle your whole career.&amp;nbsp; Also as Michael said in his answers,
communication is key.&amp;nbsp; It is easy to hide behind the screen and not communicate
with anyone.&amp;nbsp; I'll just say it can be very lonely there at times.&amp;nbsp; Consulting
has enabled me to interact with people on a regular basis and that has got to be one
of the great benefits of what I do now.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=fn&gt;&lt;strong&gt;What's the most fun you've ever had ... programming?&amp;nbsp;&lt;/strong&gt;I
can't really nail it down to just one moment.&amp;nbsp; But I really enjoy working with
other developers, especially in the early design stages of a project when ideas are
flowing freely and there is just a general excitement about the project as a whole
and everyone is just itching to get started.&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=5fc31af4-5f08-4579-978f-91a6da96af67" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,5fc31af4-5f08-4579-978f-91a6da96af67.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=43f24e8f-abb9-4013-b33a-c29d64c6bab9</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,43f24e8f-abb9-4013-b33a-c29d64c6bab9.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,43f24e8f-abb9-4013-b33a-c29d64c6bab9.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=43f24e8f-abb9-4013-b33a-c29d64c6bab9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well, I've heard about Twitter but just never really saw the point.  But after
I noticed my good friend <a href="http://programminggoody.com">Dave</a> was a
twitter (what do you call people that use Twitter?  a twitter, a twit, ...) I
thought, what they hay, I'll give it a whirl.  I'm trying it out and will see
how long I stick with it.  Check me out at <a href="http://www.twitter.com/lautzenheiser">http://www.twitter.com/lautzenheiser</a></p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=43f24e8f-abb9-4013-b33a-c29d64c6bab9" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Twitter-fied</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,43f24e8f-abb9-4013-b33a-c29d64c6bab9.aspx</guid>
      <link>http://www.malachicomputer.com/blog/Twitterfied.aspx</link>
      <pubDate>Fri, 28 Mar 2008 16:28:49 GMT</pubDate>
      <description>&lt;p&gt;
Well, I've heard about Twitter but just never really saw the point.&amp;nbsp; But after
I noticed my good friend &lt;a href="http://programminggoody.com"&gt;Dave&lt;/a&gt;&amp;nbsp;was a
twitter (what do you call people that use Twitter?&amp;nbsp; a twitter, a twit, ...) I
thought, what they hay, I'll give it a whirl.&amp;nbsp; I'm trying it out and will see
how long I stick with it.&amp;nbsp; Check me out at &lt;a href="http://www.twitter.com/lautzenheiser"&gt;http://www.twitter.com/lautzenheiser&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=43f24e8f-abb9-4013-b33a-c29d64c6bab9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,43f24e8f-abb9-4013-b33a-c29d64c6bab9.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=ad3406ab-cf53-4bf8-afc6-c3c0316d14fd</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,ad3406ab-cf53-4bf8-afc6-c3c0316d14fd.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,ad3406ab-cf53-4bf8-afc6-c3c0316d14fd.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ad3406ab-cf53-4bf8-afc6-c3c0316d14fd</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm officially tired of cold, snow and grey days.  I'm ready to mow my lawn,
open my pool, crack open the windows to let a warm breeze blow through the house. 
I'm ready to end the sniffles, coughs and runny noses.  I'm ready for the sun
to set at 9pm.  I'm ready to be kept awake at night listening to crickets, or
staying up late laying out on the deck looking up at the stars.  I'm ready for
a good thunderstorm.   I can't wait.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=ad3406ab-cf53-4bf8-afc6-c3c0316d14fd" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Anybody ready for spring?</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,ad3406ab-cf53-4bf8-afc6-c3c0316d14fd.aspx</guid>
      <link>http://www.malachicomputer.com/blog/AnybodyReadyForSpring.aspx</link>
      <pubDate>Sun, 02 Mar 2008 14:05:59 GMT</pubDate>
      <description>&lt;p&gt;
I'm officially tired of cold, snow and grey days.&amp;nbsp; I'm ready to mow my lawn,
open my pool, crack open the windows to let a warm breeze blow through the house.&amp;nbsp;
I'm ready to end the sniffles, coughs and runny noses.&amp;nbsp; I'm ready for the sun
to set at 9pm.&amp;nbsp; I'm ready to be kept awake at night listening to crickets, or
staying up late laying out on the deck looking up at the stars.&amp;nbsp; I'm ready for
a good thunderstorm.&amp;nbsp;&amp;nbsp; I can't wait.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=ad3406ab-cf53-4bf8-afc6-c3c0316d14fd" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,ad3406ab-cf53-4bf8-afc6-c3c0316d14fd.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=6539bb6d-8b69-48ae-9b4e-2bc0af63349e</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,6539bb6d-8b69-48ae-9b4e-2bc0af63349e.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,6539bb6d-8b69-48ae-9b4e-2bc0af63349e.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6539bb6d-8b69-48ae-9b4e-2bc0af63349e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Here we are at the start of another new year.  My parents told me when I was
just a young lad that time went faster as you got older, how right they were. 
Let's look back at a few personal highlights of 2007.
</p>
        <ul>
          <li>
Number one on my list:  My continued faith in Jesus Christ as my Lord and Savior. 
As any believer, I've faltered throughout the year, but my faith continues to carry
me through.  
</li>
          <li>
A very close second:  15 years of marriage to a wonderful woman.</li>
          <li>
A very close third:  Another year spent with my four awesome children.</li>
        </ul>
        <p>
Now some more business / technically related highlights:
</p>
        <ul>
          <li>
Started off the year finishing up a fairly large web app, that while it was mostly
completed early in the year, has just now in the last two months been launched live. 
The delay sprung from mostly marketing timing and issues and some last minute changes
from the client.  So far while traffic is light (limited number of existing customers,
so not a public site), things seem to be going well.</li>
          <li>
Come June, we landed a huge project that while it was only supposed to last through
June, ended up last though October.  This was an open-ended project (basically
they called us in to finish up a project that was a bit in trouble)..they anticipated
only a months worth of work, but it was quite a bit larger than that.  We still
go in sporadically now, but there is some potential for another fairly large project
with them that could take us well into 2008.</li>
          <li>
Finishing up another large web application now, hopefully to be completed by end of
January. </li>
          <li>
I recently opened an office with a collegue of mine.  This is really just a place
to get away and stay focused.  Anyone who works from home can testify that it
can be a distraction at times, especially with children.  My home isn't large
enough to have an office I can really go to that can be closed off from the rest of
the home (I have to wait until the kids leave the house, which is quite a few years
off).  This office away from home has helped gain me a few extra productive hours
each week.</li>
        </ul>
        <p>
Goals for 2008, most fairly typical, I hesitate to call them resolutions though:
</p>
        <ul>
          <li>
Become a better husband and father.  Spend more quality time with my family while
not taking away the quality time I give my clients.</li>
          <li>
Become a better football coach.  I coach youth football.  2007 was my first
year coaching flag (been coaching tackle up to this point).  All boys were 1st
and 2nd graders so it was quite the challenge, but I had more fun this year then I
did all the years coaching the older boys.  2008 I will be with the flag teams
again this year so I'm looking forward to the fall for that.</li>
          <li>
Continue to grow my business while still taking care of my existing clients. 
Getting to the point where I need to find an employee or two.</li>
          <li>
Find that one product to develop that may not make me a billionaire, but will at least
give me an area of focus to move in that direction (yes I dream large).</li>
        </ul>
        <p>
I'm sure there will be plenty of surprises (some good some bad) in 2008, but that
is what makes life interesting.  Best wishes to everyone in 2008.
</p>
        <p>
 
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=6539bb6d-8b69-48ae-9b4e-2bc0af63349e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Looking Back on 2007</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,6539bb6d-8b69-48ae-9b4e-2bc0af63349e.aspx</guid>
      <link>http://www.malachicomputer.com/blog/LookingBackOn2007.aspx</link>
      <pubDate>Tue, 01 Jan 2008 17:05:52 GMT</pubDate>
      <description>&lt;p&gt;
Here we are at the start of another new year.&amp;nbsp; My parents told me when I was
just a young lad that time went faster as you got older, how right they were.&amp;nbsp;
Let's look back at a few personal highlights of 2007.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Number one on my list:&amp;nbsp; My continued faith in Jesus Christ as my Lord and Savior.&amp;nbsp;
As any believer, I've faltered throughout the year, but my faith continues to carry
me through.&amp;nbsp; 
&lt;/li&gt;
&lt;li&gt;
A very close second:&amp;nbsp; 15 years of marriage to a wonderful woman.&lt;/li&gt;
&lt;li&gt;
A very close third:&amp;nbsp; Another year spent with my four awesome children.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Now some more business / technically related highlights:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Started off the year finishing up a fairly large web app, that while it was mostly
completed early in the year, has just now in the last two months been launched live.&amp;nbsp;
The delay sprung from mostly marketing timing and issues and some last minute changes
from the client.&amp;nbsp; So far while traffic is light (limited number of existing customers,
so not a public site), things seem to be going well.&lt;/li&gt;
&lt;li&gt;
Come June, we landed a huge project that while it was only supposed to last through
June, ended up last though October.&amp;nbsp; This was an open-ended project (basically
they called us in to finish up a project that was a bit in trouble)..they anticipated
only a months worth of work, but it was quite a bit larger than that.&amp;nbsp; We still
go in sporadically now, but there is some potential for another fairly large project
with them that could take us well into 2008.&lt;/li&gt;
&lt;li&gt;
Finishing up another large web application now, hopefully to be completed by end of
January.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;
I recently opened an office with a collegue of mine.&amp;nbsp; This is really just a place
to get away and stay focused.&amp;nbsp; Anyone who works from home can testify that it
can be a distraction at times, especially with children.&amp;nbsp; My home isn't large
enough to have an office I can really go to that can be closed off from the rest of
the home (I have to wait until the kids leave the house, which is quite a few years
off).&amp;nbsp; This office away from home has helped gain me a few extra productive hours
each week.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Goals for 2008, most fairly typical, I hesitate to call them resolutions though:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Become a better husband and father.&amp;nbsp; Spend more quality time with my family while
not taking away the quality time I give my clients.&lt;/li&gt;
&lt;li&gt;
Become a better football coach.&amp;nbsp; I coach youth football.&amp;nbsp; 2007 was my first
year coaching flag (been coaching tackle up to this point).&amp;nbsp; All boys were 1st
and 2nd graders so it was quite the challenge, but I had more fun this year then I
did all the years coaching the older boys.&amp;nbsp; 2008 I will be with the flag teams
again this year so I'm looking forward to the fall for that.&lt;/li&gt;
&lt;li&gt;
Continue to grow my business while still taking care of my existing clients.&amp;nbsp;
Getting to the point where I need to find an employee or two.&lt;/li&gt;
&lt;li&gt;
Find that one product to develop that may not make me a billionaire, but will at least
give me an area of focus to move in that direction (yes I dream large).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I'm sure there will be plenty of surprises (some good some bad) in 2008, but that
is what makes life interesting.&amp;nbsp; Best wishes to everyone in 2008.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=6539bb6d-8b69-48ae-9b4e-2bc0af63349e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,6539bb6d-8b69-48ae-9b4e-2bc0af63349e.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=a92c98c0-a5bf-4f72-b907-576f403dd471</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,a92c98c0-a5bf-4f72-b907-576f403dd471.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,a92c98c0-a5bf-4f72-b907-576f403dd471.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a92c98c0-a5bf-4f72-b907-576f403dd471</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Been a bit since I've been around, but I won't dwell on that.  I'm here
now and that's all the matters.  Here is my question to anyone that still may
look at this from time to time.  I often work on projects with other consultants
and normally we work remotely.  I've got some ideas on how to handle source-control
remotely amongst many independent developers that are not necessarily in the same
town, state, whatever, but I wanted to get some other opinions on how others
many handle this.  What software do you use?  What services if any
are available? 
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=a92c98c0-a5bf-4f72-b907-576f403dd471" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Source control for the remote users</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,a92c98c0-a5bf-4f72-b907-576f403dd471.aspx</guid>
      <link>http://www.malachicomputer.com/blog/SourceControlForTheRemoteUsers.aspx</link>
      <pubDate>Fri, 05 Oct 2007 16:49:56 GMT</pubDate>
      <description>&lt;p&gt;
Been&amp;nbsp;a bit since I've been around, but I won't dwell on that.&amp;nbsp; I'm here
now and that's all the matters.&amp;nbsp; Here is my question to anyone that still may
look at this&amp;nbsp;from time to time.&amp;nbsp; I often work on projects with other consultants
and&amp;nbsp;normally we work remotely.&amp;nbsp;&amp;nbsp;I've got some ideas on how to handle&amp;nbsp;source-control
remotely amongst many independent developers that are not necessarily in the same
town, state, whatever, but&amp;nbsp;I wanted to get some other opinions on how others
many handle this.&amp;nbsp; What software do you use?&amp;nbsp; What services if&amp;nbsp;any
are available?&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=a92c98c0-a5bf-4f72-b907-576f403dd471" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,a92c98c0-a5bf-4f72-b907-576f403dd471.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=b88e5f1b-73c3-4a65-8323-9564cfb9e007</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,b88e5f1b-73c3-4a65-8323-9564cfb9e007.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,b88e5f1b-73c3-4a65-8323-9564cfb9e007.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b88e5f1b-73c3-4a65-8323-9564cfb9e007</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Been a while since I posted, so here are some updates probably only of interest to
those who know me (though maybe not even to them.<span style="font-family:Wingdings">J</span>) 
</p>
        <p>
I'm working hard to finish up our large project for a client. It's an online ordering
app for a customer that only their distributors can get to. It's been a fun app to
create, though I can't wait to get it down and on to other things. We're about ready
to move it live in a beta mode for those lucky few. I still have some things to clean
up, a few pages that need completed and a backend admin type smart client that the
customer can run from their end, though this isn't a complete necessity and we can
probably hold off on that a bit if need be. 
</p>
        <p>
Next we're starting up another online ordering project for another client. This one
will be open to the public to purchase their product so we will be accept credit cards
and dealing with those issues. Right now we're in the design phase and deciding whether
to use a 3<sup>rd</sup> party shopping cart or develop one ourselves. This app will
have some special needs so a cart will either have to be very flexible or open source. 
</p>
        <p>
My partner's and I met yesterday to discuss taking on a very large project (initial
talks reveal somewhere around 1000 hour project). This looks to be a very exciting
opportunity and we're not willing to pass it up, though the timing could have been
better. We're going to do the requirements phase of the project and once that is done
we and the customer will see how we stand in regards to the length of the project
and their deadlines. Once there we will have to decide how to handle. 
</p>
        <p>
We also have 3 or 4 smallish websites (20-30 hours) to do in the next two months or
so. There's nothing like keeping busy. 
</p>
        <p>
Looking at this, we have reached a point where we may need to bring some people on
board with us, either in a subcontractor role or perhaps, for the right person, as
an employee. 
</p>
        <p>
If you live in northeast Ohio and are interested in a subcontracting role, please
forward on your information to me (Jason at malachicomputer dot com). 
</p>
        <p>
Dave G….give me a call sometime (or an email will do) if you're interested in some
side work, I have some for you.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=b88e5f1b-73c3-4a65-8323-9564cfb9e007" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Project Updates</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,b88e5f1b-73c3-4a65-8323-9564cfb9e007.aspx</guid>
      <link>http://www.malachicomputer.com/blog/ProjectUpdates.aspx</link>
      <pubDate>Sat, 31 Mar 2007 13:31:41 GMT</pubDate>
      <description>&lt;p&gt;
Been a while since I posted, so here are some updates probably only of interest to
those who know me (though maybe not even to them.&lt;span style="font-family:Wingdings"&gt;J&lt;/span&gt;) 
&lt;/p&gt;
&lt;p&gt;
I'm working hard to finish up our large project for a client. It's an online ordering
app for a customer that only their distributors can get to. It's been a fun app to
create, though I can't wait to get it down and on to other things. We're about ready
to move it live in a beta mode for those lucky few. I still have some things to clean
up, a few pages that need completed and a backend admin type smart client that the
customer can run from their end, though this isn't a complete necessity and we can
probably hold off on that a bit if need be. 
&lt;/p&gt;
&lt;p&gt;
Next we're starting up another online ordering project for another client. This one
will be open to the public to purchase their product so we will be accept credit cards
and dealing with those issues. Right now we're in the design phase and deciding whether
to use a 3&lt;sup&gt;rd&lt;/sup&gt; party shopping cart or develop one ourselves. This app will
have some special needs so a cart will either have to be very flexible or open source. 
&lt;/p&gt;
&lt;p&gt;
My partner's and I met yesterday to discuss taking on a very large project (initial
talks reveal somewhere around 1000 hour project). This looks to be a very exciting
opportunity and we're not willing to pass it up, though the timing could have been
better. We're going to do the requirements phase of the project and once that is done
we and the customer will see how we stand in regards to the length of the project
and their deadlines. Once there we will have to decide how to handle. 
&lt;/p&gt;
&lt;p&gt;
We also have 3 or 4 smallish websites (20-30 hours) to do in the next two months or
so. There's nothing like keeping busy. 
&lt;/p&gt;
&lt;p&gt;
Looking at this, we have reached a point where we may need to bring some people on
board with us, either in a subcontractor role or perhaps, for the right person, as
an employee. 
&lt;/p&gt;
&lt;p&gt;
If you live in northeast Ohio and are interested in a subcontracting role, please
forward on your information to me (Jason at malachicomputer dot com). 
&lt;/p&gt;
&lt;p&gt;
Dave G….give me a call sometime (or an email will do) if you're interested in some
side work, I have some for you.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=b88e5f1b-73c3-4a65-8323-9564cfb9e007" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,b88e5f1b-73c3-4a65-8323-9564cfb9e007.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=35d37864-f77d-4cf1-9859-28f71b7cfbb4</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,35d37864-f77d-4cf1-9859-28f71b7cfbb4.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,35d37864-f77d-4cf1-9859-28f71b7cfbb4.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=35d37864-f77d-4cf1-9859-28f71b7cfbb4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well here we are at the end of another year.  Boy did it go fast.  This
has been another good year both professionally and personally.  Personally, our
family is healthy and happy.  We've grown together as a family and done a ton
of fun things together this year.  Professionally business has been good. 
While, looking purely monetarily, 2006 has been about equal to 2005s production,
things seem to be picking up none-the-less so I'm looking forward to a good 2007.  
</p>
        <p>
So where is the new year leading us? Not sure yet.  Where am I trying to drag
it (perhaps kicking and screaming)...well I want to make this year the year that we
break out of the mold and take the business to the next level.  To me that means,
going after new clients while still maintaining good relationships and high levels
of service to our current clients.  This will be a big challenge for me. 
I'm not a real outgoing person and the thought of putting myself out on a limb and
trying to attract new clients is kind of scary.  Most of my business so far as
been word of mouth and that's easy when you come recommended to someone.  But
to sell our services to someone I've not met and has no reason to believe that we
can help them, well that's a different story.
</p>
        <p>
Another step in growing the business is to look at creating a product that we can
sell and service in niche markets.  Yes we have ideas on what those products
are and which niches to attack, but no...I'm not sharing :-&gt;  This could be
a huge step (and a lot of work) but would be a good step for us.
</p>
        <p>
In closing, if 2007 is even close to as good as 2006, then I'll be happy, but I'm
not content to stop there.  So we shall see what 2007 brings and we'll trust
in the good Lord that He will provide all we need and will open and shut the doors
as they come before us.  
</p>
        <p>
God Bless you all and here's looking forward to a good and prosperous 2007.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=35d37864-f77d-4cf1-9859-28f71b7cfbb4" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>2006 Recap and Looking Forward to 2007</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,35d37864-f77d-4cf1-9859-28f71b7cfbb4.aspx</guid>
      <link>http://www.malachicomputer.com/blog/2006RecapAndLookingForwardTo2007.aspx</link>
      <pubDate>Mon, 01 Jan 2007 15:30:47 GMT</pubDate>
      <description>&lt;p&gt;
Well here we are at the end of another year.&amp;nbsp; Boy did it go fast.&amp;nbsp; This
has been another good year both professionally and personally.&amp;nbsp; Personally, our
family is healthy and happy.&amp;nbsp; We've grown together as a family and done a ton
of fun things together this year.&amp;nbsp; Professionally business has been good.&amp;nbsp;
While, looking purely monetarily,&amp;nbsp;2006 has been about equal to&amp;nbsp;2005s production,
things seem to be picking up none-the-less so I'm looking forward to a good 2007.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
So where is the new year leading us? Not sure yet.&amp;nbsp; Where am I trying to drag
it (perhaps kicking and screaming)...well I want to make this year the year that we
break out of the mold and take the business to the next level.&amp;nbsp; To me that means,
going after new clients while still maintaining good relationships and high levels
of service to our current clients.&amp;nbsp; This will be a big challenge for me.&amp;nbsp;
I'm not a real outgoing person and the thought of putting myself out on a limb and
trying to attract new clients is kind of scary.&amp;nbsp; Most of my business so far as
been word of mouth and that's easy when you come recommended to someone.&amp;nbsp; But
to sell our services to someone I've not met and has no reason to believe that we
can help them, well that's a different story.
&lt;/p&gt;
&lt;p&gt;
Another step in growing the business is to look at creating a product that we can
sell and service in niche markets.&amp;nbsp; Yes we have ideas on what those products
are and which niches to attack, but no...I'm not sharing :-&amp;gt;&amp;nbsp; This could be
a huge step (and a lot of work) but would be a good step for us.
&lt;/p&gt;
&lt;p&gt;
In closing, if 2007 is even close to as good as 2006, then I'll be happy, but I'm
not content to stop there.&amp;nbsp; So we shall see what 2007 brings and we'll trust
in the good Lord that He will provide all we need and will open and shut the doors
as they come before us.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
God Bless you all and here's looking forward to a good&amp;nbsp;and prosperous 2007.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=35d37864-f77d-4cf1-9859-28f71b7cfbb4" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,35d37864-f77d-4cf1-9859-28f71b7cfbb4.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=3505a69f-3cef-4d13-96ce-ab4e83e3b868</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,3505a69f-3cef-4d13-96ce-ab4e83e3b868.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,3505a69f-3cef-4d13-96ce-ab4e83e3b868.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3505a69f-3cef-4d13-96ce-ab4e83e3b868</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
OK....been gone too long from here.  Working as an independent consultant can
be great if you have the right attitude.  Most people I know think that because
I have my own business and work for myself, that I have all kinds of free time and
still make tons of money.  I don't help that perception, because I do use my
flexibility and take time off during the days to do family things.  However,
what most people don't realize is that I tend to work more hours now than when I had
a normal 8-5 job.  My work is always with me and always on my mind.  While
I can take time off during the day sometimes, I often work late into the evening after
the kids are in bed to make up for lost time.  While there are days I can take
off, one phone call can change all that in a heartbeat when a client calls with
an emergency.  But I wouldn't change it for the world.  I love what I do,
love the clients I work for, and enjoy the challenges that come to me most every day.
</p>
        <p>
Now it's time to take the business to the next level.  This new year will see
us exploring new avenues and ways to expand and grow our business, all the while taking
nothing away from our quality of service for our existing clients.  It looks
to be an exciting and challenging 2007.
</p>
        <p>
Look for this new year to bring more posts here to this blog.  I've been working
on a few new projects that have pushed me to learn a number of new techniques and
processes.  I hope to expound on those in the coming months in some technical
posts.  I also plan on posting our steps and progress as we move into the next
phase of Malachi Computer.  
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=3505a69f-3cef-4d13-96ce-ab4e83e3b868" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Back Again - Consulting Update</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,3505a69f-3cef-4d13-96ce-ab4e83e3b868.aspx</guid>
      <link>http://www.malachicomputer.com/blog/BackAgainConsultingUpdate.aspx</link>
      <pubDate>Tue, 19 Dec 2006 13:53:16 GMT</pubDate>
      <description>&lt;p&gt;
OK....been gone too long from here.&amp;nbsp; Working as an independent consultant can
be great if you have the right attitude.&amp;nbsp; Most people I know think that because
I have my own business and work for myself, that I have all kinds of free time and
still make tons of money.&amp;nbsp; I don't help that perception, because I do use my
flexibility and take time off during the days to do family things.&amp;nbsp; However,
what most people don't realize is that I tend to work more hours now than when I had
a normal 8-5 job.&amp;nbsp; My work is always with me and always on my mind.&amp;nbsp; While
I can take time off during the day sometimes, I often work late into the evening after
the kids are in bed to make up for lost time.&amp;nbsp; While there are days I can take
off, one phone call can change all that in a heartbeat when&amp;nbsp;a client calls with
an emergency.&amp;nbsp; But I wouldn't change it for the world.&amp;nbsp; I love what I do,
love the clients I work for, and enjoy the challenges that come to me most every day.
&lt;/p&gt;
&lt;p&gt;
Now it's time to take the business to the next level.&amp;nbsp; This new year will see
us exploring new avenues and ways to expand and grow our business, all the while taking
nothing away from our quality of service for our existing clients.&amp;nbsp; It looks
to be an exciting and challenging 2007.
&lt;/p&gt;
&lt;p&gt;
Look for this new year to bring more posts here to this blog.&amp;nbsp; I've been working
on a few new projects that have pushed me to learn a number of new techniques and
processes.&amp;nbsp; I hope to expound on those in the coming months in some technical
posts.&amp;nbsp; I also plan on posting our steps and progress as we move into the next
phase of Malachi Computer.&amp;nbsp; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=3505a69f-3cef-4d13-96ce-ab4e83e3b868" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,3505a69f-3cef-4d13-96ce-ab4e83e3b868.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=05aa8c3d-a743-48c6-85ce-51c09268b6f0</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,05aa8c3d-a743-48c6-85ce-51c09268b6f0.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,05aa8c3d-a743-48c6-85ce-51c09268b6f0.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=05aa8c3d-a743-48c6-85ce-51c09268b6f0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Been a long time since I've found a few seconds to post here.  I need to just
make the time.....As a independent, I have my slow times and busy times.  Well
for the past few months, it seems that all my projects that I've been quoting out
for the last year have all been pushed to the forefront by my clients and they all
want them now.  I've been subcontracting out some of my smaller websites just
to get them out of the way, but more keep coming in.  I just received a phone
call today from a client whom I met with almost 2 years ago (when I was very slow
and needed the work) who finally is wanting to pull the trigger and build their website. 
It's either feast or famine....but I sure like being busy like this!!!
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=05aa8c3d-a743-48c6-85ce-51c09268b6f0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Busy, Busy, Busy</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,05aa8c3d-a743-48c6-85ce-51c09268b6f0.aspx</guid>
      <link>http://www.malachicomputer.com/blog/BusyBusyBusy.aspx</link>
      <pubDate>Tue, 09 May 2006 19:05:44 GMT</pubDate>
      <description>&lt;p&gt;
Been a long time since I've found a few seconds to post here.&amp;nbsp; I need to just
make the time.....As a independent, I have my slow times and busy times.&amp;nbsp; Well
for the past few months, it seems that all my projects that I've been quoting out
for the last year have all been pushed to the forefront by my clients and they all
want them now.&amp;nbsp; I've been subcontracting out some of my smaller websites just
to get them out of the way, but more keep coming in.&amp;nbsp; I just received a phone
call today from a client whom I met with almost 2 years ago (when I was very slow
and needed the work) who finally is wanting to pull the trigger and build their website.&amp;nbsp;
It's either feast or famine....but I sure like being busy like this!!!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=05aa8c3d-a743-48c6-85ce-51c09268b6f0" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,05aa8c3d-a743-48c6-85ce-51c09268b6f0.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=890fb4ef-176d-425a-9adc-b5cef93e4ce4</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,890fb4ef-176d-425a-9adc-b5cef93e4ce4.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,890fb4ef-176d-425a-9adc-b5cef93e4ce4.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=890fb4ef-176d-425a-9adc-b5cef93e4ce4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Wow this new <a href="http://demiliani.com/blog/archive/2006/04/04/3617.aspx">SuperFetch
in Windows Vista</a> is a cool feature.  I'm sitting here with my 2G
memory stick.  Thanks to <a href="http://demiliani.com/blog/">Stefano</a> for
pointing this out.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=890fb4ef-176d-425a-9adc-b5cef93e4ce4" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Vista SuperFetch</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,890fb4ef-176d-425a-9adc-b5cef93e4ce4.aspx</guid>
      <link>http://www.malachicomputer.com/blog/VistaSuperFetch.aspx</link>
      <pubDate>Tue, 04 Apr 2006 20:38:47 GMT</pubDate>
      <description>&lt;p&gt;
Wow this new &lt;a href="http://demiliani.com/blog/archive/2006/04/04/3617.aspx"&gt;SuperFetch
in&amp;nbsp;Windows Vista&lt;/a&gt;&amp;nbsp;is a cool feature.&amp;nbsp; I'm sitting here with my 2G
memory stick.&amp;nbsp; Thanks to &lt;a href="http://demiliani.com/blog/"&gt;Stefano&lt;/a&gt; for
pointing this out.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=890fb4ef-176d-425a-9adc-b5cef93e4ce4" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,890fb4ef-176d-425a-9adc-b5cef93e4ce4.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=716c5cf4-a5c5-4efe-934a-fbd2625dc03e</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,716c5cf4-a5c5-4efe-934a-fbd2625dc03e.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,716c5cf4-a5c5-4efe-934a-fbd2625dc03e.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=716c5cf4-a5c5-4efe-934a-fbd2625dc03e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A bit off-topic, but I'm always striving to improve my business, my personal life,
and my spiritual relationship.  I ran across the Clean Sweep Program which is
a checklist of 100 items, when completed, gives you <a href="http://betterme.org/cleansweep.html">complete
personal freedom</a> (at least according to the author).  I took the assesment
and scored a grand 34 out of 100.....I have a ways to go and a lot of things to improve
on.    
</p>
        <p>
Some seem quite simple to do (make your bed every morning) and I suppose once you
complete those, it will give a small bit of satisfaction that may not otherwise be
obtainable.  Others, could take a lifetime to achieve completely (if ever), though
making strides towards those goals would be a worthwhile pursuit in it's own right. 
Anyway, this provides an interesting look into yourself.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=716c5cf4-a5c5-4efe-934a-fbd2625dc03e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Clean Sweep Life Assessment</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,716c5cf4-a5c5-4efe-934a-fbd2625dc03e.aspx</guid>
      <link>http://www.malachicomputer.com/blog/CleanSweepLifeAssessment.aspx</link>
      <pubDate>Sat, 18 Feb 2006 03:09:52 GMT</pubDate>
      <description>&lt;p&gt;
A bit off-topic, but I'm always striving to improve my business, my personal life,
and my spiritual relationship.&amp;nbsp; I ran across the Clean Sweep Program which is
a checklist of 100 items, when completed, gives you &lt;a href="http://betterme.org/cleansweep.html"&gt;complete
personal freedom&lt;/a&gt; (at least according to the author).&amp;nbsp; I took the assesment
and scored a grand 34 out of 100.....I have a ways to go and a lot of things to improve
on.&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Some seem quite simple to do (make your bed every morning) and I suppose once you
complete those, it will give a small bit of satisfaction that may not otherwise be
obtainable.&amp;nbsp; Others, could take a lifetime to achieve completely (if ever), though
making strides towards those goals would be a worthwhile pursuit in it's own right.&amp;nbsp;
Anyway, this provides an interesting look into yourself.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=716c5cf4-a5c5-4efe-934a-fbd2625dc03e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,716c5cf4-a5c5-4efe-934a-fbd2625dc03e.aspx</comments>
      <category>Life Tips</category>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=20c32c6b-6675-48c0-8e77-a37d8d84d127</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,20c32c6b-6675-48c0-8e77-a37d8d84d127.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,20c32c6b-6675-48c0-8e77-a37d8d84d127.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=20c32c6b-6675-48c0-8e77-a37d8d84d127</wfw:commentRss>
      <title>Tracking my Time Differently Since Starting My Consulting Business</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,20c32c6b-6675-48c0-8e77-a37d8d84d127.aspx</guid>
      <link>http://www.malachicomputer.com/blog/TrackingMyTimeDifferentlySinceStartingMyConsultingBusiness.aspx</link>
      <pubDate>Wed, 08 Feb 2006 15:32:11 GMT</pubDate>
      <description>&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;I've been doing
the consulting thing for about 5 years now and I’ve started to notice that over the
last 6 months or so I’ve been looking at my time that I spend in a completely different
fashion.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;For example, last
night my furnace broke.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Normally this
is something I can fix myself being somewhat handy (in fact the problem with it this
time is something I most likely could fix).&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;However,
while debating whether to cancel my appointments for the morning (at least) and get
to work on the furnace I realized that by trying to perform the work myself, saving
myself a service fee for a repairman to come out, it was actually more expensive than
just bringing in a serviceman and going to work.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;With
the billable hours, I would make more than what it was going to save me to do the
repair myself.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;Another example,
a few months back I’m sitting in the dentist office waiting to be taken in for my
appointment.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;They were running behind
and I ended up sitting there for 30 minutes or so past my appointment time.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;The
thought running through my mind was “This appointment is costing me X.XX amount, plus
the extra 30 minutes of billable time.”&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;I
guess now that I’m working for myself, billing by the hour, I’m more aware of where
my time goes and I make a conscious effort to minimize wasted time.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=20c32c6b-6675-48c0-8e77-a37d8d84d127" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,20c32c6b-6675-48c0-8e77-a37d8d84d127.aspx</comments>
      <category>Misc</category>
    </item>
    <item>
      <trackback:ping>http://www.malachicomputer.com/blog/Trackback.aspx?guid=12e1a67c-afc3-48f8-96d4-a322ae9ee6e6</trackback:ping>
      <pingback:server>http://www.malachicomputer.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.malachicomputer.com/blog/PermaLink,guid,12e1a67c-afc3-48f8-96d4-a322ae9ee6e6.aspx</pingback:target>
      <dc:creator>Jason Lautzenheiser</dc:creator>
      <wfw:comment>http://www.malachicomputer.com/blog/CommentView,guid,12e1a67c-afc3-48f8-96d4-a322ae9ee6e6.aspx</wfw:comment>
      <wfw:commentRss>http://www.malachicomputer.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=12e1a67c-afc3-48f8-96d4-a322ae9ee6e6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Having used Outlook for years and years, there is one feature I've always wished was
there, though it has never been a show stopper, just a nice to have.  A Bounce
feature that would take an email meant for someone else and send it on to them as
if it was originally sent to them.  I know, nothing that couldn't be simulated
with a forward.  I've also seen some 3rd party utils out there that have functionality
like that (as well as some other email clients)....I've just always been curious why
Outlook has never offered that feature.  Even just a button in the toolbar to
bounce the current email would be fine with me.
</p>
        <p>
At a former employer, one of my last tasks for them was to write an email client that
integrated with their other custom software (they didn't want to integrate their software
with Outlook, but wanted to write their own package to distribute to their clients). 
The functionality rivaled Outlook (it was when Outlook 98 was the current version).  
</p>
        <p>
One of the extra's I added was a bounce button.  It was one of the favorite features
for them and came in handy for them.  The people using the client were often
small offices that would have a central email setup (like a sales email) where all
emails would come into.  The software did implement rules which could filter
some out to the correct users, but often it would take a human eye to determine who
the email should go to.  The bounce feature worked great for the situation as
the email appeared to come from the original sender and was easily replied to.
</p>
        <p>
While I don't have a huge need for this feature in Outlook, unless I am missing something,
it seems that this might be a nice feature to have for some people.
</p>
        <img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=12e1a67c-afc3-48f8-96d4-a322ae9ee6e6" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.malachicomputer.com">Malachi Computer
Consultants</a>. 
</body>
      <title>Microsoft Outlook Bounce Feature</title>
      <guid isPermaLink="false">http://www.malachicomputer.com/blog/PermaLink,guid,12e1a67c-afc3-48f8-96d4-a322ae9ee6e6.aspx</guid>
      <link>http://www.malachicomputer.com/blog/MicrosoftOutlookBounceFeature.aspx</link>
      <pubDate>Sat, 24 Dec 2005 13:38:14 GMT</pubDate>
      <description>&lt;p&gt;
Having used Outlook for years and years, there is one feature I've always wished was
there, though it has never been a show stopper, just a nice to have.&amp;nbsp; A Bounce
feature that would take an email meant for someone else and send it on to them as
if it was originally sent to them.&amp;nbsp; I know, nothing that couldn't be simulated
with a forward.&amp;nbsp; I've also seen some 3rd party utils out there that have functionality
like that (as well as some other email clients)....I've just always been curious why
Outlook has never offered that feature.&amp;nbsp; Even just a button in the toolbar to
bounce the current email would be fine with me.
&lt;/p&gt;
&lt;p&gt;
At a former employer, one of my last tasks for them was to write an email client that
integrated with their other custom software (they didn't want to integrate their software
with Outlook, but wanted to write their own package to distribute to their clients).&amp;nbsp;
The functionality rivaled Outlook (it was when Outlook 98 was the current version).&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
One of the extra's I added was a bounce button.&amp;nbsp; It was one of the favorite features
for them and came in handy for them.&amp;nbsp; The people using the client were often
small offices that would have a central email setup (like a sales email) where all
emails would come into.&amp;nbsp; The software did implement rules which could filter
some out to the correct users, but often it would take a human eye to determine who
the email should go to.&amp;nbsp; The bounce feature worked great for the situation as
the email appeared to come from the original sender and was easily replied to.
&lt;/p&gt;
&lt;p&gt;
While I don't have a huge need for this feature in Outlook, unless I am missing something,
it seems that this might be a nice feature to have for some people.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.malachicomputer.com/blog/aggbug.ashx?id=12e1a67c-afc3-48f8-96d4-a322ae9ee6e6" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.malachicomputer.com"&gt;Malachi Computer
Consultants&lt;/a&gt;. </description>
      <comments>http://www.malachicomputer.com/blog/CommentView,guid,12e1a67c-afc3-48f8-96d4-a322ae9ee6e6.aspx</comments>
      <category>Misc</category>
    </item>
  </channel>
</rss>