Archive for the ‘Programming Techniques’ Category

How to report messages to user

Wednesday, 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:
(more…)