Weblog Archives
You are currently browsing the archives for the Resolved tag.
Published on March 31st, 2008 by George Notaras - Comments : 0
WordPress version 2.2 or newer allows the user to define the MySQL database character set and the collation (get familiar with these terms) inside wp-config.php. Today, after upgrading to the newest version of WordPress, I decided to also update this file and append the statement that sets the database encoding to ‘utf8‘. But, as soon [...]
Published on November 6th, 2007 by George Notaras - Comments : 3
Moving the comments your readers have submitted under one of your blog posts to another one might sound like a horrible idea at first, but there are times, especially when the number of comments has increased too much, that such an action is required in order to reduce the page loading time. I am aware [...]
Published on November 4th, 2007 by George Notaras - Comments : 4
Today, I noticed that it is no longer required to escape the backslash (\), known as the “escape character” on *nix systems, inside the pre HTML tag in order not to be removed by WordPress’ HTML filters. This bug has lived long enough to be considered as a WordPress feature, but the devs have suddenly [...]
Published on October 18th, 2007 by George Notaras - Comments : 5
I consider ditionaries, either in printed or electronic form, as one of the most useful sources of valuable information and an indispensable companion when reading. Lately, I’ve been reading lots of stuff, which involved scientific terminology in the English language, so it was very often required to lookup words on various online dictionaries. I did [...]
Published on September 27th, 2007 by George Notaras - Comments : 2
It has been brought to my attention that the current version of the Add-Meta-Tags plugin does not work with WordPress 2.3. All WordPress publishers who use Add-Meta-Tags and have upgraded WP to v2.3, please read this forum post for a temporary fix until I find the time to update the plugin’s code. All credit goes [...]
Published on July 28th, 2007 by George Notaras - Comments : 2
I thought that sending a text file as a text message through the GSM network’s short message service would be a trivial task either it was performed from within the phone’s operating system or from a computer that runs a flavour of Linux. Once again, I have been badly misled. In 2007, this task still [...]
Published on July 25th, 2007 by George Notaras - Comments : 0
Hardware either works or does not work. Two pieces of hardware are either compatible or icompatible. This is the rule. However, when the incompatibility-gap between the two pieces of hardware is small, there is almost always a way to make these two pieces work together as if they were fully compatible. This generally involves the [...]
Published on July 12th, 2007 by George Notaras - Comments : 0
Recently, I had written a post about WordPress 2.2.1 always delivering full content with the author feeds, ignoring the publisher’s settings. I deliberately had not disclosed much information about the issue, not because it was security related, but due to the fact that it could make the content leechers’ job easier and cleaner. Now, that [...]
Published on June 23rd, 2007 by George Notaras - Comments : 0
I don’t know if 260000+ rejected attempts to relay email through an email server within a week should be considered an attack or just a considerable amount of bad traffic, but for my small server with the limited bandwidth this was an incident that I wouldn’t like to face on a regular basis. This article [...]
Published on May 18th, 2007 by George Notaras - Comments : 0
This is a notice that I have updated the tab-session-management extension for Epiphany, so to make it work in environments that use Python version 2.5. This mainly involves the newest Fedora and Ubuntu distributions – at the time of writing. The plugin makes use of the cElementTree module, which has been moved into Python’s Standard [...]