<rss version="2.0">
<channel>

    <title>dmk's blog</title>

    <link>http://www.davemeikle.co.uk</link>

    <language>en</language>

    <description>dmk's blog - http://www.davemeikle.co.uk/blog</description>
<item>
<title>Merry Christmas</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#1</link>
<description>

&lt;p&gt;
Merry Christmas Everyone - Have a good one, and all the best for 2007.
&lt;/p&gt;

</description>
<pubDate>Mon, 25 Dec 2006 07:59:32 GMT</pubDate>
</item>
<item>
<title>IntelliJ on Edgy</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#2</link>
<description>

&lt;p&gt;
Not so long ago I bought myself a license for IntelliJ IDEA, my favorite JAVA IDE. As part of the license you are entitled to install IDEA on different operating systems, provided that it's not concurrently used - therefore I choose to use it on my Ubuntu Edgy Laptop as well as my XP Desktop.
&lt;/p&gt;
&lt;p&gt;
Unfortunately when trying to change the font for source code to something a bit prettier IDEA kept crashing. After some googling the IntelliJ Support Forum uncovered the answer.
&lt;br/&gt;&lt;br/&gt;
It is apparently because of two fonts (Rekha-normal and aakar-MagNet) in the ttf-gujarati-fonts package. Therefore to fix this a quick &lt;code&gt;sudo apt-get remove ttf-gujarati-fonts&lt;/code&gt; done the trick.
&lt;/p&gt;
&lt;p&gt;
Hopefully this will be of help to anyone else with the same problem.
&lt;/p&gt;

</description>
<pubDate>Sun, 29 Oct 2006 21:47:00 GMT</pubDate>
</item>
<item>
<title>Oracle XE on Ubuntu</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#3</link>
<description>

&lt;p&gt;
Recently I decided to try Oracle XE on my laptop running Ubuntu Breezy. As Oracle only provide 
an RPM (a deb is in the works) here is what I had to do to get it to run.
&lt;/p&gt;
&lt;p&gt;
1) Convert the RPM to a DEB by running : sudo alien -d --test -c oracle-xe-10.2.0.1-0.1.i386.rpm
&lt;/p&gt;
&lt;p&gt;
3) Install libaio : sudo apt-get install libaio1
&lt;/p&gt;
&lt;p&gt;
3) Install the DEB : sudo dpkg -i oracle-xe_10.2.0.1-1.1_i386.deb  &lt;br/&gt;&lt;br/&gt;
&lt;b&gt;NOTE:&lt;/b&gt; if you get an error about swap space either add some temp swap space, or boot Ubuntu passing the mem argument to the kernel to lower your memory size into the limit. e.g. mem=512M
&lt;/p&gt;
&lt;p&gt;
4) Run the Configuration Script : sudo /etc/init.d/oracle-xe configure 
&lt;/p&gt;
&lt;p&gt;
5) Copy in an edited version of /etc/init.d/oracle-xe from &lt;a href="http://www.davemeikle.co.uk/oracle-xe"&gt;here&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
6) You can now access the database using the link http://localhost:port_number_you_set_up/htmldb
&lt;/p&gt;

</description>
<pubDate>Fri, 30 Dec 2005 23:11:00 GMT</pubDate>
</item>
<item>
<title>.NET and scrollable panels</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#4</link>
<description>

&lt;p&gt;
A friend had this problem this evening and I stumbled upon the answer, so I though I would post this in case anyone else has tried to add controls to a scrollable panel before in .NET and wondered why when they add them using absolute points the position is only relative to current viewable part of the scrolled panel. It is because they are not using AutoScroll and the AutoScrollPosition property.
&lt;/p&gt;
&lt;p&gt;
AutoScroll allows the panel to have a conceptual size out side its boundaries and the AutoScrollPosition property is used to compensate for the conseptual size by providing negative or postive offset to provide true coordinates from point(0,0). For example, we want to set a Button's location to point(5,5) regardless of where the location of the scrollable view we should use the following code:
&lt;/p&gt;
&lt;p&gt;
button.Location = new Point(5 + panel.AutoScrollPosition.X, 5 + panel.AutoScrollPosition.Y);&lt;br/&gt;
&lt;/p&gt;

</description>
<pubDate>Wed, 07 Dec 2005 01:04:00 GMT</pubDate>
</item>
<item>
<title>sun java studio enterprise 8 and jboss web services</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#5</link>
<description>

&lt;p&gt;
If anyone has tried to deploy a Web Service to JBoss 4.x from Java Studio Enterprise 8 they may have came across this problem:&lt;br/&gt;&lt;i&gt;taskdef class com.sun.xml.rpc.tools.ant.Wscompile cannot be found&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
The reasons for this are that a) you do not have the jaxrpc-impl.jar in your class path, and b) you are required to change your wscompile.classpath setting in the projects project.properties file.
&lt;/p&gt;
&lt;p&gt;
Once this is done you can happily develop and deploy Web Services on JBoss.
&lt;/p&gt;

</description>
<pubDate>Tue, 06 Dec 2005 01:01:12 GMT</pubDate>
</item>
<item>
<title>new linode</title>
<link>http://www.davemeikle.co.uk/cgi-bin/blog.py#6</link>
<description>

&lt;p&gt;
As all the web-services for davemeikle.co.uk have now been moved to a new &lt;a href="http://www.linode.com"&gt;linode&lt;/a&gt;, I have taken the chance to purge the blog and will start using this as appropriate.
&lt;/p&gt;

</description>
<pubDate>Tue, 29 Nov 2005 00:50:00 GMT</pubDate>
</item>
</channel></rss>
