Removed /usr/local from CDPATH
[clearscm.git] / web / services / custom_software.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7
8   <title>ClearSCM: Services</title>
9
10   <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
11   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
12   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
13
14   <!-- Google Analytics
15   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
16   </script>
17   <script type="text/javascript">
18     _uacct = "UA-89317-1";
19     urchinTracker ();
20   </script>
21   Google Analytics -->
22
23   <?php
24   include "clearscm.php";
25   menu_css ();
26   ?>
27 </head>
28
29 <body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
30
31 <?php heading ()?>
32
33 <div id="page">
34   <div id="content">
35     <div id="contentWrapper2">
36       <div id="main">
37         <h2>Custom Software Solutions</h2>
38
39         <p>Rarely do companies live on SCM alone. There are many
40         internal and inhouse systems that grow up around Build and
41         Release Management systems including things like internal web
42         sites tracking nightly build processes. Integrations between
43         bug tracking systems and source control systems. Many times
44         such intergrations have yet to be made. As such we here at
45         ClearSCM also provide expertise in other, nontraditional SCM
46         roles such as:</p>
47
48         <ul>
49           <li>Web Site Design</li>
50
51           <li>Web Application Design and Implementation</li>
52
53           <li>Custom Build Automation</li>
54
55           <li>Test Automation</li>
56         </ul>
57
58         <p>Additionally, as any large group collaberative system such
59         as source control and build systems are, often we get involved
60         in other aspects of your corporate data processing systems
61         such as:</p>
62
63         <ul>
64           <li>Network Trouble Shooting</li>
65
66           <li>Licensing Monitoring</li>
67
68           <li>Systems Performance Monitoring</li>
69         </ul>
70
71       </div> <!-- main -->
72
73       <div id="supporting">
74         <?php start_box ("cs3");?>
75
76           <h2><a href="/services/consultancy.php">Consultancy</a></h2>
77
78           <p>Our core service is <a href="/people.php">our people</a>
79           and their years of experience in the field.</p>
80
81         <?php end_box ();?>
82
83         <?php start_box ("cs2");?> 
84
85           <h2><a href="/services/custom_software.php">Custom Software
86           Solutions</a></h2>
87
88           <p>In addition to SCM, we build custom software solutions
89           using:</p>
90
91           <ul>
92             <li>Web Site Design</li>
93
94             <li>Web Application Design and Implementation</li>
95
96             <li>Custom Build Automation</li>
97
98             <li>Test Automation</li>
99           </ul>
100
101         <?php end_box ();?>
102
103         <?php start_box ("cs4");?> 
104
105           <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
106
107           <p>Whether large or small, today's software is more
108           complex. Many resources are brought to bear to get your code
109           from inception to release....<a href="/sysadm">(more)</a>
110
111         <?php end_box ();?>
112
113       </div> <!-- supporting -->
114     </div> <!-- contentWrapper2 -->
115
116     <div id="contentWrapper1">
117       <div id="related">
118         <?php start_box ("cs2");?> 
119
120           <h2><a href="/services/SCM.php">SCM</a></h2>
121
122           <p>Managing the complexities of modern software requires
123           professional methodologies, professional tools and, well,
124           professionals. That's where we come in. We apply solid
125           configuration management practices to your software to
126           insure a smooth flow from design through deployment.</p>
127
128         <?php end_box ();?>
129
130         <?php start_box ("cs3");?> 
131
132           <h2><a href="/services/web.php">Web Applications</a></h2>
133
134           <p>We also specialize in customer web applications to suit
135           your business needs</p>
136
137         <?php end_box ();?>
138
139         <?php start_box ("cs5");?> 
140
141           <h2><a href="/services/customers.php">Customers</a></h2>
142
143           <p>We've worked with many, well known, fortune 500
144           companies. Let us work for you!</p>
145         <?php end_box ();?>
146       </div> <!-- related -->
147     </div> <!-- contentWrapper1 -->
148   </div> <!-- content -->
149   <?php copyright();?>
150 </div> <!-- page -->
151
152 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
153
154 </body>
155 </html>