<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Hartti Suomela&#039;s Forum Nokia Blog</title> 
<subtitle type="html">&lt;p&gt;Java ME and Flash Lite expert in Forum Nokia Americas, Mountain View. Besides mobile technologies, interested in HCI and the use of technology in sports.&lt;/p&gt;
</subtitle>
 
<updated>2008-12-13T02:21:18+02:00</updated> 
<id>http://www.lifetype.net,1.2/</id>
<link rel="alternate" type="text/html"  hreflang="en" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog" />
 
<rights>Copyright (c) hartti</rights>
<generator uri="http://www.lifetype.net/" version="1.2">LifeType at Forum Nokia</generator> 
 
<entry> 
<title>Java ME Developer Days - 6 weeks to go</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/12/13/java-me-developer-days-6-weeks-to-go" /> 
<id>tag:blogs.forum.nokia.com,2008-12-13:1889</id>
 
<updated>2008-12-13T02:21:18+02:00</updated> 
<published>2008-12-13T02:21:18+02:00</published> 
<summary type="html"> 
 Java Mobile and Embedded Developer Days is only 6 weeks away ... The event will be again held in Santa Clara, on January 21st and 22nd.
 
 
The  agenda  is now fixed and it seems to contain ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Java 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
&lt;a href=&quot;https://developerdays.dev.java.net/nonav/newsletters/M3DD-Countdown1.pdf&quot; target=&quot;_blank&quot;&gt;Java Mobile and Embedded Developer Days is only 6 weeks away&lt;/a&gt;... The event will be again held in Santa Clara, on January 21st and 22nd.
&lt;/p&gt;
&lt;p&gt;
The &lt;a href=&quot;https://developerdays.dev.java.net/agenda.html&quot; target=&quot;_blank&quot;&gt;agenda&lt;/a&gt; is now fixed and it seems to contain a number of highly interesting talks and  looks like one of my proposals was accepted as well (to provide the other end of the spectrum of presentation quality :-) 
&lt;/p&gt;
&lt;p&gt;
I know what slides I am working on over the xmas break... 
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>forum.nokia.com maintenance break on November 25th</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/11/22/forum.nokia.com-maintenance-break-on-november-25th" /> 
<id>tag:blogs.forum.nokia.com,2008-11-22:1854</id>
 
<updated>2008-11-22T02:48:33+02:00</updated> 
<published>2008-11-22T02:48:33+02:00</published> 
<summary type="html"> 
All Forum Nokia Web sites are down on Tuesday, November 25th between 5 am and 8 am GMT for site updates.
 
 
Sorry for the inconvenience!
 </summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Event 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
All Forum Nokia Web sites are down on Tuesday, November 25th between 5 am and 8 am GMT for site updates.
&lt;/p&gt;
&lt;p&gt;
Sorry for the inconvenience!
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>Tips and tricks Flash Lite session @ MAX</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/11/18/tips-and-tricks-flash-lite-session-max" /> 
<id>tag:blogs.forum.nokia.com,2008-11-18:1842</id>
 
<updated>2008-11-18T00:18:52+02:00</updated> 
<published>2008-11-18T00:18:52+02:00</published> 
<summary type="html"> 
My notes from the 20 tips and tricks session (attendance about 50 people) by Alessandro P (biskero), Darren O, Scott J, and Dale R.&amp;nbsp; I expect the slides to be available somewhere, ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Flash 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
My notes from the 20 tips and tricks session (attendance about 50 people) by Alessandro P (biskero), Darren O, Scott J, and Dale R.&amp;nbsp; I expect the slides to be available somewhere, sometime... as these notes are not always very clear :-) 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Make the app work first (before making it pretty) - remember to also add Exit button&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;Stay below 70% memory&lt;/li&gt;
	&lt;li&gt;Remote Data and Flash Lite - remember data costs, name-value pairs are still powerful, remember getURL, 3gp for video and aac for audio, for FL 3 use flv, avoid using XML whenever possible for large amounts of data, SWX  &lt;/li&gt;
	&lt;li&gt;A challenge with Flash Lite and firmware updates, as there are differences between FL2 qand FL3 - WURFL (as you would need to know about which FL version you are running on) &lt;/li&gt;
	&lt;li&gt;Optimize your loops - negative while-loops are fastest of all, avoid function calls in loop condition (instead run it once before loop if value does not change)  &lt;/li&gt;
	&lt;li&gt;Join the deprecation appreciation society - even though the some old FL1.1 functions are deprecated, they might still be faster than the new replacements from AS2&lt;/li&gt;
	&lt;li&gt;Use the keypad on the phone for navigation (an remap your numeric keypad on the PC to &amp;quot;simulate&amp;quot; phone keypad, which is reversed, meaning 2 is up and not down... this means both device central and PC&#039;s Web browser)&lt;/li&gt;
	&lt;li&gt;Test automation through Device Central- create a device set, and run the same test on all devices (you could also take a screenshot of every test run for examination)&lt;/li&gt;
	&lt;li&gt;Remote on-device testing - leverage Nokia RDA and Mobile Complete by Device Anywhere&lt;/li&gt;
	&lt;li&gt;Device profiling - test the devices with FPS monitors or use the Device Central profiling features&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://adobemax.scottjanousek.com/MaD_frameworks.html&quot; target=&quot;_blank&quot;&gt;Extending Flash Lite&lt;/a&gt; (will be available Adobe MAX) - possibilities: KuneriLite, Janus, Flyer, Sony-Ericsso&#039;s Capuchin, SWF2Go, there is also an article&lt;/li&gt;
	&lt;li&gt;Business tip #1: Know where your content is going to end up,&amp;nbsp; regional differences, differences between manufacturers, etc.&lt;/li&gt;
	&lt;li&gt;Business tip #2: Know the market - what kind of content is popular in your target markets?&lt;/li&gt;
	&lt;li&gt;Business tip #3: Grab your customer in less than 60 seconds - spend time in making sure you get the customer to download your content, it has to stand out from the competition&lt;/li&gt;
	&lt;li&gt;Business tip #4: Use Flash for its strengths&lt;/li&gt;
	&lt;li&gt;Business tip #5: Becoming a mobile millionaire takes time&lt;/li&gt;
&lt;/ul&gt; 
</content> 
</entry> 
 
<entry> 
<title>Adobe MAX San Francisco has started</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/11/17/adobe-max-san-francisco-has-started" /> 
<id>tag:blogs.forum.nokia.com,2008-11-17:1841</id>
 
<updated>2008-11-17T20:37:38+02:00</updated> 
<published>2008-11-17T20:37:38+02:00</published> 
<summary type="html"> 
The Adobe MAX Keynote this morning was again very interesting with lots of cool guest presenters. Even the First Lady of California, Maria Shriver, was on the stage talking about the ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Flash 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
The Adobe MAX Keynote this morning was again very interesting with lots of cool guest presenters. Even the First Lady of California, Maria Shriver, was on the stage talking about the &lt;a href=&quot;http://www.californiamuseum.org/exhibits/legacy-trails&quot; target=&quot;_blank&quot;&gt;California Legacy Trails&lt;/a&gt; project. Other guests included representatives from New York Times, Salseforce.com, Disney Interactive, Google (Andy Rubin) etc. (BTW, the best quote of the keynote came from Salesforce.com representative, who started his talk describing how everyone sees enterprise applications pretty boring: &amp;quot;The enterprise software has been where innovation has gone to die.&amp;quot;
&lt;/p&gt;
&lt;p&gt;
I am not going to mention all the bits and pieces which were mentioned during the 2-hour event (as I am sure, there are multiple, minute-by-minute write-ups available on the net), but I&#039;ll pick a few highlights.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.joinred.com/&quot; target=&quot;_blank&quot;&gt;Project (RED)&lt;/a&gt; seems like a great initiative to help fighting AIDS in Africa.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://flex.org/tour&quot; target=&quot;_blank&quot;&gt;Tour de Flex&lt;/a&gt; &amp;quot;is a desktop application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR and data integration, as well as a variety of third-party components, effects, skins, and more.&amp;quot; Apparently there are more than 200 examples with code already...
&lt;/p&gt;
&lt;p&gt;
Hot from the enginering oven: Flash 10 was shown playing in a couple of mobile devices (N85, Win Mobile, Android) inside browser. There was also a teaser note about iPhone, but nothing concrete yet.
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>A couple of service notes: Upcoming service break and Discussions performance</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/11/04/a-couple-of-service-notes-upcoming-service-break-and-discussions-performance" /> 
<id>tag:blogs.forum.nokia.com,2008-11-04:1821</id>
 
<updated>2008-11-04T18:35:45+02:00</updated> 
<published>2008-11-04T18:35:45+02:00</published> 
<summary type="html"> 
 As noted before , all Forum Nokia web sites will be unavailable this coming weekend (November 8th and 9th). We apologize for the inconvenience!
 
 
On another note,  the performance fix I ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Browsing 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
&lt;a href=&quot;http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/10/24/service-break-on-forum.nokia.com-on-november-8th-9th&quot;&gt;As noted before&lt;/a&gt;, all Forum Nokia web sites will be unavailable this coming weekend (November 8th and 9th). We apologize for the inconvenience!
&lt;/p&gt;
&lt;p&gt;
On another note, &lt;a href=&quot;http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/10/14/improving-the-performance-of-forum-nokia-wiki&quot;&gt;the performance fix I wrote about earlier&lt;/a&gt; was taken into use today for Discussion Boards as well. The statistics show significant performance improvement for people accessing the site especially outside Europe. And in my personal opinion, the discussion boards are really working faster for me here in U.S. 
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>Security prompting improvements on their way to S60</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/10/24/security-prompting-improvements-on-their-way-to-s60" /> 
<id>tag:blogs.forum.nokia.com,2008-10-24:1796</id>
 
<updated>2008-10-24T21:57:58+03:00</updated> 
<published>2008-10-24T21:57:58+03:00</published> 
<summary type="html"> 
A colleague of mine just pointed me to the new  Developing on S60  -blog (&amp;quot;new&amp;quot; is of course a relative term in here :-) on S60.com, where  Aleksi Uotila  from S60 Java team has ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
S60 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
A colleague of mine just pointed me to the new &lt;a href=&quot;http://blogs.s60.com/developing-on-s60&quot; target=&quot;_blank&quot;&gt;Developing on S60&lt;/a&gt; -blog (&amp;quot;new&amp;quot; is of course a relative term in here :-) on S60.com, where &lt;a href=&quot;http://blogs.s60.com/author/aleksiuotila/&quot;&gt;Aleksi Uotila&lt;/a&gt; from S60 Java team has written quite a few informative entries on S60 Java implementation. &lt;a href=&quot;http://blogs.s60.com/developing-on-s60&quot; target=&quot;_blank&quot;&gt;The latest one is about security prompting&lt;/a&gt; - a chronically hot topic on Forum Nokia discussions to say the least.
&lt;/p&gt;
&lt;p&gt;
The good news is that there are improvements coming:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;em&gt;A new kind of runtime security prompt which allows user to directly
	change the security setting for the application (pictured here)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;A set of security policy changes allowing user more control on the settings levels for untrusted and trusted 3rd party&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The bad news is that the improvements will not be available on all existing S60 phones:
&lt;/p&gt;
&lt;p&gt;
&amp;quot;&lt;em&gt;The enhanced prompts will be added to upcoming 3rd edition FP 2 (and
later) devices but we are seeking to get this enhancement also as a
correction to some existing products via Nokia SW update.&lt;/em&gt;&amp;quot;
&lt;/p&gt;
&lt;p&gt;
Check also Aleksi&#039;s detailed posts on touch support for MIDlets on S60 5th Edition devices in the same blog...
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>Service break on forum.nokia.com on November 8th-9th</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/10/24/service-break-on-forum.nokia.com-on-november-8th-9th" /> 
<id>tag:blogs.forum.nokia.com,2008-10-24:1795</id>
 
<updated>2008-10-24T20:04:58+03:00</updated> 
<published>2008-10-24T20:04:58+03:00</published> 
<summary type="html"> 
As our servers are going to be physically moved to a new hosting center over the second weekend on November (November 8th-9th), the Forum Nokia web site will be unavailable over that weekend. ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Business Opportunities/Services 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
As our servers are going to be physically moved to a new hosting center over the second weekend on November (November 8th-9th), the Forum Nokia web site will be unavailable over that weekend. So no discussion boards, wiki, blogs nor the main Forum Nokia Web site is going to be available on that Saturday and Sunday. The break will start on Saturday at 6am EEST and will be over on Sunday at 10pm EEST.
&lt;/p&gt;
&lt;p&gt;
Yes, there is still a couple weeks until the service break, and most of you will forget this announcement by then, so we will remind you of this break also closer to that date :-) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>Improving the performance of Forum Nokia Wiki</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/10/14/improving-the-performance-of-forum-nokia-wiki" /> 
<id>tag:blogs.forum.nokia.com,2008-10-14:1776</id>
 
<updated>2008-10-14T17:34:50+03:00</updated> 
<published>2008-10-14T17:34:50+03:00</published> 
<summary type="html"> 
We have been painfully aware of the fact that Forum Nokia online community sites (discussion boards, wiki and blogs) appear sluggish in certain markets. In Europe he situation is pretty good, ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Browsing 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
We have been painfully aware of the fact that Forum Nokia online community sites (discussion boards, wiki and blogs) appear sluggish in certain markets. In Europe he situation is pretty good, but everywhere else the pages take long to download and render - the worst region in this respect being Asia.
&lt;/p&gt;
&lt;p&gt;
Recently we (or more specifically the company maintaining these services for us - hats off to them) came up with a mechanism to speed up the sites considerably (basically we are starting to serve most of or static content including JavaScript scripts using distribution networks). Today we took that solution in to use for Wiki. Blogs have been using this solution already for a while and discussion boards are next in line to go through this transformation. 
&lt;/p&gt;
&lt;p&gt;
If you are based in Europe, there is not probably much difference in Wiki performance. But people in other continents and regions should really see an improvement in the Wiki rendering speed. Do you? 
&lt;/p&gt; 
</content> 
</entry> 
 
<entry> 
<title>RDA service will be down around October 15th</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/09/29/rda-service-will-be-down-around-october-15th" /> 
<id>tag:blogs.forum.nokia.com,2008-09-29:1748</id>
 
<updated>2008-09-29T17:34:55+03:00</updated> 
<published>2008-09-29T17:34:55+03:00</published> 
<summary type="html">As bloodredsky notes in this  thread , Forum Nokia&#039;s Remote Device Access service will be moved to a new location on October 15th, and the service will be down for that reason. The exact length of ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Testing 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
As bloodredsky notes in this &lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?t=145828&quot;&gt;thread&lt;/a&gt;, Forum Nokia&#039;s Remote Device Access service will be moved to a new location on October 15th, and the service will be down for that reason. The exact length of the service break is not known yet. We&#039;ll keep you posted. 
</content> 
</entry> 
 
<entry> 
<title>Table sorting with JavaScript</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog/2008/09/26/table-sorting-with-javascript" /> 
<id>tag:blogs.forum.nokia.com,2008-09-26:1746</id>
 
<updated>2008-09-26T04:16:21+03:00</updated> 
<published>2008-09-26T04:16:21+03:00</published> 
<summary type="html"> 
It has been again a few months since my last post. A few months? Really??? (Time flies, I have to agree...)
 
 
Anyhow, it has been even longer, way longer, since I did anything on the Web ...</summary> 
<author> 
 
<name>hartti</name> 
<uri>http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog</uri> 
</author> 
<dc:subject>
General 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/hartti-suomelas-forum-nokia-blog"> 
&lt;p&gt;
It has been again a few months since my last post. A few months? Really??? (Time flies, I have to agree...)
&lt;/p&gt;
&lt;p&gt;
Anyhow, it has been even longer, way longer, since I did anything on the Web development side. My old pet project (national team statistics for Ultimate Frisbee... maybe more about that in a later post) has been suffering with crappy coding (naturally by yours truly) for years, and especially there has been no data updates for about 2 years (even though there has been quite a few games played within that period).
&lt;/p&gt;
&lt;p&gt;
Last week I finally got some statistics updated online, and this week I started tinkering with my old code (undocumented of course... painful...). My first task was to find a way to sort HTML tables with JavaScript, so the users do not always need to wait for sorted data retireval from the server. The first script I bumped into was &lt;a href=&quot;http://www.kryogenix.org/code/browser/sorttable/&quot; target=&quot;_blank&quot;&gt;sorttable&lt;/a&gt; by Stuart Langridge. With this nifty script it was extremly easy to change the tables to use JavaScript based sorting: I just included the JavaScript code on the pages and added &lt;span style=&quot;font-family: courier new,courier&quot;&gt;class=&amp;quot;sortable&amp;quot;&lt;/span&gt; attribute in my HTML tables. (Ok. Ok. I also removed the old sorting links from the table header row and added some style definitions in the site&#039;s css-file, but that&#039;s it). Lo and behold, the table sorting worked. Very powerful and easy! 
&lt;/p&gt;
&lt;p&gt;
Unfortunately for me, the script lacked one important feature. It turned out to be impossible to create a header column for the data rows, which would not be sorted (row headers / row numbering). And off I went for some more googling. 
&lt;/p&gt;
&lt;p&gt;
After a few disappointments, I finally found a useful JavaScript library which solved my problem: &lt;a href=&quot;http://code.google.com/apis/visualization/&quot;&gt;Google Visualization API&lt;/a&gt;. Man, that API is powerful. It provided &lt;a href=&quot;http://code.google.com/apis/visualization/documentation/gallery/table.html&quot;&gt;a very good solution&lt;/a&gt; for me for my table sorting problem (although it means a little more work for me, as I am forced to some more coding to change my direct HTML table code to use the JavaScript-based tables that the API uses), but it also contains very cool visualization tools (check for example &lt;a href=&quot;http://code.google.com/apis/visualization/documentation/gallery/motionchart.html&quot; target=&quot;_blank&quot;&gt;Motion Chart&lt;/a&gt; and &lt;a href=&quot;http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html&quot; target=&quot;_blank&quot;&gt;Annotated Time Line&lt;/a&gt; in the &lt;a href=&quot;http://code.google.com/apis/visualization/documentation/gallery.html&quot; target=&quot;_blank&quot;&gt;Gallery&lt;/a&gt;). Sure, I have not yet checked the licencing rights, which are likely a little stricter that what sorttable has, but I do not think this will cause any problems for my hobby project. And no, I have not yet taken this into use - that&#039;s the task for tomorrow I guess :-)
&lt;/p&gt; 
</content> 
</entry> 
 
</feed>