<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

Welcome to the new KSS website!

 

As you may have noticed, KSS has been undergoing some changes over the last few months. As part of spinning off the retail side of the business we decided to take a look at ourselves - what we do and how we do it, how our clients and prospects perceive us and how we present ourselves to the industry.

One of the outcomes of this reflection was a rethink of our website and our overall brand. We've listened to what our existing and future clients need from us and have developed our new website to reflect this.

Navigating through the website ought to be much easier now that we have sections devoted to each of our main audiences. We’ve also added a section discussing why managing price is so important, for those who would like to gain a deeper insight.

Our logo has also been refreshed and we have a new original tagline: 'The knowledge behind the numbers'. This is to recognize the brains at the root of our business - our mathematicians and researchers - and the wealth of industry knowledge and experience that combines with these to guide our developers and support our clients.

We hope you like our new image and that you find our website more helpful than ever. As always, we greatly welcome and value your feedback. If you have any comments, suggestions, or questions, please feel free to email us at info@kssg.com.

 

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>