Project Portfolio Management and Tools

September 25th, 2012

Articles about project management

How to manage multiple IT projects

http://www.techrepublic.com/article/how-to-manage-multiple-it-projects/1061892 Read the rest of this entry »

List of real SATA RAID Cards for Linux

April 17th, 2012

I am looking for a real RAID card for my Linux server, which will act as a RAID 1 for two SATA drives. It turns out that many of the cheap RAID cards are “fake raid”, and their manufacturers are trying to hide this fact.

Read the rest of this entry »

Drupal minor version upgrade guide

June 16th, 2010

Drupal

This guide will describe how to upgrade your Drupal installation to a new minor version. For example when you want to upgrade from version 6.05 to version 6.12.

For a major version upgrade (e.g: from 6.xx to 7.xx), please refer to Drupal’s upgrade instructions that are related to the new version that you are about to upgrade.

Read the rest of this entry »

12 Must have WordPress plugins for your blog

June 1st, 2010

WordPress

Whether you are a new WordPress blogger or a veteran one, you are probably using plugins to enhance WordPress‘ capabilities and automate tasks.

There are many plugins that provide the same function (for example, publishing new posts to Facebook), but some of them are buggy, have less features than others or not comfortable to use.  Following is a regularly updated list of useful WordPress plugins, that I have gathered and personally tested. The list will save you a great deal of time searching and testing plugins.

Read the rest of this entry »

How to include an HTML file in Smarty or Gallery 2

May 31st, 2010

If you are writing your own Gallery 2 theme, you may need to insert a plain HTML or JavaScript file into the page, without requiring Smarty to process that file. In case you are wondering what is Smarty – it is  the sophisticated template engine that renders Gallery 2’s pages. You can find additional information about Smarty at Smarty’s web site.

Read the rest of this entry »

How to create template for a view in Drupal

May 12th, 2010

Creating a template for a new Drupal view created by the Views module is straight forward.

There are two options available:

  1. Creating a template for each node that is listed by the view.
  2. Creating a template for each field that is listed by the view.

Read the rest of this entry »