<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>BSC Solutions</title>
    <link>http://bscsolutions.co.uk/</link>
    <description>Test</description>
    <dc:language>en</dc:language>
    <dc:creator>k.chung@bscsolutions.co.uk</dc:creator>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-01-20T16:39:09+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>SASS&#45;y style &#45; An overview of SASS for styling in .Net</title>
      <link>http://bscsolutions.co.uk/articles/sass-y-style-an-overview-of-sass-for-styling-in-.net</link>
      <guid>http://bscsolutions.co.uk/articles/sass-y-style-an-overview-of-sass-for-styling-in-.net#When:16:39:09Z</guid>
      <description>In this article I will introduce a handy new tool that we are using with MVC 3 and C# 4.0 that will change the way you write style sheets and pragmatic web pages.</description>
      <dc:subject></dc:subject>
      <dc:date>2012-01-20T16:39:09+00:00</dc:date>
    </item>

    <item>
      <title>Moving a wordpress site to live within an IIS .net web site</title>
      <link>http://bscsolutions.co.uk/articles/moving-a-wordpress-site-to-live-within-an-iis-.net-web-site</link>
      <guid>http://bscsolutions.co.uk/articles/moving-a-wordpress-site-to-live-within-an-iis-.net-web-site#When:10:04:44Z</guid>
      <description>We all dread them, emails that start with &quot;How much of a pain is it to...&quot; : We&apos;ve just had one to move a Wordpress site to reside within another domain which is a .net based application.  Pleasingly, it was surprisingly easy &#45; heres how we did it.</description>
      <dc:subject>IIS, Technical Articles,</dc:subject>
      <dc:date>2012-01-12T10:04:44+00:00</dc:date>
    </item>

    <item>
      <title>Special characters in every day use that SQL XML hates and how to fix it</title>
      <link>http://bscsolutions.co.uk/articles/special-characters-in-every-day-use-that-sql-xml-hates-and-how-to-fix-it</link>
      <guid>http://bscsolutions.co.uk/articles/special-characters-in-every-day-use-that-sql-xml-hates-and-how-to-fix-it#When:08:36:16Z</guid>
      <description>We recently have written a custom interface loader for a client who&apos;s new system sends us XML data.  We encountered that some of the data cannot be parsed by the standard XML processing functions in .net and SQL Server thanks to some special characters in the data... here&apos;s what we found and how we fixed it.</description>
      <dc:subject>c#, SQL Server, Technical Articles,</dc:subject>
      <dc:date>2011-11-26T08:36:16+00:00</dc:date>
    </item>

    <item>
      <title>&#8220;Shared risk&#8230; Shared reward&#8221; pricing structure for e&#45;commerce websites proving popular</title>
      <link>http://bscsolutions.co.uk/articles/shared-risk-shared-reward-pricing-structure-for-e-commerce-websites-prov</link>
      <guid>http://bscsolutions.co.uk/articles/shared-risk-shared-reward-pricing-structure-for-e-commerce-websites-prov#When:10:24:05Z</guid>
      <description>E&#45;Commerce software specialists, BSC Solutions and web design agency, Strawberry, who formed a strategic alliance in 2008, to deliver affordable e&#45;commerce for growing retailers have launched a ‘shared&#45;risk shared&#45;reward’ pricing option for their e&#45;commerce platform – Strawberry Advantage</description>
      <dc:subject></dc:subject>
      <dc:date>2011-10-26T10:24:05+00:00</dc:date>
    </item>

    <item>
      <title>Deploying a WCF web service to IIS – Wrong import location fix</title>
      <link>http://bscsolutions.co.uk/articles/deploying-a-wcf-web-service-to-iis-wrong-import-location-fix</link>
      <guid>http://bscsolutions.co.uk/articles/deploying-a-wcf-web-service-to-iis-wrong-import-location-fix#When:10:38:20Z</guid>
      <description>We deployed some WCF web services lately and came across and odd problem: location properties inside the WSDL were being wrongly reported. Here&apos;s how we fixed it .</description>
      <dc:subject>Technical Articles, Tutorials,</dc:subject>
      <dc:date>2011-09-14T10:38:20+00:00</dc:date>
    </item>

    <item>
      <title>Working with Amazon APIs</title>
      <link>http://bscsolutions.co.uk/articles/working-with-amazon-apis</link>
      <guid>http://bscsolutions.co.uk/articles/working-with-amazon-apis#When:11:34:53Z</guid>
      <description>A look at working with the Amazon MWS APIs, with a focus of getting set up to use them, and a short piece on helpful practices for getting feed submission results.</description>
      <dc:subject>c#, Tutorials,</dc:subject>
      <dc:date>2011-07-18T11:34:53+00:00</dc:date>
    </item>

    <item>
      <title>Case Study: Affordable Enterprise Strength e&#45;Commerce</title>
      <link>http://bscsolutions.co.uk/articles/case-study-affordable-enterprise-strength-e-commerce</link>
      <guid>http://bscsolutions.co.uk/articles/case-study-affordable-enterprise-strength-e-commerce#When:10:26:21Z</guid>
      <description>A case study focussing on our e&#45;commerce platform developed in conjunction with our strategic partnership with Strawberry.  The case study looks at our relationship, how we developed our solution and what our customers think.</description>
      <dc:subject></dc:subject>
      <dc:date>2011-03-25T10:26:21+00:00</dc:date>
    </item>

    <item>
      <title>MVC and JQuery Templates (Part 2)</title>
      <link>http://bscsolutions.co.uk/articles/mvc-and-jquery-templates-p2</link>
      <guid>http://bscsolutions.co.uk/articles/mvc-and-jquery-templates-p2#When:06:05:39Z</guid>
      <description>This article is a continuation of the MVC and JQuery Templates series. If new to the subject, please take your time to read the first article. From the last article, JQuery templates showed the ability to display chosen properties of a data object. This article will go through how it can be used to offer an in&#45;line editing solution.</description>
      <dc:subject>c#, mvc, Technical Articles, Tutorials,</dc:subject>
      <dc:date>2011-03-23T06:05:39+00:00</dc:date>
    </item>

    <item>
      <title>MVC3 and JQuery Templates (Part 1)</title>
      <link>http://bscsolutions.co.uk/articles/jquery-templates-p1</link>
      <guid>http://bscsolutions.co.uk/articles/jquery-templates-p1#When:07:33:52Z</guid>
      <description>JQuery Templates is a plugin in JQuery which adds the idea of building pages using templates and templates tags. Coupling Templates with the JQuery API allows data to be dynamically displayed and edited within the Views.  This series of articles will introduce the basics of JQuery templates and how they can be used within an MVC 3 environment with C# and asp.net.</description>
      <dc:subject>c#, mvc, Technical Articles,</dc:subject>
      <dc:date>2011-02-22T07:33:52+00:00</dc:date>
    </item>

    <item>
      <title>An Introduction To Programming &#45; Part I &#45; From The Start.</title>
      <link>http://bscsolutions.co.uk/articles/an-introduction-to-programming-from-the-start</link>
      <guid>http://bscsolutions.co.uk/articles/an-introduction-to-programming-from-the-start#When:06:25:27Z</guid>
      <description>This article is the first of my series, in which I will share all my experiences and knowledge as they happen, I will share the good points and the bad! Come with me on a journey where we will; learn how to develop software successfully and expertly. This article is suitable for absolutely anyone even if you have little or no experience developing software, like I had. So come and join me on an exciting journey...</description>
      <dc:subject>c#, Tutorials,</dc:subject>
      <dc:date>2011-02-10T06:25:27+00:00</dc:date>
    </item>

    <item>
      <title>Introducing the latest member of the BSC Team</title>
      <link>http://bscsolutions.co.uk/articles/introducing-the-latest-member-of-the-bsc-team</link>
      <guid>http://bscsolutions.co.uk/articles/introducing-the-latest-member-of-the-bsc-team#When:15:41:36Z</guid>
      <description>Introducing Joanne who joins the BSC Solutions team to manage marketing and branding.</description>
      <dc:subject>News,</dc:subject>
      <dc:date>2011-02-04T15:41:36+00:00</dc:date>
    </item>

    <item>
      <title>MVC : Model View Controller &#45; Splitting the components</title>
      <link>http://bscsolutions.co.uk/articles/mvc-how-and-why-you-should-split-the-components-in-mvc</link>
      <guid>http://bscsolutions.co.uk/articles/mvc-how-and-why-you-should-split-the-components-in-mvc#When:23:38:49Z</guid>
      <description>I&apos;m in the process of developing our first MVC project and thought it might be useful to share some of my experiences, highlighting the helpful features and the problems.
Hopefully this series of articles will help those about to step into the world of MVC.</description>
      <dc:subject>c#, mvc, Technical Articles,</dc:subject>
      <dc:date>2011-02-02T23:38:49+00:00</dc:date>
    </item>

    <item>
      <title>Welcome to the new members of the team</title>
      <link>http://bscsolutions.co.uk/articles/newmembers-2010</link>
      <guid>http://bscsolutions.co.uk/articles/newmembers-2010#When:09:40:54Z</guid>
      <description>Two new faces joined BSC Solutions in 2010... Its time to introduce them!</description>
      <dc:subject>News,</dc:subject>
      <dc:date>2011-01-04T09:40:54+00:00</dc:date>
    </item>

    <item>
      <title>BSC &amp;amp; Strawberry select local specialists, Communig8 for network monitoring</title>
      <link>http://bscsolutions.co.uk/articles/networkmonitoring</link>
      <guid>http://bscsolutions.co.uk/articles/networkmonitoring#When:07:48:15Z</guid>
      <description>Keeping an eye on our ecommerce server farm 24/7 has been a high priority.  So picking the best solution was at the forefront of our decision making criteria.  And the winner is....</description>
      <dc:subject>e&#45;commerce, News,</dc:subject>
      <dc:date>2010-10-07T07:48:15+00:00</dc:date>
    </item>

    <item>
      <title>We&#8217;re exhibiting at the Techmesh expo</title>
      <link>http://bscsolutions.co.uk/articles/techmesh-expo-2010</link>
      <guid>http://bscsolutions.co.uk/articles/techmesh-expo-2010#When:13:11:26Z</guid>
      <description>This year, we&apos;ll be exhibiting at the Techmesh Expo... ...come by to meet us, see what we do and how we can help</description>
      <dc:subject>News,</dc:subject>
      <dc:date>2010-09-19T13:11:26+00:00</dc:date>
    </item>

    <item>
      <title>Working in partnership to create online sales success</title>
      <link>http://bscsolutions.co.uk/articles/working-in-partnership-to-create-online-sales-success</link>
      <guid>http://bscsolutions.co.uk/articles/working-in-partnership-to-create-online-sales-success#When:09:32:34Z</guid>
      <description>We are pleased to announce that we have successfully taken over £1.1M in online transactions via our bespoke e&#45;commerce platform, with the help of local communications provider KC. Our e&#45;commerce software was developed and is managed as a joint venture with local online marketing and design agency Strawberry, and is hosted on KC servers.</description>
      <dc:subject>e&#45;commerce, News,</dc:subject>
      <dc:date>2010-07-29T09:32:34+00:00</dc:date>
    </item>

    <item>
      <title>Embedding SQL Reporting Services &#45; Part 1</title>
      <link>http://bscsolutions.co.uk/articles/embedding-sql-reporting-services-part-1</link>
      <guid>http://bscsolutions.co.uk/articles/embedding-sql-reporting-services-part-1#When:21:45:10Z</guid>
      <description>In this, the first part on embedding SQL Reporting Services into a web based application, I cover the reason for embedding and how to go about it.</description>
      <dc:subject>e&#45;commerce, SQL Server, Technical Articles,</dc:subject>
      <dc:date>2010-07-21T21:45:10+00:00</dc:date>
    </item>

    <item>
      <title>Interface Issues With SagePay</title>
      <link>http://bscsolutions.co.uk/articles/interface-issues-with-sagepay</link>
      <guid>http://bscsolutions.co.uk/articles/interface-issues-with-sagepay#When:07:25:33Z</guid>
      <description>Recently, SagePay acquired Protx, including their interface protocols.  However, they&apos;re implementation didn&apos;t follow the protocol 100% directly and caused us problems.  Here, we explain what we found and what to look out for when making the change.</description>
      <dc:subject>e&#45;commerce, interfaces, Technical Articles,</dc:subject>
      <dc:date>2010-07-20T07:25:33+00:00</dc:date>
    </item>

    <item>
      <title>Building Executive Faces</title>
      <link>http://bscsolutions.co.uk/articles/executive-faces-build</link>
      <guid>http://bscsolutions.co.uk/articles/executive-faces-build#When:09:31:52Z</guid>
      <description>BSC Solutions were commissioned by Strawberry to assist in bringing one of their clients visions to life, making a video recruitment web site a real possibility.</description>
      <dc:subject>Bespoke Development, Projects, SQL Server,</dc:subject>
      <dc:date>2010-07-15T09:31:52+00:00</dc:date>
    </item>

    
    </channel>
</rss>
