Apr 26th, 2008 | Blogging, General, Personal, Site News, WordPress | No Comments
It seems that the upgrade of WordPress went fine. Now I have the latest version of WP. Also upgrade all plugins and did some minor cleanup (like removing disabled plugins and similar).
If you will notice any problems here, please let me know.
Apr 26th, 2008 | Blogging, General, WordPress | No Comments
It’s been a while I upgraded my WordPress installation, so I think it’s time now. If you will see any problems on my blog, know - I am upgrading now )))
Hopefully will go ok and in few hours I will have all done.
Jul 17th, 2007 | Blogging, General, Software, Technology | 34 Comments
I see a lot of hits for the Open Transport Tycoon Deluxe post which I made quite a long time ago and where I have mentioned the download of the full pack of OpenTTD with original data files. This download is not available from that server anymore (for some time already as well), but since I (still) have data files, here is an archive of a full data folder from OpenTTD, just get what is missing from there for your setup.
Jun 19th, 2007 | Blogging, General, Personal, Site News, Technology, WordPress | No Comments
I have finally found what was wrong with some plugins (including SK2) on my WP installation. First of all, a couple of times I was receiving the error that running script had exceeded the max amount of allowed memory (which was 8M), while trying to push 14M, so I just increased the number to 16M in the /etc/php.ini.
Second, I have increased the size of the output buffer, which is initially 4096, to 8192. The idea is that output buffer allows scripts to issue headers after (or in the middle) of the content outputting. This is done by buffering the content output, then catching the header, displaying it and then displaying the content. In my case I had a problem: while trying to activate some plugins, I was given a dialog to download the plugin.php file. This behavior was caused by wrong/missing header, because the amount of buffered data was exceeding 4096 bytes. By doubling this amount I solved all my problems for the time being.
Jun 19th, 2007 | Blogging, Flickr, General, Personal, Site News, Technology, Web Services | 2 Comments
Here we go, some more modifications on this blog:
- It seems that I have finally found a nice theme: Lorem Ipsum v1.2.7 by Brajeshwar which I have modified here and there to match me (including the addition of the top widget where I have placed a flickr badge, adjusting the CSS and some more).
- I have started writting an About Me page which I hope will become somehow more consistent and full in a time. I am also planning for some additional pages later on (hopefully).
- As I have mentioned in point 1, I have created a widget for displaying the badge from my flickr page.
- The links (including blogroll and others) were recategorized. I have also added/removed some and I am planning to create a full blogroll page later on where I will place the whole bunch of links I am reading and watching on a daily basis.
I think that more changes will be comming from time to time. Meanwhile, if you see any bugs/mistypes/misbihaviours, please fill free to let me know so I can review and correct em all.