August 13, 2008 – 1:11 pm
This week I set off with the goal of making one of our web applications alot easier to deploy. The tools I chose were -
Web Application Installer (WAI)
Wix (Windows Installer XML)
WixEdit
I’d played with all three before but never really got past prototype stage. I’ve spent the last day learning wix and all the elements relevant […]
October 20, 2006 – 5:05 pm
Although we’re very busy in work at the moment, the last few evenings I have been pythoning myself up and have come up with 3 nifty little scripts.
Automatically generate a google sitemap for any given url - createSiteMap.py .
Automatically generate rewrite rules for any given url - createRewriteRules.py .
View a list of all unique […]
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 […]
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 […]
October 18, 2005 – 6:50 am
It’s been a while on the back burner but this weekend I went hell for leather and managed to get the necessary coding done to get Halfviking.com live.
I manage all my photos 6000+ photos in Photoshop Elements and I am very happy with how it copes but it’s web gallery export sucks ass.
What I found […]