<?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>Substance of Code &#187; Link</title>
	<atom:link href="http://www.substanceofcode.com/category/link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.substanceofcode.com</link>
	<description>Software Artisan Tommi Laukkanen</description>
	<lastBuildDate>Mon, 26 Dec 2011 19:36:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LWUIT 1.1 for Java ME Developers</title>
		<link>http://www.substanceofcode.com/2009/10/18/lwuit-1-1-for-java-me-developers/</link>
		<comments>http://www.substanceofcode.com/2009/10/18/lwuit-1-1-for-java-me-developers/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:42:52 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[MIDlet]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[javame]]></category>
		<category><![CDATA[lwuit]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=621</guid>
		<description><![CDATA[One of the problems with Java ME applications containing more advanced UI components have been that it is really painful to have it rendered consistently across different platforms and devices. I&#8217;ve used to implement my own set of practices on &#8230; <a href="http://www.substanceofcode.com/2009/10/18/lwuit-1-1-for-java-me-developers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the problems with Java ME applications containing more advanced UI components have been that it is really painful to have it rendered consistently across different platforms and devices. I&#8217;ve used to implement my own set of practices on displaying lists of tweets in <a href="http://www.substanceofcode.com/software/mobile-twitter-client-twim/">Twim</a> or todo lists in <a href="http://www.substanceofcode.com/software/mobile-task-manager/">Mobile Task Manager</a>. Now I came across a nice looking UI library for Java ME called <a href="https://lwuit.dev.java.net/" onclick="pageTracker._trackPageview('/outgoing/lwuit.dev.java.net/?referer=');">LWUIT</a>.</p>
<p><a href="http://moby.to/ikb5mu" target="_blank" onclick="pageTracker._trackPageview('/outgoing/moby.to/ikb5mu?referer=');"><img src="http://img.mobypicture.com/06854b2b58ab84a31801a85e3e697712_view.jpg" alt="Posted using Mobypicture.com" /></a></p>
<p>LWUIT supports such nice things like theming, transitions and animation. It also includes new UI components like TabbedPane and Dialogs.</p>
<p>I just got a new book to review, <a href="http://www.packtpub.com/lwuit-1-1-for-java-me-developers?utm_source=Substanceofcode.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_000381" onclick="pageTracker._trackPageview('/outgoing/www.packtpub.com/lwuit-1-1-for-java-me-developers?utm_source=Substanceofcode.com_amp_utm_medium=bookrev_amp_utm_content=blog_amp_utm_campaign=mdb_000381&amp;referer=');">LWUIT 1.1 for Java ME Developers</a>, written by <a href="http://java.net/pub/au/491" onclick="pageTracker._trackPageview('/outgoing/java.net/pub/au/491?referer=');">Biswajit Sarkar</a>. If you think that LWUIT could scratch your itch then I&#8217;d recommend on having this book on your desk as it works pretty nicely as a reference as well as good introduction to the whole library.</p>
<p>Book contains lots of emulator screenshots which help to understand the concepts very well. This combined with lots of sample code makes it really easy to learn all features of LWUIT library. Only one oddity is that it&#8217;s referencing to Sprint SDK where it could as well be the Sun&#8217;s original WTK but that doesn&#8217;t really have any affect on code samples.</p>
<p>Book&#8217;s first chapter is a good introduction to the library. The following chapters explain the default components and then there is one chapter on how to create a custom component. Last chapters dig into resources, LWUIT designer, themes, animations and transitions, painters, effects and logging. The index is also very complete which makes the book work well as a good resource in the bookshelf even after the first reading.</p>
<p>Check out the <a href="http://www.packtpub.com/lwuit-1-1-for-java-me-developers?utm_source=Substanceofcode.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_000381" onclick="pageTracker._trackPageview('/outgoing/www.packtpub.com/lwuit-1-1-for-java-me-developers?utm_source=Substanceofcode.com_amp_utm_medium=bookrev_amp_utm_content=blog_amp_utm_campaign=mdb_000381&amp;referer=');">publisher site</a> for more information about the book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2009/10/18/lwuit-1-1-for-java-me-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google hosting open source projects</title>
		<link>http://www.substanceofcode.com/2006/07/29/googles-hosting-service-for-open-source-projects/</link>
		<comments>http://www.substanceofcode.com/2006/07/29/googles-hosting-service-for-open-source-projects/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 08:58:54 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/2006/07/29/googles-hosting-service-for-open-source-projects/</guid>
		<description><![CDATA[I have been thinking about moving my source code to a hosting service like SourceForge or other *Forge site as I would then be able to use issue management systems for my projects. I have used the CVSDude&#8216;s Subversion services &#8230; <a href="http://www.substanceofcode.com/2006/07/29/googles-hosting-service-for-open-source-projects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/mobile-car-manager" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/mobile-car-manager?referer=');"><img width="96" height="96" class="blogsshot" id="image84" alt="Google's Hosting Service" src="http://www.substanceofcode.com/wp-content/uploads/2006/07/google-hosting.thumbnail.png" /></a>I have been thinking about moving my source code to a hosting service like SourceForge or other *Forge site as I would then be able to use issue management systems for my projects. I have used the <a href="http://www.cvsdude.com/" onclick="pageTracker._trackPageview('/outgoing/www.cvsdude.com/?referer=');">CVSDude</a>&#8216;s Subversion services for now but now that I found out that Google has a service for hosting open source projects I switched to use it.</p>
<p>I have already created a <a href="http://code.google.com/p/mobile-car-manager" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/mobile-car-manager?referer=');">project</a> for the <a href="http://www.substanceofcode.com/software/car-manager-midlet/">Car Manager</a> application and I have imported the latest source code to Google&#8217;s Subversion repository. The project home page&#8217;s user interface is very simple and doesn&#8217;t feel as &#8220;heavy&#8221; as SourceForge&#8217;s UI, which is a good thing. The issue management system looks very simple but it contains bunch of AJAX code that makes it very easy and also very powerful to use. I&#8217;m still going to make a separate project page to my blog for screenshots and downloads. I&#8217;m using the Google&#8217;s service only for version control and managing project issues.<font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://xn--h1aafme.net/" onclick="pageTracker._trackPageview('/outgoing/xn--h1aafme.net/?referer=');">&#1055;&#1088;&#1072;&#1074;&#1086;&#1089;&#1083;&#1072;&#1074;&#1085;&#1080; &#1080;&#1082;&#1086;&#1085;&#1080;</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2006/07/29/googles-hosting-service-for-open-source-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My article published in Spain</title>
		<link>http://www.substanceofcode.com/2005/12/27/my-article-published-in-spain/</link>
		<comments>http://www.substanceofcode.com/2005/12/27/my-article-published-in-spain/#comments</comments>
		<pubDate>Tue, 27 Dec 2005 14:44:52 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=55</guid>
		<description><![CDATA[Leading operator in Spain, Telefónica, have published my article &#8220;How to create a J2ME MIDP RSS Reader application with NetBeans 4.0&#8243; in their website for developers (MovilForum). The site seams to be mostly in Spanish. The article can be found &#8230; <a href="http://www.substanceofcode.com/2005/12/27/my-article-published-in-spain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Leading operator in Spain, Telefónica, have published my article &#8220;How to create a J2ME MIDP RSS Reader application with NetBeans 4.0&#8243; in their website for developers (<a href="http://www.movilforum.com" onclick="pageTracker._trackPageview('/outgoing/www.movilforum.com?referer=');">MovilForum</a>). The site seams to be mostly in Spanish. The article can be found under the Tutorials / Java section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2005/12/27/my-article-published-in-spain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans IDE 5.0 Beta and Mobility Pack 5.0 Beta</title>
		<link>http://www.substanceofcode.com/2005/10/02/netbeans-ide-50-beta-and-mobility-pack-50-beta/</link>
		<comments>http://www.substanceofcode.com/2005/10/02/netbeans-ide-50-beta-and-mobility-pack-50-beta/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 08:34:37 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=50</guid>
		<description><![CDATA[NetBeans have released 5.0 Beta versions from the IDE and the Mobility Pack. The interesting new feature in the IDE is the Matisse form editor that even surpasses the Microsoft Visual Studio&#8217;s GUI editors in some areas. What&#8217;s new in &#8230; <a href="http://www.substanceofcode.com/2005/10/02/netbeans-ide-50-beta-and-mobility-pack-50-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/netbeans_5.0_beta.png" rel="lightbox[50]"><img src='/wp-content/thumb-netbeans_5.0_beta.png' alt='NetBeans 5.0' / class='blogsshot'/></a> <a href="http://www.netbeans.org" onclick="pageTracker._trackPageview('/outgoing/www.netbeans.org?referer=');">NetBeans</a> have released 5.0 Beta versions from the IDE and the Mobility Pack. The interesting new feature in the IDE is the Matisse form editor that even surpasses the Microsoft Visual Studio&#8217;s GUI editors in some areas.</p>
<p>What&#8217;s new in Mobility Pack 5.0:</p>
<ul>
<li>Improved Wireless Connection Bridge &#8211; easily access web services and other server-side data from MIDlets via servlets. The bridge now supports complex types.</li>
<li>Support for Java ME Web Services (JSR 172) &#8211; Write applications that access web services directly from your phone.</li>
<li>New custom components in the Visual Mobile Designer &#8211; New components enable you to add tables, wait screens, and splash screens to your user interface.</li>
<li>Improved preprocessor support for device fragmentation &#8211; Develop code for any number of devices with a single code base. You can also import projects from Antenna and J2MEPolish without losing your preprocessor coding.</li>
<li>Edit generated code &#8211; Guarded blocks are now more flexible, enabling you to customize code generated by the Visual Mobile Designer.</li>
<li>Improved emulator support &#8211; You can now easily add custom emulators to the IDE.</li>
</ul>
<p>As you can see from the screenshot that I have already tested the new beta release. New custom components are good addition since I have created my own splash screen for every application that I have made. Now I&#8217;m able to use only the Visual Mobile Designer to design my application&#8217;s flow and screens. This reduces the testing time and produces more stable applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2005/10/02/netbeans-ide-50-beta-and-mobility-pack-50-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apps for phones, version 2</title>
		<link>http://www.substanceofcode.com/2005/07/11/apps-for-phones-version-2/</link>
		<comments>http://www.substanceofcode.com/2005/07/11/apps-for-phones-version-2/#comments</comments>
		<pubDate>Mon, 11 Jul 2005 17:42:45 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=40</guid>
		<description><![CDATA[Bill Colwill from company called apps for phones informed me kindly about the new release of their commercial rapid application development (RAD) tool, apps for phones. The version 2 has two interesting new features compared to previous release: JSR-120 implementation &#8230; <a href="http://www.substanceofcode.com/2005/07/11/apps-for-phones-version-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/apps_for_phones_tv_screen.png" rel="lightbox[40]"><img src="/wp-content/thumb-apps_for_phones_tv_screen.png" class='blogsshot' alt='apps for phones' /></a>Bill Colwill from company called <a href="http://www.appsforphones.com" onclick="pageTracker._trackPageview('/outgoing/www.appsforphones.com?referer=');">apps for phones</a> informed me kindly about the new release of their commercial rapid application development (RAD) tool, <strong>apps for phones</strong>. The version 2 has two interesting new features compared to <a href="http://www.substanceofcode.com/?p=16">previous release</a>: <a href="http://www.jcp.org/aboutJava/communityprocess/final/jsr120/index2.html" onclick="pageTracker._trackPageview('/outgoing/www.jcp.org/aboutJava/communityprocess/final/jsr120/index2.html?referer=');">JSR-120</a> implementation for sending and receiving SMS messages and support for apps for phones Basic language.</p>
<p><em>The SMS support</em> brings great possibilities for mobile applications. It allows easy system integration and communication between two phones. It allows for example to use existing SMS gateway systems as an integration tool for between company&#8217;s internal system and mobile applications. SMS gateway systems also usually include functional invoicing framework so it can also be used as a great alternative for billing your mobile application users (eg. monthly fee). SMS messages could also be used to create a multiplayer games that would communicate game statuses and turns via SMS.</p>
<p><em>The apps for phones Basic language support</em> points out how different approach the apps for phones team have taken. They have really thought out of the box as they have succesfully implemented a basic language to &#8220;Java&#8221; application development tool. The basic language&#8217;s syntax seems to be quite identical to Microsoft Visual Basic so it is very easy to write and many developers already are very familiar with the language so this reduces the development time for people that aren&#8217;t familiar with Java and J2ME.</p>
<p><span id="more-40"></span>Last time I evaluated the apps for phones I didn&#8217;t have enough time to try developing some more complex systems with it. This time I tested the tool by creating a client application for my Remote TV Recording Service. With this system the user can start recording a TV channel whenever and where ever they are. I have had at least dozen of times when I haven&#8217;t been near the TV and I remember that my favourite show or important program is just starting. This application is aimed to these situations. The Remote TV Recording Service operates as an interface between a mobile client application and server&#8217;s Digital Video Recorder (DVR) software. I implemented this service by creating a simple Web Service with a single operation called <em>startRecording(int channel, int minutes)</em>.</p>
<p>I was quite amazed by apps for phones functionality because when I implemented this service into a mobile application using apps for phone I didn&#8217;t have to write a single line of code (see the screenshot). Every action could be configured mostly with mouse clicks via the integrated development interface (IDE). The Web Service wizard was especially handy and easy to use. I bet that writing this kind of midlet using plain Java would take atleast few more days coding. And if development is thought on higher level then there would be more unit and system testing and maintaining involved in this project compared to application developed with RAD tool.</p>
<p>As a final words I may say that apps for phones have made their great tool even better. There most certainly are places where this tool should be used instead of &#8220;traditional&#8221; coding. One should consider about the savings that this tool will bring by cutting down the development time.</p>
<p>But don&#8217;t take my word for it, try it out yourself by <a href="http://www.appsforphones.com/service/download.htm" onclick="pageTracker._trackPageview('/outgoing/www.appsforphones.com/service/download.htm?referer=');">downloading</a> the evalutation version of the <strong>apps for phone</strong> RAD tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2005/07/11/apps-for-phones-version-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Two J2ME Tutorials Published</title>
		<link>http://www.substanceofcode.com/2005/04/26/two-j2me-tutorials-published/</link>
		<comments>http://www.substanceofcode.com/2005/04/26/two-j2me-tutorials-published/#comments</comments>
		<pubDate>Tue, 26 Apr 2005 04:47:15 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[MIDlet]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=28</guid>
		<description><![CDATA[NetBeans.org have published two of my J2ME MIDlet tutorials that I wrote for their Win With NetBeans competition. Follow the links below to read the tutorials: How to create and use Mobile Class Library with NetBeans 4.0 How to create &#8230; <a href="http://www.substanceofcode.com/2005/04/26/two-j2me-tutorials-published/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>NetBeans.org have published two of my J2ME MIDlet tutorials that I wrote for their <a href="http://www.netbeans.org/win-with-netbeans.html" onclick="pageTracker._trackPageview('/outgoing/www.netbeans.org/win-with-netbeans.html?referer=');">Win With NetBeans</a> competition. Follow the links below to read the tutorials:</p>
<p><a href="http://www.netbeans.org/kb/articles/mobile-class-library.html" onclick="pageTracker._trackPageview('/outgoing/www.netbeans.org/kb/articles/mobile-class-library.html?referer=');">How to create and use Mobile Class Library with NetBeans 4.0</a><br />
<a href="http://www.netbeans.org/kb/articles/rss-reader.html" onclick="pageTracker._trackPageview('/outgoing/www.netbeans.org/kb/articles/rss-reader.html?referer=');">How to create a J2ME MIDP RSS Reader application with NetBeans 4.0</a></p>
<p>You can also download the finished RSS Reader MIDlet application <a href="http://www.substanceofcode.com/?page_id=13">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2005/04/26/two-j2me-tutorials-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2ME RAD Tools &#8211; apps for phones</title>
		<link>http://www.substanceofcode.com/2005/03/18/j2me-rad-tools-apps-for-phones/</link>
		<comments>http://www.substanceofcode.com/2005/03/18/j2me-rad-tools-apps-for-phones/#comments</comments>
		<pubDate>Fri, 18 Mar 2005 17:15:41 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=16</guid>
		<description><![CDATA[I have not been a great fan of RAD (Rapid Application Development) tools as I wish to keep my hands dirty on the code level. But as I first tried the new NetBeans IDE 4.1 beta I was stunned how &#8230; <a href="http://www.substanceofcode.com/2005/03/18/j2me-rad-tools-apps-for-phones/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://koti.mbnet.fi/surface/weblog/images/appsforphones.png" alt="apps for phones" class="blogsshot" />I have not been a great fan of RAD (Rapid Application Development) tools as I wish to keep my hands dirty on the code level. But as I first tried the new NetBeans IDE 4.1 beta I was stunned how much the UI designer can speed up the development time for J2ME applications. The new UI and application flow designers are well designed and easy to use.</p>
<p>After I had played with the NetBeans, I thought that it was the only tool that allowed this kind of rapid development. But few days ago I got an email from Bill Colwill from the company called <strong>apps for phones</strong>, who was kind enough to introduce me to their new development tool called apps for phones. The minute I tried this new software I was stunned even more. The apps for phones lets you design the UI with custom components that look the same on several J2ME platforms as compared to native J2ME applications that may look a lot different depending on the used device. The software is really easy to use as even sales men can design applications (although I can&#8217;t say this is a good thing).</p>
<p><span id="more-16"></span></p>
<p>Altogether the software seems to be too good to be true as I was able to create a simple grocery list application in a few hours from start to finish and I could emulate it instantly on multiple devices with genuine look and feel. I think this is the best part of this software as it includes multiple fully integrated device emulators for easy testing. Usually if I ever wanted to test an application on different manufacturers phone I had to download an emulator from the manufacturer (if it was even available) and pray that it would work with the current IDE enviroment.</p>
<p>I encourage all of you J2ME enthusiastics and non-developers to try the demo version of this apps for phones software. The demo version and additional information can be obtained from their website at <a href="http://www.appsforphones.com" onclick="pageTracker._trackPageview('/outgoing/www.appsforphones.com?referer=');">http://www.appsforphones.com</a></p>
<p>For a comparison try out the new NetBeans IDE 4.1 beta&#8217;s mobile UI designer at <a href="http://www.netbeans.org/" onclick="pageTracker._trackPageview('/outgoing/www.netbeans.org/?referer=');">http://www.netbeans.org</a></p>
<p>Still&#8230; :) I will keep my hands dirty with the source code, but I can quite well understand the benefits that are made possible by using this kind of RAD tools as they can really cut down the development costs for mobile application development.<font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://ikoni.eu/" onclick="pageTracker._trackPageview('/outgoing/ikoni.eu/?referer=');">ikoni</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2005/03/18/j2me-rad-tools-apps-for-phones/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New website</title>
		<link>http://www.substanceofcode.com/2004/05/06/new-website/</link>
		<comments>http://www.substanceofcode.com/2004/05/06/new-website/#comments</comments>
		<pubDate>Thu, 06 May 2004 08:08:04 +0000</pubDate>
		<dc:creator>Tommi Laukkanen</dc:creator>
				<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://www.substanceofcode.com/?p=3</guid>
		<description><![CDATA[My website has now been moved here: http://koti.mbnet.fi/surface. Old website (http://www.tpu.fi/~eetomla) won&#8217;t work after a while because I have finally graduated as a Bachelor of Science in Software engineering from Tampere Polytechnic.So now I have been able to upgrade my &#8230; <a href="http://www.substanceofcode.com/2004/05/06/new-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My website has now been moved here: http://koti.mbnet.fi/surface. Old website (http://www.tpu.fi/~eetomla) won&#8217;t work after a while because I have finally graduated as a Bachelor of Science in Software engineering from Tampere Polytechnic.So now I have been able to upgrade my site and I&#8217;m also slowly trying to become acquainted with this weblog that seems to be quite popular to have nowadays. I hope I can make more frequently updates as I won&#8217;t be so busy with school work.<font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://ikoni.eu/ikoni" onclick="pageTracker._trackPageview('/outgoing/ikoni.eu/ikoni?referer=');">&#1080;&#1082;&#1086;&#1085;&#1080;</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.substanceofcode.com/2004/05/06/new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

