| Jan 16, 2012

A new year is upon us, and while I normally don't do New Year resolutions - at least not silly ones like quit smoking, start loosing weight and spend more time with the family - I do grab the opportunity to take stock of the past and make a list of things to focus on in the future. You can call it a one-year plan, if you like. :)

Read the rest of this entry

 | Jan 4, 2012

I just made my very first meme, w00t! :D

This is something I see all the time, on community forums on the internet:

People tagging onto existing topics, claiming to have the same problem.
No further information. Just: "I have the same problem" and then maybe "Someone, plz help me!"

And it's kind of depressing, really.

So, I made this meme to illustrate how such a meager attempt at asking a question and get help is perceived by others.

Comments  | Last updated on Jan 6, 2012
 | Dec 27, 2011

I am not really fond of using text-areas in my web browser for authoring blog posts. Emacs has excellent text editing capabilities, and it has Org-Mode which is perfect for authoring structured text, like blog posts.

There is a lot of functionality in Org-Mode; it can be used for taking notes, managing TODO-lists, time planning, GTD (Get Things Done) and much more. And, as with all things Emacs, I've only touched on a small part of what it offers.

Read the rest of this entry

Comments  | Last updated on Dec 27, 2011
 | Dec 3, 2011
PEAR is a framework and distribution system for reusable PHP components.

A PEAR repository is installed either locally or system-wide and is tied to the machine it's installed on.

Wouldn't it be great if you could do a directory-local PEAR install? That could be freely moved around in the filesystem, including other machines? How about multiple project-specific PEAR installations? That you can submit to source control?

Read the rest of this entry

Comments  | Last updated on Dec 3, 2011
 | Oct 31, 2011

How do you send emails using plain PHP mail on WAMP on Windows?

Normally, PHP mail works by using Sendmail which is installed on *nixes, so it doesn't work on a Windows box. However, normally we just rewrite our code to using a SMTP server, but what about when we really don't want to - or can't - modify third-party code?

Read the rest of this entry

Comments  | Last updated on Nov 11, 2011
Go to page: