<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oyvindhauge.com &#187; Open Source Software</title>
	<atom:link href="http://oyvindhauge.com/blog/tag/open-source-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 15 Aug 2010 08:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Subclipse on Ubuntu using the repository version of Eclipse</title>
		<link>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/</link>
		<comments>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:27:28 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Subclipse]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1313</guid>
		<description><![CDATA[When writing (LaTeX) and programming I normally use Eclipse. To backup the code and text I use Subversion and the Eclipse plug-in Subclipse. The Ubuntu repository has for a long time had a dated version of Eclipse. However, when I reinstalled one of my computers yesterday I saw that Eclipse 3.5.1 was available through the [...]]]></description>
			<content:encoded><![CDATA[<p>When writing (LaTeX) and programming I normally use <a href="http://www.eclipse.org">Eclipse</a>. To backup the code and text I use Subversion and the Eclipse plug-in <a href="http://subclipse.tigris.org/">Subclipse</a>. The Ubuntu repository has for a long time had a dated version of Eclipse. However, when I reinstalled one of my computers yesterday I saw that Eclipse 3.5.1 was available through the repository. However, this version came whitout <a href="http://www.eclipse.org/mylyn/">Mylyn</a> and <a href="http://www.eclipse.org/gef/">GEF</a> (two Eclipse frameworks required by Subclipse). So if you want to install Subclipse (http://subclipse.tigris.org/update_1.6.x), you have to install Mylyn (http://download.eclipse.org/tools/mylyn/update/weekly/e3.4) and GEF (http://download.eclipse.org/tools/gef/updates/releases/). In Eclipse, go to &#8220;Help&#8221;, &#8220;Install New Software&#8221; and paste the links to the links available in parenthesis, or go to the respective framework&#8217;s web pages and find the most recent release.</p>
<p>If you have problems setting up a SVN connection using Subclipse, I might have the <a href="http://oyvindhauge.com/blog/2008/11/10/subclipse-svn-in-eclipse-cannot-create-tunnel/">solution</a>, or if you want to know more about how to set up Eclipse as a LaTeX environment, check out one of my <a href="http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/">previous posts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vuze on Ubuntu after removing openjdk</title>
		<link>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/</link>
		<comments>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/#comments</comments>
		<pubDate>Tue, 12 May 2009 12:24:12 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[openjdk]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vuze]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=928</guid>
		<description><![CDATA[I recently removed openjdk to get my BankID working. A change often has consequences and I did not have to wait long. For some reason I do not bother to dive into, openjdk is hard coded into Vuze as its preferred Java implementation on Ubuntu. When I removed openjdk, Vuze would of course not start. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently <a href="http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/">removed openjdk to get my BankID</a> working. A change often has consequences and I did not have to wait long.</p>
<p>For some reason I do not bother to dive into, <a href="http://openjdk.java.net/">openjdk</a> is <a href="http://en.wikipedia.org/wiki/Hard_coding">hard coded</a> into <a href="http://www.vuze.com/app">Vuze</a> as its preferred Java implementation on Ubuntu. When I removed openjdk, Vuze would of course not start. It is apparently a <a href="https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/348109">bug</a> (or meta bug) but it is quite simple to <a href="http://ubuntuforums.org/showthread.php?p=7250642">fix</a>.</p>
<p>Change one line in <em>/usr/bin/azureus</em> by using &#8220;sudo gedit /usr/bin/azureus&#8221; and change the line <strong>JAVA=&#8217;/usr/lib/jvm/java-6-openjdk/jre/bin/java -Xmx1024M&#8217;</strong> to <strong>JAVA=&#8217;/etc/alternatives/java -Xmx1024M&#8217;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aigaion 2.1.2 is released</title>
		<link>http://oyvindhauge.com/blog/2009/03/12/aigaion-212-is-released/</link>
		<comments>http://oyvindhauge.com/blog/2009/03/12/aigaion-212-is-released/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:16:15 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Aigaion]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=851</guid>
		<description><![CDATA[The bibliography tool Aigaion has now been released in a new version. It should be particularly interesting for all of us Norwegians since the new release supports Dutch, German, and Norwegian through the project&#8217;s recent internationalization efforts. I have been responsible for the Norwegian translation but I have unfortunately had very little time to verify [...]]]></description>
			<content:encoded><![CDATA[<p>The bibliography tool <a href="http://aigaion.nl">Aigaion</a> has now been released in a new version. It should be particularly interesting for all of us Norwegians since the new release supports Dutch, German, and <em>Norwegian</em> through the project&#8217;s recent internationalization efforts. I have been responsible for the Norwegian translation but I have unfortunately had very little time to verify the quality of my translations. So if you are using Aigaion, know Norwegian, and have a bit of extra time on your hand please check out the new release and provide your feedback in the <a href="http://aigaion.nl/forum">Aigaion forum</a> or directly into the <a href="http://www.aigaion.nl/forum/index.php?topic=252.0">Norwegian coordination thread</a>. I am sure you will find som strange Norwegian there <img src='http://oyvindhauge.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/03/12/aigaion-212-is-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A PhD on Open Source on Open Source Part 7 &#8211; Managing Publications and BibTeX</title>
		<link>http://oyvindhauge.com/blog/2009/02/21/a-phd-on-open-source-on-open-source-part-7-managing-publications-and-bibtex/</link>
		<comments>http://oyvindhauge.com/blog/2009/02/21/a-phd-on-open-source-on-open-source-part-7-managing-publications-and-bibtex/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 08:04:26 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Aigaion]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[BibTeX]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=352</guid>
		<description><![CDATA[When doing a PhD, next to writing, the most important thing you do is probably reading. It is necessary to read what others have done to find interesting research questions and to avoid doing the same as other researchers. It is at the same time important to position your own work in relation to what [...]]]></description>
			<content:encoded><![CDATA[<p>When doing a PhD, next to writing, the most important thing you do is probably reading. It is necessary to read what others have done to find interesting research questions and to avoid doing the same as other researchers. It is at the same time important to position your own work in relation to what others have done by referring to their work when you write.</p>
<p>It is imperative to manage the publications your read and the bibliography information for these publications. Searching for <em>something</em> you know you have read <em>somewhere</em> and identifying missing references is really a pain. It is therefore very wise to managing your bibliography using for instance <a href="http://en.wikipedia.org/wiki/Bibtex">BibTeX</a>, <a href="http://www.endnote.com/">Endnote</a> or <a href="http://en.wikipedia.org/wiki/Comparison_of_reference_management_software">similar tools</a>.</p>
<p>As a Latex person I will focus on the tool I use for managing bibliographic information (BibTeX), pdf files, notes and categorization of all this information, <a href="http://www.aigaion.nl/">Aigaion</a>. Other tools worth checking out are <a href="http://www.citeulike.org/home">CiteULike</a> and <a href="http://www.zotero.org/">Zotero</a>. I have used CiteULike (a web service) a bit but the lack of quality BibTeX information made med abandon it &#8220;long&#8221; time ago. Recently I have started using Zotero (a in-browser tool) a bit but primarily for gathering data (it does a very good job). Other people who use it recommends it warmly. However, my recommendation is to share you bibliograhpy with your friends and colleagues using an internet based tool called <a href="http://www.aigaion.nl">Aigaion</a>.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/aigaion2.png"><img class="size-medium wp-image-451 aligncenter" title="aigaion2" src="http://oyvindhauge.com/blog/wp-content/aigaion2-300x207.png" alt="Aigaion 2.1" /></a></p>
<p>I will try to explain why I stared using Aigaion. First, since I am using several computers and both Windows and Linux I wanted a system which was portable. Aigaion allows me to easily export all the information from the system as BibTeX or <a href="http://en.wikipedia.org/wiki/RIS_(file_format)">RIS</a> files. These files can simply be put into a revision control system. Combining the <a href="http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/">BiBTeX text files with Subversion</a> works like a charm. Second, I wanted to be able to share the publications and the BibTeX information with my colleagues. Aigaion is a web based system which allows several users to share and manage the same information and the same pdf files, and collaborately improve it. This is probably the main reason why I started using it. It is easy to give a colleague access to a publication or I can easily email a publication to someone using a feature I (proudly) contributed myself.</p>
<p>Moreover, being a web system written in PHP it is easy to extend and integrate it. It has a fairly stright forward <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">MVC architecture</a> and it is built on top of a framework called <a href="http://codeigniter.com/">CodeIgniter</a>. I use Aigaion to list my publications in my web site <a href="http://oyvindhauge.net">http://oyvindhauge.net</a> (see publications) and our publications at the department in wiki about open source software research <a href="http://www.research.idi.ntnu.no/oss">http://www.research.idi.ntnu.no/oss</a> (see publications).</p>
<p>So if you are in need of a system for managing your bibliography or if you just need a system to manage your own publications and print them in your own or your department&#8217;s web page you would want to chekc out Aigaion. Head over to <a href="http://www.aigaion.nl">http://www.aigaion.nl</a>, download it or at least try the demo. It comes highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/02/21/a-phd-on-open-source-on-open-source-part-7-managing-publications-and-bibtex/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1</title>
		<link>http://oyvindhauge.com/blog/2009/02/11/wordpress-271/</link>
		<comments>http://oyvindhauge.com/blog/2009/02/11/wordpress-271/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:00:45 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=784</guid>
		<description><![CDATA[WordPress 2.7.1 was released today and for the first time it was possible to upgrade it automatically. Automatic upgrading has been working for plug-ins for some time and it is such a great feature. Now, as we are able to upgrade WordPress itself it is even better. Everyone should use WordPress]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2009/02/wordpress-271/">WordPress 2.7.1</a> was released today and for the first time it was possible to upgrade it automatically. Automatic upgrading has been working for plug-ins for some time and it is such a great feature. Now, as we are able to upgrade WordPress itself it is even better. Everyone should use WordPress <img src='http://oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/02/11/wordpress-271/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A PhD on Open Source on Open Source Part 6 &#8211; Running Windows Applications on Linux (No More Windows Whining With Wine)</title>
		<link>http://oyvindhauge.com/blog/2008/10/08/a-phd-on-open-source-on-open-source-part-6-running-windows-applications-on-linux-no-more-windows-whining-with-wine/</link>
		<comments>http://oyvindhauge.com/blog/2008/10/08/a-phd-on-open-source-on-open-source-part-6-running-windows-applications-on-linux-no-more-windows-whining-with-wine/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 07:23:50 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=360</guid>
		<description><![CDATA[Wine is an open source implementation of the Windows API, meaning that it enables you to run a wide variety of Windows applications on Linux. I have known of Wine for quite some time but as normally have had a Windows computer around I have not gone to the trouble of installing it. I guess [...]]]></description>
			<content:encoded><![CDATA[<p>Wine is an open source implementation of the Windows <a href="http://en.wikipedia.org/wiki/API">API</a>, meaning that it enables you to run a wide variety of Windows applications on Linux. I have known of <a href="http://www.winehq.org/">Wine</a> for quite some time but as normally have had a Windows computer around I have not gone to the trouble of installing it. I guess I have been a bit <span class="green"><span class="black">skeptical</span></span> as well, however for no reason. Lately, I have put my Windows computer to rest at home and I am only using Linux (<a href="http://www.ubuntu.com/">Ubuntu</a>) on my work machine. Most of the applications I use are cross platform and of course open source.</p>
<p>Even though the Norwegian government has established a <a href="http://friprog.no/">competency center for open source software</a>, the government has only started using a few open source software applications. One of which is not open source is the application for getting <a href="http://www.regjeringen.no/nb/dep/fad/dok/Lover-og-regler/retningslinjer/2000/den-elektroniske-reiseregningen.html?id=438636">travel refunds</a>. This is clearly an important application but it is unfortunately only a Windows application.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/reiseregningen.png"><img class="size-medium wp-image-373 aligncenter" title="reiseregningen" src="http://oyvindhauge.com/blog/wp-content/reiseregningen-255x300.png" alt="Travel refund application running on Linux through Wine" /></a></p>
<p>Normally I have used this program on Windows but a few days ago I did not have any PC with Windows so I decided to try Wine. I must say I was impressed. I opened the Synaptic Package Manager in Ubuntu, searched for Wine and installed it. Piece of cake. Then I just downloaded and opened the <a href="http://en.wikipedia.org/wiki/Windows_Installer">msi-file</a> for the travel refund application. Wine automatically fired up and installed the application perfectly. Within seconds I was completing my travel form (which is really a pain).</p>
<p>I have not used Wine much besides this travel refund application. However, it worked flawlessly with the <a href="http://www.olympus-europa.com/consumer/2590_4694.htm">Olypus DSS Player</a>, which we use for listening to recordings of interviews, as well. Bottom line, I was impressed by Wine&#8217;s simple installation and that it worked flawlessly out-of-the-box. Based on my somewhat limited experience I would warmly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2008/10/08/a-phd-on-open-source-on-open-source-part-6-running-windows-applications-on-linux-no-more-windows-whining-with-wine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A PhD on Open Source on Open Source Part 4 &#8211; Desktop Tools</title>
		<link>http://oyvindhauge.com/blog/2008/09/08/a-phd-on-open-source-on-open-source-part-4-desktop-tools/</link>
		<comments>http://oyvindhauge.com/blog/2008/09/08/a-phd-on-open-source-on-open-source-part-4-desktop-tools/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 08:43:26 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[FreeMind]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Lightning]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=287</guid>
		<description><![CDATA[In the previous parts (1 2 3) of this series I have primarily written about how to write articles and thesis using the typeset system LaTeX. Using LaTeX is very convenient for some kinds of documents, in particular large good looking documents where you want to add references. For simpler kinds of documents a WYSIWYG [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oyvindhauge.com/blog/wp-content/uploads/lightning.png"><img class="alignnone size-medium wp-image-295" title="lightning" src="http://oyvindhauge.com/blog/wp-content/uploads/lightning.png" alt="" /></a>In the previous parts (<a href="http://oyvindhauge.com/blog/2008/06/30/a-phd-on-open-source-on-open-source-part-1/">1</a> <a href="http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/">2</a> <a href="http://oyvindhauge.com/blog/2008/07/28/a-phd-on-open-source-on-open-source-part-3-setting-up-a-latex-thesis-template/">3</a>) of this series I have primarily written about how to write articles and thesis using the typeset system <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a>. Using LaTeX is very convenient for some kinds of documents, in particular large good looking documents where you want to add references. For simpler kinds of documents a <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editor is perhaps a better choice.</p>
<p>My editor or tool package of choice is of course <a href="http://www.openoffice.org/">OpenOffice</a>. OpenOffice is very much like MS Office and it contains a text editor, a spreadsheet program and a program for making presentations. These should cover most users needs. I have used both the text editor and the spreadsheets quite a lot and in the latest version of OpenOffice, editing .doc (the MS Word document format) also works like a charm. In previous versions of OpenOffice I have experienced some problems editing the same document with both OpenOffice and MS Word but this seems to be resolved.</p>
<p>Probably the two programs I use the most is my web browser and my email client. Thank you Mozilla for <a href="http://www.mozilla.com/firefox/">Firefox</a> and <a href="http://www.mozilla.com/thunderbird/">Thunderbird</a>. I have been using both for several years and they are in my eyes way better than the alternatives, and they are open source. You should not need any other reasons for using them. Pair Thunderbird with <a href="http://www.mozilla.org/projects/calendar/">Lightning</a>, the calendar plugin, and you have a very good organizer.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/freemind.png"><img class="size-medium wp-image-290 aligncenter" title="freemind" src="http://oyvindhauge.com/blog/wp-content/freemind-300x163.png" alt="FreeMind the mind mapping tool" /></a></p>
<p>If a calendar isn&#8217;t enough to organize your thoughts you might consider, <a href="http://freemind.sourceforge.net/">FreeMind</a>. FreeMind is an exelent <a href="http://en.wikipedia.org/wiki/Mind_mapping">mind mapping</a> software which I use quite often to brain storm and to structure thoughts.</p>
<p>I will probably come back to other desktop tools when, or if, I write about any Linux distributions. Most such distributions come with a lot of useful tools and applications right out of the box and ready to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2008/09/08/a-phd-on-open-source-on-open-source-part-4-desktop-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xbox 360 Gamercard WordPress Plugin</title>
		<link>http://oyvindhauge.com/blog/2008/07/31/xbox-360-gamercard-wordpress-plugin/</link>
		<comments>http://oyvindhauge.com/blog/2008/07/31/xbox-360-gamercard-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 14:27:19 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=56</guid>
		<description><![CDATA[I found this nice WordPress plugin by Oliver Baty which allows you to include your Xbox Live game card somewhere into your blog. I made some changes to the plugin which allows me to display my game card anywhere inside any of my entries. Now, I simply write &#91;gamecard haugeoy&#93; (don&#8217;t laugh at my score [...]]]></description>
			<content:encoded><![CDATA[<p>I found <a href="http://www.ardamis.com/2007/03/29/xbox-360-gamercard-wordpress-plugin/">this</a> nice WordPress plugin by <a href="http://www.ardamis.com/">Oliver Baty</a> which allows you to include your Xbox Live game card somewhere into your blog. I made some changes to the plugin which allows me to display my game card anywhere inside any of my entries. Now, I simply write &#91;gamecard haugeoy&#93; (don&#8217;t laugh at my score <img src='http://oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br />

	<div class="GamerCard">
	<div class="GamerCardTag" class="GamerCardGold"><a class="GamerCardTaglink" href="http://live.xbox.com/member/haugeoy">haugeoy</a></div>
	<div class="GamerCardContent">
		<a href="http://live.xbox.com/member/haugeoy"><img class="GamerCardImg" src="http://avatar.xboxlive.com/avatar/haugeoy/avatarpic-l.png" alt="" title=""/></a>
		<div class="GamerCardStats">
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Rep: </span><span class="GamerCardInfoValue"><img class="GamerCardRepImg" alt="Reputation for haugeoy" src="http://live.xbox.com/xweb/lib/images/gc_repstars_external_12.gif" /></span> <br /></div>
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Gamerscore: </span><span class="GamerCardInfoValue">12955</span> <br /></div>
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Zone: </span><span class="GamerCardInfoValue">Recreation</span> <br /></div>
		</div>
    </div></div><br />
or 
	<div class="GamerCard">
	<div class="GamerCardTag" class="GamerCardGold"><a class="GamerCardTaglink" href="http://live.xbox.com/member/haugeoy">haugeoy</a></div>
	<div class="GamerCardContent">
		<a href="http://live.xbox.com/member/haugeoy"><img class="GamerCardImg" src="http://avatar.xboxlive.com/avatar/haugeoy/avatarpic-l.png" alt="" title=""/></a>
		<div class="GamerCardStats">
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Rep: </span><span class="GamerCardInfoValue"><img class="GamerCardRepImg" alt="Reputation for haugeoy" src="http://live.xbox.com/xweb/lib/images/gc_repstars_external_12.gif" /></span> <br /></div>
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Gamerscore: </span><span class="GamerCardInfoValue">12955</span> <br /></div>
			<div class="GamerCardInfo"><span class="GamerCardInfoTag">Zone: </span><span class="GamerCardInfoValue">Recreation</span> <br /></div>
		</div>
    </div><div class="GamerCardPlayedGames"><a href="http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3bdh-o%3f%7d%05&amp;compareTo=haugeoy"><img height="32" width="32" title="BioShock 2" alt="" src="http://tiles.xbox.com/tiles/Fa/tC/02dsb2JgbA9ECgUMGgQfVlogL2ljb24vMC84MDAwIAABAAAAAPxtqwo=.jpg" /></a><a href="http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3bei*h1%02%07&amp;compareTo=haugeoy"><img height="32" width="32" title="TC's SC Double Agent" alt="" src="http://tiles.xbox.com/tiles/5-/Ys/1Wdsb2JgbA9ECgUNGgMfWStUL2ljb24vMC84MDAwIAABAAAAAPoD9vg=.jpg" /></a><a href="http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3bdh-o%3fz%03&amp;compareTo=haugeoy"><img height="32" width="32" title="Red Dead Redemption" alt="" src="http://tiles.xbox.com/tiles/iZ/Vb/02dsb2JgbA9ECgUMGgQfVl0hL2ljb24vMC84MDAwIAABAAAAAPx0lZY=.jpg" /></a><a href="http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3acn*i7%05%06&amp;compareTo=haugeoy"><img height="32" width="32" title="Fallout 3" alt="" src="http://tiles.xbox.com/tiles/rl/EL/1mdsb2JgbA9ECgQKGgMfWStVL2ljb24vMC84MDAwIAABAAAAAPkkUbE=.jpg" /></a><a href="http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3a%60m%2fl%3b%7er&amp;compareTo=haugeoy"><img height="32" width="32" title="Guitar Hero Metallica" alt="" src="http://tiles.xbox.com/tiles/fg/Wn/0mdsb2JgbA9ECgQJGgYfVlxTL2ljb24vMC84MDAwIAABAAAAAP2IBWE=.jpg" /></a></div></div><br />
&#91;gamecardfull haugeoy&#93;<br />
anywhere in my blog entries. Please remember to use HTML mode.</p>
<p>You may want to <a href="http://oyvindhauge.com/blog/wp-content/gamercard-plugin.rar">download</a> the plugin with my modifications but please don&#8217;t blame Oliver Baty for the changes I have made and remember that the plugin is provided without any warranties.</p>
<p><strong>Changes to the original plugin (version 1.3 beta)</strong><br />
Unfortunately my webhost does not provide <a href="http://curl.haxx.se/">Curl</a> installed so I had to modify the plugin and make it use <a href="http://www.php.net/fopen">fopen</a> instead. I replaced some of the code. Edit: the changes were included in this post but the code was removed because it caused some problems with WordPress <img src='http://oyvindhauge.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2008/07/31/xbox-360-gamercard-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A PhD on Open Source on Open Source Part 2 &#8211; Software for Writing Papers and Thesis</title>
		<link>http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/</link>
		<comments>http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[software products]]></category>
		<category><![CDATA[Subclipse]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Texlipse]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=14</guid>
		<description><![CDATA[In the first part of this series of blog entries I introduced some basic features of open source software (OSS). In the second and following parts I will discuss open source software I use to make my day as a researcher simpler. One of the most important activities related to research is publication and dissemination [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oyvindhauge.com/blog/wp-content/tex_auto.png"></a>In the first part of this series of blog entries I introduced some basic features of open source software (OSS). In the second and following parts I will discuss open source software I use to make my day as a researcher simpler. One of the most important activities related to research is publication and dissemination of results. To aid this process I use the typesetting system LaTeX.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/tex_auto.png"><img class="aligncenter size-medium wp-image-29" title="tex_auto" src="http://oyvindhauge.com/blog/wp-content/tex_auto-300x244.png" alt="Texlipse auto complete" width="300" height="244" /></a></p>
<p>There are probably more options for writing your publications and your thesis than there are stars in the sky. I will not go into detail on hardly any of these (see for instance <a href="http://en.wikipedia.org/wiki/Comparison_of_word_processors">here</a>). Most people choose between an office tool like Mircrosoft Word or <a href="http://www.openoffice.org/">OpenOffice</a>, or a typesetting language like <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a>. Office tools offer easy editing based on <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> (what you see is what you get) and with reference managers like <a href="http://www.endnote.com/">Endnote</a> they would probably work quite well. That is if you are writing small to moderate sized documents, strictly using document styles, never writing mathematical formulas, and writing alone or with some sort of e-mail document <a href="http://en.wikipedia.org/wiki/Lock_(computer_science)">locking</a>.</p>
<p>LaTeX has its shortcomings as well. You have to compile the document, writing tables can sometimes be painful, the treshold for using it is higher and it is sometimes a bit difficult to place tables and figures exactly where you want them to be. However, LaTeX shines when you easily want to create large, good looking documents with plenty of (cross) references. Completely change the style of large documents is done in seconds thanks to the variety of packages and templates available through the Internet. LaTeX is furthermore written in plain text, meaning that you can use your editor of choice. Additionally, you can use <a href="http://subversion.tigris.org/">Subversion</a> (a <a href="http://en.wikipedia.org/wiki/Revision_control">revision control system</a>) or similar tools for document version control and backup. This is to me a very important feature as you can easily collaborate with others on the same document, work on it from more than one computer and be certain that everything is safely backed up. Safe and secure backup should be the first commandment of all PhD students and researchers. Take a look at this <a href="http://openwetware.org/wiki/Word_vs._LaTeX">comparison</a> of Word and LaTeX or use a search engine to find more information about the strengths and weaknesses of the two.</p>
<p>While there are several text editors and editors designed for Latex I started using <a href="http://www.eclipse.org/">Eclipse</a> to write LaTeX documents a few years ago while writing documentation for a Java project. It was easy to use the same editor for both tasks. Even though Eclipse is or should I say was an <a href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> it works quite well as a text editor and it allows me to use the same platform on both Linux and Windows. To simplify the LaTeX editing I use the <a href="http://texlipse.sourceforge.net/">Texlipse</a> plug-in for Eclipse. This enables auto completion, colored text and visual feedback of compilation errors, see below.</p>
<p style="text-align: center;">
<p>To enable Subversion I use the <a href="http://subclipse.tigris.org/">Subclipse</a> plug-in. This allows easy check out and commit of files from within the Eclipse platform.</p>
<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/svn_team.png"><img class="size-medium wp-image-28" title="svn_team" src="http://oyvindhauge.com/blog/wp-content/svn_team-300x274.png" alt="Subclipse menu" width="300" height="274" /></a></p>
<p>Both plug-ins can easily be installed using the &#8220;Software update&#8221; feature of Eclipse but you do of course need a TeX implementation. This is included in most(?) Linux distributions and on Windows you may download and install <a href="http://miktex.org/">MikTeX</a>. What I like the most about MikTeX is that it automatically downloads missing packages.</p>
<p>Fitting different software systems together is not always done without small configuration challenges. As for instance after updating to the newest release of Eclipse (Ganymede) and reinstalling Subclipse I got some error message and I had to set the correct SVN interface. The good thing about many open source products is that they have plenty of users and in this case <a href="http://www.eclipseplugincentral.com/index.php?name=PNphpBB2&amp;file=viewtopic&amp;p=6559&amp;sid=e1aa4eae0f5d4c9d319718ac9acc9d8b#6559">someone</a> had already found a solution to the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reinstalling Ubuntu</title>
		<link>http://oyvindhauge.com/blog/2008/07/03/reinstalling-ubuntu/</link>
		<comments>http://oyvindhauge.com/blog/2008/07/03/reinstalling-ubuntu/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=11</guid>
		<description><![CDATA[After installing Ubuntu (a Linux distribution) on my computer at work in 2005 and upgrading it ever since I decided to reinstall it. The upgrad process has worked really well from 5 to 6, 6 to 7, and now from version 7 to 8 but I after unsucsessfully trying to install some Eclipse plugins I [...]]]></description>
			<content:encoded><![CDATA[<p>After installing <a href="http://www.ubuntu.com/">Ubuntu</a> (a <a href="http://en.wikipedia.org/wiki/Linux">Linux</a> distribution) on my computer at work in 2005 and upgrading it ever since I decided to reinstall it. The upgrad process has worked really well from 5 to 6, 6 to 7, and now from version 7 to 8 but I after unsucsessfully trying to install some Eclipse plugins I had some problems with Eclipse and decided to reinstall everything.</p>
<p>First, the installation process is really simple and really fast. It takes perhaps 30-45 mins on three year old computer. A colleague, sitting next to me, was really impressed by how fast it was. Second, no need to install any drivers. Third, all, or at least most of the software you would need to normal work is already installed. Installing a couple of other products can easily be done through either a simple search in the graphical user interface or through apt get install.</p>
<p>Some new Compiz features were available when installing again from scratch. These make the desktop look quite slick. I really like it. There are probably several other very good Linux distributions out there but after using Ubuntu for the three last years I would really recommend it. Go to <a href="http://www.ubuntu.com/">http://www.ubuntu.com/</a> and try it out yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2008/07/03/reinstalling-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
