On Ruby On Rails

I’ve talked with Oliver about web application development. He pointed me to Ruby On Rails again. I don’t like interpreted script languages like Ruby. But I decided to give it a try.Ruby On Rails is incredible, this frameworks gives you everything you want for building a web application. I’ve builded an web application for my wife including pdf reports(I’ve used PDF::Writer) in less than two hours.
I think I’ll write more about RoR on this blog.


Rational Application Developer V6 And WebSphere Portal 5.0 Universal Test Environment

If you test a portal project with the WebSphere Portal V5 UTE you might get an ‚The web group /wps/config has not been defined‘ error on the console. Then your test server is not configured correctly (wps.war is missing). Delete the server and be sure to delete the configuration also when you’re prompted for !!!
Create a new local test server and start it without any projects. If the server starts correct you’re ready to test the portal project.
Don’t use spaces in portlet project names. WebSphere portal V5.0 will not deploy it. The example portlet projects are ‚Form Portlet‘ and ‚Basic Portlet‘.


User Interface Design Blog

Luke Wroblewski runs a blog about user interface design.


Firefox 1.5 Kiosk Mode File

I’ve updated the Firefox Kiosk Mode File for Firefox 1.5
If you want to use it, download the browser.jar.
Locate the browser.jar file in the chrome directory of your Mozilla Firefox Installation RENAME it and move the modified browser.jar file in the chrome directory.
Start Firefox.


Der Galeerentrommler des 21. Jahrhunderts

Mitarbeiter eines Kunden:

‚Software mit Workflow und Reminder Mails ist der letzte verzweifelte Versuch des Managements ohnehin überlastete Mitarbeiter noch mehr auszuquetschen‘

Ich habe diesbezüglich eine andere Sichtweise. Solch eine Software bietet die Chance das Aufkommen und die Verteilung der Arbeit gegenüber dem Management zu dokumentieren und Zahlen auf den Tisch legen zu können.


AS/400 JDBC Access with Rational Application Developer

Get the ‚AS/400 Toolbox for Java‘ or the Open Source Version ‚JTOpen‘.
Locate the ‚jt400.jar‘ file. This archive contains the JDBC-Driver (‚com.ibm.as400.access.AS400JDBCDriver‘).
Use the library name where the tables (PF,physical files) reside as schema filter.
‚Schema LIKE libraryname‚ (Disable the other schema filter).


SkypeOut

Ich hatte mir, nachdem ich Skype installiert hatte, ein SkypeOut Guthaben gekauft um mit Skype auch Anrufe ins Festnetz tätigen zu können. Dieses Feature habe ich nicht sehr oft genutzt. Heute musste ich festellen, daß mein SkypeOut nicht aktiviert ist, trotz noch vorhandenem Guthaben.
Ein kurzer Blick in die Skype Help eröffnete mir, daß das SkypeOut Guthaben zeitlich begrenzt ist, und zwar max. 180 Tage nach dem letzten Skypeout Telefonat.
Solche Geschäftspraktiken finde ich extrem unseriös, zumal beim Eröffnen des Guthabens nicht explizit darauf hingewiesen wird.
(In diesem Artikel wird absichtlich nicht auf Skype verlinkt.)


Die Reise zu den Komoponeneten

Soso.
(Rational Application Developer tafka WSAD)
Komoponeneten


Always Launch IBM Rational Developer Platform (tafka WSAD) In English

If you want to start the Rational Developer Platform always in English add ‚-Duser.language=en‘ as vmargs.
I don’t like localized development Software.


When Typeahead Codecompletion Sucks

‚NotesDOMDocumentNode‘
‚NotesDOMNode‘
You can not imagine how many times you can look over your code not recognize this difference.