<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>tildemh.com</title>
	<atom:link href="http://tildemh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tildemh.com</link>
	<description></description>
	<pubDate>Wed, 12 Nov 2008 21:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>jaxws-maven-plugin on java 5</title>
		<link>http://tildemh.com/2008/11/12/jaxws-maven-plugin-on-java-5/</link>
		<comments>http://tildemh.com/2008/11/12/jaxws-maven-plugin-on-java-5/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:59:56 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[jax-ws]]></category>

		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=121</guid>
		<description><![CDATA[I&#8217;ve just spent another 2 hours trying to get the jaxb-maven-plugin to work on my build machine. I&#8217;ve noticed this problem several times in the past too - javb-maven-plugin is not happy when you move between JVMs. Unfortunately to identify the problem I had to modify and re-build the plgin to get it to show [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/11/12/jaxws-maven-plugin-on-java-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple page printing in OpenOffice</title>
		<link>http://tildemh.com/2008/10/27/multiple-page-printing-in-openoffice/</link>
		<comments>http://tildemh.com/2008/10/27/multiple-page-printing-in-openoffice/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 15:07:56 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[openoffice]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=119</guid>
		<description><![CDATA[I&#8217;ve just discovered a very well hidden feature in open office. It is possible to print multiple pages per sheet (as you can do in just about every gnome application through the standard print dialog):


    View the print preview (from the toolbar button)
    Select multiple pages (from the toolbar), [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/10/27/multiple-page-printing-in-openoffice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Faster Maven Releases</title>
		<link>http://tildemh.com/2008/10/27/faster-maven-releases/</link>
		<comments>http://tildemh.com/2008/10/27/faster-maven-releases/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:36:47 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=117</guid>
		<description><![CDATA[The Maven2 release plugin is fantastic at sorting out your builds, but can be quite slow. 
The default script operates in two phases: First, it checks that the project is valid, updates the poms and creates appropriate tags in subversion. Secondly, it checks out the tagged code, performs a full build and deploy.

If you follow [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/10/27/faster-maven-releases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Printer Margin Setup</title>
		<link>http://tildemh.com/2008/10/27/ubuntu-printer-margin-setup/</link>
		<comments>http://tildemh.com/2008/10/27/ubuntu-printer-margin-setup/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:30:40 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cups]]></category>

		<category><![CDATA[laserjet 5p]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[printing]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=115</guid>
		<description><![CDATA[Until now, I&#8217;ve never managed to reliably setup printer margins correctly in Ubuntu and have occasionally had odd characters printed on the page. I think this is a combination of using a relatively old and obscure printer (HP LaserJet 5P) and also using A4 paper when most of the cups/ppd files default to letter.

Anyway, here&#8217;s [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/10/27/ubuntu-printer-margin-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding changed files</title>
		<link>http://tildemh.com/2008/04/30/finding-changed-files/</link>
		<comments>http://tildemh.com/2008/04/30/finding-changed-files/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 07:54:22 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=113</guid>
		<description><![CDATA[Listing the most recently changed files in the currently directory:

ls -FlArt

Finding the most recenly changed files (recursively):

find . -type f -printf '%TY-%Tm-%Td %TT %p\n' &#124; sort

  addthis_url    = 'http%3A%2F%2Ftildemh.com%2F2008%2F04%2F30%2Ffinding-changed-files%2F';
  addthis_title  = 'Finding+changed+files';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://tildemh.com/2008/04/30/finding-changed-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Universal International Freephone Numbers</title>
		<link>http://tildemh.com/2008/04/24/universal-international-freephone-numbers/</link>
		<comments>http://tildemh.com/2008/04/24/universal-international-freephone-numbers/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 08:05:48 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://tildemh.com/?p=112</guid>
		<description><![CDATA[Skype support has just confirmed that I&#8217;m not going insane and it is in fact a limitation of their software that means I cannot dial a Universal International Freephone Number with skype-out.

I need one to join a web based conferencing system and don&#8217;t have a real phone nearby. So I&#8217;ll have to stick to calling [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/04/24/universal-international-freephone-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wix</title>
		<link>http://tildemh.com/2008/03/17/wix/</link>
		<comments>http://tildemh.com/2008/03/17/wix/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 14:01:09 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[maven]]></category>

		<category><![CDATA[wix]]></category>

		<guid isPermaLink="false">http://tildemh.com/2008/03/17/wix/</guid>
		<description><![CDATA[I&#8217;ve had a long outstanding requirement to add a windows installer to one of our products. Ideally this should be a standard .msi file, so that it can be easily managed remotely. My own requirement was that this must integrate into our maven2 build system, ideally without requring any extra installation other than by  [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/03/17/wix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UML2 stereotype properties</title>
		<link>http://tildemh.com/2008/01/31/uml2-stereotype-properties/</link>
		<comments>http://tildemh.com/2008/01/31/uml2-stereotype-properties/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 17:01:48 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://tildemh.com/2008/01/31/uml2-stereotype-properties/</guid>
		<description><![CDATA[I&#8217;ve been working with the eclipse uml2 libraries a lot lately. They&#8217;re confusing to start with, since the api makes no effort to encapsulate the underlying ecore model. Today I spent half an hour puzzling over a slightly complex use of stereotypes: we have a stereotype in our profile with properties which are defined as [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/01/31/uml2-stereotype-properties/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IBM to the rescue</title>
		<link>http://tildemh.com/2008/01/24/ibm-to-the-rescue/</link>
		<comments>http://tildemh.com/2008/01/24/ibm-to-the-rescue/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 16:42:51 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://tildemh.com/2008/01/24/ibm-to-the-rescue/</guid>
		<description><![CDATA[Three days after I provided a good description to the odd package-info.java javadoc behavour problems I was having in eclipse, an IBM engineer has fixed it. Very impressive! This is certainly the fastest fixed bug I&#8217;ve had on an open source project that I&#8217;ve only been involved with as a reporter. If only IBM sponsored [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2008/01/24/ibm-to-the-rescue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>package-info.java links</title>
		<link>http://tildemh.com/2007/12/31/package-infojava-links/</link>
		<comments>http://tildemh.com/2007/12/31/package-infojava-links/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 11:20:06 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[javadoc]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/12/31/package-infojava-links/</guid>
		<description><![CDATA[Java 5 has improved the javadoc support for packages so that they can now be documented in a new package-info.java file as regular javadoc comments (on the package declaration), rather than having to create an obscure package.html file, without editor support for links and without really knowing what to put in the html file - [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/12/31/package-infojava-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maven2 Unit Test Dependencies</title>
		<link>http://tildemh.com/2007/12/19/maven2-unit-test-dependencies/</link>
		<comments>http://tildemh.com/2007/12/19/maven2-unit-test-dependencies/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 09:43:52 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/12/19/maven2-unit-test-dependencies/</guid>
		<description><![CDATA[I&#8217;ve written a few utility classes for unit tests in one project and want to reuse these in the tests for another project. I&#8217;m too lazy to separate these out into a proper test-helper project and don&#8217;t want the tests to be in the main jar of the first project. The Maven2 docs aren&#8217;t very [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/12/19/maven2-unit-test-dependencies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Subversion to a non-standard port</title>
		<link>http://tildemh.com/2007/12/06/subversion-to-a-non-standard-port/</link>
		<comments>http://tildemh.com/2007/12/06/subversion-to-a-non-standard-port/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:23:46 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[remote working]]></category>

		<category><![CDATA[ssh]]></category>

		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/12/06/subversion-to-a-non-standard-port/</guid>
		<description><![CDATA[I need to access a subversion repository on a computer in a firewalled network. I have ssh access to one machine on that network, but not the svn server. Standard ssh port forwarding allows me tunnel a ssh port into the remote machine, but subversion doesn&#8217;t support non-standard ports in the url. So, accessing a [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/12/06/subversion-to-a-non-standard-port/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Congratulations Debian</title>
		<link>http://tildemh.com/2007/04/08/congratulations-debian/</link>
		<comments>http://tildemh.com/2007/04/08/congratulations-debian/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 18:53:35 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/04/08/congratulations-debian/</guid>
		<description><![CDATA[Two excellent bits of debian news in one day:



    A new stable release, after many months of freeze.

    A new Project leader is elected.


Both of these promise exciting times in Debian over the next few month, hopefully making Debian fun again. The stable release means many of the bad [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/04/08/congratulations-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>foto.com disappointment</title>
		<link>http://tildemh.com/2007/04/06/fotocom-disappointment/</link>
		<comments>http://tildemh.com/2007/04/06/fotocom-disappointment/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 16:49:29 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/04/06/fotocom-disappointment/</guid>
		<description><![CDATA[Just a friendly warning post for anyone who wants to print their photos with foto. I&#8217;ve used their service a few times in the past and found them to be very fast, efficient and most importantly good quality photos. However, after using their serve today, I feel extremely disappointed on two fronts:

Free Prints Promotion

Almost all [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/04/06/fotocom-disappointment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gnome configuration</title>
		<link>http://tildemh.com/2007/02/25/gnome-configuration/</link>
		<comments>http://tildemh.com/2007/02/25/gnome-configuration/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 12:33:40 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://tildemh.com/2007/02/25/gnome-configuration/</guid>
		<description><![CDATA[I&#8217;ve recently set up a new machine with Gnome and would like to share a few tips for making gnome much faster and more pleasant to use.

My main tip is to create a .gtkrc-2.0 file in your home directory. This contains &#8216;hidden&#8217; options for gtk+, and hence gnome. Some of them cannot be set anywhere [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2007/02/25/gnome-configuration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>sysprof call counting</title>
		<link>http://tildemh.com/2006/06/22/sysprof-call-counting/</link>
		<comments>http://tildemh.com/2006/06/22/sysprof-call-counting/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 21:35:53 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://tildemh.com/2006/06/22/sysprof-call-counting/</guid>
		<description><![CDATA[Many performance issues in applications are caused by inappropriate choice of algorithms or data types. One typical result of an inappropriate algorithm is that some method is called far too frequently. For example, if random access is often made to lists (for example, to check whether it contains an element), an &#8216;equals&#8217; function would be [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2006/06/22/sysprof-call-counting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debian bug reporting</title>
		<link>http://tildemh.com/2006/06/14/debian-bug-reporting/</link>
		<comments>http://tildemh.com/2006/06/14/debian-bug-reporting/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 17:03:25 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://tildemh.com/2006/06/14/debian-bug-reporting/</guid>
		<description><![CDATA[I&#8217;ve just noticed Philipp Kerns&#8217; SoC update for a gnome frontend to reportbug. It sounds like he&#8217;s been very constrained by the original specification - the application will just be a gnome frontend to a cli tool rather than a graphical interface to the bts. It&#8217;s also going to heavily debian bts specific, one of [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2006/06/14/debian-bug-reporting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gtk+/Gtk# layout design</title>
		<link>http://tildemh.com/2006/06/06/gtkgtk-layout-design/</link>
		<comments>http://tildemh.com/2006/06/06/gtkgtk-layout-design/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 10:42:25 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[monodevelop]]></category>

		<guid isPermaLink="false">http://tildemh.com/2006/06/06/gtkgtk-layout-design/</guid>
		<description><![CDATA[Dear lazyweb,

There has been a lot of talk recently on the Monodevelop List about the containers used in Gtk+. Many developers who are used to winforms and other fixed layout toolkits are requesting fixed container layouts. What&#8217;s the best way of telling them that Gtk layout is superior, even though it means they have to [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2006/06/06/gtkgtk-layout-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Self-hosting MonoDevelop</title>
		<link>http://tildemh.com/2006/05/03/self-hosting-monodevelop/</link>
		<comments>http://tildemh.com/2006/05/03/self-hosting-monodevelop/#comments</comments>
		<pubDate>Wed, 03 May 2006 15:55:27 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[monodevelop]]></category>

		<guid isPermaLink="false">http://tildemh.com/wordpress/2006/05/03/self-hosting-monodevelop/</guid>
		<description><![CDATA[After spending quite a while just watching some of the excellent progress in monodevelop land, I&#8217;ve tried once again to get stuck in and make improvements. Partly to join in the crowd; partly to learn more about c#/gtk#.
Monodevelop itself is a huge improvement over the previous 0.8 release I tried. Still has a long way [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2006/05/03/self-hosting-monodevelop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Musings over Monodevelop and Gtk#</title>
		<link>http://tildemh.com/2005/07/17/musings-over-monodevelop-and-gtk/</link>
		<comments>http://tildemh.com/2005/07/17/musings-over-monodevelop-and-gtk/#comments</comments>
		<pubDate>Sun, 17 Jul 2005 07:34:15 +0000</pubDate>
		<dc:creator>Mark Howard</dc:creator>
		
		<category><![CDATA[tildemh.com]]></category>

		<guid isPermaLink="false">http://tildemh.com/wordpress/?p=79</guid>
		<description><![CDATA[I&#8217;ve finally managed to get a recent working version of MonoDevelop installed. Many weeks of attempts with jhbuild failed, I suspect due to mono path issues, so as a final resort, I tried just taking the stock ubuntu package and rebuilding with a svn checkout. After installing the resulting package, monodevelop worked first time. Perfect.

I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://tildemh.com/2005/07/17/musings-over-monodevelop-and-gtk/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
