<?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>Geek brain dump &#187; Programming</title>
	<atom:link href="http://www.gammelsaeter.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gammelsaeter.com</link>
	<description>a dump for stuff about technology and software development</description>
	<lastBuildDate>Sat, 26 Feb 2011 11:49:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Converting Opera contacts file</title>
		<link>http://www.gammelsaeter.com/programming/converting-opera-contacts-file/</link>
		<comments>http://www.gammelsaeter.com/programming/converting-opera-contacts-file/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 11:49:04 +0000</pubDate>
		<dc:creator>paalg</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[contacts.adr]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/?p=150</guid>
		<description><![CDATA[<p>After using Operas mail client since 2003, I have become tired of the mess in the configuration files during the many upgrades between the versions. I have spent many hours trying to figure out things, but you need to be an expert to sort it out. The mail is stored in *.mbs files, right now [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/converting-opera-contacts-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ADOdb and XML schemas (AXMLS)</title>
		<link>http://www.gammelsaeter.com/programming/adodb-and-xml-schemas-axmls/</link>
		<comments>http://www.gammelsaeter.com/programming/adodb-and-xml-schemas-axmls/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:18:37 +0000</pubDate>
		<dc:creator>paalg</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[axmls]]></category>
		<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/?p=141</guid>
		<description><![CDATA[<p>A good number of applications use database abstraction layer, so that by using one interface (abstraction layer) in the application, the user can choose his favourite database to store the data. One good choice as database abstraction layer is ADOdb for PHP for web applications. The reason I had to work with ADOdb the first [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/adodb-and-xml-schemas-axmls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL fulltext search example</title>
		<link>http://www.gammelsaeter.com/programming/mysql-fulltext-search-example/</link>
		<comments>http://www.gammelsaeter.com/programming/mysql-fulltext-search-example/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:54:50 +0000</pubDate>
		<dc:creator>paalg</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[fulltext]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/?p=136</guid>
		<description><![CDATA[<p>At my work I was set to the task of making a search page for an PHP application we have made. The search page was to search text fields in a table in an MySQL database and return results. After some time researching and testing I found that the fulltext indexing of fields in tables [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/mysql-fulltext-search-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple CellEditorListener example in Java</title>
		<link>http://www.gammelsaeter.com/programming/simple-celleditorlistener-example-in-java/</link>
		<comments>http://www.gammelsaeter.com/programming/simple-celleditorlistener-example-in-java/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:26:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CellEditorListener]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/?p=102</guid>
		<description><![CDATA[<p>This is an easy example on how to detect changes to data in a JTable. The example will run by itself. Just copy the code to a file and name it CellEditorListenerExample and it is ready to be compiled and run.</p> import java.awt.BorderLayout; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.event.CellEditorListener; import javax.swing.event.ChangeEvent; /** &#160;* [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/simple-celleditorlistener-example-in-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple JFrame and JTable example in Java</title>
		<link>http://www.gammelsaeter.com/programming/simple-jframe-and-jtable-example-in-java/</link>
		<comments>http://www.gammelsaeter.com/programming/simple-jframe-and-jtable-example-in-java/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:14:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JFrame]]></category>
		<category><![CDATA[JTable]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/programming/simple-jframe-example-in-java/</guid>
		<description><![CDATA[<p>This is a very simple example on how to show a javax.swing.JFrame (JFrame) with a javax.swing.JTable (JTable) on. The example will run by itself. Just copy the code to a file and name it JFrameExample.java and it is ready to be compiled and run.</p> import java.awt.BorderLayout; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JTable; /** &#160;* Simple [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/simple-jframe-and-jtable-example-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting ANSEL character set to Unicode</title>
		<link>http://www.gammelsaeter.com/programming/converting-ansel-character-set-to-unicode/</link>
		<comments>http://www.gammelsaeter.com/programming/converting-ansel-character-set-to-unicode/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ANSEL]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[character set]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[UNICODE]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/?p=43</guid>
		<description><![CDATA[<p>I have been working with genealogy since I was 14 years old. Being an software developer I recently started making some software that supports the standard format for genealogy data exchange, GEDCOM. The most common character encoding for these files are something called ANSEL (American National Standard Extended Latin), and is also known as ANSI/NISO [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/converting-ansel-character-set-to-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple timer example in Java</title>
		<link>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/</link>
		<comments>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:57:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/blog/?p=15</guid>
		<description><![CDATA[<p>This Java code illustrates the use of two timers running at the same time using java.util.Timer and java.util.TimerTask.</p> <p>TimerExample.java starting two timers:</p> import java.util.Timer; /** * An example on multiple timers. * * @author http://www.gammelsaeter.com/ */ public class TimerExample &#123; public static void main&#40;String&#91;&#93; args&#41; &#123; Timer timer1 = new Timer&#40;&#41;; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simple appending logfile in Java</title>
		<link>http://www.gammelsaeter.com/programming/simple-appending-logfile-in-java/</link>
		<comments>http://www.gammelsaeter.com/programming/simple-appending-logfile-in-java/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logfile]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/blog/?p=5</guid>
		<description><![CDATA[<p>This blog was made to dump valuable information as articles and simple examples. In this spirit I post my first post. </p> <p>This is a simple example of how to make a logfile with strings appended to the end.</p> import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import java.util.Date; import java.text.SimpleDateFormat; &#160; /** &#160;* Simple logger that [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/simple-appending-logfile-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

