May 31, 2010
I am learning Drupal finally. As a person who learns by doing, I have three separate Drupal installs going at once and I expect to have two working websites out of the deal within a month. Don’t worry, I’ll keep you updated. I am using Drupal 6.16. First thing I ran into is the register_globals [...]
Read the full article →
March 17, 2010
(from http://www.w3.org/TR/CSS21/cascade.html#specificity) A selector’s specificity is calculated as follows: * count 1 if the declaration is from is a ‘style’ attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of an element’s “style” attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.) [...]
Read the full article →