Minor usability improvements

I have made minor changes in the templates and skins used for this site. From now on, ‘Add comment’ or ‘X comments’ links will take you directly to the comments posted after the article. There is a new linked marked as ‘Permanent link’ which will take you to the page with full article (as ‘Add comment’ used to before). This change should make it easier for you to navigate the site as well as provide a more standard interface. ‘Permanent link’ is something you can find on many sites and many people are used to it too.

I have also removed the ‘Mail to a friend’ link, since it wasn’t working and I wasn’t going to make it work anyway. Spammers can now focus on some other site for their attempts. Thank you for your attention though.

Let me know if there is anything else I can do to improve the site. (It doesn’t mean that I will do it, though. But I will at least know.)

New category : Events

I have introduced a new category to the site: Events. All posts that contain information about any events in Cyprus in general, or in Limassol specifically will be posted in there. Also, photo albums from past events will go there to. In general, it should make searching for past, present, and upcoming events faster and easier. As usualy, I have moved few posts from the past, so that you don’t feel yourself too lonely when looking at it. Enjoy.

Fixed ‘Vim for perl developers’ for Konqueror

Vim for perl developers was terrible broken when viewed with Konqueror. I guess noone uses Konqueror to view it or any feedback wasn’t possible either, because noone ever told me about the problem. Anyway, I have miracleusly found out about it myself and fixed it immediately. You can enjoy the post now with yet another browser.

Yet another Nucleus upgrade bug squashed

One of the most annoying bugs left from those upgrades of NucleusCMS that I did, was the double-slash (//) formation in URLs sometimes. I noticed that it was appearing when using ‘Add comment’ link. Apache though doesn’t care and works fine, so I left these as they were until today. The annoyance of the bug was that if I wanted to copy and paste the URL to the full post, I had to clean it up every time.

Today I got bored and pissed off about this problem and quickly found a solution to it. Apparently, it was discussed in NucleusCMS forums in this thread. All I had to do was to make this line from index.php:

$CONF['Self'] = './';

to look like this:

$CONF['Self'] = '/blog';

Those of you who had problems with posting comments should be now totally satisfied. Search engines should also start indexing better, since there will be no more ambigues URLs. Me, well done.

Small blog birthday – 6 month

It has been about 6 month now since I have installed NucleusCMS and started some serious blogging. For the last 6 month I haven’t missed a day. Yup, that’s right. I gave you at least one post every single day. Actually, that was a bit more. According to the database, for the last 6 month I have posted about 600 items for you to enjoy. That is roughly 3 per day (600 item / 6 month = 100 per month. 100 items / 30 days =~ 3 per day). Just to give you a number to compare to – I have wrote roughly 400 posts during the 1.5 years before the upgrade.

And it seems that you do enjoy reading all of these, since my web server statistics indicate a constant growth in number of hits, visits, page requests, kilobytes transfered, and each and every other characteristic. Nothing else that I ever did increased the popularity of the site that much. It is also worth mentioning that you wrote more than 150 comments to my posts.

Anyway, happy birthday to the site. Thank you all for coming here. I’ll keep posting. :)