<?php
$lang = "en";

include("common.php");
include("./settings.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $lang; ?>">
  <head>
    <title>Trineco Oy - Custom software development</title>
<?php include("./common_head.php"); ?>
    <meta name="Description" content="We provide custom software solutions tailored uniquely to our customers needs. Our custom systems include end user training and guiding, delivery and installation of the system as well as roll-out and upkeep services and technical support." />
  </head>
  <body id="services">
    <div id="container">
<?php include ("./header.php"); ?>
      <div id="content">
	<div id="watermark"></div>
	<div id="maincontent">
	  <div id="specific">
	    <div id="image"><span></span></div>
	  </div>
	  <div id="breadcrumb">
	    <p>
	      <a href="." title="Main page">Main page</a> :: <a href="services" title="Information about our services">Services</a> :: Custom software development
	    </p>
	  </div>
	  <div id="pagetext">
            <h1>Custom software solutions</h1>
	    <p>
	      Custom software solutions and systems are our main service. We design complete production systems or separate parts of a system based on the needs and wishes of our customers. We design systems especially for process and automation industry as well as for environmental industry. Our fields of expertise are <a href="machine_vision" title="Read more about our machine vision expertise and services">machine vision and automation systems</a> and customized process management systems. We also provide individual solutions for reporting and company management.
	    </p>
	    <p>
	      We can also participate in designing and developing or obtaining the hardware for the system. Our custom systems include end user training and guiding, delivery and installation of the system as well as roll-out and upkeep services and technical support.
	    </p>
	    <p>
	      The systems are designed to be as modular as possible to provide better upgrading possibilities, to keep the system upkeep simpler and also to be able to easier integrate the system to other third party systems and devices. We focus in our personnel know how and training and also in internal quality control in our product development. Our custom solutions naturally include lifetime warranty for any software and design errors.
	    </p>
	    <p>
	      We design solutions from small one user applications to large and complex several simultaneous user systems and Internet-based applications.
	    </p>
	    <p>
	      Technical keywords of our fields of expertise and methods used in our products include for example:
	    </p>
	    <ul>
	      <li>Windows, Linux, embedded systems</li>
	      <li>different programming languages (C/C++, C#, Java)</li>
	      <li>object-oriented design (Design patterns, UML)</li>
	      <li>machine vision, pattern recognition and different image and signal processing algorithms</li>
	      <li>process management, logic and automation systems, field buses (CAN/CANopen, Modbus)</li>
	      <li>Internet protocols (TCP/IP, UDP)</li>
	      <li>web programming (CSS, XHTML, HTML, PHP, ASP.NET, AJAX)</li>
	      <li>database design (MySQL, Microsoft SQL Server, Oracle)</li>
	      <li>company management systems</li>
	      <li>mobile applications (Symbian and SMS applications)</li>
	      <li>system integration, interfaces between different systems</li>
	      <li>etc...</li>
	    </ul>
	  </div>
	</div>
<?php include("./sidebar.php"); ?>
      </div>
<?php include ("./footer.html"); ?>
    </div>
    <div id="extra1"><span></span></div>
    <div id="extra2"><span></span></div>
    <div id="extra3"><span></span></div>
    <div id="extra4"><span></span></div>
  </body>
</html>
