26th November 2011 Simon Crosby
We recently have written a custom interface loader for a client who'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's what we found and how we fixed it.
Read More →
18th July 2011 andy
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.
Read More →
23rd March 2011 Kenny
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-line editing solution.
Read More →
22nd February 2011 Kenny
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.
Read More →
10th February 2011 Stephen
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...
Read More →