Shaw Integrated Solutions

Size: px
Start display at page:

Download "Shaw Integrated Solutions"

Transcription

1 Shaw Integrated Solutions Bit-Wizards MANUFACTURING INTERIOR DESIGN Shaw Industries, Inc. approached Bit-Wizards with a need to integrate their legacy order processing system with a more user-friendly B2B e-commerce web portal.

2 Background Shaw Industries, Inc. is more than 22,000 associates worldwide bound together by a common vision to create a better future. By combining deep market knowledge with new ways of thinking, Shaw drives innovation and sets the standard for next-generation manufacturing. Shaw supplies carpet, resilient, hardwood, laminate, tile and stone flooring products, and synthetic turf to residential and commercial markets worldwide. Shaw is a wholly owned subsidiary of Berkshire Hathaway, Inc. and is headquartered in Dalton, Ga., with salespeople and offices located throughout the US, Australia, Belgium, Brazil, Canada, Chile, China, India, Mexico, Singapore, United Arab Emirates, and the United Kingdom. Background Shaw Industries, Inc. is more than 22,000 associates worldwide bound together by a common vision to create a better future. By combining deep market knowledge with new ways of thinking, Shaw drives innovation and sets the standard for next-generation manufacturing. Shaw supplies carpet, resilient, hardwood, laminate, tile and stone flooring products, and synthetic turf to residential and commercial markets worldwide. Shaw is a wholly owned subsidiary of Berkshire Hathaway, Inc. and is headquartered in Dalton, Ga., with salespeople and offices located throughout the US, Australia, Belgium, Brazil, Canada, Chile, China, India, Mexico, Singapore, United Arab Emirates, and the United Kingdom. Of all the consulting companies we've worked with, Bit-Wizards is one of the best. Their culture is a balance of friendly and engaging professionalism and highly technical expertise. Bit-Wizards was flexible and accommodating and led us down the right path that made our project a success. We hope to work with the Bit-Wizards team again. Shane Foster Applications Manager Shaw Industries Goals Shaw needed a way to simplify their ordering process for several retail and franchise customers. They own a legacy system that processes their orders and needed Bit-Wizards to design and lead the Kentico development of a more straightforward front-end user experience, and build out the e-commerce portion of the web portal that would integrate with the order systems and streamline their entire process. Achieve a simplified user experience with new design and functionality using responsive design techniques Fully integrate ERP, legacy product database, and web services Improve the front-end web portal speed for the end user Make testing during development sprints easier and separate from the front end Develop an architecture that is easy to modify and maintain over time Challenges Shaw went to Bit-Wizards with two separate legacy systems that process orders for flooring materials for their B2B customers. They needed

3 a web portal for all account managers and franchisees to visit and place orders. One of the challenges for this project came from the way the flooring industry defines their units of measure. All flooring products have specific quantities available for order, which Shaw defines in units and decimal quantities. The Kentico out-of-the-box E-commerce cart functionality uses integers, not decimals. Another challenge was the need to manage hundreds of thousands of product records in Kentico. Moreover, as the project shifted into two phases, other challenges appeared such as the need to have a more rapid way to test during development and also a shift from the out-of-the-box portal development method to MVC. Lastly, the Shaw development team wanted a partner that they could work with to design and architect the solution. It was vital that Bit-Wizards educate and guide Shaw in the architecture, development, and maintenance of the final solution, taking all their business goals into account. Solution The Business Solution Initially, Bit-Wizards worked with Shaw on a purely out-of-the-box version of Kentico. As the e-commerce project moved forward, the need for custom code became apparent to the Bit-Wizards team. The custom code would allow Shaw to manage and display their data better and link it across the web portal for their users. The needs for a more user-friendly interface and code testing became priorities. The Bit-Wizards team offered a solution in the form of a rewrite of the original project as a Kentico MVC site. Now Shaw had a new user experience, and a new method of development allowing for testing without disturbing the front-end users accessing the site. The final solution gives Shaw the ability to work on continued performance enhancements and make future-proof decisions about their legacy systems with the support of the Bit-Wizards development team. The Technical Solution At the onset of this project, the Bit-Wizards team dedicated two full resources to the Shaw development team as technical liaisons, ensuring adequate support during the architecture and development of the solution. In the first phase of the project, the Bit-Wizards team fully defined the Shaw team s development capabilities, defined user roles, set the e-commerce cart customizations requirements and established the order flow process. Then, the team began to work in sprints to build custom modules for all the data needed for the Kentico Smart Search. Shaw desired for the original web portal to be as out-of-the-box as possible, which meant the team used the default Kentico design templates from the start.

4 Unlike typical Kentico e-commerce stores, which use SKUs as page types and have one to 200 products, this web portal project required 40,000 customer records and 500,000 product SKUs. Furthermore, due to the restricted access where specific customers were only allowed access to certain products, it was often necessary to filter through joined data sets with millions of records. Unfortunately, the scale of data was too large for the Kentico out-of-the-box functionality to handle. The product SKUs were moved to utilize custom module functionality which works best for large-scale data. At this point, Shaw was using Online Marketing Contacts and Account functionality to manage their customer and contact data. This state of management of the contact and customer data would change during the next phase of the project.

5 Shaw also needed the ability to search their data. This search focused primarily on products but included some search used for admin pages that manage permissions to customers and contracts. Bit-Wizards built smart search indexes to join the data across custom tables. They also built indexers to update, delete, and modify the indexes, which was a first for the Bit-Wizards team. All the work on smart searches allows Shaw web portal users to access the large scale of data in a way that makes sense from a business standpoint. At this point, the teams attended an onsite meeting to discuss and review phase one and plan for the next phase of the project. The Bit-Wizards team explained the technology decisions made during the first phase of the project the need for custom web parts and modules and how employing the use of JavaScript improved overall user experience. The Bit-Wizards team also used the onsite meeting time to train the Shaw development team on the use of all the custom-built functionality, so they could seamlessly maintain the newly developed site. During the second phase of the project, the Bit-Wizards and Shaw development teams improved the integration with legacy systems and corrected the way Shaw was managing customer and contract data. Implementing best practices, the Bit-Wizards team altered contact and customer management by using the "users" functionality as the base of the permissions (which is more concrete than the original Online Marketing Contact functionality) and then linking the users with custom tables that define permissions for accessing customers, contacts, and products.

6 The Kentico Web Portal sends orders to legacy systems and then requests information back to make sure the data is in sync across the two locations. However, Shaw defines products multiple ways and is not the same in the web portal. Therefore, the Bit-Wizards team created an umbrella system using classes and objects and communicating using WCF (Windows Communication Foundation) and SOAP (Simple Object Access Protocol), they grouped the orders when sending and receiving information from the legacy system. This solution would ultimately simplify and hide this unnecessary complexity from the users on both ends. Another part of the second phase of this project centered on a redesign and internal rebrand of the web portal. The Bit-Wizards Digital Marketing team was brought in to build wireframes and icons for a completely redesigned version of the Kentico web portal.

7 Lastly, testing is essential to the client, and the current web portal built in the Kentico portal method makes it difficult to test code only without making other changes to the front end. The Bit-Wizards team built two prototypes to demonstrate the options for better testing during development. One was MVP (Model View Presenter), which would make the current web forms testable. The other was using Kentico MVC (Model View Controller). Shaw ultimately chose the MVC solution for the rewrite of the entire web portal. Bit-Wizards was able to split the architecture of the site into layers. This layered structure allows the development team to build core business logic without having to affect the Kentico front end, thus providing easier access to test code during development. MVC development was not without its challenges. ADFS (Active Directory Federation Services) works differently with the MVC development method. Bit-Wizards development team had to provide a federation manifest during the authentication process along with other custom fields and logic. However, this is an industry standard, and Shaw can now use this functionality to easily authenticate to other external web services depending on their business needs. Contrary to Kentico s documentation, custom smart searches do work within Kentico MVC, but they require a little more set-up to work correctly. The Bit-Wizards team found that the solution required the two website projects (all MVC projects must have two sites, an admin site which is the Kentico admin portal and a front-facing MVC site) and a third project that is linked to and built with both the front-end and back-end websites. This third project contains the custom smart search index code, and because it is linked to both projects, it is viewable to and usable by both of the websites. Along with the MVC rewrite, Bit-Wizards also did a database redesign to help reduce the number of indexes and their size. The indexes now build much faster.

8 Caching data access was also a primary concern during this project. Moreover, due to the layered architecture, Bit-Wizards was able to build a single caching location for all the SQL database requests and clear it using Kentico s built-in caching functionality. This custom caching code dramatically speeds up the end-user experience on the front end of the web portal. Results This integrated web portal solution built by Bit-Wizards enables the customer to access the ordering platform to place orders without the need to call an Account Manager. The new user-focused design and interface provide the Account Managers a pleasant ordering experience without the need to access the old legacy system. Looking to the future, Shaw will be able to use this integration to unify ordering processes from their other various brands and microsites across their business units. Key Criteria for Choosing Kentico Kentico was chosen because it is a powerful platform that offers a robust development framework, simplified extensibility, and optimization for the Microsoft Azure cloud platform. Furthermore, it is a tool that empowers end-users to easily manage content and other aspects on their website without the need to invest in technical knowledge, allowing them to focus on growing their business. Bit-Wizards With a 98% customer satisfaction rating and zero failed projects, Bit-Wizards consistently delivers measurable results and valuable expert insight. Our 32 Gold and Silver ADDY Awards and a 2015 Microsoft East Region Digital Marketing Award highlight a 16-year proven track record of creating mobile and web applications. We specialize in custom integration, development, and digital marketing. Bit-Wizards builds success. Bit-Wizards 13 Memorial Pkwy SW Ft. Walton Beach, FL Candie Mitchell marketing@bit-wizards.com

MyDentity Custom Drum Builder

MyDentity Custom Drum Builder MyDentity Custom Drum Builder mydentity.mapexdrums.com Industry Music / Retail Partner Bit-Wizards P.O. Box 937 Fort Walton Beach, FL 32548 USA www.bit-wizards.com Vincent Mayfield mayfieldv@bit-wizards.com

More information

Marketing & Support. Client Overview

Marketing & Support. Client Overview Ai Marketing & Support Client Overview About Alliance Interactive helps organizations of all sizes drive 14+ YEARS IN BUSINESS 200+ CLIENTS SERVED 2000+ OVERAL PROJECTS more engagement online and deliver

More information

Transforming Lives. Global UST

Transforming Lives. Global UST Transforming Lives Global UST INNOVATION INFORMATION TECHNOLOGY CORPORATE OVERVIEW UST Global is a fast-growing company that provides advanced computing and digital innovation solutions to large private

More information

ProDeploy Suite. Accelerate enterprise technology adoption with expert deployment designed for you

ProDeploy Suite. Accelerate enterprise technology adoption with expert deployment designed for you Accelerate enterprise technology adoption with expert deployment designed for you 1 Shift resources to innovate and drive better business outcomes The landscape faced by IT managers and business leaders

More information

Design Build Services - Service Description-v7

Design Build Services - Service Description-v7 Design Build Services - Service Description Hyper-scale clouds, such as Microsoft s Azure platform, allow organizations to take advantage of flexible, cost-effective cloud solutions that have the power

More information

Six Sigma in the datacenter drives a zero-defects culture

Six Sigma in the datacenter drives a zero-defects culture Six Sigma in the datacenter drives a zero-defects culture Situation Like many IT organizations, Microsoft IT wants to keep its global infrastructure available at all times. Scope, scale, and an environment

More information

225% Shaw Sports Turf. Page speed improved by. Wakefly, Inc. MANUFACTURING - ARTIFICIAL TURF

225% Shaw Sports Turf. Page speed improved by. Wakefly, Inc.  MANUFACTURING - ARTIFICIAL TURF www.shawsportsturf.com Shaw Sports Turf Wakefly, Inc. MANUFACTURING - ARTIFICIAL TURF Shaw Inc. wanted to standardize their brand sites on Kentico to take advantage of its easy-to-use editor interface

More information

Hybrid Wide-Area Network Application-centric, agile and end-to-end

Hybrid Wide-Area Network Application-centric, agile and end-to-end Hybrid Wide-Area Network Application-centric, agile and end-to-end How do you close the gap between the demands on your network and your capabilities? Wide-area networks, by their nature, connect geographically

More information

62% East England Co-Op. Mobile SEO visibility increased by. Crafted. FOOD&BEVERAGES RETAIL

62% East England Co-Op. Mobile SEO visibility increased by. Crafted.   FOOD&BEVERAGES RETAIL www.eastofengland.coop East England Co-Op Crafted FOOD&BEVERAGES RETAIL East of England Co-op launch new fully responsive website on Kentico CMS. Mobile SEO visibility increased by 62% Background East

More information

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Table of Contents Transform Your Business With a Modern Platform.............. 1 The Evolving Role of IT

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

CONFIRMED RETURN TO GROWTH FOR THE CONSTRUCTION INDUSTRY: INTERMAT 2018 INTRODUCES ITS NEW SPECIAL EVENTS TO MEET THE CHALLENGES OF THE FUTURE

CONFIRMED RETURN TO GROWTH FOR THE CONSTRUCTION INDUSTRY: INTERMAT 2018 INTRODUCES ITS NEW SPECIAL EVENTS TO MEET THE CHALLENGES OF THE FUTURE Press Release of 04/05/2017, Paris CONFIRMED RETURN TO GROWTH FOR THE CONSTRUCTION INDUSTRY: INTERMAT 2018 INTRODUCES ITS NEW SPECIAL EVENTS TO MEET THE CHALLENGES OF THE FUTURE All of the indicators seem

More information

About vlad.tomsa@microsoft.com Features: Safeguards Against: Hardcoded Locations Hardcoded storage endpoints API versions available on Azure Stack Resource types unsupported on Azure Stack Referenced

More information

Server Virtualisation Assessment. Service Overview

Server Virtualisation Assessment. Service Overview Server Virtualisation Assessment Service Overview Our Server Virtualisation Assessment helps organisations reduce server total cost of ownership and make informed decisions around capacity planning by

More information

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers.

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers. Differentiate Your Business with Oracle PartnerNetwork Specialized. Recognized by Oracle. Preferred by Customers. Joining Oracle PartnerNetwork differentiates your business, connects you with customers,

More information

Become A Partner. Solution Partner Program Levels

Become A Partner. Solution Partner Program Levels Program Brochure The Atlassian Solution Partner Program is designed to enable partners to better serve, market and differentiate themselves through training, accreditations, and sales and marketing benefits.

More information

Transforming networks and services for communications service providers

Transforming networks and services for communications service providers Transforming networks and services for communications service providers Do you need more agility to keep pace with new challengers in your market? The change is happening right now The growing number of

More information

38.6% The Bridgespan Group. Search Activity Up. BizStream. NON-PROFIT

38.6% The Bridgespan Group. Search Activity Up. BizStream.   NON-PROFIT www.bridgespan.org The Bridgespan Group NON-PROFIT The website experienced an upward trend in search activity and a decrease in total abandonment rate. Search Activity Up 38.6% Background The Bridgespan

More information

SERVICE OVERVIEW SERVICES CATALOGUE

SERVICE OVERVIEW SERVICES CATALOGUE SERVICE OVERVIEW SERVICES CATALOGUE February 2010 With a proven track record of 600 modernization projects to date, harness Micro Focus outstanding record and experience of delivering enterprise application

More information

Simplifying IT through Virtualization

Simplifying IT through Virtualization E X E C U T I V E S U M M A R Y G E T T E C H N O L O G Y R I G H T C U S T O M P U B L I S H I N G Microsoft-powered virtualization offers tremendous potential to help IT executives drive innovation while

More information

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks Customers want to transform their datacenter 80% global IT budgets spent on maintenance 28% time spent on administrative tasks Cloud is a new way to think about your datacenter Traditional model Dedicated

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

THE ENERGY MANAGEMENT WORKING GROUP

THE ENERGY MANAGEMENT WORKING GROUP THE ENERGY MANAGEMENT WORKING GROUP Meeting Climate Goals through Energy Management Policies and Standards 5000&1 SEAPs 4 th Webinar February 23, 2017 Ms. Pamela de los Reyes Energetics Incorporated EMWG

More information

Technical Overview. Elastic Path Commerce

Technical Overview. Elastic Path Commerce Technical Overview Elastic Path Commerce Extensible, Easy-to-Integrate, Scalable and More 7 Reasons Why Elastic Path Commerce Is The Best Fit For Your Unique Business 1. API is the Core of Digital Commerce

More information

IT Consulting and Implementation Services

IT Consulting and Implementation Services PORTFOLIO OVERVIEW IT Consulting and Implementation Services Helping IT Transform the Way Business Innovates and Operates 1 2 PORTFOLIO OVERVIEW IT Consulting and Implementation Services IT is moving from

More information

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD OVERVIEW Accenture is in the process of transforming itself into a digital-first enterprise. Today, Accenture is 80 percent in a public cloud. As the journey continues, Accenture shares its key learnings

More information

Magento Multilanguage Support: Translation Services Connector

Magento Multilanguage Support: Translation Services Connector Magento Multilanguage Support: Translation Services Connector GPI Translation Services Connector for Magento Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook was

More information

Migrating a Business-Critical Application to Windows Azure

Migrating a Business-Critical Application to Windows Azure Situation Microsoft IT wanted to replace TS Licensing Manager, an application responsible for critical business processes. TS Licensing Manager was hosted entirely in Microsoft corporate data centers,

More information

5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C

5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C WHITE PAR 5 Best Practices for Transitioning from Legacy Voice to VoIP and UC&C 1 WHITE PAR from Legacy Voice to VoIP and UC&C Voice communications are undergoing a profound shift, with many organizations

More information

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com.

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com. In-Studio Interactive CEO: Onan Bridgewater instudiologic.com sales@instudiologic.com info@instudiologic.com WEB DESIGN SERVICES Google Certified Partner 1. Brand Building Engagements that Drive Sales

More information

Entertainment ignited

Entertainment ignited Entertainment ignited Empowering visually-immersive experiences around the world Themed entertainment, venues and attractions Location-based entertainment Entertainment ignited 1 Making memories, delivering

More information

56% Allergan. Page views increased by. MMT Digital. HEALTH PHARMACEUTICAL

56% Allergan. Page views increased by. MMT Digital.  HEALTH PHARMACEUTICAL www.allergan.com Allergan MMT Digital HEALTH PHARMACEUTICAL The number of visitors using mobile devices increased from seven percent of site traffic to 22%, an increase of about 1000 users per day. Page

More information

Namit T.S Microsoft Azure Solutions Architect Kloud Solutions, Sydney

Namit T.S Microsoft Azure Solutions Architect Kloud Solutions, Sydney Namit T.S. Microsoft Azure Solutions Kloud Solutions, Sydney namit.ts@outlook.com +61 450340007 http://in.linkedin.com/in/namitts I am a Senior Consultant working with Kloud Solutions, Sydney, Australia

More information

Senior Technical Consultant

Senior Technical Consultant Senior Technical Consultant Department Service Department Reporting to Service Manager Our Company Wanstor is an IT Solutions Company celebrating their 16 th year in business. The company has grown year

More information

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers.

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers. Differentiate Your Business with Oracle PartnerNetwork Specialized. Recognized by Oracle. Preferred by Customers. OPN Specialized Recognized by Oracle. Preferred by Customers. Joining Oracle PartnerNetwork

More information

Technical Consultant. Job Title Technical Consultant. Department Service Department. Reporting to Service Manager

Technical Consultant. Job Title Technical Consultant. Department Service Department. Reporting to Service Manager Technical Consultant Job Title Technical Consultant Department Service Department Reporting to Service Manager Our Company Wanstor is an IT Solutions Company celebrating their 16 th year in business. The

More information

Building Websites People Can Actually Use

Building Websites People Can Actually Use Building Websites People Can Actually Use Your Presenter: Joel Baglien VP Consulting Services, High Monkey Consulting MARCH 13, 2013 Introduction Welcome & thanks to Kentico for hosting the Webinar Please

More information

Sitecore Multilanguage Support : Translation Services Connector

Sitecore Multilanguage Support : Translation Services Connector Sitecore Multilanguage Support : Translation Services Connector GPI Translation Services Connector for Sitecore Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword Foreword Business applications are increasingly leveraging Web technologies. Naturally this is true for Internet applications, but it is also true for intranet and extranet applications applications that

More information

225% Shaw Sports Turf. Page speed improved by. Wakefly, Inc. MANUFACTURING - ARTIFICIAL TURF

225% Shaw Sports Turf. Page speed improved by. Wakefly, Inc.   MANUFACTURING - ARTIFICIAL TURF www.shawsportsturf.com Shaw Sports Turf Wakefly, Inc. MANUFACTURING - ARTIFICIAL TURF Shaw Inc. wanted to standardize their brand sites on Kentico to take advantage of its easy-to-use editor interface

More information

Smart Services. The New Service Level. Mohammed Ashraff Smart Services Manager - EMEA. Dubrovnik, Croatia, South East Europe May, 2013

Smart Services. The New Service Level. Mohammed Ashraff Smart Services Manager - EMEA. Dubrovnik, Croatia, South East Europe May, 2013 Dubrovnik, Croatia, South East Europe 20-22 May, 2013 Smart Services The New Service Level Mohammed Ashraff Smart Services Manager - EMEA 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

CenturyLink for Microsoft

CenturyLink for Microsoft Strategic Partner Alliances CenturyLink for Microsoft EMPOWER REACH AGILITY 2017 CenturyLink. All Rights Reserved. The CenturyLink mark, pathways logo and certain CenturyLink product names are the property

More information

Cisco Technical Services Advantage

Cisco Technical Services Advantage Cisco Technical Services Advantage Cisco Technical Services Advantage goes beyond just fix it to help you achieve specific operational outcomes, so you can keep business processes running, accommodate

More information

MULTI-CLOUD REQUIRES NEW MANAGEMENT STRATEGIES AND A FORWARD-LOOKING APPROACH

MULTI-CLOUD REQUIRES NEW MANAGEMENT STRATEGIES AND A FORWARD-LOOKING APPROACH MULTI-CLOUD REQUIRES NEW MANAGEMENT STRATEGIES AND A FORWARD-LOOKING APPROACH A new global survey by BMC reveals the confusion created by multi-cloud, increased challenges facing organizations, and that

More information

Pink Elephant. ITIL V3 The Value of Education

Pink Elephant. ITIL V3 The Value of Education Pink Elephant ITIL V3 The Value of Education How does ITIL V3 help improve IT Services? The ITIL V3 revised guidance was published on May 30th 2007, with updated content including new concepts, revised

More information

We turn hard problems into great software.

We turn hard problems into great software. We turn hard problems into great software. We are passionate individuals focused on crafting impactful solutions to our clients most complex problems. CPO and Cofounder Ingrid Alongi 2 We Develop Applications

More information

Design Within Reach Re-Invents Its Digital Workplace with Egnyte

Design Within Reach Re-Invents Its Digital Workplace with Egnyte Customer Success Design Within Reach Re-Invents Its Digital Workplace with Egnyte From Inspired Beginnings Design Within Reach (DWR) founder Rob Forbes started the company back in 1998 with a simple vision

More information

Digital experiences that make you shine

Digital experiences that make you shine Digital experiences that W make you shine Digital experiences that make you shine Walking Men is a digital design agency, We love finding simple solutions to a place where strategy, creativity and complex

More information

Video Conferencing & Skype for Business: Your Need-to-Know Guide

Video Conferencing & Skype for Business: Your Need-to-Know Guide Video Conferencing & Skype for Business: Your Need-to-Know Guide Effective, engaging collaboration that leverages video conferencing should incorporate features like content sharing, clear participant

More information

SIEM Solutions from McAfee

SIEM Solutions from McAfee SIEM Solutions from McAfee Monitor. Prioritize. Investigate. Respond. Today s security information and event management (SIEM) solutions need to be able to identify and defend against attacks within an

More information

Software-defined Networking Development Model

Software-defined Networking Development Model Software-defined Networking Development Model Explore your roadmap to network programmability with a consulting engagement that assesses your readiness for software-defined networking Business demands

More information

Giesecke+Devrient. Company Presentation

Giesecke+Devrient. Company Presentation Giesecke+Devrient Company Presentation Our vision G+D makes the lives of billions of people more secure We want to be the global leading provider of security technologies, both in the digital and physical

More information

For providing decision support on climate stressors to infrastructure and assets for federal, state, local, and private clients...

For providing decision support on climate stressors to infrastructure and assets for federal, state, local, and private clients... Resilience Resilience is the ability of a community to maintain its functions in the face of dramatically changed circumstances, including climate change, natural disasters, and aging infrastructure. Recent

More information

Building a New Rational Web Site with Rational Suite

Building a New Rational Web Site with Rational Suite Building a New Rational Web Site with Rational Suite by Christina Howe Director of Internet Services Rational Software In April of last year, Rational Software determined that its Web site no longer measured

More information

Crash course in Azure Active Directory

Crash course in Azure Active Directory Crash course in Azure Active Directory Crash course in Azure Active Directory Competing today requires a focus on digital transformation and empowering everyone to be creative and work together securely.

More information

Adobe Digital Marketing s IT Transformation with OpenStack

Adobe Digital Marketing s IT Transformation with OpenStack Adobe Digital Marketing s IT Transformation with OpenStack OPENSTACK CASE STUDY Contributors: Frans van Rooyen, Compute Platform Architect, Adobe Systems Timothy Gelter, Compute Platform Systems Engineer,

More information

WHITEPAPER A Selection Guide to Binary Tree s Directory Synchronization Software

WHITEPAPER A Selection Guide to Binary Tree s Directory Synchronization Software WHITEPAPER A Selection Guide to Binary Tree s Directory Synchronization Software Table of Contents Introduction... 3 Binary Tree Directory Synchronization Software Products... 4 Directory Sync Pro... 4

More information

99% Recorded Books. Session duration increased by. Distinction. ENTERTAINMENT AUDIOBOOKS

99% Recorded Books. Session duration increased by. Distinction.  ENTERTAINMENT AUDIOBOOKS www.recordedbooks.com Recorded Books ENTERTAINMENT AUDIOBOOKS The project has reduced the cost of ongoing maintenance, increased online sales and given Recorded Books an online platform that allows them

More information

Technology Lifecycle Management Assessment. Know your network - achieve business agility

Technology Lifecycle Management Assessment. Know your network - achieve business agility Technology Lifecycle Management Assessment Know your network - achieve business agility Your network is the platform on which you build the success of your organisation. In addition to connecting your

More information

THE NEW COLLABORATIVE WORKFORCE. Enterprise Communications, Advanced.

THE NEW COLLABORATIVE WORKFORCE. Enterprise Communications, Advanced. THE NEW COLLABORATIVE WORKFORCE Enterprise Communications, Advanced. Table of contents 3 Teamwork and collaboration without boundaries 8 Collaboration tools for the digital age 4 Communications that go

More information

Company Overview. FRAMECAD Design And Build System.

Company Overview. FRAMECAD Design And Build System. Company Overview FRAMECAD Design And Build System www.framecad.com Our solutions work because we have all the knowledge we need within our team. We have building system researchers, software developers,

More information

SEGUE DISCOVERY PARTICIPATION IN DISCOVERY DISCOVERY DELIVERABLES. Discovery

SEGUE DISCOVERY PARTICIPATION IN DISCOVERY DISCOVERY DELIVERABLES.   Discovery SEGUE DISCOVERY An initial engagement with Segue begins with a Phase where our experienced team works directly with our customer to define the vision, scope, and high-level requirements for the project.

More information

Motorola offers smartphone customers value-added services powered by B2X

Motorola offers smartphone customers value-added services powered by B2X Motorola offers smartphone customers value-added services powered by B2X In the mobile phone pioneer s new web portal, customers have access to attractive service offerings such as extended service plans,

More information

50+ INSTALLATIONS WORLDWIDE. 500k WHAT WE DO {

50+ INSTALLATIONS WORLDWIDE. 500k WHAT WE DO { ALTIAR INTRODUCTION WHAT WE DO { Altiar is an easy-to-use mobile and web-based knowledge management platform. An efficient and powerful way to collate and distribute content, it allows users to locate

More information

AUTOMATE THE DEPLOYMENT OF SECURE DEVELOPER VPCs

AUTOMATE THE DEPLOYMENT OF SECURE DEVELOPER VPCs AUTOMATE THE DEPLOYMENT OF SECURE DEVELOPER VPCs WITH PALO ALTO NETWORKS AND REAN CLOUD 1 INTRODUCTION EXECUTIVE SUMMARY Organizations looking to provide developers with a free-range development environment

More information

FileMaker Business Alliance. Program Guide

FileMaker Business Alliance. Program Guide FileMaker Business Alliance Program Guide FileMaker Business Alliance Program Guide Get Started... 3 FBA Business Types and Requirements... 4 Partner Levels... 7 FBA Six Pillars of Excellence... 10 Contact

More information

Microsoft Architecting Microsoft Azure Solutions.

Microsoft Architecting Microsoft Azure Solutions. Microsoft 70-535 Architecting Microsoft Azure Solutions https://killexams.com/pass4sure/exam-detail/70-535 QUESTION: 106 Your organization has developed and deployed several Azure App Service Web and API

More information

Application Performance Optimization Service

Application Performance Optimization Service CASE STUDY Application Performance Optimization Service Tata Communications' Helps Global Financial Services Firm Dramatically Improve Network Performance 1 AEGON Religare Life Insurance Limited (ARLIC)

More information

Ecommerce Solutions Case Studies

Ecommerce Solutions Case Studies Ecommerce Solutions Case Studies Index 1) Online Jewellery Store 2) Kentico Solutions to Pharmaceutical Company 3) Mobile & Accessories Selling Portal 4) NopCommerce Website Development 5) Magento Website

More information

Micro Focus Partner Program. For Resellers

Micro Focus Partner Program. For Resellers Micro Focus Partner Program For Resellers Contents Micro Focus Today About Micro Focus Our solutions for digital transformation Products and Solutions Program Membership Tiers Become a Portfolio Expert

More information

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide VOXOX A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX a VOXOX ebook 2017 VOXOX, Inc A Comprehensive Guide CONTENTS 3 INTRODUCTION 4 WHAT IS HOSTED PBX 6 ANATOMY OF A HOSTED PBX CALL 8 GETTING

More information

Corporate Overview. Our Vision Enrich Nigerian lives with innovative solutions in partnership with world class organizations.

Corporate Overview. Our Vision Enrich Nigerian lives with innovative solutions in partnership with world class organizations. COMPANY PROFILE Corporate Overview Simba Infrastructure is a leading provider of Business-to-Business technology infrastructure solutions, in Nigeria, and an Avaya exclusive Business Partner. We are the

More information

The Mission of the Abu Dhabi Smart Solutions and Services Authority. Leading ADSSSA. By Michael J. Keegan

The Mission of the Abu Dhabi Smart Solutions and Services Authority. Leading ADSSSA. By Michael J. Keegan Perspective on Digital Transformation in Government with Her Excellency Dr. Rauda Al Saadi, Director General, Abu Dhabi Smart Solutions and Services Authority By Michael J. Keegan Today s digital economy

More information

How Usability Analyst Training Benefits Individuals and Organizations

How Usability Analyst Training Benefits Individuals and Organizations How Usability Analyst Training Benefits Individuals and Organizations A Conversation with Mary M. Michaels Global Director of Training Human Factors International How Usability Analyst Training Benefits

More information

STUDY DELIVERING ONLINE TRAFFIC AND ONLINE LEADS

STUDY DELIVERING ONLINE TRAFFIC AND ONLINE LEADS CASE STUDY DELIVERING ONLINE TRAFFIC AND ONLINE LEADS Insight Selling EDUCATION MARKETING Inbound Marketing LEAD GENERATION Outbound Marketing ACCOUNT BASED MARKETING Content Marketing MOBILE LOCAL SOCIAL

More information

Grow Your Services Business

Grow Your Services Business Grow Your Services Business Cisco Services Channel Program One Experience. Expanding Opportunities. Expand Your Services Practice More Profitably Together with Cisco Our customers face tough business

More information

FlexPod Data Center Solution. Presented by: Bernd Dultinger Date: December 1 st 2011

FlexPod Data Center Solution. Presented by: Bernd Dultinger Date: December 1 st 2011 FlexPod Data Center Solution Presented by: Bernd Dultinger Date: December 1 st 2011 What are we asked to do? Budgets go further and business goes faster Data Centers are at a Critical Juncture Empowered

More information

Intel Capital Investing in Global Innovation. January 2014

Intel Capital Investing in Global Innovation. January 2014 Intel Capital Investing in Global Innovation January 2014 Strategic, Long Term Investor Intel s Global Investment and M&A Organization Our Mission Enhance Intel s strategic objectives by making and managing

More information

Managed Network Services. Managing your network to enable your digital business

Managed Network Services. Managing your network to enable your digital business Managed Network Services Managing your network to enable your digital business Your network more efficient today, more effective tomorrow How can you optimise cost and performance today, and help your

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Wholistic Matters. Wakefly. HEALTH AND WELLNESS

Wholistic Matters. Wakefly.   HEALTH AND WELLNESS www.wholisticmatters.com Wholistic Matters Wakefly HEALTH AND WELLNESS This community-focused website allows health and wellness experts to engage meaningfully with their patients as well as other professionals.

More information

How Unlocking Your Phone Is 100% Legal

How Unlocking Your Phone Is 100% Legal 1 How Unlocking Your Phone Is 100% Legal There are multiple benefits associated with unlocking your cell phone. First off, unlocked phones are not bound to a specific carrier, and can be freely used on

More information

Halifax Regional Municipality

Halifax Regional Municipality Halifax Regional Municipality Challenge Leverage existing IT infrastructure to design a high-definition surveillance system that helps protect corporate assets across the Halifax Regional Municipality

More information

product overview CRASH

product overview CRASH product overview CRASH e back up everyone, everywhere PROe Software Continuous backup for business Use CrashPlan PROe for continuous, cross-platform backup that works everywhere, enabling users to easily

More information

SECURING THE UK S DIGITAL PROSPERITY. Enabling the joint delivery of the National Cyber Security Strategy's objectives

SECURING THE UK S DIGITAL PROSPERITY. Enabling the joint delivery of the National Cyber Security Strategy's objectives SECURING THE UK S DIGITAL PROSPERITY Enabling the joint delivery of the National Cyber Security Strategy's objectives 02 November 2016 2 SECURING THE UK S DIGITAL PROSPERITY SECURING THE UK S DIGITAL PROSPERITY

More information

Smart Data Center Solutions

Smart Data Center Solutions Smart Data Center Solutions New Data Center Challenges Require New Solutions Data Center Architecture. Inside and Out. Data centers are mission-critical facilities. A silo-based approach to designing,

More information

Modern Tribe combines content and commerce with BigCommerce for WordPress

Modern Tribe combines content and commerce with BigCommerce for WordPress CASE STUDY Modern Tribe combines content and commerce with BigCommerce for WordPress How a leading WordPress agency delivered a headless commerce solution for all Delivering Commerce-as-a-Service In 2017,

More information

arpet Floorin Join us and see excellence beneath your feet... Green International Carpet & Flooring Exhibition 1-3 Oct 2015 ADNEC Abu Dhabi, U.A.

arpet Floorin Join us and see excellence beneath your feet... Green International Carpet & Flooring Exhibition 1-3 Oct 2015 ADNEC Abu Dhabi, U.A. International Carpet & Flooring Exhibition 1-3 Oct 2015 ADNEC Abu Dhabi, U.A.E Join us and see excellence beneath your feet... Incorporated Events: O INTERNATIONAL Green arpet and Floorin CONFERENCE 2-3

More information

Managing intranets: opportunities and challenges

Managing intranets: opportunities and challenges 1 Managing intranets: opportunities and challenges IN THIS CHAPTER: Life in a workflow world The intranet opportunity Life as an intranet manager The challenges of intranet management A framework for intranet

More information

Design Center Overview

Design Center Overview This document will serve as a guideline for you. It provides an overview of the type of information you will need to enter into the Design Center Wizard in order to complete your design project, and what

More information

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective DaaS Market Report 2017 2017 Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective Survey shows jump in traditional Value Added Resellers (VARs) embracing

More information

TechTarget s Client Consulting Services: Committed to maximizing your marketing ROI

TechTarget s Client Consulting Services: Committed to maximizing your marketing ROI White paper TechTarget s Client Consulting Services: Committed to maximizing your marketing ROI Best practices and strategic consulting services to keep you ahead of the market Client Consulting is a global

More information

SASCHA STOPS Celes Systems GmbH, Frankfurter Landstr. 117, Darmstadt, Germany Phone: ,

SASCHA STOPS Celes Systems GmbH, Frankfurter Landstr. 117, Darmstadt, Germany Phone: , SASCHA STOPS Celes Systems GmbH, Frankfurter Landstr. 117, 64291 Darmstadt, Germany Phone: +49-6151-2799451, sascha.stops@celes-systems.com I am an experienced IT infrastructure consultant with a proven

More information

COMPANY PROFILE.

COMPANY PROFILE. COMPANY PROFILE Fast Fact Headquarter Bologna, ITALY GetConnected S.r.l Via della Salute, 81/2 40132 - Borgo Panigale (Bologna) - ITALY Numbers Market Expertise 51 10 92% Dipendenti Esperti Atlassian Client

More information

TRUENAS SCALABLE HIGH- AVAILABILITY STORAGE FOR IT WORLDWIDE SERVICES

TRUENAS SCALABLE HIGH- AVAILABILITY STORAGE FOR IT WORLDWIDE SERVICES CASE STUDY TRUENAS SCALABLE HIGH- AVAILABILITY STORAGE FOR IT WORLDWIDE SERVICES Chantilly, VA Professional IT Services Summary Benefits Challenge: Low Storage Density / No Scalability Solution: TrueNAS

More information

Updated tablets allow customers to connect with regional financial institutions

Updated tablets allow customers to connect with regional financial institutions Updated tablets allow customers to connect with regional financial institutions NEC Solution Innovators project manager, Takuya Manabe, and his team often travel throughout Japan - not for pleasure but

More information

addendum Uptime Cisco customer interactive solutions

addendum Uptime Cisco customer interactive solutions addendum Uptime Cisco customer interactive solutions What makes Uptime tick? Uptime is made up of a number of service elements, which all work together to minimise downtime and assure business continuity.

More information

Your digital thought partners. CASE STUDY Thomson Reuters. Agile development LAUNCH PORTAL

Your digital thought partners. CASE STUDY Thomson Reuters. Agile development LAUNCH PORTAL Your digital thought partners. CASE STUDY Thomson Reuters Agile development LAUNCH PORTAL Overview 00. 01. 02. 03. 04. 05. 06. 07. Introduction Discovery Planning User Experience (UX) User Interface (UI)

More information

INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN

INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN SD-WAN delivers multiple cost reduction, network agility, and cloud connectivity benefits to ModusLink, thanks to Expereo SD-WAN

More information