To all those who complain of Linux being hard to use

Being a Linux-only user for many years now, I don’t even keep up on the never-ending flame wars of Windows vs. Linux.  But sometimes a sentence or a paragraph would catch my attention in a totally unrelated article.  Here is something that I think a lot of people will find surprising:

There’s an awful lot to be said about the simplicity and usefulness of installing software on Mac or Linux. In the latter case, you simply drag a file to your Applications folder, and you’re done. Linux package managers do all the heavy lifting without any user intervention. If a Linux program requires additional libraries, the package manager finds them and installs them automatically. In both instances, I can install new applications in a fraction of the time it takes to install something on Windows.

Read the rest of the article to put the quote in context.  Read comments to the Slashdot story too.

Unit tests with CakePHP

I’ve spent a large part of yesterday setting up the testing environment for a CakePHP project.  As always, every time I do something that I have done before, I wanted to do it better, using all the experienced that was acquired previously.  And this often leads to the discovery of new things – both good and bad.  Here is a record of what I’ve learned yesterday.

Continue reading Unit tests with CakePHP

Upcoming WordPress 3.0 in detail

I know I’ve mentioned the awesomeness of the upcoming WordPress 3.0 release before.  But there is more to learn.  Dougal Campbell was running WordPress 3.0-beta for a few days and wrote a post describing the new features in detail.

Also, if you add a post thumbnail which is as big as (or bigger than) your defined header size, the image will be used as a custom header specific to that post or page.

Rebuilding mamchenkov.net – Step 3 – Targets

Once I installed the monitoring of goals and gathered some initial data, it was time to start with the changes.  One of the obvious problems from the previous step was that I actually didn’t have my targets on the site.  The action points were missing – no easy way to read movie reviews and no easy way to know that I want people to hire me.  So these were the first things to change.

If you have a look at the site now, you’ll notice that the main menu is re-organized. Most notably it features Movies and Hire me! items.  Movies will take you directly to the list of my movie reviews, which I also improved by filtering out generic movie-related posts.  Hire me! link will lead you to a page which briefly describes what I can do and suggests where to find more information and how to get in contact with me.  Neither one of these action points are in their final stage yet – more changes are coming.  I just needed to start somewhere, so here they are. I have, of course, updated my goal tracking  to use the reviews page and added the new “hire me” goal.

While I was at it, I decided to fix a few other minor things that annoyed me.  Here is what I have done so far:

  • Tags clean-up.  This is still work in progress, but I managed to get a large piece of this work out of the way.  I had almost 2,000 tags in my database and many of those were too generic, tagging a single post.  I renamed and re-organized quite a few of them and now I am left with approximately 1,500 tags.  There are a couple of hundred more that will go away shortly.  This re-organization will make tags more useful and will help visitors find related content easier.
  • Added ‘About me’ section on the front page.  After the main menu reorganization I thought that I had too much of me in there.  “Contact me”, “Hire me!”, “About me”.  So I moved the “About me” into a section and made appear only on the front page.
  • Fixed the RSS image.  The default RSS image from Studiopress theme read “Grab our RSS feed”, but since I am publishing alone on this site, the “our” bit wasn’t making any sense.  I just cropped the image to have the widely recognized RSS icon.
  • Changed search results to feature excerpts instead of full posts.  Full posts were on by default since the last time I edited the theme.  I don’t use search too much, so I didn’t notice how annoying it was.  I tried several ideas to make it better and the only one that actually remains now on the site is excerpts instead of full posts.
  • Changed the tag line from “You just stepped in a pile of posts” to “Thoughts on movies, technology, and everything else”.  I think this one is more focused and that it should help a bit for the search engine optimization.

I’ve also experimented quite a bit with split testing and Google Website Optimizer, but realized that it is too difficult to use for the changes that I am working on now and decided against it.  Later on, when I will test smaller changes, it will come handy though.