WHOIS Service

mantrasys.com - information about domain

  • Server Status: available
  • Server IP: 98.138.19.88
  • Server Response Time: 349ms

Site title

Outsourced & Offshore Product Development and Offshore Product Testing | Mantra Technologies

Keywords

outsourced software development,custom application development,bespoke application development,custom enterprise application,offshore software development,outsourced product development,custom web application development,enterprise application development

Description

Mantra is a US based offshore software development and offshore product development (OPD), Outsourced software Testing company providing Full SDLC solutions to ISVs and product companies. With offices in India, variety of engagement models, pricing and lo

Alexa information

Alexa rank: 3,480,613

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
mantrasys.com IN SOA 120 mname: hidden-master.yahoo.com
rname: geo-support.yahoo-inc.com
serial: 2011070301
refresh: 10800
retry: 3600
expire: 7084000
minimum-ttl: 28800
mantrasys.com IN A 98.138.19.88 120
mantrasys.com IN TXT 120
mantrasys.com IN MX 600 aspmx2.googlemail.com pri: 40
mantrasys.com IN MX 600 aspmx5.googlemail.com pri: 70
mantrasys.com IN MX 600 mx1.biz.mail.yahoo.com pri: 80
mantrasys.com IN MX 600 aspmx.l.google.com pri: 10
mantrasys.com IN MX 600 alt1.aspmx.l.google.com pri: 20
mantrasys.com IN MX 600 alt2.aspmx.l.google.com pri: 30
mantrasys.com IN NS 86400 yns1.yahoo.com
mantrasys.com IN NS 86400 yns2.yahoo.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta name="Description" content="Mantra is a US based offshore software development and offshore product development (OPD), Outsourced software Testing company providing Full SDLC solutions to ISVs and product companies. With offices in India, variety of engagement models, pricing and location options, Mantra offers best  value proposition." />
    <meta name="abstract" content="Offshore Software Outsourcing Mantra Technologies is an offshore software development / Offshore Product Development company with a strong technical and project management team and a proven domain expertise. Mantra provides innovative business solutions with primary focus on turning client business needs into reality cost effectively, Offshore Outsourcing, Software Outsourcing, Offshore Software Development, offshore development, custom software development, offshore programming" />
    <meta name="classification" content="Offshore Outsourcing, Software Outsourcing, Offshore Development, Offshore Software Programming India, Offshore Development India, Offshore Development India, IT Services, Software Development India, Offshore Development Company, Center India, IT Outsourcing, Offshore Programming" />
<meta name="Keywords" content="outsourced software development,custom application development,bespoke application development,custom enterprise application,offshore software development,outsourced product development,custom web application development,enterprise application development,.NET, java software development,software company india,software development outsourcing" />
<meta name="ROBOTS" content="ALL" />

<meta name="msvalidate.01" content="C5C8AA8DCC08C6BC9BA1EF0491873731" />
<title>Outsourced &amp; Offshore Product Development and Offshore Product Testing | Mantra Technologies</title>
 <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/ddlevelsmenu-base.css" rel="stylesheet" type="text/css" />
<link href="css/ddlevelsmenu-sidebar.css" rel="stylesheet" type="text/css" />
<link href="css/ddlevelsmenu-topbar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="ddlevelsmenu.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="easySlider1.7.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
        $(document).ready(function(){    
            $("#slider").easySlider({
                auto: true, 
                continuous: true,
                numeric: true
            });
        });    
    </script>
<script language="javascript" type="text/javascript">
function switchtab1()
{
    if($("#abcde1").is(":visible"))
    {
        $("#abcde1").hide('slow');
        $("#abcde2").slideToggle('slow');
    }
}

function switchtab2(tabToOpen, tabToClose)
{    
    if($("#"+tabToClose+"Content").is(":visible"))
    {        
        $("#"+tabToClose+"Content").hide('slow');
        $("#"+tabToOpen+"Content").slideToggle('slow');
        
        $('#'+tabToOpen+'Tab').css('height', '32px');
        $('#'+tabToClose+'Tab').css('height', '31px');
    }
}

function reqQuote()
{
    if($("#reqQuote").is(":visible"))
        $("#reqQuote").slideUp('slow');
    else
        $("#reqQuote").slideToggle('slow');
}

function slideComments(direction)
{
    var commentID = parseInt($("#commentID").html());
    
    var newID = 1;
    
    if(direction=='next')
    {
        newID = commentID + 1;
        if(newID==4)newID=1;
    }
    else
    {
        newID = commentID - 1;
        if(newID==0)newID=3;
    }
    
    $("#clientComments"+commentID).hide('slow');
    $("#clientComments"+newID).show('slow');
    
    $("#commentID").html(newID);
}

function inArray(needle, haystack) {
    var length = haystack.length;
    for(var i = 0; i < length; i++) {
        if(haystack[i] == needle) return true;
    }
    return false;
}

function showOffice()
{
    var selectedOffice = $("#selWorldWide").find(':selected').text();
    
    var idToShow = '';
    if(selectedOffice=='Head Office (USA)')idToShow='headOfficeBox';
    else if(selectedOffice=='Kansas City Sales Office')idToShow='kansasCitySalesBox';
    else if(selectedOffice=='Dubai Sales Office')idToShow='dubaiSalesBox';
    else if(selectedOffice=='India Development Center (ODC)')idToShow='indiaDevelopmentBox';
    
    document.getElementById('selWorldWide').disabled = true;
    $("#"+idToShow).slideToggle('slow');
    
    return false;
}

function closeOffice(selectedOffice)
{
    var idToShow = '';
    if(selectedOffice=='Head Office (USA)')idToShow='headOfficeBox';
    else if(selectedOffice=='Kansas City Sales Office')idToShow='kansasCitySalesBox';
    else if(selectedOffice=='Dubai Sales Office')idToShow='dubaiSalesBox';
    else if(selectedOffice=='India Development Center (ODC)')idToShow='indiaDevelopmentBox';
    
    $("#"+idToShow).slideUp('slow');
    document.getElementById('selWorldWide').disabled = false;
        
    return false;    
}
</script>
<script language="javascript" type="text/javascript">
 $(document).ready(function(){      
 $('#pane1').show();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  $("#link1 a").addClass("active");
  
 $('#link1').mouseover(function() {
  $('#pane1').show();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  
  
  $("#link1 a").addClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
    
 });
 
 

 
 $('#link2').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').show();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  
  $("#link1 a").removeClass("active");
  $("#link2 a").addClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
 
   });
 
 
 
  $('#link3').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').show();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  
   $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").addClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
 });
   $('#link4').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').show();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  
   $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").addClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
 });
    $('#link5').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').show();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').hide();
  
    $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").addClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
 });
  $('#link6').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').show();
  $('#pane7').hide();
  $('#pane8').hide();
  
      $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").addClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").removeClass("active");
 });
  $('#link7').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').show();
  $('#pane8').hide();
  
   $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").addClass("active");
  $("#link8 a").removeClass("active");
 });
 
   $('#link8').mouseover(function() {
  $('#pane1').hide();
  $('#pane2').hide();
  $('#pane3').hide();
  $('#pane4').hide();
  $('#pane5').hide();
  $('#pane6').hide();
  $('#pane7').hide();
  $('#pane8').show();
  
   $("#link1 a").removeClass("active");
  $("#link2 a").removeClass("active");
  $("#link3 a").removeClass("active");
  $("#link4 a").removeClass("active");
  $("#link5 a").removeClass("active");
  $("#link6 a").removeClass("active");
  $("#link7 a").removeClass("active");
  $("#link8 a").addClass("active");
 });
 
  $("#sub-link1").show();
  $("#sub-link2").hide();
  $("#sub-link3").hide();
  $("#sub-link4").hide();
  
  $("#sub-menu1").addClass("redactive");
 
 $("#sub-menu1").mouseover(function() {
 
  $("#sub-link1").show();
  $("#sub-link2").hide();
  $("#sub-link3").hide();
  $("#sub-link4").hide();
   
  $("#sub-menu1").addClass("redactive");
  $("#sub-menu2").removeClass("redactive");
  $("#sub-menu3").removeClass("redactive");
  $("#sub-menu4").removeClass("redactive");
 
 });

 $("#sub-menu2").mouseover(function() {
 
  $("#sub-link1").hide();
  $("#sub-link2").show();
  $("#sub-link3").hide();
  $("#sub-link4").hide();
  
  $("#sub-menu1").removeClass("redactive");
  $("#sub-menu2").addClass("redactive");
  $("#sub-menu3").removeClass("redactive");
  $("#sub-menu4").removeClass("redactive");
 
 });

$("#sub-menu3").mouseover(function() {
 
  $("#sub-link1").hide();
  $("#sub-link2").hide();
  $("#sub-link3").show();
  $("#sub-link4").hide();
  
  $("#sub-menu1").removeClass("redactive");
  $("#sub-menu2").removeClass("redactive");
  $("#sub-menu3").addClass("redactive");
  $("#sub-menu4").removeClass("redactive");
 
 });

$("#sub-menu4").mouseover(function() {
 
  $("#sub-link1").hide();
  $("#sub-link2").hide();
  $("#sub-link3").hide();
  $("#sub-link4").show();
  
  $("#sub-menu1").removeClass("redactive");
  $("#sub-menu2").removeClass("redactive");
  $("#sub-menu3").removeClass("redactive");
  $("#sub-menu4").addClass("redactive");
 
 });

  $("#tec_1").show();
  $("#tec_2").hide();
  $("#tec_3").hide();
  $("#tec_4").hide();

  
 $("#tec_menu_1").addClass("redactive");

 $("#tec_menu_1").mouseover(function() {
 
  $("#tec_1").show();
  $("#tec_2").hide();
  $("#tec_3").hide();
  $("#tec_4").hide();
  
  $("#tec_menu_1").addClass("redactive");
  $("#tec_menu_2").removeClass("redactive");
  $("#tec_menu_3").removeClass("redactive");
  $("#tec_menu_4").removeClass("redactive"); 
  
 
 });

 $("#tec_menu_2").mouseover(function() {
 
  $("#tec_1").hide();
  $("#tec_2").show();
  $("#tec_3").hide();
  $("#tec_4").hide();
  
  $("#tec_menu_1").removeClass("redactive");
  $("#tec_menu_2").addClass("redactive");
  $("#tec_menu_3").removeClass("redactive");
  $("#tec_menu_4").removeClass("redactive"); 
 
 });

$("#tec_menu_3").mouseover(function() {
 
  $("#tec_1").hide();
  $("#tec_2").hide();
  $("#tec_3").show();
  $("#tec_4").hide();
  
  $("#tec_menu_1").removeClass("redactive");
  $("#tec_menu_2").removeClass("redactive");
  $("#tec_menu_3").addClass("redactive");
  $("#tec_menu_4").removeClass("redactive"); 
  
 
 });

$("#tec_menu_4").mouseover(function() {
 
  $("#tec_1").hide();
  $("#tec_2").hide();
  $("#tec_3").hide();
  $("#tec_4").show();
  
  
  $("#tec_menu_1").removeClass("redactive");
  $("#tec_menu_2").removeClass("redactive");
  $("#tec_menu_3").removeClass("redactive");
  $("#tec_menu_4").addClass("redactive"); 
 
 });

  $("#dev_1").show();
  $("#dev_2").hide();
  $("#dev_3").hide();
  $("#dev_4").hide();


 $("#develop_1").addClass("redactive");
 
 $("#develop_1").mouseover(function() {
 
  $("#dev_1").show();
  $("#dev_2").hide();
  $("#dev_3").hide();
  $("#dev_4").hide();
   
   $("#develop_1").addClass("redactive");
  $("#develop_2").removeClass("redactive");
  $("#develop_3").removeClass("redactive");
  $("#develop_4").removeClass("redactive"); 
 
 });

 $("#develop_2").mouseover(function() {
 
  $("#dev_1").hide();
  $("#dev_2").show();
  $("#dev_3").hide();
  $("#dev_4").hide();
  
  $("#develop_1").removeClass("redactive");
  $("#develop_2").addClass("redactive");
  $("#develop_3").removeClass("redactive");
  $("#develop_4").removeClass("redactive"); 
  
 
 });

$("#develop_3").mouseover(function() {
 
  $("#dev_1").hide();
  $("#dev_2").hide();
  $("#dev_3").show();
  $("#dev_4").hide();
  
  $("#develop_1").removeClass("redactive");
  $("#develop_2").removeClass("redactive");
  $("#develop_3").addClass("redactive");
  $("#develop_4").removeClass("redactive"); 
  
 
 });

$("#develop_4").mouseover(function() {
 
  $("#dev_1").hide();
  $("#dev_2").hide();
  $("#dev_3").hide();
  $("#dev_4").show();
  
  $("#develop_1").removeClass("redactive");
  $("#develop_2").removeClass("redactive");
  $("#develop_3").removeClass("redactive");
  $("#develop_4").addClass("redactive"); 
  
 
 });

  $("#offshore_1").show();
  $("#offshore_2").hide();
  $("#offshore_3").hide();
  $("#offshore_4").hide();
  $("#offshore_5").hide();
  
  
   $("#offshore_software_1").addClass("redactive");

$("#offshore_software_1").mouseover(function() {
 
  $("#offshore_1").show();
  $("#offshore_2").hide();
  $("#offshore_3").hide();
  $("#offshore_4").hide();
  $("#offshore_5").hide();
   
   $("#offshore_software_1").addClass("redactive");
  $("#offshore_software_2").removeClass("redactive");
  $("#offshore_software_3").removeClass("redactive");
  $("#offshore_software_4").removeClass("redactive"); 
  $("#offshore_software_5").removeClass("redactive"); 
 
 });

 $("#offshore_software_2").mouseover(function() {
 
  $("#offshore_1").hide();
  $("#offshore_2").show();
  $("#offshore_3").hide();
  $("#offshore_4").hide();
  $("#offshore_5").hide();
  
  $("#offshore_software_1").removeClass("redactive");
  $("#offshore_software_2").addClass("redactive");
  $("#offshore_software_3").removeClass("redactive");
  $("#offshore_software_4").removeClass("redactive"); 
  $("#offshore_software_5").removeClass("redactive"); 
 
 });

$("#offshore_software_3").mouseover(function() {
 
  $("#offshore_1").hide();
  $("#offshore_2").hide();
  $("#offshore_3").show();
  $("#offshore_4").hide();
  $("#offshore_5").hide();
  
  $("#offshore_software_1").removeClass("redactive");
  $("#offshore_software_2").removeClass("redactive");
  $("#offshore_software_3").addClass("redactive");
  $("#offshore_software_4").removeClass("redactive"); 
  $("#offshore_software_5").removeClass("redactive"); 
 
 });

$("#offshore_software_4").mouseover(function() {
 
  $("#offshore_1").hide();
  $("#offshore_2").hide();
  $("#offshore_3").hide();
  $("#offshore_4").show();
  $("#offshore_5").hide();
  
  $("#offshore_software_1").removeClass("redactive");
  $("#offshore_software_2").removeClass("redactive");
  $("#offshore_software_3").removeClass("redactive");
  $("#offshore_software_4").addClass("redactive"); 
  $("#offshore_software_5").removeClass("redactive");
  
 
 });


$("#offshore_software_5").mouseover(function() {
 
  $("#offshore_1").hide();
  $("#offshore_2").hide();
  $("#offshore_3").hide();
  $("#offshore_4").hide();
  $("#offshore_5").show();
  
   $("#offshore_software_1").removeClass("redactive");
  $("#offshore_software_2").removeClass("redactive");
  $("#offshore_software_3").removeClass("redactive");
  $("#offshore_software_4").removeClass("redactive"); 
  $("#offshore_software_5").addClass("redactive");
  
 
 });



 $("#m_1").show();
  $("#m_2").hide();
  $("#m_3").hide();
  $("#m_4").hide();

  $("#mantra_1").addClass("redactive");

$("#mantra_1").mouseover(function() {
 
  $("#m_1").show();
  $("#m_2").hide();
  $("#m_3").hide();
  $("#m_4").hide();
  

  $("#mantra_1").addClass("redactive");
  $("#mantra_2").removeClass("redactive");
  $("#mantra_3").removeClass("redactive");
  $("#mantra_4").removeClass("redactive"); 
    
 
 });

 $("#mantra_2").mouseover(function() {
 
  $("#m_1").hide();
  $("#m_2").show();
  $("#m_3").hide();
  $("#m_4").hide();
  
  $("#mantra_1").removeClass("redactive");
  $("#mantra_2").addClass("redactive");
  $("#mantra_3").removeClass("redactive");
  $("#mantra_4").removeClass("redactive"); 

 
 });

$("#mantra_3").mouseover(function() {
 
  $("#m_1").hide();
  $("#m_2").hide();
  $("#m_3").show();
  $("#m_4").hide();
  
   $("#mantra_1").removeClass("redactive");
  $("#mantra_2").removeClass("redactive");
  $("#mantra_3").addClass("redactive");
  $("#mantra_4").removeClass("redactive"); 


 });

$("#mantra_4").mouseover(function() {
 
  $("#m_1").hide();
  $("#m_2").hide();
  $("#m_3").hide();
  $("#m_4").show();
  
  $("#mantra_1").removeClass("redactive");
  $("#mantra_2").removeClass("redactive");
  $("#mantra_3").removeClass("redactive");
  $("#mantra_4").addClass("redactive"); 
  
  
 });



$("#ca_1").show();
  $("#ca_2").hide();
  $("#ca_3").hide();
  $("#ca_4").hide();

$("#case_1").addClass("redactive");
$("#case_1").mouseover(function() {
 
  $("#ca_1").show();
  $("#ca_2").hide();
  $("#ca_3").hide();
  $("#ca_4").hide();
  
   $("#case_1").addClass("redactive");
  $("#case_2").removeClass("redactive");
  $("#case_3").removeClass("redactive");
  $("#case_4").removeClass("redactive"); 
    
 
 });

 $("#case_2").mouseover(function() {
 
  $("#ca_1").hide();
  $("#ca_2").show();
  $("#ca_3").hide();
  $("#ca_4").hide();
  
  $("#case_1").removeClass("redactive");
  $("#case_2").addClass("redactive");
  $("#case_3").removeClass("redactive");
  $("#case_4").removeClass("redactive"); 

 
 });

$("#case_3").mouseover(function() {
 
  $("#ca_1").hide();
  $("#ca_2").hide();
  $("#ca_3").show();
  $("#ca_4").hide();
  
   $("#case_1").removeClass("redactive");
  $("#case_2").removeClass("redactive");
  $("#case_3").addClass("redactive");
  $("#case_4").removeClass("redactive"); 


 });

$("#case_4").mouseover(function() {
 
  $("#ca_1").hide();
  $("#ca_2").hide();
  $("#ca_3").hide();
  $("#ca_4").show();
  
   $("#case_1").removeClass("redactive");
  $("#case_2").removeClass("redactive");
  $("#case_3").removeClass("redactive");
  $("#case_4").addClass("redactive"); 

  
  
 });




 });    
   
   

</script>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
  <!-- Header starts -->
  <div class="header">
    <div class="logo"><a href="index.htm"><img src="images/logo.png" height="66" width="300" alt="Mantra" style="border:none;"/></a></div>
    <div class="top_right">
      
    <div class="request_tab"><h3><a href="#" onclick="reqQuote(); return false();"><img src="images/req_btn.png" width="166" height="33" border="0"></a></h3></div>     
         
    <div class="global">
    <p class="title">Global offices:</p>
         <select id="selWorldWide" class="world_wide" onchange="showOffice(); return false;">
           <option value="WorldWide">WorldWide</option>
           <option value="Head Office (USA)">Head Office (USA)</option>
           <option value="Kansas City Sales Office">Kansas City Sales Office</option>
           <option value="Dubai Sales Office">Dubai Sales Office</option>
           <option value="India Development Center (ODC)">India Development Center (ODC)</option>
         </select> 
      </div>
    </div>
  </div>
  <!-- Header ends -->
  <!-- navigation starts -->
   <!-- navigation starts -->
  <div id="ddtopmenubar" class="mattblackmenu">
        <ul>
          <li><a href="outsourcing/index.htm" rel="ddsubmenu1">Services</a></li>
          <li><a href="testing/index.htm" rel="ddsubmenu1">Testing / SQA </a></li>
          <li><a href="solutions/index.htm" rel="ddsubmenu2">Solutions</a></li>
          <li><a href="about/mantra-clients-and-verticals-list.htm" rel="ddsubmenu3">Industries</a></li>
          <li><a href="technology/index.htm" rel="ddsubmenu3">Technologies</a></li>
          <li><a href="about/index.htm" rel="ddsubmenu6">About Us</a></li>
          <li><a href="technology/mobile-computing-solutions.htm" rel="ddsubmenu5">Mobile Apps</a></li>
          <li><a href="outsourcing/why-outsource-with-mantrasys.htm">Why Mantra?</a></li>
          <li><a href="contact/index.htm" rel="ddsubmenu7">Contact Us</a></li>
          <li><a href="blogs/index.htm">Blog</a></li>
        </ul>
      </div>
    <ul id="ddsubmenu1" class="ddsubmenustyle">
    <li><a href="adm/index.htm">Application Development</a></li>
    <li><a href="adm/application-maintenance.htm">Application Maintenance</a></li>
    <li><a href="adm/website-development-ria.htm">Web Development/RIA</a></li>
    <li><a href="governance/index.htm">Advisory Services</a>
      <ul>
        <li><a href="governance/outsourcing-knowledge.htm">Knowledge Management</a></li>
        <li><a href="governance/outsourcing-strategy.htm">Strategy / Advisory</a></li>
        <li><a href="governance/outsourcing-resource.htm">Vendor Management</a></li>
        <li><a href="governance/offshoring-project-management.htm">Governance / ROI</a></li>
      </ul>
    </li>
    <li><a href="governance/index.htm">Managed Services</a></li>
    <li><a href="solutions/offshore-technical-support.htm">Customer Care</a></li>
  </ul>
      <ul id="ddsubmenu1" class="ddsubmenustyle">
    <li><a href="testing/offshore-strategic-testing.htm">Testing Strategy</a></li>
    <li><a href="testing/offshore-functional-testing.htm">Functional Testing</a></li>
    <li><a href="testing/offshore-integration-testing.htm">Integration Testing</a></li>
    <li><a href="testing/offshore-regression-testing.htm">Regression Testing</a></li>
    <li><a href="testing/offshore-security-testing.htm">Security Testing</a></li>
    <li><a href="testing/offshore-localization-globalization-testing.htm">Acceptance Testing</a></li>
  <li><a href="testing/offshore-testing-automation.htm">Test Automation</a></li>
      </ul>
      <!--Top Drop Down Menu 2 HTML-->
      <ul id="ddsubmenu2" class="ddsubmenustyle">
        <li><a href="solutions/cloud-computing-saas-solutions.htm">Cloud Computing/SaaS</a></li>
        <li><a href="solutions/data-warehouse-BI-solutions.htm">Data Warehouse/BI</a></li>
        <li><a href="solutions/Rule-based-business-engine.htm">Rule Based Computing</a></li>
        <li><a href="solutions/offshore-product-reengineering.htm">Product Re-Engineering</a></li>
        <li><a href="solutions/technical-documentation-outsourcing.htm">Content Management System</a></li>
        <li><a href="solutions/offshore-technical-support.htm">Application Support</a></li>
        <li><a href="technology/opensource-solutions.htm">Open Source/Lamp Solution</a></li>
        <li><a href="solutions/Implementation-and-support-solutions.htm">Product Implementation</a></li>
      </ul>
      <!--Top Drop Down Menu 3 HTML-->
      <ul id="ddsubmenu3" class="ddsubmenustyle">
        <li><a href="solutions/financial-banking-solutions.htm">Banking / Financial Services</a></li>
        <li><a href="solutions/healthcare-outsourcing.htm">Healthcare</a></li>
        <li><a href="solutions/telecom-solutions.htm">Telecommunication</a></li>
        <li><a href="about/case-studies.htm">Case Studies</a>
          <ul>
            <li><a href="about/mantra-client-adm.htm">App Dev & Maintenance</a></li>
            <li><a href="about/mantra-client-data-warehouse.htm">Data Warehouse /BI</a></li>
            <li><a href="about/mantra-client-healthcare-conversion.htm">Healthcare App. Porting</a></li>
            <li><a href="about/mantra-client-reengineering.htm">Product Re-Engineering</a></li>
            <li><a href="about/mantra-client-software-testing.htm">Software Testing</a></li>
          </ul>
        </li>
        <li><a href="models/index.htm">Delivery Models</a></li>
      </ul>
      <ul id="ddsubmenu3" class="ddsubmenustyle">
        <li><a href="technology/database-solutions.htm">Database</a></li>
        <li><a href="technology/dot-net-services/dot-net-solutions.htm">Microsoft Framework</a></li>
        <li><a href="technology/java-j2ee-solutions.htm">Java/J2EE</a></li>
        <li><a href="technology/Offshore-PHP-development.htm">PHP Development</a></li>
        <li><a href="technology/Offshore-Reporting-Business-Intelligence-BI-Development-solutions.htm">Reporting and BI</a></li>
        <li><a href="technology/offshore-Ruby-on-Rails-development.htm">Ruby and Rails</a></li>
        <li><a href="technology/offshore-sharepoint-development.htm">SharePoint Solution</a></li>
        <li><a href="technology/Offshore-SQL-Server-DBA-Development-solutions.htm">SQL Server Solution</a></li>
      </ul>
      <ul id="ddsubmenu5" class="ddsubmenustyle">
        <li><a href="technology/android-application-development-solutions.htm">Android Apps Development</a></li>
        <li><a href="technology/iPad-application-development-solutions.htm">iPad App Development</a></li>
        <li><a href="technology/iPhone-application-development-solutions.htm">iPhone App Development</a></li>
        <li><a href="technology/Offshore-blackberry-application-development-solutions.htm">BlackBerry App Development</a></li>
        <li><a href="technology/windows-mobile-application-development-solutions.htm">Windows Mobile Development</a></li>
      </ul>
      <ul id="ddsubmenu6" class="ddsubmenustyle">
        <li><a href="about/mantrasys-value-addition-approach.htm">Value Addition</a></li>
        <li><a href="about/mantrasys-management-team.htm">Management</a></li>
        <li><a href="about/mantra-partnership.htm">Partners</a></li>
        <li><a href="about/mantra-clients-and-verticals-list.htm">Client Testimonials</a></li>
      </ul>
       <ul id="ddsubmenu7" class="ddsubmenustyle">
        <li><a href="about/mantrasys-global-locations.htm">Location</a></li>
        <li><a href="contact/mantrasys-job-openings.htm">Careers</a></li>
        <li><a href="about/sitemap.htm">Sitemap</a></li>
        <li><a href="about/pressrelease.htm">Press Releases</a></li>
        <li><a href="about/events.htm">Events</a></li>
      </ul>
  <!-- navigation ends-->
  <!-- banner-->
  <div class="banner">
    <div id="content">
      <div id="slider">
        <ul >
          <li><a href="solutions/financial-banking-solutions.htm" style="border:none;"><img src="images/banner_image_1.jpg" border="0"/></a></li>
          <li><a href="solutions/healthcare-outsourcing.htm"><img src="images/banner_image_2.jpg" border="0"/></a></li>
          <li><a href="about/mantra-client-software-testing.htm"><img src="images/banner_image_3.jpg" alt="Css Template Preview"  border="0"/></a></li>
          <li><a href="technology/mobile-computing-solutions.htm"><img src="images/banner_image_4.jpg" alt="Css Template Preview"  border="0"/></a></li>
          <li><a href="adm/index.htm"><img src="images/banner_image_5.jpg" alt="Css Template Preview"  border="0"/></a></li>
          <li><a href="solutions/cloud-computing-saas-solutions.htm"><img src="images/banner_image_6.jpg" alt="Css Template Preview" border="0"/></a></li>
        </ul>
      </div>
    </div>
  
  </div>
  <!-- banner ends-->
  
  <div class="new_news">
    <span id="commentID" style="display:none;">1</span>
    <span class="comment"><strong>Clients Comments:-</strong></span>
    <span id="clientComments1" class="comment1">Mantra has a dedicated Mobile Center of Excellence (CoE) and a large expert developer team working on mobile computing solutions.</span>
    <span id="clientComments2" class="comment2">Both onshore and offshore engineers at Mantra Technologies have accumulated many years of experience. </span>
    <span id="clientComments3" class="comment2">Mantra Technologies provides a range of services on Modern ASP.Net with the support of our rich web application development expertise.</span>
    <div class="btns">
            <a href="#" class="left_btn" onclick="slideComments('prev'); return false;"><img src="images/left_btn.png" width="5" height="9" border="0" /></a>
            <a href="#" class="left_btn" onclick="slideComments('next'); return false;"><img src="images/right_btn.png" width="5" height="9" border="0"></a>
    </div>
    
    
    
  </div>
  
  <!-- buss_sol-->
  <div id="content1">
    <div class="prod_info">
      <div class="development">
        <div class="prod_deve2" id="link1"><a href="#">Product Development</a></div>
        <div class="prod_deve2" id="link2"><a href="#">Technologies </a></div>
        <div class="prod_deve2" id="link3"><a href="#">Business Solutions </a></div>
        <div class="prod_deve2" id="link4"><a href="#">Offshore Software Testing </a></div>
        <div class="prod_deve2" id="link5"><a href="#">Mantra Advantage </a></div>
        <div class="prod_deve2" id="link6"><a href="#">Case Studies </a></div>
        <div class="prod_deve2" id="link8"><a href="#">Media and Videos</a></div>

        <div class="prod_deve2_last" id="link7"><a href="#"></a></div> 
      </div>
      <div class="prod_right_info" id="pane1">
        <div class="sub_links2">
          <ul class="reset">
            <li id="sub-menu1" ><a href="#">Application Development</a></li>
            <li id="sub-menu2"><a href="#">Product Reengineering</a></li>
            <li id="sub-menu3"><a href="#">Software Quality Assurance</a></li>
            <li id="sub-menu4"><a href="#">Web Development / RIA</a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="sub-link1">
          <p class="fullwid innova">Innovation Thrives with Mantra's Application Development Solutions</p>
          <div class="info2">
            <div class="setting"><img src="images/setting_img.png" width="149" height="109" /></div>
            <p class="info3">Both onshore and offshore engineers at Mantra Technologies have accumulated many years of experience. Using our unique Global Sourcing Model, we provide our clients with superior quality Software Product development and QA services. mSource, Our proven methodology spans the entire lifecycle of Software Product development, from scoping to implementation and beyond.<br />
              <br />
              The Mantra team&rsquo;s specialty is <strong>turnkey software product development</strong>. We offer our   clients a full range of software development services and methodologies. <a href="adm/index.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="sub-link2">
          <p class="fullwid innova">Product Rewrite: Mantra's Blue Ocean Strategy for Your Business</p>
          <div class="info2">
            <p>How to reengineer a product to whole new level? How to think 'out-of-the-box'? Why to play the game differently than your competition, when you can let Mantra help you to change the game? Which new technology really is right for the product? How do you make sure the Cloud strategy is implemented correctly?<br />
              <br />
              How do you ensure that you have buy-in form your existing client base into your new product?
              
              For answers to these and many other questions, companies have been partnering with Mantra.<br />
              <a href="about/mantra-client-reengineering.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="sub-link3">
          <p class="fullwid innova">Offshore Testing : Reduced Support Costs. Better Quality!</p>
          <div class="info2">
            <p>At Mantra, we believe that the best way to boost product revenues and brand is to identify and eliminate product issues before client finds about them. While other development firms don&rsquo;t include Expert Software Quality Assurance among their core service offerings, Mantra team regards end-to-end Software Testing / SQA as an indispensable phase of the development process. SQA is core expertise and offering of Mantra! <br />
<a href="testing/index.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="sub-link4">
          <p class="fullwid innova">Website Development / Rich Internet Applications (RIA)</p>
          <div class="info2">
            <p>Mantra has extensive experience in Website development and Website engineering. mantra has a dedicated team of engineers working on various aspects of websites and Rich Internet Applications. <br />
              <br />
              Mantra has worked on various web based applications and technologies related to Web Design, Web Content Development, Animation, Online stores, e-Commerce, Shopping Carts, Client / Server side Programming, Web Services, Search engine optimization, Search Engine Marketing, Cloud Computing Solutions, SaaS applications and many more.<br />
<a href="adm/website-development-ria.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
      </div>
      <div class="prod_right_info" id="pane2">
        <div class="sub_links2">
          <ul class="reset">
            <li id="tec_menu_1"><a href="#">Microsoft .NET Framework</a></li>
            <li id="tec_menu_2"><a href="#">Java / Java EE Solutions</a></li>
            <li id="tec_menu_3"><a href="#">Opensource</a></li>
            <li id="tec_menu_4"><a href="#">Mobile / Android Apps</a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="tec_1">
          <p class="fullwid innova">Microsoft .NET Center of Excellence (CoE)</p>
          <div class="info2">
            <div class="setting"><img src="images/dot_net.png" width="149" height="109" /></div>
            <p class="info3">Mantra Technologies provides a range of services on Modern ASP.Net with the support of our rich web application development expertise and many years of ASP.NET development experience since the early days of .Net Framework 1.0. Mantra's 100+ strong team has strong technology experience in .NET and various technologies, tools and industry trends associated with it.<br />
              <br />
              Here are the services that we provide from our .NET Center of Excellence (CoE) in Pune, India. <br />
<a href="technology/dot-net-services/dot-net-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="tec_2">
          <p class="fullwid innova">Java / J2EE / J2ME Development and Center of Excellence (CoE)</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Mantra has a large, dedicated team of Java Engineers working on various projects for our clients on this platform. Mantra has deep experience in delivering fault-tolerant, distributed, multi-tier applications based on modular components running on an application server.<br />
              <br />
              Mantra's Java experience spans several projects and specifications, such as: JDBC, RMI, e-mail, JMS, web services, XML, etc. Mantra teams have also successfully worked on Java components.<br /><a href="technology/java-j2ee-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="tec_3">
          <p class="fullwid innova">OpenSource LAMP based Business Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Mantra has a dedicated team and resources working on LAMP based solutions for many of its clients. Many small and mid size business chose LAMP platform for higher ROI. While working on LAMP, you need a partner that has a proven experience and deep expertise to get your ideas off to successful implementation.<br />
              <br />
              Mantra provides you that trusted partnership!
              
              Mantra has implemented many projects, for clients in various domain such as Banking, Financial Services and Insurance, Healthcare, etc., based on Opensource Technology.<br /><a href="technology/opensource-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="tec_4">
          <p class="fullwid innova">Global Mobile Development Center of Excellence</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Mantra has a dedicated Mobile Center of Excellence (CoE) and a large expert developer team working on mobile computing solutions and mobile applications. Mantra has experience in various development tools used for developing applications for iPhone, Blackberry and Android phones.<br />
              <br />
              The smart phone market is among the fastest growing sectors currently with all major players vying with each other in bringing new offerings to the market first.<br /><a href="solutions/mobile-computing-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
      </div>
      <div class="prod_right_info" id="pane3">
        <div class="sub_links2">
          <ul class="reset">
            <li id="develop_1"><a href="#">SaaS / Cloud Computing</a></li>
            <li id="develop_2"><a href="#">Banking / Financials</a></li>
            <li id="develop_3"><a href="#">Healthcare</a></li>
            <li id="develop_4"><a href="#">Telecommunication</a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="dev_1">
          <p class="fullwid innova">Develop and Implement Your SaaS Faster, Better and Cheaper!</p>
          <div class="info2">
            <div class="setting"><img src="images/develop.png" width="149" height="109" /></div>
            <p class="info3">Many software vendors (ISVs) have partnered with Mantra to leverage our offshore delivery model to migrate their existing application to a web based, cloud computing model. Many of our clients have benefited from Mantra's global delivery model to speed up time to market with their Software-as-a-Service (SaaS) offerings. Mantra team can help you through all the SDLC phases to migration to SaaS and Cloud computing.<br /><a href="solutions/cloud-computing-saas-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;" id="dev_2">
          <p class="fullwid innova">Financial &amp; Banking Product Development Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Mantra has successfully implemented several projects in Banking, Financial and Insurance domain.  One of Mantra&rsquo;s most high-profile successes involved the development of a custom for one of the largest banks in the United States. Using Microsoft .NET technology, Mantra developed a user-friendly smart client application designed to capture, allocate, disburse, and report commission, taking currency fluctuations and trends into account.<br />
              <br />
              Mantra has stronger domain knowledge in Banking, Financial and Insurance sector, particularly in: Capital Markets, Commission management. <br />
<a href="solutions/financial-banking-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="dev_3">
          <p class="fullwid innova">Mantra's Healthcare Software Development Expertise</p>
          <div class="info2">
            <p class="info3" style="width:auto;">For several years, Mantra has partnered with many leading international healthcare providers and other industry leaders. In the process, we have cultivated a deep understanding of what it takes to help healthcare companies achieve and maintain market position in this highly competitive industry.<br />
              <br />
              Mantra team will help you identify, prioritize, plan, and implement the latest technology solutions to help your organization thrive. Some of the key healthcare IT projects that we have implemented are listed below.<br /><a href="solutions/healthcare-outsourcing.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="dev_4">
          <p class="fullwid innova">Telecom and Call Center Software Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;"><strong>Asterisk Development</strong><br />
              Asterisk is the most popular and extensible open source telephone system in the world, offering flexibility, functionality and features not available in advanced, high cost proprietary business systems.<br />
              <br />
              <strong>Call Center Software Development, Maintenance &amp; Re-engineering</strong><br />
              Mantra took over maintenance and technical support of a leading US based Call Center Software. Software was based on DiaLogic calling solutions and later was integrated with NMS. <a href="solutions/telecom-solutions.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
      </div>
      <div class="prod_right_info" id="pane4">
        <div class="sub_links2">
          <ul class="reset">
            <li id="offshore_software_1"><a href="#">Testing, Integration Testing</a></li>
            <li id="offshore_software_2"><a href="#">Localization, Security Testing</a></li>
            <li id="offshore_software_3"><a href="#">Functionality, Testing Automation</a></li>
            <li id="offshore_software_4"><a href="#">Offshore Testing</a></li>
            <li id="offshore_software_5"><a href="#">Regression Testing </a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="offshore_1">
          <p class="fullwid innova">Develop and Implement Your SaaS Faster, Better and Cheaper!</p>
          <div class="info2">
            <div class="setting"><img src="images/testing.png" width="149" height="109" alt="Testing" /></div>
            <p class="info3">If product testing is carried out in a disorganized, erratic manner, it&rsquo;s unlikely that highly accurate results will be achieved. In order to ensure that you get the most from the testing process, the Mantra team specializes in strategic testing.<br />
              <br />
              Mantra's senior test experts start at high level road map and business goals to be achieved. It then details all phases and testing road-map with ROI metrics.<br /><a href="testing/offshore-strategic-testing.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="offshore_2">
          <p class="fullwid innova">Offshore Localization Testing: UI, Menus, Text, Help files, Usability</p>
          <div class="info2">
            <p class="info3" style="width:auto;">After you&rsquo;ve traversed the long road of product development, the last thing you need is an unexpected problem that could delay your planned roll-out. The Mantra team is well-equipped to scrutinize your pre-release product for all potential globalization, localization, UI, accessibility, and usability issues.<br /><a href="testing/offshore-localization-globalization-testing.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="offshore_3">
          <p class="fullwid innova">Functionality Testing: Eliminate the Possibility of Failure!</p>
          <div class="info2">
            <p class="info3" style="width:auto;">A complete functionality testing is very important before the implementation of a New Program, Beta, Application version 1.0, or New System. End-to-end functional testing can avoid all the difficulties and unknowns that are usually associated with a new Release. Mantra&rsquo;s functionality testing team minimizes the possibility of failure through smart, targeted, strategic analysis of your current system and its interaction with new and updated components.<br />
              <br />
              Unless our customers have already established full test plans, encompassing all test cases and test scenarios, we strongly recommend using the Mantra team for functionality testing. <a href="testing/offshore-functional-testing.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="offshore_4">
          <p class="fullwid innova">Offshore Software Testing Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;">At Mantra, we believe that the best way to eliminate problems is to identify and eliminate them before they crop up. Many other development firms don&rsquo;t include expert testing among their core service offerings, but the Mantra team regards testing as an indispensable phase of the development process.<br />
              <br />
              <strong>Mantra's QA Solutions Reduce Support Cost<br />
              </strong>Typically, clients who elect to use the services of our expert offshore testing team enjoy a 40% to 60% reduction in their subsequent use of our support services. <a href="testing/index.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="offshore_5">
          <p class="fullwid innova">Regression Testing : Optimal &lsquo;before and after&rsquo; Evaluation of Projects</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Software Regression testing is very important aspect of larger projects. Mantra's Regression Testing Center of Excellence(CoE) is a state-of-the-art testing facility equipped with all the tools, servers and testing environment necessary for testing large and small products, to ensure smooth releases.<br />
              <br />
              This type of testing, carried by our Offshore teams, ensures that there are no adverse impacts on the existing functionality of the product due to new functionalities that have been integrated or bugs that have been fixed in previous releases.<br /><a href="testing/offshore-regression-testing.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
      </div>
      <div class="prod_right_info" id="pane5">
        <div class="sub_links2">
          <ul class="reset">
            <li id="mantra_1"><a href="#">Why Partner with Mantra?</a></li>
            <li id="mantra_2"><a href="#">Local Global Company</a></li>
            <li id="mantra_3"><a href="#">Mantra Guarantee</a></li>
            <li id="mantra_4"><a href="#">Client Testimonials </a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="m_1">
          <p class="fullwid innova">Develop and Implement Your SaaS Faster, Better and Cheaper!</p>
          <div class="info2">
            <div class="setting"><img src="images/why_mantra.png" width="149" height="109" alt="Mantra" /></div>
            <p class="info3">&quot;Real question would be - why wouldn't you work with Mantra? Here is a company that goes above and beyond to meet client requirements, ensures project success and never looses the focus from ultimate business goal. What's more; Mantra will even tell you if there are better alternatives to meet your requirements, even when that means 'no business for Mantra'! Now, that's true partnership!&quot; <br /><a href="outsourcing/why-outsource-with-mantrasys.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="m_2">
          <p class="fullwid innova">Local Global Company</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Global Product Development and Global Delivery is increasingly moving to a combined onshore / offshore model. The onshore consulting partner offshores the resource-heavy bulk of the work but retains the high value specialist element - as well as the client relationship. Companies who outsource get the best of both worlds - a local partner but the advantage of offshore costs.<br />
              <br />
              The advantage of this model is that it facilitates outsourcing for small and medium sized businesses and even for start-ups. <br /><a href="about/index.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="m_3">
          <p class="fullwid innova">Why Companies Choose Mantra Over Traditional Offshore Providers?</p>
          <div class="info2">
            <p class="info3" style="width:auto;">With so many different providers, locations and vertically placed niche players - it is harder than ever to choose the right outsourcing partner. The one point that differentiates Mantra from Traditional Off shoring Providers is its unique execution methodology.<br />
              <br />
              Mantra is not offshore-only or sourcing-only provider. When they choose to work with us, our clients get lot more from Mantra - in terms of expertise, industry experience and 'out-of-the-box' thinking that they find hard to get by some of the traditional, long distance providers.<br />
<a href="outsourcing/mantra-gurantee.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="m_4">
          <p class="fullwid innova">Domain Expertise for Effective Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;">More than 60% of Mantra's business is repeat business.. from existing customers. Most of the partnerships that Mantra has developed span number of years. Mantra is a unique company in a way that every customer, small and large, can expect superior quality, affordable price and process excellence.<br />
              <br />
              For Mantra, every relationship is unique and important. At Mantra, everyday is a beginning... a desire to stay competitive and deliver more to our partners.<br /><a href="about/mantra-clients-and-verticals-list.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
      </div>
      <div class="prod_right_info" id="pane6">
        <div class="sub_links2">
          <ul class="reset">
            <li id="case_1"><a href="#">App Porting & DB Conversion</a></li>
            <li id="case_2"><a href="#">.NET Product Development</a></li>
            <li id="case_3"><a href="#">SaaS Re-engineering</a></li>
            <li id="case_4"><a href="#">Client Testimonials</a></li>
          </ul>
        </div>
        <div style="float:left; width:770px;" id="ca_1">
          <p class="fullwid innova">Develop and Implement Your SaaS Faster, Better and Cheaper!</p>
          <div class="info2">
            <div class="setting"><img src="images/database.png" width="149" height="109" alt="Database" /></div>
            <p class="info3">Additional Read: <strong>Mantra Case Studies</strong><br />
              <br />
              Mantra has successfully provided consulting and IT outsourcing services to many businesses and Fortune 500 corporations. Here is a list of vertical markets that represent Mantra's client base.<br />
              <br /><a href="about/mantra-client-adm.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="ca_2">
          <p class="fullwid innova">Case Study: Outsourced Product Developement (Financial)</p>
          <div class="info2">
            <p class="info3" style="width:auto;">Additional Read: <strong>Mantra Case Studies</strong><br />
              <br />
              Mantra has successfully provided consulting and IT outsourcing services to many businesses and Fortune 500 corporations. Here is a list of vertical markets that represent Mantra's client base. <br />
              <br /><a href="about/mantra-client-adm.htm" style="color:#037ec4; text-decoration:none;">Read More</a>
            </p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="ca_3">
          <p class="fullwid innova">Case Study: How Did a Financial ISV Ee-engineered an Application? </p>
          <div class="info2">
            <p class="info3" style="width:auto;"><strong>Project  &ndash;</strong> Product Re-engineering / Optimization<br />
              <strong>Domain &ndash;</strong> Banking / Financial<br />
              <strong>Challenges &ndash;</strong> Customer needed to &ndash; find the hot-spots within the application, re-engineer and re-write those, improve the product quality, quickly port to the next generation.<br />
              <strong>Mantra&rsquo;s Solution &ndash;</strong> Starting with domain knowledge and understanding Mantra established technical leadership in offshore teams, worked very closely with management and IT teams, worked round the clock for effective time management, set increasingly harder timelines and met all those, improved code quality and application dependability. <a href="about/mantra-client-reengineering.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        <div style="float:left; width:770px;" id="ca_4">
          <p class="fullwid innova">Domain Expertise for Effective Solutions</p>
          <div class="info2">
            <p class="info3" style="width:auto;">More than 60% of Mantra's business is repeat business.. from existing customers. Most of the partnerships that Mantra has developed span number of years. Mantra is a unique company in a way that every customer, small and large, can expect superior quality, affordable price and process excellence.<br />
              <br />
              For Mantra, every relationship is unique and important. At Mantra, everyday is a beginning... a desire to stay competitive and deliver more to our partners.<br />
<a href="about/mantra-clients-and-verticals-list.htm" style="color:#037ec4; text-decoration:none;">Read More</a></p>
          </div>
        </div>
        
        
      </div>
      
      <div class="prod_right_info" id="pane8">
         
      <iframe width="295" height="200" src="http://www.youtube.com/embed/s6lhZ69q-6s?rel=0" frameborder="0" allowfullscreen></iframe>&nbsp;&nbsp;
      <iframe width="295" height="200" src="http://www.youtube.com/embed/_TDLRZI3vB8?rel=0" frameborder="0" allowfullscreen></iframe>
      </div>
    </div>
     
    <!-- prod_info end-->
  
    <!--follow-->
    <div class="follow_us_sec">
    
        <div class="social_link" style="margin-top:18px;">
              <!-- AddThis Button BEGIN -->

<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_favorites"></a>
<a class="addthis_button_print"></a>
<span class="addthis_separator">|</span>
<a href="http://www.addthis.com/bookmark.php?v=250&amp;username=mantrasys" class="addthis_button_expanded" style="color:#fff;">More</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=mantrasys"></script>
<!-- AddThis Button END -->

              </div>
    <div class="mob_apps" style="margin-right:80px; margin-top:2px;"><a href="solutions/cloud-computing-saas-solutions.htm"><img src="images/saas.png" width="245" height="52" border="0" /></a></div>
    
    <div class="mob_apps"><a href="technology/mobile-computing-solutions.htm"><img src="images/mob_apps.png" border="0" /></a></div>
    
<div class="mob_apps_2"><a href="about/mantra-client-software-testing.htm"><img src="images/software_qa.png" alt="Software QA Center of Excellence" width="194" height="53" border="0" /></a></div>
       <div class="mob_apps"><a href="testing/index.htm"><img src="images/testing_sqa1.png" width="161" height="56" border="0" /></a></div>
        
    </div>
    <!--follow end-->
  </div>
  
  <script type="text/javascript">
ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
</script>
</div>
<!-- buss_sol end-->
<!-- prod_info-->
<div id="reqQuote" class="reqQuoteForm">
    <div class="request_main">
        <div class="request_left"></div>
        <div class="mid_request"><label style="float:left;">Request An Instant Quote</label> <a href="#" onclick="reqQuote(); return false;" style="float:left; margin-top:8px; margin-left:30px;"><img src="images/close_icon.png" width="22" height="22" border="0" /></a></div>
        <div class="right_req"></div>
    </div>
       
    <div class="main_table">
        <div class="left_table"></div>
        <div class="table_main">
        <div class="form">
       <form name="appointmentform" method="post" action="send_email_form.php">
<div class="form">
          <table height="263" width="205" cellpadding="2" cellspacing="2">
            <tr>
              <td width="68" height="25"><label for="first_name">Name</label></td>
              
              <td width="213"><input  type="text" name="first_name" id="first_name"></td>
            </tr>
            <tr>
              <td height="25"><label for="email">Email ID</label></td>
              
              <td><input  type="text" name="email" id="email" ></td>
            </tr>
            <tr>
              <td height="25"><label for="telephone">Phone</label></td>
              
              <td><input  type="text" name="telephone" id="telephone"></td>
            </tr>
            <tr>
              <td height="25" colspan="2"><label for="comments">Message</label></td>
              
            
            </tr>
            <tr>
           <td height="103" colspan="2"><textarea  name="comments" id="comments" cols="25" rows="5"></textarea>
               </td>
            </tr>
            <tr>
              <td> <input type="submit" value="Submit"><!--<img src="../images/submit.png" height="25" width="63" />--></td>
              
              <td><input type="reset" value="Reset"><!--<img src="../images/reset.png" height="25" width="63" />--></td>
            </tr>
          </table>
        </div>
        </form>
        </div>
        </div>
        <div class="right_table"></div>
    </div>
    
    
</div>

<div id="headOfficeBox" class="worldWideBox">
    <div class="pop_up_2">
        <div class="top_round"></div>
        <div class="mid_round">
            <div class="mid_content">
                <div class="deve_heading">
                    <div class="title2">Head Office (USA)</div>
                    <div class="close1"><a href="" onclick="closeOffice('Head Office (USA)'); return false;"><img src="images/1322744486_cross_circle_frame.png" height="16" width="16" alt="img" border="0" /></a></div>
                </div>
                <P class="address">
                    <strong>Mantra Technologies</strong><br/>
                   284 S Main Street,Suite 700<br />
                   Alpharetta GA 30009<br />
                   Phone : 678.743 1120<br />
                   Fax : 678.868.1084
                </P>
            </div>
        </div>
        <div class="bottom_round"></div>
    </div>
</div>

<div id="kansasCitySalesBox" class="worldWideBox">
    <div class="pop_up_2">
        <div class="top_round"></div>
        <div class="mid_round">
            <div class="mid_content">
                <div class="deve_heading">
                    <div class="title2">Kansas City Sales office</div>
                    <div class="close1"><a href="" onclick="closeOffice('Kansas City Sales Office'); return false;"><img src="images/1322744486_cross_circle_frame.png" height="16" width="16" alt="img" border="0" /></a></div>
                </div>
                <P class="address">
                    <strong>Mantra Technologies</strong><br/>
                   4613 SW Gull Point Drive,<br />
                    Lee&rsquo;s Summit, MO 64082<br />
                    Phone: 303-319-8666 <br />
                    </P>
            </div>
        </div>
        <div class="bottom_round"></div>
    </div>
</div>


<div id="dubaiSalesBox" class="worldWideBox">
    <div class="pop_up_2">
        <div class="top_round"></div>
        <div class="mid_round">
            <div class="mid_content">
                <div class="deve_heading">
                    <div class="title2">Dubai Sales Office</div>
                    <div class="close1"><a href="" onclick="closeOffice('Dubai Sales Office'); return false;"><img src="images/1322744486_cross_circle_frame.png" height="16" width="16" alt="img" border="0" /></a></div>
                </div>
                <P class="address">
                    <strong>Mantra Technologies</strong><br/>
                    Anant Panse,<br />
                    Pace Technologies FZC,<br />
                    Dubai, UAE<br />
                    Phone &ndash; +971 50 6547670<br />
                    </P>
            </div>
        </div>
        <div class="bottom_round"></div>
    </div>
</div>




<div id="indiaDevelopmentBox" class="worldWideBox">
    <div class="pop_up_2">
        <div class="top_round"></div>
        <div class="mid_round">
            <div class="mid_content">
                <div class="deve_heading">
                    <div class="title2">India Development Center (ODC)</div>
                    <div class="close1"><a href="" onclick="closeOffice('India Development Center (ODC)'); return false;"><img src="images/1322744486_cross_circle_frame.png" height="16" width="16" alt="img" border="0" /></a></div>
                </div>
                <P class="address">
                    <strong>Mantra Technologies</strong><br/>
                   Fifth Floor, The Chambers,<br />
                   CTS No. 127, 128 & 120,<br />
                   Plot No. 4, 12 & 13, Near Ganpati Temple,<br />
                   Viman Nagar, Pune - 14, Maharashtra, India.<br />
                   Phone: +91 20 64011634,<br />
                   +91 989 066 0086<br />
                   email: odc@mantrasys.com 
                </P>
            </div>
        </div>
        <div class="bottom_round"></div>
    </div>
</div>









         
<div class="footer">
  <div class="foot_links">
    <ul class="reset">
      <li><a href="outsourcing/index.htm">Services</a></li>
      <li><a href="testing/index.htm">Testing / SQA</a></li>
      <li><a href="solutions/index.htm">Solutions</a></li>
      <li><a href="about/mantra-clients-and-verticals-list.htm">Industries</a></li>
      <li><a href="technology/index.htm">Technologies</a></li>
      <li><a href="about/index.htm">About Us</a></li>
      <li><a href="technology/mobile-computing-solutions.htm">Mobile Apps</a></li>
      <li><a href="outsourcing/why-outsource-with-mantrasys.htm">Why Mantra?</a></li>
      <li><a href="contact/index.htm">Contact Us</a></li>
      <li style="background:none;"><a href="blogs/index.htm">Blog</a></li>
    </ul>
  </div>
  <div class="copy_right">Copyright &copy; Spring-12 Mantra Technologies | <a href="../contact/privacy-policy.htm">Privacy Policy</a></div>
</div>     
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">  
</script>
<script type="text/javascript">
_uacct = "UA-1454114-1";
urchinTracker();
</script>
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1454114-1";
urchinTracker();
</script>                                                                                                                   
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">  
</script>
<script type="text/javascript">
_uacct = "UA-1454114-1";
urchinTracker();
</script>
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "
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...