drupal
Clean Up After Drupal
For the project tcataxi.nl, I was provided with pre-coded HTML markup and stylesheets. My job was to turn the static markup into a dynamic Drupal powered website with every piece of content editable. While I’ve worked with Drupal many times before, I usually do the front-end myself and work with Drupal’s extra layers, ID’s and classes from the start.
How to Make Drupal 6 Valid HTML 4.01 Strict
Note: This article is discussing Drupal version 6.11.
Drupal 6 is built to validate as XHTML but I’ve lately been leaning towards HTML standards. I also enjoy making things – Drupal in particular – do what I want them to do, so I just had to see if I could get Drupal to validate as HTML 4.01 Strict.
Since Drupal has a lot […]
Fixing A Broken Drupal
Horrible mistakes sometimes give you new knowledge and insight. That’s what happened when I managed to install Drupal 6 over existing Drupal 5 database tables. I had put a lot of effort into recent work that wasn’t yet backed up. Left with corrupt Drupal tables, I got to work.
When I say the table is currupt, I mean that Drupal would not load at all. […]