Wednesday, May 30, 2007

Tips for Choosing a Home Inspector

<I forget where I found this but it made sense and I used the questions... for the most part>
= = = = = = = = = =
The home inspection industry is plagued by incompetent inspectors. Most states do not require licensing. (Texas does) Anyone can call themselves a home inspector. Therefore, it is important to screen and qualify an inspector before hiring him. It is well worth the effort to find a seasoned professional. The following questions can assist you.

1. Is the inspector experienced?
2. Is the inspector knowledgeable?
3. Who referred you to the inspector?
4. Which inspector will the inspection company send?
5. Is the inspector covered by errors and omissions insurance and general liability insurance?
6. How long does the inspection take?
7. How much does the inspection cost?
8. What type of report do you get and when do you get it?
9. Is the inspector affiliated with any organizations?


Is the inspector experienced?

A full-time inspector who performs 250 or more inspections per year and has many years experience is most desirable.


Is the inspector knowledgeable?

An inspector must have full working knowledge of every system in a home. Most inspectors had formal training in just one trade. To become inspectors they had to cross-train in all the other relevant trades. The more knowledgeable inspectors started with a degree in a field such as engineering or architecture that provides a broad background in general construction or they were trained to operate as a general contractor. These are good bases to build from. One does not acquire this kind of knowledge by taking a few courses or reading a book. A good rule of thumb is to look for fifteen years of combined formal training and on-the-job experience in related fields.


Who referred you to the inspector?

The best referral is from someone you personally know and trust who was satisfied with the inspector's performance. Although many real-estate professionals refer quality home inspectors there is a possible conflict of interest with this type of referral. If you were not reliably referred to the inspector then ask for references from past clients, preferably from several years past.


Which inspector will the inspection company send?

When dealing with an inspection company the reputations of both the company and the inspector who is assigned to your home are important. Request that an experienced inspector be assigned rather than a new one.


Is the inspector covered by errors and omissions insurance and general liability insurance?

It is to your advantage that your inspector has this coverage. Do not be afraid to ask for a copy of the policies.


How long does the inspection take?

Ask how long the inspection will take and how many other inspections will be performed on the same day as yours. If the inspection takes less than 2 hours find another inspector. Performing a thorough inspection is very tiring, so arrange to be the first or second one of the day.


How much does the inspection cost?

This is one area where you do not want to nickel and dime. A well-established, full-time professional inspector is going to be at the high end of the spectrum. Several hundred dollars is a small price to pay to get the best protection you can for perhaps the biggest purchase of your life.


What type of report do you get and when do you get it?

You may want to ask this question since there are several answers. An inspection should include a signed report that describes what was inspected and the condition of each inspected item. Some inspectors use a checklist type of form with stock responses. Other inspectors simply provide a written description of the conditions found. A modern alternative to these are computer-generated reports. The best of these are generated by advanced home inspection software systems and include comments specific to each home.

An important question to ask is, "When do I get the report?" The checklist type and the handwritten type are usually delivered to you on-site. Computer-generated reports are also available on-site from a few inspectors who bring a portable computer to the job. Otherwise, the inspector mails the report . You may want to know up front how long you can expect to wait for it.


Is the inspector affiliated with any organizations?

There are many local, state, and national organizations that an inspector can join as well as many franchises that an inspector can purchase. However, membership in any organization does not guarantee a quality inspector. In the end, the individual inspector's experience and knowledge will determine the quality of the inspection.

Tuesday, May 22, 2007

My Hero

This is my hero Makoto Nagano. He is a ninja warrior from Japan. A fisherman, he trains daily to keep his strength and be the greatest ninja warrior ever. Some day I want to be just like him. As an alternative, if I could learn a few phrases of Japanese and eat more sushi, I'd probably be ok.


Thursday, May 10, 2007

Disable Trailing Wildcard

A cut from Siebel.com (back when it was Siebel only)

FAQ 2256: How Can You Disable the Automatic Trailing Wildcard in a Query?



In standard Siebel applications version 7.5.2.200 and above, when a query is run on a text field in an applet, a wildcard automatically gets entered at the end of the text. This generates SQL that uses LIKE and a wildcard, instead of looking for an exact match with the search text. This feature is called Automatic Trailing Wildcard.
For instance, when querying for accounts, if you enter "3" as the search text for the account name field, all records that start with "3", such as "3Com" will be returned.
Automatically adding wildcards to a query was made a default behavior in Siebel applications version 7.5.2.200. This was done to improve usability, following requests from several customers whose users preferred not to have to add wildcards when searching.
For more information on this feature, refer to the Maintenance Release Guide for Siebel eBusiness Applications version 7.5.3 > Configuration Changes for other Usability Enhancements > Improved Query Syntax.
Additionally, the default behavior of the Find feature within Search Center is to append a wildcard to the end of the query criteria. This behavior did not change with the release of version 7.5.2.200.
In some cases, you may want to disable the automatic trailing wildcard feature, either for the entire application, or for particular queries or fields. It is possible to turn off the automatic trailing wildcard feature:
  • For the current query only
  • Application wide for all queries
  • For certain business component fields only
  • For all Find objects
  • For certain Find Objects only
This FAQ summarizes the techniques available to do so. Change Requests 12-FOJ89I and 12-W0JKBF have been logged as documentation enhancement requests to add this information to Siebel Bookshelf.
To Disable Automatic Trailing Wildcard for the Current Query Only
Any user can disable this feature for a particular query by entering the equal sign (=) in front of the query criteria.
For example, when querying for accounts, if you want to find the exact match for the "3Com" account, enter "=3Com" as your query criteria in the account name field.
To Disable Automatic Trailing Wildcard for All Views in the Application
In the .cfg file used to run the application, such as uagent.cfg for the Siebel Call Center application, add the following line in the [SWE] section:
AutomaticTrailingWildcards = FALSE
NOTE: This change will not disable the automatic trailing wildcard for Find Objects in Search Center.
To Disable Automatic Trailing Wildcards for Specific Fields in a Business Component

Make the following changes in Siebel Tools:
  1. Choose the Business Component object in the Object Explorer (OE) and query for the desired business component.
  1. Choose Business Component User Prop sub-object in the OE.
  1. Add a new record with the following parameters:
    • Name = Disable Automatic Trailing Wildcard Field List
    • Value = <comma separated field names>
For example, to disable automatic trailing wildcards for the Last Name and First Name fields, the Value parameter of the user property should be:
Last Name,First Name
NOTE: Do not enclose the field list in the Value parameter with quotes.
  1. Recompile the .srf file and test to make sure the desired behavior occurs.
NOTE: It is not possible to disable the automatic trailing wildcard for fields of DTYPE_PHONE, even if they are listed in the field list for this user property. This is due to the way that phone numbers are stored in the Siebel application database.
To Disable Automatic Trailing Wildcard for All Find Objects in Search Center

Make the following changes in Siebel Tools:
  1. Locate the Search Execution Service business service.
  1. Add a Business Service User Prop with the following parameters:
    • Name = AppendWildcard
    • Value = FALSE
  1. Recompile the .srf file and test to make sure the desired behavior occurs.
To Disable Automatic Trailing Wildcard for a Specific Find Object in Search Center
Make the following changes in Siebel Tools:
  1. Locate the Search Execution Service business service.
  1. Add a Business Service User Prop with the following parameters:
    • Name = AppendWildcard - <FindObjectName>
    • Value = FALSE
where the FindObjectName is the Find object for which you want to disable the automatic wildcard. For example, to disable the automatic trailing wildcard for the Account Find object, the Name parameter of the Business Service User Prop would be:
AppendWildcard – Account
To determine the correct Find object name, check the Find object list in the Object Explorer.
  1. Recompile the .srf file and test to make sure the desired behavior occurs.

Tuesday, May 1, 2007

Best Free Process Viewer

This is an absolutely free, zero-footprint, no install process viewer.  Task Manager doesn't show you all processes when accessing via Windows Remote Desktop.  This process viewer does.

http://www.teamcti.com/pview/prcview.htm