How to delete AppSlipRotate.prc and StatusBarLib.prc if you’re stuck in a reset loop

October 3rd, 2007

I bought Palm TX recently and I’m still in that period of time when you install new stuff and discover what’s out there to try. On my old Palm V I loved a text entry application Fitaly. I just had to have it on my new Palm as well.

Read the rest of this entry »

Date formatting in Smarty

September 26th, 2007

If you use the so called, German date format (day of month. month. year) you may have wondered how to achieve it with Smarty – without the leading zeroes for month.
Read the rest of this entry »

How to report messages to user

September 26th, 2007

In the course of executing a program you need to report errors / success messages to the user. But you don’t want to mix your code with HTML, right? (A quick explanation on separating presentation from business / data logic.)

So here’s what I use:
Read the rest of this entry »

Great tool for sharing pieces of code

September 26th, 2007

Ever needed to send someone a piece of code in an e-mail to illustrate your thinking?

Pastebin does just that. You paste your code, choose what language you use to get the right syntax highlighting and post it.

Then your colleague makes his changes and posts them back. With one click you can see his version, your version and the difference, just like in this example:

http://pastebin.com/pastebin.php?diff=f3bd4dcb6

eXtreme Programming eXplained: Embrace Change

March 2nd, 2007

Delivery delays, changes in specification that should have been known beforehand, bad and outdated documentation, team-mates who cause more damage than good.
These things (among many others) make programming difficult to like.

Read the rest of this entry »