<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-21721561</id><updated>2011-11-20T09:29:07.559+01:00</updated><category term='VBA'/><category term='templates'/><category term='tricks'/><category term='extensions'/><category term='chart2'/><category term='Mozilla'/><category term='QA'/><category term='Linux'/><category term='functional'/><category term='Thunderbird'/><category term='programming'/><category term='OpenOffice.org'/><category term='Calc'/><category term='macro'/><category term='Tips'/><category term='testing'/><category term='VB'/><category term='usability'/><title type='text'>A free software developer adventure</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>67</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-21721561.post-5416426277438730563</id><published>2007-10-08T23:01:00.000+02:00</published><updated>2007-10-08T23:05:05.455+02:00</updated><title type='text'>Designing Qt-Style C++ APIs</title><content type='html'>I just found an article worth reading on designing good C++ APIs:

&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html"&gt;http://doc.trolltech.com/qq/qq13-apis.html&lt;/a&gt;

Here are the main topics:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#sixcharacteristicsofgoodapis"&gt;Six Characteristics of Good APIs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#theconveniencetrap"&gt;The Convenience Trap&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#thebooleanparametertrap"&gt;The Boolean Parameter Trap&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#staticpolymorphism"&gt;Static Polymorphism&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#theartofnaming"&gt;The Art of Naming&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#pointersorreferences"&gt;Pointers or References?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#casestudyqprogressbar"&gt;Case Study: QProgressBar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://doc.trolltech.com/qq/qq13-apis.html#howtogetapisright"&gt;How to Get APIs Right&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-5416426277438730563?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/5416426277438730563/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=5416426277438730563' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5416426277438730563'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5416426277438730563'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/10/designing-qt-style-c-apis.html' title='Designing Qt-Style C++ APIs'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8292969326078207122</id><published>2007-09-20T18:49:00.000+02:00</published><updated>2008-01-10T06:39:05.622+01:00</updated><title type='text'>A File Format Timeline</title><content type='html'>Here is an interresting retrospective from Rob Weir on microsoft way of thinking file formats. There is a very nice chart and not so much text to read (exactly what I need at 7 pm) :

&lt;a href="http://www.robweir.com/blog/2007/06/file-format-timeline.html"&gt;http://www.robweir.com/blog/2007/06/file-format-timeline.html&lt;/a&gt;

A quote :
&lt;blockquote&gt;
My guess is that OOXML is merely a transitional format, much like Windows ME was in the OS space, a temporary hybrid used to ease the transition from 16-bit to the 32-bit platform that would eventually come (Windows 2000). Microsoft doesn't want to support all of the quirks of their legacy formats forever. That just leads to bloated, fragile code, more expensive development and support costs. They would rather have clean, structured markup, like ODF. But the question is, how do you get there? The answer is straightforward: First, eliminate the competition. Second, move users in small steps, promising the comfort of continuity and safety. Third, once you have eliminated competition and have the users on the OOXML format that no one but Microsoft fully understands, then you may have your will of them. For example, introduce a new format that drops support for legacy formats and force everyone to upgrade. They are pretty much doing this already on the Mac by &lt;a href="http://www.joelonsoftware.com/items/2007/04/25.html"&gt;dropping support for VBA&lt;/a&gt; in the next version of the Mac Office.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8292969326078207122?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8292969326078207122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8292969326078207122' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8292969326078207122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8292969326078207122'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/09/file-format-timeline.html' title='A File Format Timeline'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8486141639695616535</id><published>2007-09-08T10:48:00.000+02:00</published><updated>2008-11-13T15:54:09.716+01:00</updated><title type='text'>Offline GMail, Gmail tags and Thunderbird 2</title><content type='html'>&lt;p&gt;
[SPOILER] As this post is quite long, here are the main ideas : (1) create a thunderbird extension to grab GMail tags, (2) standardize the way MUA (GMail, Thunderbird, Zimbra...) share mail tags with each other.
&lt;/p&gt;
&lt;p&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xym7hnM3qEI/RuJobQ3iLyI/AAAAAAAAAqY/c4TZZTTXag4/s1600-h/gmail.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_xym7hnM3qEI/RuJobQ3iLyI/AAAAAAAAAqY/c4TZZTTXag4/s200/gmail.gif" alt="" id="BLOGGER_PHOTO_ID_5107759744985214754" border="0" /&gt;&lt;/a&gt;From time to time, I dream of an offline GMail &amp; GCalendar. Those two applications are really nice but lack of an offline mode, which makes them unsuitable for travelling. As I use GMail &amp;amp; GCalendar to implement GTD [1], those two applications are cruical to my daily work. Not being able to access them is really a pain.
&lt;/p&gt;

&lt;p&gt;
Offline Gmail &amp; GCalendar? Yes, I am quite sure that this dream will come true some time in the future as Google announced Gears [2] a few month ago. For thus of you who missed it, Gears is a framework for making web applications work offline. Currently, Gears allows Google Reader users to check RSS feeds offline. Thus, we can easily suppose that GMail and GCalendar will be supported. But before this comes true, I have to find an offline solution.
&lt;/p&gt;

&lt;p&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xym7hnM3qEI/RuJ0-w3iLzI/AAAAAAAAAqg/NfDEUEouhfw/s1600-h/thunderbird_20.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 133px; height: 141px;" src="http://2.bp.blogspot.com/_xym7hnM3qEI/RuJ0-w3iLzI/AAAAAAAAAqg/NfDEUEouhfw/s200/thunderbird_20.png" alt="" id="BLOGGER_PHOTO_ID_5107773549010104114" border="0" /&gt;&lt;/a&gt;The offline calendar issue was solved with Thunderbird, lightning and GCalDaemon [3]. This allows me to have access to my Calendar, to modify it and to synchronise everything back once I get an internet connection. It works really nicely.
&lt;/p&gt;

&lt;p&gt;
For the GMail synchronisation, I can use POP to download the content of the mails, but I lose a highly critical part of the mail information: the tags.  As each mail in my inbox is categorized with several tags (cf GTD) I can't possibly imagine to apply manually the tags for each mail twice. That would be a complete waste of time. It is also not possible to create filters/rules to automatically because the tags applied to a mail change over the time but not the content of the mail.&lt;/p&gt;

&lt;p&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xym7hnM3qEI/RuJ_ug3iL1I/AAAAAAAAAqw/knvoPI0w36k/s1600-h/zimbra-logo.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_xym7hnM3qEI/RuJ_ug3iL1I/AAAAAAAAAqw/knvoPI0w36k/s200/zimbra-logo.png" alt="" id="BLOGGER_PHOTO_ID_5107785364465135442" border="0" /&gt;&lt;/a&gt;&lt;photo thunderbird="" et="" zimbra=""&gt;As a matter of fact, more and more Mail clients support tagging. For example, GMail, Zimbra [4] and Thunderbird support it. My first question is thus: would it be possible to improve the mail protocols (IMAP, POP) to support new features like tagging or flagging? If anyone has an answer, I would be eager to know it, but as always will well established standards, it would take year before we could see the result in daily used apps.
&lt;/photo&gt;&lt;/p&gt;

&lt;p&gt;
In the meantime, what I would like to see is a Thunderbird extension to synchronise tags between GMail/Zimbra and Thunderbid. Does anyone knows if such an extension exists? If it does not exists, I think I will try to spend some time working on it. The major issue I currently think of is: Does Google allows access to such an API? Any clue is welcome.
&lt;/p&gt;

&lt;p&gt;
PS 1: BTW, if you don't know GTD, you should really read that book, it might change the way you work.
&lt;/p&gt;

&lt;p&gt;
PS 2: &lt;a href="http://www.zimbra.com/blog/archives/2006/11/taking_zimbra_offline.html"&gt;Zimbra already provides a beta of an offline mode&lt;/a&gt;.
&lt;/p&gt;





&lt;a href="http://spaceagewasteland.com/gtd%20with%20gmail.pdf"&gt;[1] GTD With GMail&lt;/a&gt;&lt;a href="http://spaceagewasteland.com/gtd%20with%20gmail.pdf"&gt;&lt;/a&gt;
&lt;br/&gt;
&lt;a href="http://gears.google.com/"&gt;[2] Google Gears&lt;/a&gt;
&lt;br/&gt;

&lt;a href="http://devadventure.blogspot.com/2007/09/gmail-and-offline-calendar.html"&gt;&lt;span style="font-size:100%;"&gt;[3] Gmail and Offline Calendar&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8486141639695616535?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8486141639695616535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8486141639695616535' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8486141639695616535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8486141639695616535'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/09/offline-gmail-gmail-tags-and.html' title='Offline GMail, Gmail tags and Thunderbird 2'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xym7hnM3qEI/RuJobQ3iLyI/AAAAAAAAAqY/c4TZZTTXag4/s72-c/gmail.gif' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6066813132535260072</id><published>2007-09-02T23:37:00.000+02:00</published><updated>2007-09-02T23:50:48.044+02:00</updated><title type='text'>Gmail and Offline Calendar</title><content type='html'>Since a few years, I have been using GCalendar for managing appointements. It is really a nice tool providing all the features I need (email alarms, ical sync...) :

&lt;a href="http://www.google.com/googlecalendar/overview.html"&gt;http://www.google.com/googlecalendar/overview.html&lt;/a&gt;

The only real issue I had with it was to access to my appointements offline. As I regularly spent weeks abroad without any internet connection it was really a pain. Thus, I needed to print on PDF the next weeks in order to access to my schedule which is not that nice.

Tonight, I finally found a solution, GCalDaemon:

&lt;a href="http://gcaldaemon.sourceforge.net/index.html"&gt;http://gcaldaemon.sourceforge.net/index.html&lt;/a&gt;

And an introduction to using it:

&lt;a href="http://lifehacker.com/software/google-calendar/geek-to-live--sync-google-calendar-and-gmail-contacts-to-your-desktop-251279.php"&gt;http://lifehacker.com/software/google-calendar/geek-to-live--sync-google-calendar-and-gmail-contacts-to-your-desktop-251279.php&lt;/a&gt;

I can now synchronise all my calendars using Thunderbird and Lightning. This is a real improvement to my way of working.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6066813132535260072?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6066813132535260072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6066813132535260072' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6066813132535260072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6066813132535260072'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/09/gmail-and-offline-calendar.html' title='Gmail and Offline Calendar'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4582309310055691802</id><published>2007-08-25T21:27:00.000+02:00</published><updated>2008-11-13T15:54:09.945+01:00</updated><title type='text'>FUD - StarOffice in the Google Pack</title><content type='html'>I suppose that most of you already know about the Google Pack now including StarOffice.  Recently, I read an article about it on Eweek. Here is what you could see:


&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xym7hnM3qEI/RtCFIg3iLoI/AAAAAAAAAnA/p6cWb2-FH5s/s1600-h/eweek-FUD.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_xym7hnM3qEI/RtCFIg3iLoI/AAAAAAAAAnA/p6cWb2-FH5s/s320/eweek-FUD.png" alt="" id="BLOGGER_PHOTO_ID_5102724759119081090" border="0" /&gt;&lt;/a&gt;
Isn't it nice to see how to scare potential users with a few sentences?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4582309310055691802?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4582309310055691802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4582309310055691802' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4582309310055691802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4582309310055691802'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/08/fud-staroffice-in-google-pack.html' title='FUD - StarOffice in the Google Pack'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xym7hnM3qEI/RtCFIg3iLoI/AAAAAAAAAnA/p6cWb2-FH5s/s72-c/eweek-FUD.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-2329064081364839470</id><published>2007-07-26T10:09:00.000+02:00</published><updated>2007-07-26T10:20:39.822+02:00</updated><title type='text'>Firefox - First Enterprise Working Group</title><content type='html'>Here is an interresting post entry. It deals with all the companies' needs in order to ease the deployment of Firefox. I think that many aspects are the same for deploying OOo in companies.
&lt;br/&gt;
&lt;br/&gt;
An explanation of the Firefox Enterprise Working Group (EWG) :
&lt;br/&gt;
&lt;a href="http://jtbatson.blogspot.com/2007/07/join-firefox-enterprise-working-group.html"&gt;&lt;/a&gt;&lt;blockquote&gt;&lt;a href="http://jtbatson.blogspot.com/2007/07/join-firefox-enterprise-working-group.html"&gt;As I mentioned earlier&lt;/a&gt;, we now have an &lt;a href="http://wiki.mozilla.org/Enterprise"&gt;Enterprise Working Group&lt;/a&gt; that is exploring how we can make Firefox easier to use/deploy for large organizations (companies, schools, governments, universities).
&lt;/blockquote&gt;
&lt;br/&gt;
&lt;br/&gt;
A quotation of the issues companies have:
&lt;br/&gt;&lt;br/&gt;
&lt;span style="font-weight: bold;"&gt;
&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;Very Brief Summary&lt;/span&gt;
The theme of this meeting was "Experience". Folks on the call shared their personal experience with Firefox in an enterprise environment. There were clear areas of interest and overlap.

My main take-away has been this: It cannot be understated nor unappreciated that "Enterprises" do, in fact, share pain-points and challenges and therefore must come together to form a real, effective Community.

&lt;span style="font-weight: bold;"&gt;Some identified synergies&lt;/span&gt;
By no means a completed list, but here is what jumped out at me:
&lt;ul&gt;&lt;li&gt;Packaging.
&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Story around MSIs and MSTs vs some open source formats. Most Enterprises are heavy Windows users. At what point does the lack of these hinder adoption?&lt;/li&gt;&lt;li&gt;What is feasible?  What can Mozilla own and what can and should the Enterprise Community own?
&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Patch Management.&lt;/li&gt;&lt;ul&gt;&lt;li&gt;If an organization is not very Agile and agility assumes that not everything is perfect out of the box, is Mozilla's patch cycle too agile for "enterprises"?
&lt;/li&gt;&lt;li&gt;How are others patching Firefox on desktops without having to uninstall and install the entire product?&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Settings Management.
&lt;/li&gt;&lt;ul&gt;&lt;li&gt;What are some trade-offs between GPO and Mission Control?
&lt;/li&gt;&lt;li&gt;Not all settings are manageable.
&lt;/li&gt;&lt;li&gt;What settings should be exposed by all extensions to enable pref-level lockdown?&lt;/li&gt;&lt;li&gt;Can we drive best practices for deploying plugins and extensions? There is very little documentation on where Plugins should go and how to configure in the registry.&lt;/li&gt;&lt;li&gt;How do we prevent some critical settings from being "tattooed" into prefs.js? I.e. mcontrol and user agent settings should never be written to prefs.js when in Enterprise mode.&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;User Profiles&lt;/li&gt;&lt;ul&gt;&lt;li&gt;How can profiles/certificates be migrated with minimum impact to the end-users?&lt;/li&gt;&lt;li&gt;Does having Firefox and IE share bookmarks help adoption?  Can Firefox "piggy-back" on Favorites? How can it be done easily?&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/blockquote&gt;
The links:

&lt;a href="http://jtbatson.blogspot.com/2007/07/first-enterprise-working-group-call.html"&gt;http://jtbatson.blogspot.com/2007/07/first-enterprise-working-group-call.html&lt;/a&gt;
&lt;a href="http://e2pt0.blogspot.com/2007/07/firefox-ewgs-first-call-is-success.html"&gt;http://e2pt0.blogspot.com/2007/07/firefox-ewgs-first-call-is-success.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-2329064081364839470?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/2329064081364839470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=2329064081364839470' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2329064081364839470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2329064081364839470'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/07/firefox-first-enterprise-working-group.html' title='Firefox - First Enterprise Working Group'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-2632638826938515347</id><published>2007-07-04T09:12:00.000+02:00</published><updated>2007-07-04T09:38:17.438+02:00</updated><title type='text'>Sun ODF Plugin for Microsoft Office 1.0</title><content type='html'>&lt;p&gt;
Did you heard of ODF? In short, it is the format used to store OpenOffice.org documents and it is standardized as an ISO format. 
&lt;/p&gt;
&lt;p&gt;
Yesterday, Sun just released the version 1.0 of his ODF plugin for Microsoft Office. This is a great news, it means that if you install this plugin, you will be able to open/save ODF files from Microsoft Office.
&lt;/p&gt;
&lt;/p&gt;
This works with Word, Excel and Powerpoint. Supported versions are Microsoft Office 2000, XP and 2003.
&lt;/p&gt;
Congratulation to Sun.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-2632638826938515347?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/2632638826938515347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=2632638826938515347' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2632638826938515347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2632638826938515347'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/07/sun-odf-plugin-for-microsoft-office-10.html' title='Sun ODF Plugin for Microsoft Office 1.0'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8695789423361492050</id><published>2007-06-05T16:19:00.000+02:00</published><updated>2007-06-05T16:23:07.858+02:00</updated><title type='text'>"Small Tour through the New Chart"</title><content type='html'>Bjoern Milcke just pointed a nice article showcasing the new chart module:&lt;a target="_blank" href="http://openoffice.blogs.com/openoffice/2007/06/the_new_openoff.html"&gt; The new OpenOffice.org Charting Tool Coming in OpenOffice.org 2.3&lt;/a&gt; from Solveig Haugland from &lt;a target="_blank" href="http://www.getopenoffice.org/"&gt;GetOpenOffice.org&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
Nice to see the new chart getting some attention.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8695789423361492050?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8695789423361492050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8695789423361492050' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8695789423361492050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8695789423361492050'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/06/small-tour-through-new-chart.html' title='&quot;Small Tour through the New Chart&quot;'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-1838285669934994375</id><published>2007-05-29T17:07:00.000+02:00</published><updated>2007-05-30T10:27:35.159+02:00</updated><title type='text'>XNote for Thunderbird 2.0</title><content type='html'>XNote for Thunderbird 2.0 was just released. Beware that this version is imcompatible with Thunderbird 1.5. This version was sponsored by the company I work for called &lt;a href="http://www.starxpert.fr/"&gt;StarXpert &lt;/a&gt;(&lt;a href="http://www.starxpert.fr/"&gt;http://www.starxpert.fr&lt;/a&gt;).
&lt;br/&gt;&lt;br/&gt;
If you are interrested in it, you can just download it from:
&lt;br/&gt;

&lt;a href="https://addons.mozilla.org/fr/thunderbird/addon/3093"&gt;https://addons.mozilla.org/fr/thunderbird/addon/3093&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


or from:
&lt;br/&gt;
&lt;a href="http://starxpert.fr/outils/XNote/"&gt;http://starxpert.fr/outils/XNote/&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
I also post a screenshot where you can have a look at a note:
&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2656/2200/1600/xnote.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2656/2200/320/xnote.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-1838285669934994375?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/1838285669934994375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=1838285669934994375' title='73 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1838285669934994375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1838285669934994375'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/05/xnote-for-thunderbird-20.html' title='XNote for Thunderbird 2.0'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>73</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-3631577339945828501</id><published>2007-05-25T15:28:00.000+02:00</published><updated>2007-05-25T16:16:37.127+02:00</updated><title type='text'>New chart integrated into Milestone 213</title><content type='html'>The new chart module was just integrated into Milestone 213 (a developper release). What a great news! You should really test it. You should also check this post and the the screenshot on it, it looks fantastic:
&lt;br/&gt;
&lt;a href="http://blogs.sun.com/GullFOSS/entry/new_chart_module_is_integrated"&gt;http://blogs.sun.com/GullFOSS/entry/new_chart_module_is_integrated&lt;/a&gt; 
&lt;br/&gt;&lt;br/&gt;
Here is the mail send by Ingrid Halama on the chart mailing lists:


&lt;blockquote&gt;
Hi chart users,

The chart module is renewed completely starting with SRC680_m213 and
integration of CWS chart2mst3. This is the basis for further
enhancements and long awaited features.&lt;br/&gt;&lt;br/&gt;

Get a quick overview of contained improvements here:&lt;br/&gt;
&lt;a href="http://graphics.openoffice.org/chart/whatsnewinchart2.html"&gt;http://graphics.openoffice.org/chart/whatsnewinchart2.html&lt;/a&gt;

&lt;br/&gt;&lt;br/&gt;
You are welcome to download the latest developer snapshot containing the
new chart for evaluation and testing purposes:&lt;br/&gt;
&lt;a href="http://download.openoffice.org/SRC680/index.html"&gt;http://download.openoffice.org/SRC680/index.html&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
Many thanks to all of you who worked to make this happen! A lot of
people also outside Sun helped with testing the preview versions,
writing help texts or specifications:&lt;br/&gt;
Regina Henschel, Tony Galmiche, Pierre-Andre Galmes,
Jörg Wartenberg and many others.
&lt;br/&gt;&lt;br/&gt;
Thanks a lot for your help!&lt;br/&gt;
Ingrid
&lt;br/&gt;&lt;br/&gt;
For more information visit the chart website:
&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;http://graphics.openoffice.org/chart/chart.html&lt;/a&gt; &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-3631577339945828501?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/3631577339945828501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=3631577339945828501' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3631577339945828501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3631577339945828501'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/05/new-chart-integrated-into-milestone-213.html' title='New chart integrated into Milestone 213'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-1337934947632605214</id><published>2007-05-24T17:45:00.000+02:00</published><updated>2007-05-24T17:54:14.993+02:00</updated><title type='text'>XSLT and memory consumption</title><content type='html'>Today, Svante Schubert pointed to me an interresting article about an algorithm than allows XSLT to consume less memory:&lt;br/&gt;

&lt;a href="http://www.topxml.com/xsl/articles/recurse/"&gt;http://www.topxml.com/xsl/articles/recurse/&lt;/a&gt;
&lt;br/&gt;

This is nice as this issue has been very annoying to me since quite some time. Maybe it can also help other developers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-1337934947632605214?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/1337934947632605214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=1337934947632605214' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1337934947632605214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1337934947632605214'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/05/xslt-and-memory-consumption.html' title='XSLT and memory consumption'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-57753339401899760</id><published>2007-05-24T07:56:00.000+02:00</published><updated>2007-05-24T08:15:18.942+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Code reviews and the NetBeans Collaboration Project</title><content type='html'>As the idea of &lt;a href="http://blogs.sun.com/GullFOSS/entry/code_reviews"&gt;code review is making its way into OpenOffice.org&lt;/a&gt; Martin Hollmichel send links regarding codu review tools. I did discover that Netbeans offers such capabilities. If you are interrested, you should check the following flash video:
&lt;br/&gt;
&lt;a href="http://www.netbeans.org/files/documents/186/522/NB-Collab-Code-Review-for-JavaOne-v2.swf"&gt;The flash video&lt;/a&gt;

&lt;p/&gt;
&lt;b&gt;Other links:&lt;/b&gt;

&lt;br/&gt;
the NetBeans Collaboration Project:

&lt;a href="http://collab.netbeans.org/"&gt;http://collab.netbeans.org/&lt;/a&gt;
&lt;br/&gt;
Another nice article:
&lt;a href="http://cld.blog-city.com/netbeans_collaboration_project___collablets_and_codeaware_to.htm"&gt;A review
&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-57753339401899760?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/57753339401899760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=57753339401899760' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/57753339401899760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/57753339401899760'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/05/code-reviews-and-netbeans-collaboration.html' title='Code reviews and the NetBeans Collaboration Project'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4912542813030519969</id><published>2007-04-19T19:26:00.000+02:00</published><updated>2007-04-19T19:30:31.845+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>A new report designer for OpenOffice.og Base</title><content type='html'>I just read a really good news. It semms that a long awaited Report designer for OOo Base is becoming real! You should check the screenshot:&lt;span class="entry-author-name"&gt;&lt;/span&gt;

&lt;a href="http://blogs.sun.com/GullFOSS/entry/report_designer_will_extend_the"&gt;http://blogs.sun.com/GullFOSS/entry/report_designer_will_extend_the&lt;/a&gt;

&lt;span class="entry-author-name"&gt;Thanks Ocke for letting us know about it.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4912542813030519969?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4912542813030519969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4912542813030519969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4912542813030519969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4912542813030519969'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/04/new-report-designer-for-openofficeog.html' title='A new report designer for OpenOffice.og Base'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4731374250989389137</id><published>2007-04-12T13:52:00.000+02:00</published><updated>2007-04-12T13:58:49.848+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>OOo Google Summer of Code 2007</title><content type='html'>Google announced today the accepted projects :

&lt;a href="http://code.google.com/soc/ooo/about.html"&gt;http://code.google.com/soc/ooo/about.html&lt;/a&gt;
&lt;br/&gt;
Good luck to all students and mentors.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4731374250989389137?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4731374250989389137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4731374250989389137' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4731374250989389137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4731374250989389137'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/04/ooo-google-summer-of-code.html' title='OOo Google Summer of Code 2007'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-5926379356084769284</id><published>2007-04-11T16:58:00.000+02:00</published><updated>2007-04-11T17:02:52.077+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='usability'/><title type='text'>[UX] expanding the desktop experience: sticky Windows</title><content type='html'>Just watch the video and enjoy:

&lt;a href="http://www.donelleschi.com/stickywindows/"&gt;http://www.donelleschi.com/stickywindows/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-5926379356084769284?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/5926379356084769284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=5926379356084769284' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5926379356084769284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5926379356084769284'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/04/ux-expanding-desktop-experience-sticky.html' title='[UX] expanding the desktop experience: sticky Windows'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6792593854996490697</id><published>2007-03-30T17:29:00.000+02:00</published><updated>2007-04-10T23:31:34.207+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Working towards a unified text layout engine for the free desktop software stack</title><content type='html'>I just read about &lt;a href="http://labs.trolltech.com/blogs/2007/03/30/working-towards-a-unified-text-layout-engine-for-the-free-desktop-software-stack/"&gt;another interresting initiative&lt;/a&gt; that aims at " providing a single place in the free desktop software stack to add support for new complex languages and provide consistent behavior across applications when it comes to text shaping."

If it work, it could help to avoid a lot of duplicate development, but I don't know if it could be easily integrated to OOo. Any thought?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6792593854996490697?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6792593854996490697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6792593854996490697' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6792593854996490697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6792593854996490697'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/working-towards-unified-text-layout.html' title='Working towards a unified text layout engine for the free desktop software stack'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-3668785932890557986</id><published>2007-03-15T17:19:00.000+01:00</published><updated>2007-03-15T17:26:33.307+01:00</updated><title type='text'>[UX] OpenICC: Color management for OpenSource</title><content type='html'>I just read about an interresting intiative from freedesktop called OpenICC:
&lt;p/&gt;
&lt;a href="http://www.freedesktop.org/wiki/OpenIcc"&gt;http://www.freedesktop.org/wiki/OpenIcc&lt;/a&gt;
&lt;p/&gt;
Here is what this project is aimed at:

&lt;blockquote&gt;OpenICC has two main goals. The first goal is to work out a common set of settings for color savvy applications to share profiles and settings. The second goal is to bring together those developers in areas like printing, display and desktop applications to work together to make color management end to end work for open source applications.&lt;/blockquote&gt;
&lt;p/&gt;
As the OOo User Experience (UX) Team has been working on colors lately (new chart colors...), this might be an interresting thing to have a look at.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-3668785932890557986?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/3668785932890557986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=3668785932890557986' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3668785932890557986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3668785932890557986'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/ux-openicc-color-management-for.html' title='[UX] OpenICC: Color management for OpenSource'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4622020094713618937</id><published>2007-03-12T13:46:00.000+01:00</published><updated>2007-03-16T15:36:56.555+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>How do features get into OOo? Ideas for improvements</title><content type='html'>A few days ago, I posted &lt;a href="http://devadventure.blogspot.com/2007/03/how-do-features-get-into-openofficeorg.html"&gt;an entry regarding the priorities for features implementation&lt;/a&gt; or in other words "why is a this feature implemented and that one is not". At that time, there were no answers for such a question.
&lt;p&gt;
Since that blog entry, Mathias Bauer wrote in GullFOSS an article called &lt;a href="http://blogs.sun.com/GullFOSS/entry/why_all_issues_are_equal"&gt;&lt;span class="entrytitle"&gt;"Why all issues are equal but some are more equal than others".&lt;/span&gt;&lt;/a&gt;&lt;span class="entrytitle"&gt; I suppose that his blog entry could even be pasted on some page on the wiki in order to keep it somewhere.&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;
Thanks to Mathias, we now have more visibility on the "variables" used to choose which features to implement next. That's a good point.
&lt;/p&gt;&lt;p&gt;
In order to improve the visibility of the choice, a few more things may be achieved. The aim would be to have a page representing a &lt;span style="font-weight: bold;"&gt;scoring system&lt;/span&gt;, were the&lt;span style="font-weight: bold;"&gt; issues on the top would be the next ones to be implemented&lt;/span&gt;. Currently this is not the case as the scoring system only shows votes. And as Mathias explained it, votes are only one variable between others, thus the issues with the highest number of votes are not necessarily the next ones to be implemented.
&lt;/p&gt;&lt;p&gt;
The aim of the improvement would be that the "score" would be the reference for the next features to be implemented. So this score should be a sum including variables like:

&lt;/p&gt;&lt;ul&gt;&lt;li&gt;complexity of implementation,&lt;/li&gt;&lt;li&gt;gain for users,&lt;/li&gt;&lt;li&gt;a developper wants to work on it,&lt;/li&gt;&lt;li&gt;customers are paying for it,
&lt;/li&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Those variables would then need to be added to IssueZilla and the scoring would be a result of a computation including the variables. What do you think?
&lt;/p&gt;&lt;p&gt;
Note: Those variables would also be useful for other purpose like selecting which issues could be assigned to new developpers (the one with low complexity).&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4622020094713618937?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4622020094713618937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4622020094713618937' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4622020094713618937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4622020094713618937'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/how-do-features-get-into-ooo-part-2.html' title='How do features get into OOo? Ideas for improvements'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-2091418636556644690</id><published>2007-03-07T12:00:00.000+01:00</published><updated>2007-03-07T12:13:39.322+01:00</updated><title type='text'>Cairo 1.4.0 is out</title><content type='html'>Cairo 1.4.0 was just released. That's again a good news, as this version comes with huge improvements, especialy regarding performances which were the major complain about Cairo and improvements in PDF support. Here is the link:

&lt;a href="http://cairographics.org/news/cairo-1.4.0"&gt;http://cairographics.org/news/cairo-1.4.0&lt;/a&gt;
&lt;p/&gt;
As Cairo is used in Firefox and is making its way into OOo with Cairo Canvas, this is an interresting news also for the OpenOffice.org community. Especially regarding Impress, Draw, and calc charts. If I understood well, cairo canvas are the one which should bring anti-aliasing for OOo. I am really eager to see those included!
&lt;p/&gt;
PS: Maybe Thorsten has some news about those things.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-2091418636556644690?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/2091418636556644690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=2091418636556644690' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2091418636556644690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2091418636556644690'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/cairo-140-is-out.html' title='Cairo 1.4.0 is out'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8715784134595101170</id><published>2007-03-06T12:46:00.000+01:00</published><updated>2007-03-06T13:55:50.644+01:00</updated><title type='text'>Firefox 3.0 new extension feature</title><content type='html'>I just read the requirements for firefox 3.0:
&lt;a href="http://wiki.mozilla.org/Firefox3/Firefox_Requirements"&gt;http://wiki.mozilla.org/Firefox3/Firefox_Requirements&lt;/a&gt;
&lt;p/&gt;
And what stroke me are the &lt;a href="http://wiki.mozilla.org/Firefox3/Firefox_Requirements#P1.2FMANDATORY_Features"&gt;"P1" issues about Firefox&lt;/a&gt;. Many of them are about improving Add-ons. I just copied a fiew of them in this blog entry:


&lt;ul&gt;&lt;li&gt; Improve Add-On install experience &lt;ul&gt;&lt;li&gt; FR: Add-On can be installed in fewer than 3 mouse clicks &lt;/li&gt;&lt;li&gt; NFR: simplify XPI Install dialogs and user interactions &lt;/li&gt;&lt;li&gt; NFR: simplify user interaction with whitelist &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; Improve Add-On configuration experience &lt;ul&gt;&lt;li&gt; FR: allow Add-On configuration UI to be accessed from main application configuration UI &lt;/li&gt;&lt;li&gt; NFR: improve discoverability of Add-On configuration UI &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; Improve Add-On management experience &lt;ul&gt;&lt;li&gt; FR: add visual indication when Add-On Updates are present to browser UI &lt;/li&gt;&lt;li&gt; FR: add permanent button for restarting firefox &lt;/li&gt;&lt;li&gt; FR: expose all hidden functionality such as "Find Update" &lt;/li&gt;&lt;li&gt; NFR: improve usability of Add-On Manager &lt;/li&gt;&lt;li&gt; NFR: simplify language and unify terminology &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
Which one do you think could also be implemented in OOo?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8715784134595101170?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8715784134595101170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8715784134595101170' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8715784134595101170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8715784134595101170'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/firefox-30-new-extension-feature.html' title='Firefox 3.0 new extension feature'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-2276318778316305675</id><published>2007-03-01T13:26:00.000+01:00</published><updated>2007-03-01T13:31:56.312+01:00</updated><title type='text'>How do features get into OpenOffice.org?</title><content type='html'>I just read an interresting article about how Zimbra manages new features to be added:
&lt;a href="http://www.zimbra.com/blog/archives/2007/02/open_source_pro.html"&gt;http://www.zimbra.com/blog/archives/2007/02/open_source_pro.html &lt;/a&gt;

&lt;p/&gt;
Does someone knows if there is a document explaining how things are managed for OOo? I am sure that many issue reporters complaining that there issue is critical would love to know more about it ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-2276318778316305675?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/2276318778316305675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=2276318778316305675' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2276318778316305675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/2276318778316305675'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/03/how-do-features-get-into-openofficeorg.html' title='How do features get into OpenOffice.org?'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6151367917273075598</id><published>2007-02-21T17:18:00.000+01:00</published><updated>2007-02-21T17:20:19.882+01:00</updated><title type='text'>chart module: Vote for the new default colors</title><content type='html'>Do you want to see the default chart colors changed? So, please, just go to that page and vote:

&lt;a href="http://ui.openoffice.org/VisualDesign/OOoChart_colors_drafts.html"&gt;http://ui.openoffice.org/VisualDesign/OOoChart_colors_drafts.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6151367917273075598?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6151367917273075598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6151367917273075598' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6151367917273075598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6151367917273075598'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/chart-module-vote-for-new-default.html' title='chart module: Vote for the new default colors'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6453033702824242328</id><published>2007-02-21T17:09:00.000+01:00</published><updated>2007-02-21T17:15:07.248+01:00</updated><title type='text'>Chart Module : integration candidate 2 (m11)</title><content type='html'>A new preview release of the new chart module was delivered today. Here are the interresting links:
&lt;p&gt;

&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;Download the new module&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/whatsnewinchart2.html"&gt;What's new in the new chart?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/recentlyfixed11.html"&gt;What's new in milestone 11&lt;/a&gt;?&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/testableareas11.html"&gt;How to help testing and reporting issues?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/readme11.html"&gt;Installation notes&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;span style="font-weight: bold;"&gt;Help needed&lt;/span&gt;:

If you want to help too improve the new chart module, here are some things you can do:
&lt;p&gt;

&lt;/p&gt;&lt;ul&gt;&lt;li&gt;testing the milestone 11 and declaring issues&lt;/li&gt;&lt;li&gt;Writing a nice web page on the wiki showcasing the new chart module (showing new features with screenshots and a nice layout...). As the integration is approaching, having marketing material becomes critical. &lt;a href="http://graphics.openoffice.org/chart/whatsnewinchart2.html"&gt;Here is the current page which can be improved.&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;
Thanks&lt;/span&gt;:

We would like to thanks the persons that helped in testing this new chart module to achieve a bug-free release. We would like to encourage everybody to continue hunting bugs as this is really important to improve the quality of the product.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6453033702824242328?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6453033702824242328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6453033702824242328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6453033702824242328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6453033702824242328'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/chart-module-integration-candidate-2.html' title='Chart Module : integration candidate 2 (m11)'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8358369445211491569</id><published>2007-02-21T13:42:00.000+01:00</published><updated>2007-02-21T13:51:07.704+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VB'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Mono brings Visual Basic programs to Linux</title><content type='html'>After the agreement between Sun and Novell to support VBA in OpenOffice.org, The Mono Projects announced a that it now features a VB compiler:

&lt;a href="http://www.desktoplinux.com/news/NS3057967810.html"&gt;http://www.desktoplinux.com/news/NS3057967810.html&lt;/a&gt;
&lt;p/&gt;
Will OOo have its own VSTOOo (Visual Studio Tools for OpenOffice.org) so that we can develop using the .Net framework ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8358369445211491569?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8358369445211491569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8358369445211491569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8358369445211491569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8358369445211491569'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/mono-brings-visual-basic-programs-to.html' title='Mono brings Visual Basic programs to Linux'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4417558429486306449</id><published>2007-02-15T13:56:00.000+01:00</published><updated>2007-02-15T14:04:37.081+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='QA'/><category scheme='http://www.blogger.com/atom/ns#' term='functional'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='testing'/><title type='text'>[QA] Linux Desktop Testing Project (LDTP) 0.8 is out</title><content type='html'>Again a good news: the new release of LDTP is ready. LDTP is a functionnal testing environment, meaning that you can reproduce users clicks on your UI. In case you don't know about it yet, you should have a look at their website:

&lt;a href="http://ldtp.freedesktop.org/"&gt;http://ldtp.freedesktop.org/&lt;/a&gt;

And for the Sun guys, a demo of the scenario recorder using Netbeans:
&lt;a href="http://people.freedesktop.org/~nagappan/ldtpguidemo.html"&gt;http://people.freedesktop.org/~nagappan/ldtpguidemo.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4417558429486306449?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4417558429486306449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4417558429486306449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4417558429486306449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4417558429486306449'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/qa-linux-desktop-testing-project-ldtp.html' title='[QA] Linux Desktop Testing Project (LDTP) 0.8 is out'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-281704058906769110</id><published>2007-02-12T15:07:00.000+01:00</published><updated>2007-02-12T15:09:48.630+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='VBA'/><category scheme='http://www.blogger.com/atom/ns#' term='macro'/><title type='text'>"Sun and Novell work together on a common OpenOffice.org VBA story"</title><content type='html'>What a great news! Finally, Novell and Sun join effort to improve VBA support in OpenOffice.org! That's what I just read from Jürgen Schmidt blog entry:
&lt;p/&gt;
&lt;a href="http://blogs.sun.com/GullFOSS/entry/sun_and_novell_work_together"&gt;
http://blogs.sun.com/GullFOSS/entry/sun_and_novell_work_together&lt;/a&gt;
&lt;p/&gt;
That means that in the future, even Ms Office documents with macro will be imported in OpenOffice.org. Fantastic!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-281704058906769110?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/281704058906769110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=281704058906769110' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/281704058906769110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/281704058906769110'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/sun-and-novell-work-together-on-common.html' title='&quot;Sun and Novell work together on a common OpenOffice.org VBA story&quot;'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-879851492318646204</id><published>2007-02-06T21:21:00.000+01:00</published><updated>2008-11-13T15:54:11.425+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Calc'/><title type='text'>OpenOffice.org Calc Tips : Scaling prints</title><content type='html'>Here is an interresting use case. I have the following set of data: many lines and a few columns. You can have an idea of how the data looks in the screenshot (data range : A1:L159):

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xym7hnM3qEI/RcjdXJPxX-I/AAAAAAAAAAU/gvjfmdCSjvA/s1600-h/sshot-0.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_xym7hnM3qEI/RcjdXJPxX-I/AAAAAAAAAAU/gvjfmdCSjvA/s320/sshot-0.png" alt="" id="BLOGGER_PHOTO_ID_5028512373647957986" border="0" /&gt;&lt;/a&gt;

What I want to do is to print all the columns on the same sheet and I don't care of the number sheets for the lines. How would you do that? Any hint? Currently, I see two way to do it.
&lt;p/&gt;
The first one, is quite an easy one: use the "Page break preview". Select "View &gt; Page break Preview". You should see something similar to the screenshot:


&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xym7hnM3qEI/RcjbHZPxX9I/AAAAAAAAAAM/_yPYs1t9YxA/s1600-h/sshot-1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_xym7hnM3qEI/RcjbHZPxX9I/AAAAAAAAAAM/_yPYs1t9YxA/s320/sshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5028509904041762770" border="0" /&gt;&lt;/a&gt;
Then, just click on the vertical blue line showing the end of "page 1" and drag it to the end of your data. And that's it.
&lt;p/&gt;
The second method is not that easy to find. It does use the page formating dialog. Select Format &gt; Page... and click on the sheet page. You should see something similar to this screenshot.

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xym7hnM3qEI/RcjhX5PxYAI/AAAAAAAAAAk/lQpkt9ricAA/s1600-h/sshot-5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_xym7hnM3qEI/RcjhX5PxYAI/AAAAAAAAAAk/lQpkt9ricAA/s320/sshot-5.png" alt="" id="BLOGGER_PHOTO_ID_5028516784579371010" border="0" /&gt;&lt;/a&gt;
In the "Scale" area, select "Fit print range(s) to width/heigth" and then just click on the hegth text box and remove the "1". It should look like the screenshot now:

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xym7hnM3qEI/RcjgFJPxX_I/AAAAAAAAAAc/Ti412DhWrGY/s1600-h/sshot-2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_xym7hnM3qEI/RcjgFJPxX_I/AAAAAAAAAAc/Ti412DhWrGY/s320/sshot-2.png" alt="" id="BLOGGER_PHOTO_ID_5028515362945196018" border="0" /&gt;&lt;/a&gt;Then just click on the "Ok" button. By removing the "1", you explain to OOo that it has to take care of the number of pages for the heigth. To check the result, just have a look at the print preview.
&lt;p/&gt;
PS: I agree, that having a value called "*", "I don't care" or anything else could make this easier for users. Maybe an issue should be reported about that ?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-879851492318646204?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/879851492318646204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=879851492318646204' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/879851492318646204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/879851492318646204'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2007/02/openofficeorg-calc-tips-scaling-prints.html' title='OpenOffice.org Calc Tips : Scaling prints'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xym7hnM3qEI/RcjdXJPxX-I/AAAAAAAAAAU/gvjfmdCSjvA/s72-c/sshot-0.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-3701928871398226282</id><published>2006-12-29T14:04:00.000+01:00</published><updated>2006-12-29T14:23:11.876+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>OpenOffice improvement: Fixed highscorer Crashes</title><content type='html'>Often, people wonder which exciting features comes with the new OOo version and if they should I update to this new version? It is not always easy to answer. Often, only a few new features are visible to users while big changes happened in the code. That's why this article posted by Thorsten Ziehm on Gulffoss is really interresting.

&lt;a href="http://blogs.sun.com/GullFOSS/entry/some_data_for_openoffice_org1"&gt;Some data for OpenOffice.org 2.1.0&lt;/a&gt;

What striked me the most is the number of "Fixed highscorer Crashes". You can see that more than 300 crashes of OpenOffice.org have been corrected since OOo 2.0.0. That's really great as it shows that developpers in the "background" are doing an amazing work, even if most users don't see the result first when they launch a new OOo version.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-3701928871398226282?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/3701928871398226282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=3701928871398226282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3701928871398226282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3701928871398226282'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/12/openoffice-improvement-fixed-highscorer.html' title='OpenOffice improvement: Fixed highscorer Crashes'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6299423497344314546</id><published>2006-12-22T15:40:00.000+01:00</published><updated>2006-12-22T20:57:37.775+01:00</updated><title type='text'>Chart Module : integration candidate 1 (m10)</title><content type='html'>A new preview release of the new chart module was delivered yesterday, just before christmas. Nice present, isn't it? Here are the interresting links:
&lt;p/&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;Download the new module&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/whatsnewinchart2.html"&gt;What's new in the new chart?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/recentlyfixed10.html"&gt;What's new in milestone 10&lt;/a&gt;?&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/testableareas10.html"&gt;How to help testing and reporting issues?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://graphics.openoffice.org/chart/readme10.html"&gt;Installation notes&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;span style="font-weight: bold;"&gt;Help needed&lt;/span&gt;:

If you want to help too improve the new chart module, here are some things you can do:
&lt;p/&gt;

&lt;ul&gt;&lt;li&gt;testing the milestone 10 and declaring issues&lt;/li&gt;&lt;li&gt;Writing a nice web page on the wiki showcasing the new chart module (showing new features with screenshots and a nice layout...). Once you wrote the page, just drop a mail to the chart team.&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;
Thanks&lt;/span&gt;:

We would like to thanks the persons that helped in testing this new chart module to achieve a bug-free release. We would like to encourage everybody to continue hunting bugs as this is really important to improve the quality of the product.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6299423497344314546?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6299423497344314546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6299423497344314546' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6299423497344314546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6299423497344314546'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/12/chart-module-integration-candidate-1.html' title='Chart Module : integration candidate 1 (m10)'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8112492838907367995</id><published>2006-12-08T13:48:00.000+01:00</published><updated>2006-12-08T14:54:09.909+01:00</updated><title type='text'>Need help : choosing a default color palette for charts</title><content type='html'>As you may know, a new chart module is being developped. One of the more visible issue with chart are its colors. You can see &lt;a href="http://qa.openoffice.org/issues/show_bug.cgi?id=7019"&gt;Issue 7019&lt;/a&gt;. Hence, help is needed to choose colors which would look better. That's an interresting task for anyone wanting to help with OOo as no-programming knowledge is required. Before you start working, here are the requirements your palette has to fulfill :

&lt;ol&gt;   &lt;li&gt;There are 12 colors needed.&lt;/li&gt;   &lt;li&gt;They should be suiteable for thin lines as well as filled areas.&lt;/li&gt;   &lt;li&gt;They should be distinguishable on black and white printers as well.&lt;/li&gt;   &lt;li&gt;They should be suitable for 2D and 3D charts.&lt;/li&gt; &lt;/ol&gt;
&lt;p&gt;
Once you found something, you can post the references of the colors on the issue. If you have any question, you can come to the IRC channel on freenode : &lt;span style="color: rgb(51, 102, 255);"&gt;#chart2.openoffice.org&lt;/span&gt;.
&lt;/p&gt;&lt;p&gt;
Tips related to colors :

&lt;/p&gt;&lt;ul&gt;   &lt;li&gt;For adding colors to the palette that are not by default in OOo : &lt;span style="font-style: italic;"&gt;Tools &gt; Option... &gt; OpenOffice.org &gt; Colors&lt;/span&gt;&lt;/li&gt;   &lt;li&gt;for changing default colors of a newly created chart : &lt;span style="font-style: italic;"&gt;Tools &gt; Option... &gt; Chart &gt; Default Colors&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8112492838907367995?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8112492838907367995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8112492838907367995' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8112492838907367995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8112492838907367995'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/12/need-help-choosing-default-color.html' title='Need help : choosing a default color palette for charts'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-5965290805612171695</id><published>2006-12-07T14:08:00.000+01:00</published><updated>2006-12-07T16:37:24.875+01:00</updated><title type='text'>[Usability] Developer-designed UIs</title><content type='html'>While reading a post from Celeste Paul on planet-kde, I followed &lt;a href="http://jcooney.net/archive/2006/10/30/36235.aspx"&gt;an interresting link about UI design&lt;/a&gt;. I would say that my favorite "dialog" in OOo is this one :
"&lt;span style="font-weight: bold; font-style: italic;"&gt;File &gt; New &gt; Labels&lt;/span&gt;"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-5965290805612171695?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/5965290805612171695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=5965290805612171695' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5965290805612171695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/5965290805612171695'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/12/usability-developer-designed-uis.html' title='[Usability] Developer-designed UIs'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4891876101963397293</id><published>2006-12-05T20:26:00.000+01:00</published><updated>2006-12-05T20:37:40.947+01:00</updated><title type='text'>Automagically update to IE7.0...</title><content type='html'>Interresting to see that the microsoft update installer just propose to anybody with a Windows XP SP2 to switch to IE7.0 while installing security updates... A nice way to make some "free" advertisement for the new browser.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4891876101963397293?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4891876101963397293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4891876101963397293' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4891876101963397293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4891876101963397293'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/12/automagically-update-to-ie70.html' title='Automagically update to IE7.0...'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-3320597781968065160</id><published>2006-11-03T17:56:00.000+01:00</published><updated>2006-11-03T18:06:42.880+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='Calc'/><title type='text'>Chart Module : beta released (m9)</title><content type='html'>A new preview release of the new chart module has been released. This time we are looking for testers to hunt bugs. If you have some free time, you can help making OOo better. Here is what Ingrid (iha) posted about this new release :

&lt;blockquote&gt;A beta developer snapshot of the ongoing chart reimplementation is
available for &lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;download on the chart website&lt;/a&gt;.

I would like to encourage you to help with testing thus we can assure to not introduce severe regression when replacing the old chart. Just download, extract and start. As this is a developer snapshot build it should not conflict with your normal OpenOffice.org version on your computer.
&lt;a href="http://graphics.openoffice.org/chart/readme.html"&gt;&lt;/a&gt;
Be aware that the current build still contains a lot of bugs, missing features and maybe incompatibilities. So please don't use it for regular work.

Your help and feedback is very appreciated!&lt;/blockquote&gt;
&lt;p/&gt;
The links :

- &lt;a href="http://graphics.openoffice.org/chart/whatsnew.html"&gt;What's new in this milestone&lt;/a&gt;
- &lt;a href="http://graphics.openoffice.org/chart/downloadinfo2.html"&gt;Testable areas&lt;/a&gt;
- &lt;a href="http://graphics.openoffice.org/chart/readme.html"&gt;Installation hints&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-3320597781968065160?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/3320597781968065160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=3320597781968065160' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3320597781968065160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3320597781968065160'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/11/chart-module-beta-released-m9.html' title='Chart Module : beta released (m9)'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-1414215412371418629</id><published>2006-10-31T14:08:00.000+01:00</published><updated>2006-10-31T14:34:21.005+01:00</updated><title type='text'>Usability : User Experience team</title><content type='html'>In my &lt;a href="http://devadventure.blogspot.com/2006/10/usability-collaboration-in.html"&gt;last post on Usability&lt;/a&gt; I was wondering if there was a Usability community in the OpenOffice.org project. I was nicely surprised to find a comment from Lutz Höger. Here is what he answered :

&lt;blockquote&gt;Sun's User Experience team is in transition towards becoming part of or founding an OOo User Experience team. Though there are already some contributions from this area available, like our work in specifications &lt;a href="http://specs.openoffice.org/"&gt;[0]&lt;/a&gt;, OOo UI guidelines &lt;a href="http://wiki.services.openoffice.org/wiki/User_Interface_Guidelines"&gt;[1],&lt;/a&gt; and our work in countless single issues, it still is a long way to go until we can speak of a true OOo UX community.

For the time being, our wiki page &lt;a href="http://wiki.services.openoffice.org/wiki/User_Experience_Community"&gt;[2]&lt;/a&gt; may serve as a starting point, and you are invited to join us and help us shaping this community. Best regards! Lutz&lt;/blockquote&gt;
&lt;p&gt;
So if anybody is interrested in helping, I am sure that the User Experience Team will welcome you.

PS : Thanks to the User Experience Team for doing such a work.

&lt;/p&gt;&lt;p&gt;[0] &lt;a href="http://specs.openoffice.org/"&gt;&lt;span style="text-decoration: underline;"&gt;The specification project&lt;/span&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;[1] &lt;a href="http://wiki.services.openoffice.org/wiki/User_Interface_Guidelines"&gt;&lt;span style="text-decoration: underline;"&gt;User Interface Guidelines&lt;/span&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;[2] &lt;span style="text-decoration: underline;"&gt;&lt;a href="http://wiki.services.openoffice.org/wiki/User_Experience_Community"&gt;User Experience Wiki&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-1414215412371418629?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/1414215412371418629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=1414215412371418629' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1414215412371418629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1414215412371418629'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/in-my-last-post-on-usability-i-was.html' title='Usability : User Experience team'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-8943014055094684498</id><published>2006-10-31T13:48:00.000+01:00</published><updated>2006-10-31T14:04:58.254+01:00</updated><title type='text'>BasKet 0.6.0 : a software for taking notes</title><content type='html'>I just wanted to point out that the Basket team just released a new version of its software. Basket is a software for taking notes which has upon many others the qualities of being easy to use, good looking and integrated into Kontact (the KDE PIM). You can get more info about it at the following website :
&lt;p&gt;
&lt;a href="http://basket.kde.org/"&gt;http://basket.kde.org/&lt;/a&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-8943014055094684498?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/8943014055094684498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=8943014055094684498' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8943014055094684498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/8943014055094684498'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/basket-060-software-for-taking-notes.html' title='BasKet 0.6.0 : a software for taking notes'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6942609311347862307</id><published>2006-10-26T14:35:00.000+02:00</published><updated>2006-10-26T15:43:36.137+02:00</updated><title type='text'>Ready to use Sun's data centers</title><content type='html'>I love the new marketing compaign for the Sun's blackbox datacenter. Have a look at the following link :

&lt;a href="http://www.sun.com/emrkt/blackbox/scenarios.jsp"&gt;http://www.sun.com/emrkt/blackbox/scenarios.jsp&lt;/a&gt;

&lt;p&gt;&lt;/p&gt;
Nice, isn't it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6942609311347862307?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6942609311347862307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6942609311347862307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6942609311347862307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6942609311347862307'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/ready-to-use-suns-data-centers.html' title='Ready to use Sun&apos;s data centers'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-4367902964254578466</id><published>2006-10-19T08:41:00.000+02:00</published><updated>2006-10-19T09:03:22.272+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='usability'/><title type='text'>Usability collaboration in OpenOffice.org</title><content type='html'>I just read an article by a member of the KDE community on "Usability collaboration in OSS" [0]. In this article he explains the key factors to make the "usability community" of a given project achieve its goals. The goals of such a community are explained by it definition :

&lt;blockquote&gt;"Usability is a term used to denote the ease with which people can employ a particular tool or other human-made object in order to achieve a particular goal"&lt;/blockquote&gt;

&lt;p&gt;From that definition, we can imagine that usability is a key feature of the success of a software, as it is directly related to users. I wonder, do we have in OOo a usability community? That may be useful to achieve the goals of making the software easy to use.&lt;/p&gt;


[0] &lt;a href="http://www.kdedevelopers.org/node/2462"&gt;http://www.kdedevelopers.org/node/2462&lt;/a&gt;

&lt;p&gt;&lt;/p&gt;[1] &lt;a href="http://en.wikipedia.org/wiki/Usability"&gt;http://en.wikipedia.org/wiki/Usability&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-4367902964254578466?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/4367902964254578466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=4367902964254578466' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4367902964254578466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/4367902964254578466'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/usability-collaboration-in.html' title='Usability collaboration in OpenOffice.org'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-3362548566715475193</id><published>2006-10-16T20:30:00.000+02:00</published><updated>2006-10-17T07:31:56.018+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='templates'/><title type='text'>OpenOffice.org extensions : deploying templates, autotexts...</title><content type='html'>During its presentation about extensions &lt;a href="http://ooocon-arnes.kiberpipa.org/media/index-day2-2006.html"&gt;[0]&lt;/a&gt;, Jürgen Schmidt showcased the new extensions related features in OOo 2.0.4. One of those features is being able to deploy "non-code extensions", that means that you can deploy templates, autotext or images in packages. Here is the introduction from the links below &lt;a href="http://wiki.services.openoffice.org/wiki/Non-code_extensions"&gt;[1]&lt;/a&gt; :
&lt;blockquote&gt;
The OpenOffice.org extension deployment concept based on UNO packages is not limited to code, it also allows to install other things like templates, autotexts etc. in handy packages. Here's a short explanation how this basically works. It is targeted to advanced end users, administrators and development newbies.

&lt;/blockquote&gt;
[0]the conference :
&lt;a href="http://ooocon-arnes.kiberpipa.org/media/index-day2-2006.html"&gt;http://ooocon-arnes.kiberpipa.org/media/index-day2-2006.html&lt;/a&gt;
&lt;/br&gt;
[1]the explanations :
&lt;a href="http://wiki.services.openoffice.org/wiki/Non-code_extensions"&gt;http://wiki.services.openoffice.org/wiki/Non-code_extensions&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-3362548566715475193?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/3362548566715475193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=3362548566715475193' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3362548566715475193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/3362548566715475193'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/openofficeorg-extensions-deploying.html' title='OpenOffice.org extensions : deploying templates, autotexts...'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-1838267176880251083</id><published>2006-10-16T15:04:00.000+02:00</published><updated>2006-10-16T17:31:03.203+02:00</updated><title type='text'>Beta-Blogger &amp; Planet.go-oo : RSS feed required</title><content type='html'>For those considering to switch to the new beta-blogger, please before doing so, contact martin kretzschmar (martink on IRC). The Atom feed seems not to be well interpreted by planet.go-oo hence martin will change to the RSS feed. You can also have a look at the following post from Ain Vagula :

&lt;a href="http://vagula.blogspot.com/2006/10/broken-linebreaks-from-blogger-beta.html"&gt;http://vagula.blogspot.com/2006/10/broken-linebreaks-from-blogger-beta.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-1838267176880251083?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/1838267176880251083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=1838267176880251083' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1838267176880251083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/1838267176880251083'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/beta-blogger-planetgo-oo-rss-feed.html' title='Beta-Blogger &amp; Planet.go-oo : RSS feed required'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-6505845109062974970</id><published>2006-10-08T22:45:00.000+02:00</published><updated>2006-10-08T23:02:00.712+02:00</updated><title type='text'>"Creating passionate users"</title><content type='html'>I recently started reading the Katy Sierra's blog following Kai Backman's advice and I have to say that I love it. There you can find books to "make the world better", the "Zombie function" and many interresting posts about users behaviour. Thanks Kai for letting me know it ;-)

&lt;a href="http://headrush.typepad.com/"&gt;http://headrush.typepad.com/ &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-6505845109062974970?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/6505845109062974970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=6505845109062974970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6505845109062974970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/6505845109062974970'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/creating-passionate-users.html' title='&quot;Creating passionate users&quot;'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115998855187491963</id><published>2006-10-04T17:31:00.000+02:00</published><updated>2006-10-04T21:10:55.853+02:00</updated><title type='text'>New QT 4.2 release</title><content type='html'>What a great news : Qt 4.2 has been released. As always, this release brings a bunch of brand new features &lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html"&gt;[2]&lt;/a&gt;. Check out the &lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html"&gt;what’s new&lt;/a&gt; document. The features I love :

&lt;ul&gt;&lt;li&gt;UI with Styles (equivalent to CSS for the web) &lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html#graphics-view"&gt;[0]&lt;/a&gt;&lt;/li&gt;&lt;li&gt;the Graphic View &lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html#graphics-view"&gt;[1]&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Undo Framework (cool to have it already implemented in a generic way)&lt;/li&gt;&lt;/ul&gt;You can also watch the video with some code demo &lt;a href="http://www.trolltech.com/video/TheGraphicsViewFramework.swf"&gt;[3]&lt;/a&gt;. Definitly, QT rocks !&lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html#graphics-view"&gt;&lt;/a&gt;&lt;a href="http://doc.trolltech.com/4.2/qt4-2-intro.html"&gt;
&lt;/a&gt;&lt;a href="http://www.trolltech.com/video/TheGraphicsViewFramework.swf"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115998855187491963?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115998855187491963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115998855187491963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115998855187491963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115998855187491963'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/10/new-qt-42-release.html' title='New QT 4.2 release'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115913595051340904</id><published>2006-09-24T23:54:00.000+02:00</published><updated>2006-09-25T00:12:30.530+02:00</updated><title type='text'>OpenOffice.org developers conference - OOoCon 2006</title><content type='html'>Two weeks ago, the annual OpenOffice.org conference (OOoCon 2006) took place in Lyon [0]. It was a fantastic event were most of the developers working on OOo could meet face to face. If you missed the event you can download all the videos of the presentations from the kiberpipa website [1]. There, Björn and I presented the chart2 module [2].

Thanks again to the french community for organizing the conference.

PS : during the event, I had interresting chats with Jürgen Schmidt (OOo extensions), Joerg sievers (the specification team), Kay Backman (speed OOo compilation) , Björn Milcke (chart module), Thorsten Behrens (XCanvas) and wanted to thanks them for there work.

[0] &lt;a href="http://marketing.openoffice.org/ooocon2006/index.html"&gt;http://marketing.openoffice.org/ooocon2006/index.html&lt;/a&gt;
[1] &lt;a href="http://ooocon-arnes.kiberpipa.org/"&gt;http://ooocon-arnes.kiberpipa.org/&lt;/a&gt;
[2] &lt;a href="http://blogs.sun.com/bmilcke/date/20060919"&gt;http://blogs.sun.com/bmilcke/date/20060919 &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115913595051340904?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115913595051340904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115913595051340904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115913595051340904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115913595051340904'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/openofficeorg-developers-conference.html' title='OpenOffice.org developers conference - OOoCon 2006'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115912786859335244</id><published>2006-09-24T21:50:00.000+02:00</published><updated>2006-10-17T07:32:58.600+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart Module : Björn Milcke's blog</title><content type='html'>Good news, Björn started writing a blog &lt;a href="http://blogs.sun.com/bmilcke/"&gt;[0]&lt;/a&gt;. Welcome Björn to Planet.go-oo.org ;-)

For those that do not know him, Björn is one of the main developer of the new chart module (the second being Ingrid Halama). Hence having his blog referenced on planet OpenOffice is great : it may be a good source of information for those interrested in Chart2.  Let's hope that it may give Ingrid some motivation to write her own ;-)

&lt;a href="http://blogs.sun.com/bmilcke/"&gt;[0] http://blogs.sun.com/bmilcke/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115912786859335244?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115912786859335244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115912786859335244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912786859335244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912786859335244'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/chart-module-bjrn-milckes-blog.html' title='Chart Module : Björn Milcke&apos;s blog'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115912739855758401</id><published>2006-09-24T21:37:00.000+02:00</published><updated>2006-10-17T07:33:07.801+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart Module : first press article</title><content type='html'>Last week the first article &lt;a href="http://www.linuxjournal.com/node/1000090"&gt;[0]&lt;/a&gt; on the new chart module was published on the Linux Journal website. This is a review of the current state of the new chart module and the improvements already implemented. Nice to read the writer's point of view :

&lt;a href="http://www.linuxjournal.com/node/1000090"&gt;[0] http://www.linuxjournal.com/node/1000090&lt;/a&gt;

PS : also read Björn's comment which adds some more info&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115912739855758401?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115912739855758401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115912739855758401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912739855758401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912739855758401'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/chart-module-first-press-article.html' title='Chart Module : first press article'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115912659007247489</id><published>2006-09-24T21:31:00.000+02:00</published><updated>2006-10-17T07:33:19.572+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart Module : new preview released (m8)</title><content type='html'>&lt;span style=""&gt;In order to the improve OOo experience, a new chart module is under development. &lt;/span&gt;&lt;span style=""&gt;A new preview version is released approximately once a month. This month the &lt;/span&gt;&lt;span style=""&gt;milestone 8&lt;/span&gt;&lt;span style=""&gt; was released. You can download it from the following website.  :

&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;http://graphics.openoffice.org/chart/chart.html&lt;/a&gt;&lt;/span&gt;
&lt;span style=""&gt;
It is aimed at testers so please do not hesitate to give feedbacks, we are really taking them into account. So if you have ideas about features you would like to see in it, just do it : submit issues ;-)
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115912659007247489?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115912659007247489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115912659007247489' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912659007247489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115912659007247489'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/chart-module-new-preview-released-m8.html' title='Chart Module : new preview released (m8)'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115868686299035828</id><published>2006-09-19T19:21:00.000+02:00</published><updated>2006-10-02T03:17:24.593+02:00</updated><title type='text'>Antidote - French grammar checker for OOo and Linux</title><content type='html'>That's a great news for French OpenOffice.org and Linux users : There is now a french grammar checker working with OpenOffice.org on both Linux and Windows. That's really a great news for many organizations and governments in France as a few of them where lacking such a tool. Thanks to Druide [0] for trusting in such markets !

PS : Again a great tool developed with Qt from Trolltech [1]

[0] &lt;a href="http://www.druide.com/"&gt;http://www.druide.com/&lt;/a&gt;
[1] &lt;a href="http://trolltech.com/"&gt;http://trolltech.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115868686299035828?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115868686299035828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115868686299035828' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868686299035828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868686299035828'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/antidote-french-grammar-checker-for.html' title='Antidote - French grammar checker for OOo and Linux'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115868521122499546</id><published>2006-09-19T18:35:00.000+02:00</published><updated>2006-10-17T07:33:33.309+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart2 - Hamburg round trip</title><content type='html'>During summer (15 to 20 of August), I had the opportunity to go to Sun's office in Hamburg to work on the chart module. There, I met Ingrid (iha) and Björn (bm_), the two main developers of the new chart module at Sun and many other OOo developers. It was really a great time and I have so many "souvenirs" that I could feed a bunch of blog entries with them. I really wanted to thanks &lt;a href="http://cusoo.org/"&gt;CUSOON&lt;/a&gt; for sponsoring the trip and all the people at Sun where I was welcomed so nicely.

On the other side, during those three working days, we spend our time mostly on two topics :
&lt;ul&gt;&lt;li&gt;The OOoCon 2006 presentation on the new chart module [0]&lt;/li&gt;&lt;li&gt;Implementing a new small functionality for the chart module : x-sorting for XY charts&lt;/li&gt;&lt;/ul&gt;The more interresting part that I learned are some insight in the OOo development and especially the dialog development. I will share those things in one of my next posts, thus, stay tuned.

[0] &lt;a href="http://blogs.sun.com/bmilcke/entry/ooocon_2006_chart_talk_resources"&gt;http://blogs.sun.com/bmilcke/entry/ooocon_2006_chart_talk_resources&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115868521122499546?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115868521122499546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115868521122499546' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868521122499546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868521122499546'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/chart2-hamburg-round-trip.html' title='Chart2 - Hamburg round trip'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115868323796171804</id><published>2006-09-19T18:20:00.000+02:00</published><updated>2006-09-19T18:31:43.346+02:00</updated><title type='text'>Dialog Dump - Ease the creation of new dialogs</title><content type='html'>Had a few weeks of blog delay due to holydays and workload. Now I can just take some time to post what has happened during the last weeks. The first news is a new extension for the core OOo developers called dialog dump. This can just save hours of code, it is then a great news. Here is just the quote from Robert Vojta's blog [0]:

&lt;blockquote&gt;If you want to develop a new dialog to the OpenOffice.org suite, you have to learn how to work with .src, .hrc, .cxx and .hxx files. It's a little bit complex work even if you want to create a very simple dialog with few controls.  &lt;p&gt;Frank Schönheit @ Sun introduces new Dialog Dump tool. It's very simple, it works and it rocks!&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.openoffice.org/servlets/ReadMsg?list=dev&amp;amp;msgNo=17724"&gt;Subject: introducing DialogDump&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiki.services.openoffice.org/wiki/Dialog_Dump"&gt;Dialog Dump wiki page&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Note - This is for OpenOffice.org developers, not for extensions  developers! If you are an extension developer, read &lt;em&gt;Chapter 11&lt;/em&gt; from the &lt;em&gt;OpenOffice.org Developer's Guide&lt;/em&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;[0] &lt;a href="http://blog.vojta.name/archives/2006/09/02/T12_20_09/"&gt;http://blog.vojta.name/archives/2006/09/02/T12_20_09/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115868323796171804?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115868323796171804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115868323796171804' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868323796171804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115868323796171804'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/09/dialog-dump-ease-creation-of-new.html' title='Dialog Dump - Ease the creation of new dialogs'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115610874713821640</id><published>2006-08-20T22:37:00.000+02:00</published><updated>2006-08-30T22:25:11.380+02:00</updated><title type='text'>Functional Testing for Linux : LDTP 0.5 is out</title><content type='html'>I just received an interresting announce for those involved in Testing and Software Quality. A new version of LDTP &lt;a href="http://ldtp.freedesktop.org/wiki/"&gt;[0]&lt;/a&gt; was published during the last week. About LDTP :
&lt;blockquote&gt;"Linux Desktop Testing Project is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test Linux Desktop and improve it. It uses the Accessibility libraries to poke through the application's user interface. The framework also has tools to record test-cases based on user events in the interface of the application which is under testing. We strive to help in building a quality desktop."&lt;/blockquote&gt;
For those not knowing much about testing (and I am one of those), during last years, while testing software there are many ways to do things. Two of the well known concepts are Unit Testing and Functional Testing.

&lt;span style="font-weight: bold;"&gt;Unit Testing :&lt;/span&gt; you test each function individualy to ensure that it behaves as expected. For example, for the square function f(x) = square(x), you test that for all kind of "x" values the returned number is right. Here is in principle how unit testing can be done :

&lt;span style="font-family: trebuchet ms;font-size:85%;" &gt;&lt;blockquote&gt;// Testing values
x = 0; result = 0;
x = 1;  result = 1;
x = -1; result = 1;
[...]

// the square function.
int foo( int x ){ return  x*x }

// The tests
if ( foo(x) != result){ print "This test failed." }&lt;/blockquote&gt;&lt;/span&gt;

&lt;span style="font-weight: bold;"&gt;Functional Testing&lt;/span&gt; : you test user functionalities in particular that the software behaves as expected. For example, "Test that when the user click on the "connect to server" button, the connection to the server is established correctly".

As you may imagine this can save hours of testings done manually. Functional Testing and Unit Testings are important to improve the quality of software, thus software developers should consider using them and the LDTP seems to be a promising project.

&lt;a href="http://ldtp.freedesktop.org/wiki/"&gt;[0] http://ldtp.freedesktop.org/wiki/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115610874713821640?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115610874713821640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115610874713821640' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115610874713821640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115610874713821640'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/08/functional-testing-for-linux-ldtp-05.html' title='Functional Testing for Linux : LDTP 0.5 is out'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115531822451431854</id><published>2006-08-11T19:27:00.000+02:00</published><updated>2006-08-18T16:29:06.666+02:00</updated><title type='text'>Discovering new OOo 2.0.4 Features</title><content type='html'>I would like to point that wiki page &lt;a href="http://wiki.services.openoffice.org/wiki/Feature_Freeze_Testing_204"&gt;[0]&lt;/a&gt; and thanks its writers. This page describes the brand new features to come with OpenOffice.org 2.0.4. As always I love having a look at new features ! It reminds us that if a feature is not yet included in OpenOffice.org, you can just create a RFE (called issue in the tracker system) and wait for it to get included or even better, you can add the feature by your own ! Isn't it a wonderful sensation of power ? ;-)

"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"


&lt;a href="http://wiki.services.openoffice.org/wiki/Feature_Freeze_Testing_204"&gt;[0]http://wiki.services.openoffice.org/wiki/Feature_Freeze_Testing_204&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115531822451431854?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115531822451431854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115531822451431854' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115531822451431854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115531822451431854'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/08/discovering-new-ooo-204-features.html' title='Discovering new OOo 2.0.4 Features'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115528770161362789</id><published>2006-08-11T10:58:00.000+02:00</published><updated>2006-08-11T13:41:38.343+02:00</updated><title type='text'>OpenOffice.org MacOS Porting on its way !</title><content type='html'>Pavel just posted a couple of screenshots of the state of the OpenOffice.org port to MacOS :
&lt;a href="http://blog.janik.cz/images/MacOSX/2006-08-10/"&gt;http://blog.janik.cz/images/MacOSX/2006-08-10/&lt;/a&gt;

Thanks again to the MacOS port team for their work.

PS: Do not worry about the widgets not looking like in Aqua. This will come soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115528770161362789?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115528770161362789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115528770161362789' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115528770161362789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115528770161362789'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/08/openofficeorg-macos-porting-on-its-way.html' title='OpenOffice.org MacOS Porting on its way !'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115522415293367142</id><published>2006-08-10T17:22:00.000+02:00</published><updated>2006-08-10T20:24:59.316+02:00</updated><title type='text'>"Microsoft strips Office for Mac"</title><content type='html'>Just read an interresting blog entry &lt;a href="http://conficio.blogspot.com/2006/08/microsoft-strips-office-for-mac.html"&gt;[0]&lt;/a&gt;:
&lt;blockquote&gt;"According to eWeek &lt;a href="http://www.eweek.com/article2/0,1895,2000434,00.asp"&gt;[1] &lt;/a&gt;MS is not supporting VB for Office Macros on the Mac in the next Office for Mac version. That means cross platform compatibility between Office versions will be more difficult to come by."

&lt;/blockquote&gt;This might be a real opportunity for OpenOffice.org and StarOffice to gain more market shares by keeping macro Compatibility. And what if compatibility of macros would be kept accross software and platform &lt;a href="http://aseigo.blogspot.com/2006/05/case-for-python.html"&gt;[3]&lt;/a&gt; (like this is done with ODF for documents) ?


[0]&lt;a href="http://conficio.blogspot.com/2006/08/microsoft-strips-office-for-mac.html"&gt;http://conficio.blogspot.com/2006/08/microsoft-strips-office-for-mac.html&lt;/a&gt;
[1] &lt;a href="http://www.eweek.com/article2/0,1895,2000434,00.asp"&gt;http://www.eweek.com/article2/0,1895,2000434,00.asp&lt;/a&gt;
[2] &lt;a href="http://apple.slashdot.org/comments.pl?sid=06/08/08/1232239"&gt;http://apple.slashdot.org/comments.pl?sid=06/08/08/1232239&lt;/a&gt;
[3] &lt;a href="http://aseigo.blogspot.com/2006/05/case-for-python.html"&gt;http://aseigo.blogspot.com/2006/05/case-for-python.html&lt;/a&gt;
&lt;a href="http://conficio.blogspot.com/2006/08/microsoft-strips-office-for-mac.html"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115522415293367142?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115522415293367142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115522415293367142' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115522415293367142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115522415293367142'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/08/microsoft-strips-office-for-mac.html' title='&quot;Microsoft strips Office for Mac&quot;'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115443960246511698</id><published>2006-08-01T15:28:00.000+02:00</published><updated>2006-10-17T07:32:16.394+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='Thunderbird'/><title type='text'>XNote : Some news</title><content type='html'>After my last post on XNote, Björn Milcke did a translation of the Thunderbird extension in English and German. So if you are interrested in it, you can just download it from:

&lt;a href="http://starxpert.fr/staroffice/ressources.htm#xnote"&gt; http://starxpert.fr/staroffice/ressources.htm#xnote&lt;/a&gt;

or directly from:
&lt;span class="down" style="display: block;" id="formatbar_CreateLink" title="Associer" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;
&lt;a href="http://starxpert.fr/outils/XNote/"&gt; http://starxpert.fr/outils/XNote/&lt;/a&gt;

I also post a screenshot where you can have a look at a note:

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2656/2200/1600/xnote.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2656/2200/320/xnote.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115443960246511698?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115443960246511698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115443960246511698' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115443960246511698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115443960246511698'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/08/xnote-some-news.html' title='XNote : Some news'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115385608674892628</id><published>2006-07-25T21:20:00.000+02:00</published><updated>2006-10-17T07:31:38.689+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='Thunderbird'/><title type='text'>Xnote : adding notes to messages in thunderbird</title><content type='html'>&lt;p style="margin-bottom: 0.5cm;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;Some weeks ago, we (&lt;/span&gt;&lt;a href="http://www.starxpert.fr/"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;StarXpert&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;) released a new Add-on for Mozilla Thunderbird called Xnote. This Add-on allows adding notes to a message. For example, if you have specific infos about a mail but would like to answer to it later, you can just store the infos directy with the mail by adding a note.


Features :&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;Add notes to messages
&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;highlight messages with notes
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;Resizable notes
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;Translated  into French
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;Xnote is licenced under LGPL&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-bottom: 0.1cm;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;You can download XNote on :
&lt;/span&gt;&lt;a href="http://www.starxpert.fr/staroffice/ressources.htm#xnote"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;http://www.starxpert.fr/staroffice/ressources.htm#xnote&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.1cm;"&gt;&lt;a href="http://www.starxpert.fr/staroffice/ressources.htm#ooomultidiff"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;or directly :&lt;/span&gt;
&lt;a href="http://www.starxpert.fr/outils/XNote"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;http://www.starxpert.fr/outils/XNote&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-family:Times New Roman,serif;"&gt;And if you have some time, we would appreciate feedbacks.

PS : if many of you ask for it (let's say more than 10), we could take some time to translate XNote to English or other languages.
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115385608674892628?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115385608674892628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115385608674892628' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115385608674892628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115385608674892628'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/07/xnote-adding-notes-to-messages-in.html' title='Xnote : adding notes to messages in thunderbird'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115371962743512306</id><published>2006-07-24T07:20:00.000+02:00</published><updated>2006-10-17T07:33:47.127+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart Module : new preview released...</title><content type='html'>&lt;span style="font-size:-1;"&gt;We know that a few of you miss features in the current chart. In order  to the improve OOo experience, a new chart module is under development. Even better, you can test a preview of this new module.

&lt;/span&gt;&lt;span style="font-size:-1;"&gt;A new preview version is released approximately once a month on the following website :

&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;http://graphics.openoffice.org/chart/chart.html&lt;/a&gt;&lt;/span&gt;
&lt;span style="font-size:-1;"&gt;
It is aimed at testers so please do not hesitate to give feedbacks, we are really taking them into account. So if you have ideas about features you would like to see in it, just do it : submit issues ;-)
&lt;a href="http://graphics.openoffice.org/chart/chart.html"&gt;&lt;/a&gt;
PS : the last release of the preview was published some weeks ago but as one would say :  "Better Late (Than Never)&lt;/span&gt;".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115371962743512306?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115371962743512306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115371962743512306' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115371962743512306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115371962743512306'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/07/chart-module-new-preview-released.html' title='Chart Module : new preview released...'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115369466371372253</id><published>2006-07-24T00:32:00.000+02:00</published><updated>2006-07-24T01:22:57.710+02:00</updated><title type='text'>OOoCon 2006 : the schedule is out</title><content type='html'>Just saw on the main OpenOffice website that the &lt;a href="http://marketing.openoffice.org/ooocon2006/schedule.html"&gt;schedule for the OpenOffice.org conferences&lt;/a&gt; is out. I am eager to be there as many interresting talks will be held by many great speakers.

Good news, the presentation on the new chart module Björn Milcke and I submitted has been accepted.

PS : I am impressed to see that Thorsten will deal with two topics ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115369466371372253?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115369466371372253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115369466371372253' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115369466371372253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115369466371372253'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/07/ooocon-2006-schedule-is-out.html' title='OOoCon 2006 : the schedule is out'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115356119003449821</id><published>2006-07-22T11:32:00.000+02:00</published><updated>2006-07-22T17:48:48.396+02:00</updated><title type='text'>cmake : a new alternative to autotools (and dmake) ?</title><content type='html'>&lt;h4 style="font-weight: normal;" class="planetkde"&gt;I read a nice entry on the planetkde.org :
&lt;/h4&gt;&lt;h4 class="planetkde"&gt;&lt;a href="http://duncan.mac-vicar.com/blog/archives/79"&gt;How KDE switched to a new buildsystem tool&lt;/a&gt;&lt;/h4&gt;The blog entry is a link to an article explaining how and why kde moved from autotools to a new alternative called cmake :

&lt;a href="http://lwn.net/Articles/188693/"&gt;http://lwn.net/Articles/188693/&lt;/a&gt;

I tried cmake this week and from what I saw, it is really nicer to use that any other tool I tested. Maybe some day OOo could rely on it and avoid having to maintain dmake ?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115356119003449821?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115356119003449821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115356119003449821' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115356119003449821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115356119003449821'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/07/cmake-new-alternative-to-autotools-and.html' title='cmake : a new alternative to autotools (and dmake) ?'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115201612491958851</id><published>2006-07-04T13:20:00.000+02:00</published><updated>2006-07-05T00:21:21.686+02:00</updated><title type='text'>OOo Solver, what's that ???</title><content type='html'>Last week, I wanted to work on the OOo development on a fresh new PC. Hence, I started building from scratch the whole OpenOffice.org one more time... That took me around 10 hours (if I do not count the time I spend on correcting errors*). That's quite too much for someone that has some time to work on OOo but not entire weeks.

Developpers could wish to start developping on OOo without having that compiling step. This is where the "Solver" comes. The solver is exactly an already compiled OpenOffice.org that allows a developper to start working on the code and avoid the building step**. That could seem like a perfect solution, but it has some drawbacks and limitations :

&lt;ul&gt;   &lt;li&gt;a solver is huge (around 2G not zipped)&lt;/li&gt;   &lt;li&gt;each Linux distribution needs its own solver because of incompatibilities between the tools versions (gcc, java...)&lt;/li&gt; &lt;/ul&gt;
Let's ignore the space problem of the solver and concentrate on the second issue.

On Windows, there are no problems related to libraries, so why should we have on Linux ? Couldn't we provide an entire environment with everything that is needed so that a developper only needs to unpack a tarball in a directory, launch a script that changes the environment variables and start to develop ?

I think that helping new developpers to work on OOo is a key to its success, and the compiling step is quite discouraging. Maybe the ease of setting the environment could help and attract the developpers of tomorrow.

What do you think ?

* : all the errors where related to not having installed the right libraries at the right place, but it took me some time to understand it.

** : &lt;a href="http://www.openoffice.org/FAQs/build_faq.html#staroffice"&gt;how developpers work on StarOffice&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115201612491958851?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115201612491958851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115201612491958851' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115201612491958851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115201612491958851'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/07/ooo-solver-whats-that.html' title='OOo Solver, what&apos;s that ???'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115168502182754001</id><published>2006-06-30T13:55:00.000+02:00</published><updated>2006-10-17T07:30:28.539+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Calc'/><title type='text'>OpenOffice.org Calc Tips : drag &amp; drop in a chart</title><content type='html'>Björn Milcke from Sun made me discover today a nice feature of the chart module : using drag &amp; drop with charts. Have a look at the following picture :

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2656/2200/1600/A_column.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2656/2200/320/A_column.png" alt="" border="0" /&gt;&lt;/a&gt;
I would like to create a diagram displaying the three ranges A to C. As you may notice, I forgot to select the ranges B and C. So what will I do ? I will just select the two ranges B and C, and then drag &amp; drop them on the chart using the "ctrl key". This will add directly my two ranges to the chart ! Nice, isn't it ?

PS : to drag &amp;amp; drop the range, you first need to select it, and then click on it for some time before moving your mouse. This is the same behaviour as to move cells around a sheet.

PS 2 : if the ranges do not have the same number of values, the result is... weird. but this will be corrected in some time ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115168502182754001?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115168502182754001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115168502182754001' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115168502182754001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115168502182754001'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/06/openofficeorg-calc-tips-drag-drop-in.html' title='OpenOffice.org Calc Tips : drag &amp; drop in a chart'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-115053833526303778</id><published>2006-06-17T11:23:00.000+02:00</published><updated>2006-06-17T17:43:26.293+02:00</updated><title type='text'>New addon released : OOoMultiDiff</title><content type='html'>&lt;p style="margin-bottom: 0.5cm;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Yesterday, we (&lt;/span&gt;&lt;a href="http://www.starxpert.fr/"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;StarXpert&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;) released a new Add-on for OpenOffice.org called
multidiff. This Add-on simplifies sending OpenOffice.org documents in ODF,
PDF or Ms Office format. It is mostly useful for basic users of OpenOffice.org
who are not used to the different formats.

Features :&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Works  with all the OOo modules (Writer, Calc...)&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Send  the document by mail (attached under ODF, PDF or MS Office)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;  &lt;span style="font-family:Times New Roman, serif;"&gt;Save  document (under ODF, PDF or MS Office)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Follow  modifications&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;Translated  into French and English&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;OOoMultiDiff is licenced under LGPL&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p style="margin-bottom: 0.1cm;"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;You can download OOoMultiDiff on :
&lt;/span&gt;&lt;a href="http://www.starxpert.fr/staroffice/ressources.htm#ooomultidiff"&gt;&lt;span style="font-family:Times New Roman, serif;"&gt;http://www.starxpert.fr/staroffice/ressources.htm#ooomultidiff&lt;/span&gt;&lt;/a&gt;
&lt;span style="font-family:Times New Roman, serif;"&gt;
And if you have some time, we would appreciate feedbacks.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-115053833526303778?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/115053833526303778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=115053833526303778' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115053833526303778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/115053833526303778'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/06/new-addon-released-ooomultidiff.html' title='New addon released : OOoMultiDiff'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-114935464084370805</id><published>2006-06-03T16:36:00.000+02:00</published><updated>2006-10-17T07:30:06.458+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Calc'/><title type='text'>OpenOffice.org Calc Tips : Modifying borders around a table</title><content type='html'>Have a look at the screenshot below. As you might notice, this is a really simple invoice designed in Calc. Some of the formating of this array is already done using borders. Now, you would like to add borders around the invoice to make it look better (range B5:E12).


&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2656/2200/1600/invoice.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2656/2200/320/invoice.png" alt="" border="0" /&gt;&lt;/a&gt;
By default, if you select the range B5:E12, and try to add borders using the borders icon in the UI, everything will be fine. But this is limited because you can not choose the width and the color of the borders. In order to modify the width and the color, you have to use the borders dialog (format &gt; cells &gt; borders).

&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2656/2200/1600/borders.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2656/2200/320/borders.png" alt="" border="0" /&gt;&lt;/a&gt;
While using the borders dialog, one may try to add borders using the second icon beginning from the left in the dialog (see sreenshot above). This may be tricky as it deletes the borders around each article in our example above. To avoid it, there is a special feature in the borders dialog . The highlighted button in the screenshot below does exactly the trick : it will add borders but will not delete what you already did.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-114935464084370805?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/114935464084370805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=114935464084370805' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114935464084370805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114935464084370805'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/06/openofficeorg-calc-tips-modifying.html' title='OpenOffice.org Calc Tips : Modifying borders around a table'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-114868867370032691</id><published>2006-05-27T01:37:00.000+02:00</published><updated>2006-05-27T16:58:00.383+02:00</updated><title type='text'>Migrating to Suse 10.1</title><content type='html'>This week-end I went back to my parent's house in the East of France. As always I was asked to clean the PC and make it work correctly. This included solving the issue causing the mail client stoped sending and receiving mails. This was an easy fix : there was no more free space and as always, I wonderered where was the free space gone (as always my sister knew...).

Anyway, some years ago I had conviced the family to switch to Linux and had set-up a Fedro core 2. Everybody was quite happy with it but some features where lacking like accessing easily to USB devices (some times the automount was morking and sometimes not...). I though it was a good reason enought to switch to a new distribution : Suse 10.1. As I was also wanting to test it myself it was a perfect time !

From the beginning to the end, everything went smoothly. I started installing the basics, then :
&lt;ul&gt;&lt;li&gt;configured e-mails (and migrated the old account),&lt;/li&gt;&lt;li&gt;tested USB devices (I love the way the sysinfo kio shows information and give access to the devices to users),&lt;/li&gt;&lt;li&gt;installed the internet software (Adobe Reader, Java, flash Player...)&lt;/li&gt;&lt;li&gt;installed the multimedia libs (mplayer, realplayer, mp3 codecs...),&lt;/li&gt;&lt;li&gt;installed the MS TTF fonts,&lt;/li&gt;&lt;li&gt;and finished with the nvidia drivers, xgl and compiz (completely useless, but so good looking)&lt;/li&gt;&lt;/ul&gt;The only two problems I encountered during all this were about having the mp3 support in amarok and getting the nvidia drivers to work.

For the mp3, I first followed the opensuse documentation explaining that you can solve the mp3-codec lack by installing the helix-amarok engine from the non-oss software repository. This works well as long as you do not log out. As soon as I reboot the amarok engine is xine-amarok again... Do not know why but the preferences are not kept. Finally, I followed &lt;a href="http://opensuse.us/viewtopic.php?p=1027&amp;amp;sid=b9743f27748c0315b0be5a56934a6dd8#1027"&gt;this link&lt;/a&gt; explainning that if you install the xine libs from packman it also works, and the trick was done.

For the nvidia drivers, I followed the &lt;a href="http://www.novell.com/coolsolutions/feature/17174.html"&gt;very well written tutorial&lt;/a&gt; from Novel. Everything went right until I called sax2. There my screen resolution was not recognized and the image was out of range ! I solved the problem by specifying to Sax2 a resolution :

&lt;span style="font-family:courier new;"&gt;sax2 -r -m 0=nvidia -V 0:1024x800@60&lt;/span&gt;

This resolution was not recognized by sax2. This seems to have forced sax2 to autoconfigure the correct resolution. From this point, everything worked like a charm !

Once all this was finished, everybody started using it. My sister discovered Amarok and she loves it ! I explained her how to get the lyrics the CD jacket and infos about the atists and she really enjoyed re-discovering the titles of her favorite artists. She also liked the xgl effects (but I disabled them because not everyone likes them). For my mum the fact that the mail client stays the same that under Fedora Core 2 was the most important thing. Everybody is now just happy.

I love Suse 10.1, it's really well done !

PS : As many people explained it already, yast is not working so well for setting repositories compared to the previous version, but I am sure an update will correct that soon !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-114868867370032691?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/114868867370032691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=114868867370032691' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114868867370032691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114868867370032691'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/05/migrating-to-suse-101.html' title='Migrating to Suse 10.1'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-114847340705467517</id><published>2006-05-24T10:42:00.000+02:00</published><updated>2006-10-17T07:32:48.021+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chart2'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><title type='text'>Chart2 : building the new chart module</title><content type='html'>I've just finished compiling OOo with the new chart moudule enabled on m166. As always, when a resync is done with a milestone, new issues rise... Only two new issues this time and one related to Java 1.5. I also updated the &lt;a href="http://wiki.services.openoffice.org/wiki/Chart2"&gt;chart2 wiki page&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-114847340705467517?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/114847340705467517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=114847340705467517' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114847340705467517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114847340705467517'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/05/chart2-building-new-chart-module.html' title='Chart2 : building the new chart module'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-114789579060055344</id><published>2006-05-17T21:41:00.000+02:00</published><updated>2006-10-17T07:29:39.275+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice.org'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Calc'/><title type='text'>OpenOffice.org Calc Tip : typing data</title><content type='html'>In Calc, one often wants to enter data quickly on several lines. Hence, once you have entered the first line, you click on the beginning of the second line and so on for each line. As, using the mouse is too exhausting for power users, here is a trick for you :

- Select a range of cells
- Click on the tabulation key

Each time you press the tabulation key, you will move to the next cell and once you are at the end of a line, the selection will go back at the beginning of the selection on the following line without clicking.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-114789579060055344?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/114789579060055344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=114789579060055344' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114789579060055344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114789579060055344'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/05/openofficeorg-calc-tip-typing-data.html' title='OpenOffice.org Calc Tip : typing data'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-114121835496510427</id><published>2006-03-01T13:50:00.000+01:00</published><updated>2006-05-23T13:47:34.560+02:00</updated><title type='text'>Integrating the best of Desktops : KDE and Gnome</title><content type='html'>Some days ago, a tolltech developper posted  this :

&lt;a href="http://blogs.qtdeveloper.net/archives/2006/02/24/qt-and-glib/"&gt;http://blogs.qtdeveloper.net/archives/2006/02/24/qt-and-glib/&lt;/a&gt;

In his post, he explains that in a near future, we may be able to write plugins in QT for a GTK application ! This is a tremendous news : Integrating the best from both worlds is a dream becoming true.

Until now, a developper had to choose at the beginning which toolkit to use for the entire application including the plug-in development ! Now a developper will be able to write plugs using the most suitable toolkit for him !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-114121835496510427?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/114121835496510427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=114121835496510427' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114121835496510427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/114121835496510427'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/03/integrating-best-of-desktops-kde-and.html' title='Integrating the best of Desktops : KDE and Gnome'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-113865674986032421</id><published>2006-01-30T22:30:00.000+01:00</published><updated>2006-01-30T22:32:29.860+01:00</updated><title type='text'>Solution Linux 2006</title><content type='html'>Tomorow, I will visit the IT Fair in Paris called Solution Linux ! There, I should met quite some developpers and enjoy all the goodies Novell, Intel, HP and all the others might give :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-113865674986032421?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/113865674986032421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=113865674986032421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/113865674986032421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/113865674986032421'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/01/solution-linux-2006.html' title='Solution Linux 2006'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21721561.post-113865651255556398</id><published>2006-01-30T22:01:00.000+01:00</published><updated>2006-09-25T00:20:25.183+02:00</updated><title type='text'>Hello World !</title><content type='html'>Well, finally, I decided to start writing a blog. Why ? Perhaps because during my discovery of OpenOffice.org programming, I would like to put down my feelings : "Hugh, who wrote that spaghetti code ?", "Is there any documentation and UML diagrams for OOo code ?", "Why do all developers love white old tennis socks ?"...

I Hope a few readers may find those posts interresting enought to lose some time reading them. I promise I will try to make them short enought.

PS : as all developers, I do not have much time to lose, so for sure, there will be mistakes in the posts! If you find them, do not hesitate to send a mail!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21721561-113865651255556398?l=devadventure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devadventure.blogspot.com/feeds/113865651255556398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21721561&amp;postID=113865651255556398' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/113865651255556398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21721561/posts/default/113865651255556398'/><link rel='alternate' type='text/html' href='http://devadventure.blogspot.com/2006/01/hello-world.html' title='Hello World !'/><author><name>pagalmes</name><uri>http://www.blogger.com/profile/16158512270699545976</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
