UWE Harvard Word Formatting

An implementation of the Harvard referencing style based on the description by UWE for Microsoft Word 2007 and later. The file is based on “Harvard – Anglia” by Yves Dhondt (availble from BibWord) and has been adapted by Andrew Cartwright and myself to be similar to UWE Harvard standard. If there are any issues, please get in touch.

Continue reading UWE Harvard Word Formatting

XML Beautify

This is a small application I’ve built to transform unreadable, ugly XML into nice, clean, pretty, human readable XML. It is written in C# on top of the .NET framework (3.5). The software can handle multiple documents at a time (I managed to get it up to 180+ documents before giving up) and each file is syntax highlighted. All the software does is try to reformat your XML to indent your code and warn you of any structural issues with the document.

Continue reading XML Beautify