Category Archives: Code

RPN Calculator in PHP

I’ve found this nice little blog a couple of days ago called Programming Praxis (it’s in my blogroll as well) which poses a series of programming challenges. The challenges found there are much more interesting than the other usual ones … Continue reading

Leave a Comment

Filed under Challenge, Code

Firing HTML events

In all this time doing client side Javascript, I never had the need to fire HTML events, right until this day. It all started with this simple task: intercept a form submission, process it to a custom URL which provides … Continue reading

Leave a Comment

Filed under Code

Why I like Prototype?

Lately I have read articles which were comparing, bashing and dissecting multiple Javascript libraries (or framework, but I wouldn’t go that far with their definition). And as each of those articles took a side for their favorite and disregarding the … Continue reading

Leave a Comment

Filed under Code, Discussion

A thing or two about Postfix log analysis

In the last couple of days I had to work on a parser for our email server which uses Postfix; and while it was my first time when I had anything to do with Postfix logs there are a couple … Continue reading

3 Comments

Filed under Code