PDFs have historically been difficult to integrate into Drupal. Site owners were forced to include PDFs as attachments to content, and accept the interruption to the site layout that the external plugin presented. Building on the excellent Scribd API, our new module allows PDFs to be displayed on your site without the Adobe Reader plugin. Scribd Field integrates with the well-supported Filefield module, and allows you to integrate your PDFs into the look and feel of the rest of your site. Read More >>>
The Berkeley Drupal User Group's March meeting was a week and a half ago, but I'm still thinking about it, and now, in the "better late than never" spirit, I'm writing about it. Read More >>>
In between sessions at Drupalcon DC I was asked if Trellon generally implements bookmarking tools such as, sharethis or addthis, for clients? I started to answer that we have no preference but stopped myself when I remembered a client situation with Sharethis. When the Sharethis component was installed it made page load times slow and it had some script caching issues. In this situation it resulted in page loads of over 20 secs and obviously lead to us having to seek an alternative solution. Read More >>>
Whenever I need to implement a custom feature for a Drupal site, I always check the Drupal.org module repository to see if someone has already written a module that does the same thing. This can be difficult, since the number of modules has exploded in recent years and the infrastructure for browsing them has not caught up (though the redesign project has noticed this and is discussing some great improvements). But that might be a ways away so in the mean time I've whipped together one new way of browsing modules with this nifty little Module Dependency Browser for Drupal. Read More >>>
I'm known, famously or infamously, for my code quality reviews and, whilst I don't get enough time to perform the same anal-retentive behavior at Trellon, I've streamlined checks of the most egregious errors with daily e-mailed reports using Coder and Drush. Drush allows you to operate your Drupal site from the command line, while Coder is a friendly "do it right, bub" for code quality. Read More >>>