October 2008
1 post
4 tags
Mapping subdomains to subdirectories with Apache –...
For some time now, I have been mapping projects to subdomains on my development server. In practice, this means that I access my websites thorugh project1.mydomain.com, project2.mydomain.com, etc. This way, I only need one domain name for all my projects in development, and still have the benefit of having each project reside on a separate (sub)domain, which simplifies the use of SEF URLs.
One...
March 2008
1 post
4 tags
A Greasemonkey script for adding torrents to the...
Since I download torrents on my server and browse for them on my desktop machine, I have always had to copy the links from the browser, open up a remote desktop connection to the server and paste the links to µTorrent. This procedure can get quite tedious after a while, so I was wondering if there could be an easier way.
For the impatient: Install the script for µTorrent 1.x Install the script...
January 2008
3 posts
7 tags
Taking the Zend certification exam
I am proud to announce that I have recently passed Zend’s PHP5 certification exam. I took the test, together with three of my colleagues, in a local test centre here in Ljubljana. The exam was generously paid for by our employer, who I had been trying to persuade to sign us up for more than a year before. In the next few paragraphs I will try to describe the entire experience as much as possible,...
6 tags
A PHP mbstring bug?
As you might already know, the PHP mbstring extension supports a feature called Function Overloading. If turned on, this feature overloads multi-byte string functions on the respective standard string functions. That means that whenever you call a standard string function (like strlen()), it’s multi-byte counterpart (mb_strlen()) is called automatically behind the scenes. This is indeed a very...
5 tags
Back online
After almost six months of absence from the internet, I am finally back online!
It all started in August 2007, when I moved closer to the centre of Ljubljana. Before, I had lived on the outskirts of Ljubljana, and had had a broadband internet access — albeit only a 1024k/256k ADSL — for more than 4 years. As you can imagine, I had no doubts whatsoever of being able to acquire a broadband...