Tag Archives: Content Management
WordPress Quickstart Guide
WordPress is an open source blog publishing system written in PHP with a MySQL database. Installing WordPress Download and the latest release of WordPress. $ wget http://wordpress.org/latest.tar.gz Extracting the file will create a new directory wordpress, move all the files … Continue reading
Finish Migrating to WordPress
After changing some settings, adding some plugins, tweaking the theme, and reorganizing the content. I have finally finish the migration to WordPress. However to not forget how my previous website looks like I have taken a screen shot.
Migrating to WordPress 2.5.1
After using Drupal for about a year, I’ve decided to migrate my site to WordPress. Drupal worked for me, but I thought it was a bit more complex to use for hosting a simple blogging site like mine. As well, … Continue reading
Configuring Cron Job for Drupal
Some modules require regularly scheduled actions, such as cleaning up log files. You can make these happen automatically by using cron jobs. Schedule a cron job that regularly visits the “cron page”. This regular visit will automatically tell Drupal to … Continue reading
Installing TinyMCE Editor in Drupal
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. Before you start download the following: TinyMCE module TinyMCE Editor itself maintained by Moxiecode Systems AB Extract the TinyMCE module into the the directory below. This is where the … Continue reading