drupal

All your classes belong to Drupal (registry)

andrei (04/13/2012 - 17:34)

Lately I have started to make Drupal programming a little bit less tedious by embracing OO side of PHP.  Almost immidiatelly I start wondering how exactly class autoload works in Drupal. It took me a couple hours to figure out, but now I DO know.

... read more

FACTOR TWO

andrei (06/26/2011 - 17:57)

How you can protect your Drupal account login if you have to access your site from all kind of hostile locations?  Even if you do it over HTTPS, a "bad dude" can look over your shoulder and steal your password.  The only real answer is to employ some sort of a multi-factor authentication and/or an authentication that rely on one-time passwords.... read more

Flickr and Colorbox walk into ... Drupal

andrei (06/26/2011 - 11:53)

This is one of these things that makes you think: how come that it was not done like this from the day one?  I guess either Flickr or Colorbox module could have done it (though it probably makes more sense for Flickr to do it).

... read more

Now you see it, now you don't (or where all my buttons go?)

andrei (06/26/2011 - 10:44)

I am not exactly sure when did it happen, all I know is that when I installed WYSIWYG Module on my D7 Final a few days ago I ended up with toolbar totally bare of any buttons :(.  Quick googling produced the answer (not really the answer, but at least an explanation). 

... read more