Frank:
On Drupal sites, it is easy to implement page-front.tpl.php to layout your custom homepage, but forget that nodes are being rendered into $content if you use the default homepage. Here is a little trick to get a quick optimization on your homepage and avoid unnecessary nodes from being rendered.
Posted 12/07/2009 - 18:10
// 2 comments
Frank:
Out of the box, Quicksilver, a wonderful app launcher and more for Mac, and Subversion, a top open source version control system do not have a happy marriage. However, a one easy step can have you humming right along with a great integration of these two incredible tools.
Posted 07/21/2009 - 15:38
Frank:
In preparation for the new 4.0 release of OpenCalais on March 15th, we have done some massive upgrades on the Drupal Calais modules. While many of these upgrades were under the hood, there are also some pretty great user accessible features to make you smile.
Posted 02/23/2009 - 10:00
Frank:
Thanks to the nudging from irakli and drewish, I finally made the node protection javascript I blogged about here into a module called Node Edit Protection. As it says on the module page, it is a very simple JavaScript based protection that will alert a user if they are navigating away from a modified Node Edit form without saving. It uses a standard JavaScript confirm dialog that allows the user to either continue what they were doing, or cancel the move allowing them the opportunity to save. It marks the form as dirty by using the blur event of the node fields. Enjoy!
Posted 12/05/2008 - 16:58
// 1 comment
Frank:
I know it is typically poor form to prevent a user from leaving a page with an annoying javascript popup, but sometimes it is exactly what you need. If you have an inexperienced editorial staff working under deadline, sometimes they are going 1000mph and do things that they later regret, one of which is leaving a node edit form before they have actually saved their edits. It’s pretty easy to do and can be very unobtrusive when done correctly.
Posted 11/25/2008 - 17:08
// 7 comments
Frank:
Today Phase2 Technology, in association with Thomson Reuters, launched a big update to the set of Calais for Drupal modules. This marks the first of many feature sets to be released through the end of the year and beyond. These releases are intended to be part of a larger toolset for publishers and large content providers using Drupal. These latest updates are largely focused on the end-user and appeal to publishers. We think they will be useful to all Drupal developers, though, as well as those interested in Semantic technology.
Posted 09/03/2008 - 21:27
// 3 comments
Frank:
Ever tear your hair out for hours trying to track down why something is not working, only to find out that it is the simplest thing? Well, after losing a large chunk of my life that is never to return, I am happy to say that it is solved.
Posted 08/14/2008 - 06:22
// 7 comments
Frank:
With all of the recent hoopla we have been stirring up on our blog and in the Drupal community about the Drupal Calais modules, it is easy to lose track of all the other fantastic things we have been doing here at Phase2. Here is a quick rundown of some of our latest projects.
Posted 05/16/2008 - 16:56
// 10 comments
Frank:
As Irakli already discussed, the Alternative PHP Cache (APC) is an op-code pre-compiler and a cache system that can boost the performance of a PHP application up to 10 times. Op-code caches are very effective for a Drupal website, since Drupal deals with large number of source files and time spent in parsing them significantly affects performance. However, if you don’t have XAMPP and need to install it on CentOS, you can follow this guide to get around some of the problems that happen with the default server settings.
Posted 04/02/2008 - 22:21
// 7 comments
Frank:
DrupalCon 2008 Boston starts on Monday and it looks like a great lineup. Registration has just sold out at 800 attendees. After years of being a JavaOne participant, I am interested in seeing this burgeoning project’s first big conference. There is a ton of optimism building off of the release of Drupal 6, and things are setup nicely for a great experience. Here are events I plan to attend.
Posted 02/28/2008 - 07:25
// 1 comment