Editors and me

For a few years now, my favorite editor for any project is jEdit. It leaves all other (yes, in my estimation, even Emacs) editors/IDEs in its dust. The only drawback being it is entirely written in Java, which means the UI responisveness is quite apalling at times, especially on Win9x platforms.

Recently, however, I’ve become [...]

Overview of PHP5 features

Over at HÃ¥vard Eide there is a nice overview of the upcoming features of PHP 5. Nice to see it’s getting some elements that are actually useful for programmers, such as try/catch. I’ve been wanting that one for years.