Category Archives: c#


IE - why oh why do you taunt me so??

I’ve been working on a couple of plugins for the YUI editor to allow insertion of Flash Movies (YouTube and Google Video). It’s all working swimmingly well in Firefox and Safari but in IE - it just would not work. Why? because of IE’s JS engine bastarding implementation of innerHTML and pasteHTML. I know that […]

Where’s clown number three

What in the name of all things XML have I been up to. Well as y’all have probably gathered, I’ve been relatively offline, what with my new job. Trying to get settled in Ireland, trying to sell my house in Wales and generally trying to get my shit together.
I’ve been going to the gym alot […]

Geek resolutions

As it’s new year and my motivation is at an all time low, I think a list of TODOs (or new years resultions) is needed. Some of those listed are techy and some are not but all of them are aimed at improving my life.
I will

Finish the new design of this site - […]

I need peers

We @ Karova are hiring talented developers. We’re advertising on CWJobs and on the newly created jobs.joelonsoftware.com.

C# Software Developer on CWJobs.co.uk
Software Developer on jobs.joelonsoftware.com

I managed to grab a screenshot of Karova on the front page of the jobs.joelonsoftware.com site.

Krugle Firefox search plugin

I was cursing krugle.com and it’s bastard (yet brilliant) ajax as I could’t write a Firefox search plugin. Then today I saw on their blog that they have the “Krugle Search Environment” which allows you to bookmark searches and thus create a firefox search plugin.

Download KrugleSearchPlugins.zip (846 downloads)
Or install it (versions less than Firefox 2.0)

In […]

Graduate c# devleopers x2 wanted

As part of Karova’s expansion, we are looking at taking on 2 more graduate developers. If you want to apply, you’ll need at least a 2:1 in a technical degree, knowledge of object oriented programming techniques, XML and XSLT, web standards and CSS. C# would be benifical, as would a good grasp of IIS. If […]

shop.wwf.org.uk 2006 goes live

http://shop.wwf.org.uk/ is finally live after far too many late nights. Well done team Karova. I’m off to get some shut eye.
Don’t even think of sending me bug reports. At least not until the morning.

Porting a Project from Visual Studio .NET to Mono

ONDotnet.com — Porting a Project from Visual Studio .NET to Mono
If I ever get some free time - you’ll see KarovaStore running on mono

C# XML encoding woes

I have a simple XML document fragment with a euro symbol in it:
[code lang=”xml”]
Lorem ipsˆum dolor sit amet,
[/code]
which I want to load into an XML document.
[code lang=”cpp”]
System.Xml.XmlDocument doc=new System.Xml.XmlDocument();
doc.LoadXml(xml);
[/code]
I then output the XML of that doc to see that all is well - alas it is not, It has decided to re-enocde my beautiful numeric […]

Dev crazy

In an attempt to vary the type of programming I am doing, out of office I have been working on quite a few cool projects. Outlined a few below - unfortunately none are for download yet as they are still in progress.

KarovaDev Firefox extension
As Karova’s main product is a hosted e-commerce solution, we naturally have […]