George Steeves

electricfarms.com - Germinating the seeds of ideas for rural living through, agriculture, art, craft, and appropriate technology

Home
Contact Me
Barn Raising
Programming About
Net Vis 2005 programming
MG sharp programs
NE Fern Identifier
HIP Home Inspection
Computer Updates
Plants About
Plants Vegetables
Plants Perennials
Plants Gesneriads
Stonework
Food
Shelter
Energy
Music
Photography
Chess
Photo Gallery
Links
This site is being replaced with my new site:
 
This site has not been updated in several years now as it has been replaced with my new sites:
 
To see my new rural living site:
 
For information related to stonework:
 
For information relating to plants and planting:
 
For information relating to C# programming see:
http://electriac.googlepages.com/home
 
 
 
 
Well I finally got fed up with MS Office Live which I used to build my web site.  I started to use Office Live when it was in beta development and I had hoped it would improve in time.  Instead of improving it kept getting worse.  I would contact MS ( in India ) and relate my problems and would receive profuse apologies with a boiler plate answers to unasked questions.   If MS is going to transfer their programming work to India they are in trouble as a company.

Google has recently created a new service similar to Office Live which allows anyone to create their own website.  I have only been a member for two days and I am saying syanora MS.  The editing and functionality of GooglePages is so good I have completely transferred all of my Office Live site to this new site in less than 16hrs of work.  I will retain my old site for a while and use it to redirect people to my new site as the old site has considerable prominence on the web.

To see my new site:
 
HIP.exe - Presale Home Inspection Program 
 

 

In the late 1980's I was involved with a friend setting up his Home Inspection business.  It was obvious that writing reports was a laborious task and we started thinking about using computers to simplify the process.  In the beginning we used a check list at the site and then transferred the comments to the computer at our office.  Computers at that time were running under DOS and they were too large to consider using them at the inspection site.  As time went on portable computers became available and operating systems were greatly improved.  As these new developments came into being I rewrote the software so many times I have lost count.  This rewrite of the software will be the first in the C sharp programming language.  It runs under Windows XP and requires the .Net framework 1.1.

 

 

 

To download the .Net Framework:

 

http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en

 

 

 

 

 

 

The idea has always been to simplify the process of writing reports.  For each area being inspected there is a little preamble that describes some of the considerations for that area of the inspection.  This is followed by a list of boilerplate comments, which are the observations at the time of the inspection.  All these commentaries and boilerplates are in the file HIP.txt that is a plain vanilla ASCII file which you can append and edited to fit your particular needs by using any ASCII editor like “Notepad”.  During the inspection if you have comment for which there is no boilerplate you can enter your own comment.  There is also a set of “flags” for emergency and dangerous conditions that you want the report to bring attention to.

 

 

 

 

 

 

The report is commenced by creating a client file. This file contains all the information about the client, agent (if there is one), and site.  There is a file folder created for each client when their data is saved.  This file can be amended or edited at any time using “Notepad”.

 

 

 

 

 

 

After a client is created and loaded you initiate the inspection process by selecting the “Inspect” button.  Upon doing this you are presented with a list of the various areas to inspect.  We usually start with the external inspection, followed by the garage, cellar, upstairs and Attic. The file HIP.txt is arranged in that order.  We have incremented the numbers for the area of the inspection by 10 for each number.  This allows you to make as many as nine additions between the existing entries.  You pick the area to inspect by clicking on the text with the mouse and upon doing so you will be presented with the preamble relating to that area followed by numerous boiler plate comments.  If you click on any of the text in the preamble you will be told that this is automatically added to your report.  Clicking on any of the boiler plate comments will cause the comment to be added to your report.  A MessageBox will pop up confirming that the comment has been saved.  You can also add special comment flags if you feel they are warranted.

 

 

 

 

 

HIP.exe - Home Inspection Demonstration Program