Archive for the ‘coding’ Category

Palm Pre Contact Sync

Donnerstag, Oktober 15th, 2009

Ok, mir reichts. Ich werd mein eigenen Contactsyncservice für meinen Palm Pre erstellen und zwar auf basis von vcf daten. Die Cloud mag schön und gut sein, aber so ganz möchte ich einem google contacts noch nicht trauen. Bis dahin werde ich wohl ohne Telefonbuch auskommen müssen, da es nicht möglich ist VCF Daten in den Palm Pre zu importieren ohne Cloudanbindung – was sehr schade ist. Und von meinem alten sony p1i werde ich wohl auch nur vcf bekommen…

Bin allerdings begeistert von dem Palm SDK, ich glaub das wird auch spannend :)

iBall plugin for openfire

Samstag, Juni 23rd, 2007

A few people using wildfire can’t upgrade to the next version (currently openfire 3.3.2) because they need the iBall plugin and it’s original version does not work with the new openfire (See this forum thread). I modified the sources to make it work again.

You can download the plugin as jar file below:

This should be seen as untested beta release. Please feel free to leave a comment, report bugs or success stories :)

enjoy!

Original Version

You can find the original iBall Plugin by Kurt R. Hoehn on sourceforge.

Symfony and i18n

Samstag, Mai 19th, 2007

If you want to use Symfony with i18n: forget about it! it’s not fully supported and you’ll save a lot of time if you don’t try to use it. You say: “eh, but in the documentation….” NO, forget about it. If you want to fully translate a website and have to store text in a database you can’t use it. If you want a proof or example, just try the admin generator with i18n databases and have fun for hours ;)