css

updating the site to drupal 6 ~ TheFazz

i recently updated this site to drupal 6.

it was a fairly delicate task.

i had to follow a few steps to make sure that the update worked ok. the first is to put the site on maintenance mode and to backup all my database, settings of the old drupal 5 site. then i created a duplicate "staging" site to test the new site with the new drupal 6 code. then i had to test each version 6 module and themes to make sure that it worked on the new site. once, i got that working, then i ported over to the "production" site. standard upgrade procedures i guess.

still, doing all this at night was not the best. the mind often doesn't work that well at night. lol.

CSS links ~ TheFazz

The following are useful CSS resources & references:

CSS overview
  • World Wide Web Consortium provides the one-stop reference and guidelines on www development and standards. W3C's CSS is the main source.
  • CSS zen garden is an excellent demonstration why CSS is so powerful and that web standards should be followed properly.
CSS layout resources

Web Updates - Drupal patching, CSS layouts ~ TheFazz

I am planning to do a few things:

  1. installing a taxanomy access control module
    I did some research on the subject by first visiting http://drupal.org/ and went straight to the drupal module downloads. Read a bit on the taxonomy access module and find that this would require me to patch the existing core taxonomy.module - now I am no expert on unix patching and my linux host only provides me a cpanel access... so I cannot do patching without a shell access to the host. Also read that patching also is a bit of a minefield, so scratch that thought. Let's wait for another solution to come up.

Tinkering with the site layouts through CSS, again ~ TheFazz

My wandering mind will not ever allow me to be happy with a single layout structure.

I was moderately happy with the previous layout which I named "Tokyo" but that had its limitations in relation to dealing with large size images.

Ok, back a bit.

I just activated the image gallery module in this website. The image gallery will allow authorised users to upload images into a directory, and display them on this website. Unfortunately, the previous right column menu layout was not able to cater for large size images as the image would either run over the menu, or push the menu beyond the limited width. So I had to find another suitable layout.

Syndicate content