WHOIS Service

nelpretech.com - information about domain

  • Server Status: available
  • Server IP: 209.237.151.16
  • Server Response Time: 138ms

Site title

Dimensional Inspection

Keywords

dimensional inspection, dimensional inspection services, first article inspection, engineering, layout, quality, quality control, outsourced dimensional inspection, CMM, metrology, laboratory, A2LA, ISO/IEC 17025, reverse engineering, SPC, statistical ana

Description

Nel PreTech offers fast, reliable dimensional inspection services as an A2LA ISO/IEC 17025 accredited metrology lab. Contract dimensional inspection services using CMM and video inspection equipment. Cost-effective solutions for your in-house inspection

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
nelpretech.com IN NS 46648 a.ns.interland.net
nelpretech.com IN NS 46648 b.ns.interland.net
nelpretech.com IN NS 46648 c.ns.interland.net

Server Location

Site source

Show / hide source
                
<html>

<head>
<title>Dimensional Inspection</title>
<meta name="description" content="Nel PreTech offers fast, reliable dimensional inspection services as an A2LA ISO/IEC 17025 accredited metrology lab.  Contract dimensional inspection services using CMM and video inspection equipment. Cost-effective solutions for your in-house inspection needs.">
<meta name="keywords" content="dimensional inspection, dimensional inspection services, first article inspection, engineering, layout, quality, quality control, outsourced dimensional inspection, CMM, metrology, laboratory, A2LA, ISO/IEC 17025, reverse engineering, SPC, statistical analysis, quality control, accredited lab, video measurement, precision measurement, CMM measurement, part measurement, PPAP, dimension, inspection">
<meta name="Revisit-After" content="30 Days">
<meta name="Robots" content="index, follow">
<meta name="Abstract" content="Nel PreTech offers cost-effective solutions for your in-house dimensional inspection services as an accredited metrology lab performing contract dimensional inspection services using CMM and video inspection equipment.">
<meta name="comment" content="Site design by Nel PreTech and Pixels in Motion.  Site maintained by J&R Computer Associates">
<meta name="resource-type" content="document">
<!-- dimensional inspection, dimensional inspection services, outsourced dimensional inspection services, ISO 9002 -->
<SCRIPT LANGUAGE="JavaScript">
<!--
image1 = new Image();

image1.src = "images/txt1.gif";



image2 = new Image();

image2.src = "images/txt2.gif";



image3 = new Image();

image3.src = "images/txt3.gif";



image4 = new Image();

image4.src = "images/txt4.gif";



image5 = new Image();

image5.src = "images/txt5.gif";



image6 = new Image();

image6.src = "images/txt6.gif";



image7 = new Image();

image7.src = "images/txt7.gif";



image8 = new Image();

image8.src = "images/txt8.gif";



image9 = new Image();

image9.src = "images/txt9.gif";



image10 = new Image();

image10.src = "images/txt10.gif";



// End -->



</script>
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<link rel="stylesheet" href="http://www.nelpretech.com/npc.css" type="text/css">
</head>
<!--
<SCRIPT LANGUAGE="JavaScript">
var expDays = 1; // number of days the cookie should last

var page = "website_alerter.htm";
var windowprops = "width=400,height=600,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes";

function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {  
var exp = new Date();  
exp.setTime (exp.getTime() - 1);  
var cval = GetCookie (name);  
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date(); 
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('historical')
if(count == null) {
SetCookie('historical','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('historical')
SetCookie('historical',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie('historical');
if (count == null) {
count=1;
SetCookie('historical', count, exp);

window.open(page, "", windowprops);

}
else {
count++;
SetCookie('historical', count, exp);
   }
}
</script>
-->
<!--
<script language="JavaScript" for="window" event="onload()">
window.open("website_alerter.htm", "immediate_posting", "scrollbars=no,resizable=no,height=275,width=300")
</script>
-->
<!--
<BODY OnLoad="checkCount()" BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="images/borderbkg.gif"> 
-->

<body background="http://www.nelpretech.com/images/sidebar2.gif" topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor="#FFFFFF" text="#000000" onLoad="MM_preloadImages('images/NelNav_on_01.gif','images/NelNav_on_03.gif','images/NelNav_on_04.gif','images/NelNav_on_05.gif','images/NelNav_on_06.gif','images/NelNav_on_07.gif','images/NelNav_on_08.gif','images/NelNav_on_09.gif','images/NelNav_on_10.gif','images/NelNav_on_11.gif')" link="#000099" vlink="#000099" alink="#000099">
<table width="290" border="0">
  <tr> 
    <td>
    <img border="0" src="http://www.nelpretech.com/images/Nel-logo.gif" width="229" height="139"><img border="0" src="http://www.nelpretech.com/images/nel-logo-txt.gif" width="525" height="140"></td>
  </tr>
  <tr> 
    <td>
    <img border="0" src="http://www.nelpretech.com/images/stripe.gif" width="754" height="19"></td>
  </tr>
</table>
<pre>&nbsp;</pre>
<pre>&nbsp;
 </pre>
<pre>&nbsp; </pre>



<div align="center"> 
  <center>
    <blockquote>
      <blockquote> 
        <div id="Layer1" style="position:absolute; width:143; height:354; z-index:1; left: 2; top: 169"> 
          <div align="left"> 
            <table width=142 border=0 cellpadding=0 cellspacing=0>
              <tr> 
                <td> <a href="about_us.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/NelNav_on_01.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_01.gif" alt="" border="0" name="Image1" width="142" height="40"></a></td>
              </tr>
              <tr> 
                <td> 
                <img src="http://www.nelpretech.com/images/NelNav_02.gif" alt="" width="142" height="31"></td>
              </tr>
              <tr> 
                <td> <a href="dimensional.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','images/NelNav_on_03b.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_03b.gif" alt="" border="0" name="Image3" width="142" height="28"></a></td>
              </tr>
              <tr> 
                <td> <a href="reverse_engineering.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','images/NelNav_on_04b.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_04b.gif" alt="" border="0" name="Image4" width="142" height="30"></a></td>
              </tr>
              <tr> 
                <td> <a href="gagecalibration.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','images/NelNav_on_12.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_12.gif" alt="" border="0" name="Image12" width="142" height="15"></a></td>
              </tr>
              <tr> 
                <td> <a href="accredidations.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','images/NelNav_on_07.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_07.gif" alt="" border="0" name="Image6" width="142" height="40"></a></td>
              </tr>              
              <tr> 
                <td> <a href="survey.aspx" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','images/NelNav_on_08.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_08.gif" alt="" border="0" name="Image7" width="142" height="37"></a></td>
              </tr>
              <tr> 
                <td> <a href="job.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','images/NelNav_on_09.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_09.gif" alt="" border="0" name="Image8" width="142" height="36"></a></td>
              </tr>
              <tr> 
                <td> <a href="links.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','images/NelNav_on_10.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_10.gif" alt="" border="0" name="Image9" width="142" height="36"></a></td>
              </tr>
              <tr> 
                <td> <a href="/cgi-bin/contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','images/NelNav_on_11.gif',1)">
                <img src="http://www.nelpretech.com/images/NelNav_11.gif" alt="" border="0" name="Image10" width="142" height="42"></a></td>
              </tr>
              <tr> 
                <td> &nbsp;</td>
              </tr>
            </table>
          </div>
        </div>
        
      </blockquote>
    </blockquote>
    </center>
</div>
<br>
<div id="Layer2" style="position:absolute; width:614px; height:329px; z-index:2; left: 148px; top: 199px"> 
  <table border="0" cellpadding="0" cellspacing="0" width="610" style="border-collapse: collapse" bordercolor="#111111" height="323">
    <tr> 
      <td width="300" height="291">
      <img border="0" src="http://www.nelpretech.com/images/circbldg.jpg" usemap="#FPMap0" alt="dimensional inspection services" width="300" height="274"> 
        <map name="FPMap0"> 
          <area href="virtual.html" shape="circle" coords="222, 204, 68">
        </map>
      </td>
      <td width="164" height="291">
      <img border="0" src="http://www.nelpretech.com/images/comp.gif" alt="dimensional inspection services" width="161" height="90"><br>
        <img border="0" src="http://www.nelpretech.com/images/measure.gif" alt="dimensional inspection services" width="164" height="41"><br>
      <br>
      <br>
&nbsp;</td>
      <td width="146" height="291"><font face="Arial" style="font-size: 9pt">
      Our lab can perform most any dimensional inspection service.&nbsp;
      Nel 
      PreTech has invested in its future by developing a quality system that is 
      A2LA accredited to ISO/IEC 17025. </font><b>
      <font face="Arial Narrow" size="2"> <br>
      </font></b>
      <img border="0" src="http://www.nelpretech.com/images/A2LA.jpg" alt="A2LA ISO/IEC 17025 accredited as of January 2004" width="135" height="90"></td>
    </tr>
    <tr> 
      <td width="300" height="32">
      <img border="0" src="http://www.nelpretech.com/images/acred-lab.gif" alt="ISO/IEC 17025 accredited dimesional inspection lab" width="230" height="32"></td>
      <td width="164" height="32">&nbsp;</td>
      <td width="146" height="32"></td>
    </tr>
  </table>
</div>
<p><br>
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="Layer3" style="position:absolute; width:764px; height:115px; z-index:3; left: 1px; top: 505px">
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="47%" valign="top"> 
        <p align="right"><br>
        <br>
        <a href="index.html"> </a>&nbsp;<a href="dimensional.html"><img src="http://www.nelpretech.com/images/nel2.jpg" border="0" alt="dimensional inspection services" width="350" height="221"></a>
      </td>
      <td width="53%" valign="top"> 
        <h1 align="center"><font color="#000000" face="Arial, Helvetica, sans-serif" size="3" class="indexHEAD1"><span class="indexHEAD1">DIMENSIONAL 
          INSPECTION SERVICES</span></font></h1>
        <p><font color="#000000" face="Verdana" size="3"><span class="maintext1">Nel 
          PreTech, is an A2LA (ISO/IEC 17025) accredited dimensional inspection 
        laboratory, providing  dimensional inspection services on most first 
        article manufactured parts.&nbsp; Our highly trained and experienced technicians provide services such as<br>
        <li>1st article inspections to blueprint specifications</li><li>
        Deviation color map analysis<br>
        <li>Reverse engineering</li><br>
        <li>Part scanning and digitizing</li><br>
        <li>Complex profile analysis and comparison to CAD data</li><br>
        <li>Certify measurement fixtures</li><br>
        <li>Statistical analysis</li> (CpK, Cp, Ppk, Pp, Historgrams, X-Bar, 
        etc...)<br>
        <li>Inspection to ASME Y14.5M, latest edition</li><br>We are a 
        cost effective source to your in-house dimensional inspection needs. </span>&nbsp;<span class="subpagetext1">You 
        can view information about our dimensional inspection services <a href="dimensional.html">
        here</a> and read an article why you should be outsourcing your 
        dimensional inspection services in Quality Digest Magazine
        <a href="http://www.qualitydigest.com/april02/html/outsource.html">here</a>.
        <br>
&nbsp;</span></font></p>
      </td>
    </tr>
  </table>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
    <tr> 
      <td width="5%"> 
        <p align="center">&nbsp;</p>
        </td>
      <td width="60%"> 
        <p align="center">&nbsp;</p>
      </td>
      <td width="35%"> 
      &nbsp;</td>
    </tr>
  </table>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber2">
    <tr> 
      <td width="35%" height="159"> 
        <p align="center">
        <img border="2" src="http://www.nelpretech.com/images/crosswordpuzzle.gif" width="205" height="128" alt="dimensional inspection crossword puzzle"> 
      </td>
      <td width="65%" height="159"> 
        <p align="center"><br>
          <b><font face="Verdana"><br>
          <span class="header1"><font face="Arial, Helvetica, sans-serif" class="indexHEAD1">NPC CROSSWORD PUZZLE</font></span></font></b></p>
        <p align="left"><span style="font-size: 12.0pt; font-family: Verdana">
        <span class="subpagetext1">Looking to break up the monotony of your day?  Test your dimensional inspection knowledge at our <a href="http://www.nelpretech.com/crosswordpuzzle">dimensional inspection crossword puzzle.</a></span></span><span style="font-size: 12.0pt; font-family: Verdana" class="subpagetext1"></span><span class="subpagetext1"></span><span style="font-size: 12.0pt; font-family: Verdana"><a href="vision_systems.html"><span class="subpagetext1"> 
        </span></a></span><span style="font-size: 12.0pt; font-family: Verdana" class="subpagetext1"> 
          </span></p>
        <p>&nbsp;
      </td>
    </tr>
  </table>
  <table width="770" border="0">
    <tr> 
      <td width="764"> 
        <p align="center"><font face="Verdana" size="1"><br>
        &quot;Nel PreTech, a 
            quality dimensional inspection lab since 1993&quot;
            </font><font face="Courier New" size="1" class="bottom1"><br>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...