CINXE.COM
Web Design Princeton NJ | Mobile Responsive Wordpress Ecommerce website development | PING
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <title>Web Design Princeton NJ | Mobile Responsive Wordpress Ecommerce website development | PING</title> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> <meta name="description" content="Princeton Internet Group (PING) is a professional full-service, award-winning web design and digital interactive marketing agency that combines strategic consulting, creativity and technology to provide innovative digital solutions. PING was formed in 1995 to serve the needs of clients who wish to create a high quality presence on the Internet. PING specializes in the technical and creative aspects of building innovative interactive on-line applications. PING provides a full range of services designed to bring the benefits of on-line commerce and communications to clients in a cost-effective manner. The rapidly evolving world of the Internet requires continuous development and implementation of emerging technologies. We are positioned to help the client take advantage of these new opportunities as they become viable. The staff of PING has combined experience in the full spectrum of technologies which are required to design, implement and support state-of-the art Web applications, now and in the future." /> <meta name="keywords" content="Princeton, NJ, web design, designers, web development, professional, web sites, websites, graphic design, e-commerce, Internet, intranet, extranet, mobile, web consulting, Flash, wireless, responsive, mobile solutions, Princeton Internet Group, PING, New Jersey, multimedia, Internet development, Internet consulting, creative, technology, information technology, web expertise, digital video, CD-ROM, development, digital strategy, web solutions, web challenges, interactive, designers, database development, system integration, animation, hosting, HTML, java, wireless applications, javascript, custom application development, corporate logos, coporate identity, corporate id, branding, online design, online development, interactive, web site creation, digital solutions, new media, programming, enterprise business solutions, strategic consulting, infrastructure, award-winning" /> <!-- Princeton Internet Group, Inc. (PING) http://www.pingsite.com We create sophisticated applications for a wide range of purposes including Websites, Intranets/Extranets, database applications, on-line education, hubsites, multimedia, and on-line commerce. All contents Copyright © 2014 Princeton Internet Group , Inc. (PING) --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"/> <!-- Responsive Dropdown Menu from Tessa Thornton ** part 2 is in footer include ** http://webdesign.tutsplus.com/tutorials/big-menus-small-screens-responsive-multi-level-navigation--webdesign-8452 --> <link rel="stylesheet" href="rdm_menu/rdm_style.css" type="text/css" media="screen and (max-width: 719px)" /> <link rel="stylesheet" href="./css/base_simplegrid.css" type="text/css" media="all" /> <!--[if lt IE 9 ]><link rel="stylesheet" href="./css/720_simplegrid.css" type="text/css" /><![endif]--> <link rel="stylesheet" href="./css/small_only.css" type="text/css" media="screen and (max-width: 719px)" /> <link rel="stylesheet" href="./css/small_360_only.css" type="text/css" media="all and (min-width: 361px) and (max-width: 719px)" /> <link rel="stylesheet" href="./css/720_simplegrid.css" type="text/css" media="print and (max-width: 719px)" /> <link rel="stylesheet" href="./css/720_only.css" type="text/css" media="print and (max-width: 719px)" /> <link rel="stylesheet" href="./css/720_simplegrid.css" type="text/css" media="all and (min-width: 720px)" /> <link rel="stylesheet" href="./css/720_only.css" type="text/css" media="all and (min-width: 720px) and (max-width: 985px)" /> <link rel="stylesheet" href="./css/986_simplegrid.css" type="text/css" media="all and (min-width: 986px)" /> <link rel="stylesheet" href="./css/986_only.css" type="text/css" media="all and (min-width: 986px)" /> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <script type="text/javascript"> // Reload Web page when orientation changes window.onorientationchange = function() { window.location.reload(); }; </script> <script src="js/jquery-1.10.2.min.js" type="text/javascript"></script> <script language="javascript" type="text/javascript"> // set up variables var directory = "images/"; // path structure to pictures var imgNames = "next_company_on.png:next_company_off.png"; // array of picture name components var itemDelimeter = ":"; var imgDelay = 3; // thumbnail advance delay (in seconds) </script> <script language="javascript" src="js/blendtrans.js" type="text/javascript"></script> <script language="javascript" type="text/javascript"> maxImages = itemCount(imgNames,itemDelimeter); // number of images in the total pool to use function getItem(posNum,stringVar,delimeter) { // set variables stringVarLength = stringVar.length; matches = 0; prevPos = 0; currentPos = -1; // end if if delimeter is at first character (nothing before that!) if ( (posNum == 1) && (stringVar.charAt(0) == delimeter) ) { zResult = ""; } else { // continue on, find position in string based on delimiter for (var P = 1; P <= stringVarLength; P++) { if (stringVar.charAt(P) == delimeter) { prevPos = currentPos; currentPos = P; matches = matches + 1; } if (matches == posNum) {break} } if (P > stringVarLength) { prevPos = currentPos; currentPos = (P - 1); } prevPos = prevPos + 1; position = stringVar.substring(prevPos,currentPos); } return (position); } function itemCount(stringVar,delimeter) // this function returns the number of items in the string, as marked by the delimiter character { matches = 0; stringVarLength = stringVar.length; for (var P = 1; P <= stringVarLength; P++) { charVal = stringVar.charAt(P); if (charVal == delimeter) { matches = matches + 1; } } matches = matches + 1; return (matches); } function imgAdvance() { zDivid = "imgFrame"; zImgid = "imgRotator"; zDividSmall = "imgFrameSmall"; zImgidSmall = "imgRotatorSmall"; cellImg = getItem(curImg,imgNames,itemDelimeter); // get image name cellImg = directory + cellImg; // full pathname of preview image cellImgSmall = getItem(curImg,imgNames,itemDelimeter); // get image name cellImgSmall = directory + cellImgSmall; // full pathname of preview image imgSize ="45px 45px"; imgSizeSmall ="32px 32px"; transitionTime = 1000; blendimage(zDivid,zImgid,cellImg,transitionTime, imgSize); blendimage(zDividSmall,zImgidSmall,cellImgSmall,transitionTime, imgSizeSmall); curImg = curImg + 1; // advance to next thumbnail if (curImg > maxImages) { curImg = 1; } // start loop from beginning again } </script> <!--[if lt IE 9]> <script language="javascript" src="respondjs/respond.src.js" type="text/javascript"></script> <![endif]--> </head> <body id="pageMain"> <script language="javascript" type="text/javascript"> var curImg = 1; // image number to begin with imgDelay = imgDelay * 1500; // loop through and show images setInterval("imgAdvance()",imgDelay); </script> <div class="grid centralContent" style="background: #ffffff; padding: 0px;"> <div class="header" style="position:absolute;"> <div class="hide720 hide986 showSmall"> <!-- Responsive Dropdown Menu from Tessa Thornton http://webdesign.tutsplus.com/tutorials/site-elements/big-menus-small-screens-responsive-multi-level-navigation/ --> <div class="container"> <div style="float: left;"><a href="#" class="toggleMenu box-shadow-menu-OFF"><img src="rdm_menu/images/menu-icon.png" border="0" class="navMenuIcon" alt="Nav Menu" /></a> <!-- mobile menu --> <ul class="nav" style="z-index: 200 !important;"> <li><a href="index.shtml">Home</a></li> <li><a href="company.shtml">Overview</a> <ul> <li><a href="company.shtml">Company Overview</a></li> <li><a href="design.shtml">Graphic & Web Design</a></li> <li><a href="tech.shtml">Technology Development</a></li> <li><a href="strategy.shtml">Strategic Consulting</a></li> </ul> </li> <li><a href="solutions.shtml">Solutions</a></li> <li><a href="portfolio_web01.shtml">Portfolio</a> <ul> <li><a href="portfolio_web01.shtml">Design Portfolio</a></li> <li><a href="portfolio_print01.shtml">Print Portfolio</a></li> <li><a href="portfolio_id01.shtml">Corporate ID Portfolio</a></li> </ul> </li> <li><a href="awards.shtml">Awards</a></li> <li><a href="clients.shtml">Clients</a></li> <li class="lastItem"><a href="#">Contact</a> <ul> <li><a href="contact.aspx">Contact Us</a></li> <li><a href="directions.shtml">Directions</a></li> </ul> </li> </ul> </div> </div> </div> <div class="hideSmall show720 show986"> <div id="topNav" style="float: left; margin-left: 10px;"> <a href="company.shtml">Company Overview</a> <a href="solutions.shtml">Solutions</a> <a href="portfolio_web01.shtml">Portfolio</a> <a href="awards.shtml">Awards</a> <a href="clients.shtml">Clients</a> <a href="contact.aspx">Contact</a> </div> <div id="topContact"><a href="tel:609-452-1667">Call us at 609.452.1667</a> or EMail <a href="mailto:info@pingsite.com">info@pingsite.com</a></div> </div> </div> <div class="hide720 hide986 showSmall"> <div class="topLogo"><a href="index.shtml"><img src="images/ping_logo1024.png" class="topLogoMain" border="0" alt="Princeton Internet Group (PING)" /></a></div> <div id="topContact" style="clear: both; text-align: center;"><a href="tel:609-452-1667">CONTACT: 609.452.1667</a> / <a href="mailto:info@pingsite.com">info@pingsite.com</a></div> <hr noshade size="1" class="rule" style="clear: both;" /> </div> <div class="hideSmall show720 show986" style="clear: both; text-align: right; padding-top: 15px;"><hr noshade size="1" class="rule" style="clear: both;" /></div> <div id="insideLogoAreas"> <div id="insideLogo" class="hideSmall show720 show986"> <a href="index.shtml"><img src="images/ping_logo1024.png" border="0" alt="Princeton Internet Group (PING)" /></a> </div> <div id="insideAreas"> <div class="insideArea1"><a href="design.shtml">GRAPHIC & WEB DESIGN</a></div> <div class="insideArea2"><a href="tech.shtml">TECHNOLOGY DEVELOPMENT</a></div> <div class="insideArea3"><a href="strategy.shtml">STRATEGIC CONSULTING</a></div> </div> </div> <div class="mainIntro">Princeton Internet Group (PING) is a full-service Web design, print and interactive marketing agency that combines strategic consulting, creativity and technology to provide innovative and unique business solutions for its clients.</div> <div class="redBoxMain showSmall hide720 hide986 hidePrint"> <div> <div class="mainNextArrow" id="imgFrameSmall"><a href="company.shtml"><img src="images/next_company_off.png" border="0" width="32" height="32" id="imgRotatorSmall" alt="next page" /></a></div> <div class="manLineBottom"><a href="design.shtml">GRAPHIC <nobr>& WEB DESIGN</nobr></a></div> <div class="manLineBottom"><a href="tech.shtml">TECHNOLOGY DEVELOPMENT</a></div> <div class="manLineBottom"><a href="strategy.shtml">STRATEGIC CONSULTING</a><br /></div> </div> <div align="center" style="margin-top: 20px; margin-bottom: 15px;"> <img src="images/img_main616.jpg" class="mainFlower" alt="photo of red flower" /> </div> </div> <div class="redBoxMain hideSmall show720 show986 hidePrint"> <div> <img src="images/img_main616.jpg" width="260" height="260" class="mainFlower" alt="photo of red flower" /> <div class="mainLogoBox"><img src="images/ping_logo1024.png" width="160" height="67" border="0" alt="Princeton Internet Group (PING)" /></div> <div class="mainAreas"> <a href="design.shtml">GRAPHIC & WEB DESIGN</a><br /> <a href="tech.shtml">TECHNOLOGY DEVELOPMENT</a><br /> <a href="strategy.shtml">STRATEGIC CONSULTING</a><br /> </div> <div class="mainNextArrow" id="imgFrame"><a href="company.shtml"><img src="images/next_company_off.png" border="0" width="45" height="45" id="imgRotator" alt="next page" /></a></div> </div> </div> <div border="0" cellpadding="0" cellspacing="0" class="mainPromo leftPromo" align="right"> <div style="text-align: left; float: right; margin-top: 0px;"><a href="http://www.blogtalkradio.com/theartoftheceo/2015/12/07/websites-ready-or-not-the-future-is-here" target="_new"><img src="images/featureimg_artoftheceo75.jpg" width="75" height="75" border="0" align="left" style="margin-right: 10px; margin-top: 2px;" alt="Art of the CEO Podcast" /></a>PING CEO Rob Freda discusses mobile-friendly Websites, Content Management Systems, best practices, and more.<br><a href="http://www.blogtalkradio.com/theartoftheceo/2015/12/07/websites-ready-or-not-the-future-is-here" class="link" target="_new" style="font-weight: bold;">Listen to Rob's interview on <br><span style="font-style: italic;">The Art of the CEO</span> Podcast</a>.</div> </div> <div id="clearMiddle"> </div> <div border="0" cellpadding="0" cellspacing="0" class="mainPromo rightPromo" align="right"> <!-- <div style="text-align: left; float: right; margin-top: 0px;" id="rightPromo"><a href="http://www.warmholidaywishes.com" target="_new"><img src="images/snowflakes300.jpg" width="75" height="75" border="0" align="left" style="margin-right: 10px; margin-top: 2px;" alt="Warm Holiday Wishes from PING" /></a><a href="http://www.warmholidaywishes.com" target="_new">Warm Holiday Wishes<br>from PING</a></div> --> </div> <div style="clear: both;"> </div> </div> <!-- / .grid --> <center> <div class="footer"> <div class="links"><a href="/contact.aspx">Contact</a> | <a href="/sitemap.shtml">Sitemap</a> | <a href="/">Home</a></div> <div class="copyright"> <script language="JavaScript" type="text/javascript"> var now = new Date(); theYear = now.getYear(); if (theYear <= 100 || theYear < 1000) {theYear = theYear + 1900;} document.write('Copyright © ' + theYear + ' <nobr>Princeton Internet Group, Inc. (PING)</nobr>'); </script> </div> </center> <!-- Responsive Dropdown Menu from Tessa Thornton http://webdesign.tutsplus.com/tutorials/site-elements/big-menus-small-screens-responsive-multi-level-navigation/ at least jquery-1.7.2.min.js is needed for this to work --> <script type="text/javascript" src="rdm_menu/rdm_script.js"></script> <!-- google Analytics BEGIN --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-P3LEH2CV8K"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-P3LEH2CV8K'); </script> <!-- google Analytics END --> </body> </html>