Talend & iPod: the iPod backup

Mercredi, 30 mai 2007, 22:11 | Category : Archives stefeclipse
Tags : , ,

Part one, Step 1: the iPod backup

Following JLibPod wiki tip, and not to revive the experiment of last year to know, the formatting of all the iPod, I decided to backup the iPod before any manipulation.
The fact is that I don’t plan to write on itusing the library, just read, but it’s just in case.
By [...]

Talend & iPod

Lundi, 28 mai 2007, 23:19 | Category : Archives stefeclipse
Tags : , ,

I just found what I’ve been looking for for a few months: a Java Library for manipulating the database files on a Apple iPod.
Here it is: jLibPod.
Regarding this code sample, it seems to be what I need.
It’s a new project (may 2007), so I hope it hasn’t too much bugs.
With this tool and Talend, I [...]

SWT Widgets overview

Jeudi, 24 mai 2007, 11:26 | Category : Archives stefeclipse
Tags : , ,

The following link is a good starting point to have an overview of the available widgets: SWT Widgets
It contains for each widgets:

a screenshot,
a link to the related javadoc,
a link to snippets using the widget.

One of them, DateTime, is not available.
A coming post will talk about a DateTime widget solutions.
Some others widgets are not visible on [...]

Simple image effects for SWT

Mardi, 15 mai 2007, 22:36 | Category : Archives stefeclipse
Tags : ,

Interesting article speaking about images effects for SWT:
Simple Image Effects for SWT

Four effects are explored:

Emboss
Blur
Glow
Drop shadow

Progress bar in splash screen

Samedi, 12 mai 2007, 21:58 | Category : Archives stefeclipse
Tags : ,

The following article gathers information found in different places in order to add a progress bar in the splash screen of TOS application.
Four steps will be detailled:

Create the “plugin_customization.ini” file
Set the the progress bar properties
If the progress bar doesn’t show up
Sources