drupal

SitePoint PHP Blog: Rasmus Lerdorf - PHP frameworks? Think again...

PHPDeveloper.org  Fri, 08/29/2008 - 08:47

On the SitePoint PHP blog, David Peterson shares some of the comments and thoughts that Rasmus Lerdorf (creator of PHP) had recently on a good range of topics (including frameworks).



 

Fare thee well, Postgres 7 - Larry Garfield

Planet PHP  Mon, 07/14/2008 - 20:43

Drupal 7 is shaping up to be the most modern Drupal ever! (Now there's a silly title if I ever heard one...) Not only are we upping the system requirements to PHP 5.2 and MySQL 5.0, but PostgreSQL users will now need PostgreSQL 8.1 at least.

read more



 

Paranoid Engineering Blog: CMS Battle: Drupal va Joomla va Custo...

PHPDeveloper.org  Thu, 07/03/2008 - 12:50

On the Paranoid Engineering blog, there's a recent post with a "CMS battle" of sorts between two of the more popular PHP-based content management systems out there - Drupal and Joomla.



 

RFC: Drupal pluggable system handlers - Larry Garfield

Planet PHP  Tue, 06/17/2008 - 00:07

Recently I've been talking up various ideas for pluggable subsystems in Drupal in IRC and the other usual haunts.

Ideas have been percolating in my head, but so far I have been remiss in actually writing them down. Yesterday, however, I had an epiphany to solve the primary issue I was trying to work out, so I present a hopefully workable RFC (for real, not IETF version) for pluggable subsystems in Drupal.

I am posting this over to Planet PHP as well to invite commentary from those who aren't already embedded in the Drupal mindset.

:-)



 

Drupal and Amazon EC2 Quick Start

Linux Today  Fri, 05/16/2008 - 02:00

Tag 1 Consulting: "With all the excitement surrounding cloud computing, and specifically Amazon's EC2 (Elastic Compute Cloud) Beta service, I decided it was time to give it a try myself..."



 

A Caution About Drupal as a Social Software Platform

Linux Today  Wed, 05/14/2008 - 14:45

CMS Watch: "However, these modules could be your biggest problem as well because many times, module upgrades do not keep pace with Drupal upgrades..."



 

Larry Garfield's Blog: Drupal 7 gets introspective code registry

PHPDeveloper.org  Thu, 05/08/2008 - 12:53

Larry Garfield talks about a new feature of Drupal 7 in a new post to his blog - the new introspective code registry that's been introduced in this latest version.



 

Oh wiki where art thou? - Larry Garfield

Planet PHP  Wed, 03/19/2008 - 20:04

A recent thread on the Drupal documentation list has brought up once again the "why don't we have a wiki on Drupal.org?" question.

It comes up regularly; you can set your watch by it.

What I've never understood is why anyone would want to take a step backwards from Drupal's handbooks to a simple wiki.

How would removing features and capabilities help Drupal's huge pool of documentation?

What exactly makes something "a wiki"?

Let's examine:

read more



 

Benchmarking page loading - Larry Garfield

Planet PHP  Sun, 03/16/2008 - 15:21

One of the major changes in Drupal 6 (where "major" is defined as "worthy of a mention in Dries' keynote") was a new feature of the menu and theme hooks.

The newly introduced "file" and "file path" keys in those hooks' respective retun arrays. allow them to define files that get included conditionally, only when needed.

In theory, that should be a big performance boost; page handlers are virtually never called except for on the page they handle, so loading all of that code on every other page is a waste of CPU cycles.