Congrats to Drupal for releasing version 6.0 yesterday. This site has been running 6.0 since about rc2 (upgrading every release along the way) and I've been very happy with it. Also, thanks to the developer(s) of the 'Channel Nine' theme, which I've adopted for my own (with some modifications).
Congrats to Drupal for releasing version 6.0 yesterday. This site has been running 6.0 since about rc2 (upgrading every release along the way) and I've been very happy with it. Also, thanks to the developer(s) of the 'Channel Nine' theme, which I've adopted for my own (with some modifications).
Yesterday, Drupal 6.0 was officially released - check out this screencast to get a 29-minute tour on the new features in this release.
We'd like to congratulate the Drupal Developer Team and Community for reaching this milestone and are happy that the MySQL Server continues to serve well as the database backend for this awesome content management platform!
I had the pleasure of evaluating and reviewing a previous release of Drupal for the Open Source Content Management System Award from Packt Publishing and it has been one of my favourites.
Keep up the good work!
thnx Christophe
This February I`ll be heading to my 8th Fosdem in row.
I went to every single Fosdem so far, some years only one day
because of other obligations but I was a round most of the
time
During the first couple of years I was pretty active in the FIT
team, helping out people to find the right rooms , keeping the
fosdem contributions safe with Sven, funding different social
events and devroom dinners ,
Later I was in charge of the HPC and Cluster devroom in which we
also held the openMosix summits.
And back in 2004 I replaced Moshe at the openMosix Summit
standing in front of a great audience at the Janson room.
As Wim just pointed out the Drupal Devroom schedule is out
and it seems like 2008 will …
I'm pleased to announce that Tag1 Consulting has partnered up with MySQL AB to offer an online presentation titled "Achieving Optimal MySQL Performance For Drupal". Aiming to provide a better understanding of how to properly monitor and tune your MySQL database, the online Webinar will take place on Thursday, January 31st, 2008, at 16:00 UTC (11:00 am EST). The presentation will last 45 minutes, followed by 15 minutes for questions and answers.
Tips on load testing your web site.
This document offers some tips on how to migrate your Drupal website from a database running on the same server as your web server, to a physically separate database server.
Some people obviously think I`m still interresting enough to interview
Reminds me of my first interviews over a decade ago .. I`m still being remembered by one of my famous quotes back then rougly translated to "those toddlers steal my bandwith" , when being asked about how the growing userbase of the KULeuven PC rooms in the Dekenstraat influenced my network usage :) (Think 1994 ish :))
But the acutal news is that Profoss is coming closer and closer
.. and you should now Register!
So all you Drupal and MySQL folks out there.. this is your chance
to learn about virtualization !
I spent way too much time this weekend trying to get the pager stuff in Drupal working for a module I`m playing with.
I had learned a lot from the watchdog module on how paging was supposed to be working and I was trying to do the same with another database. As I got a page limited by the number of records I wanted but I couldn't find any of the fancy next, previous and page number thingies that I wanted.
The watchdog module worked for me and I started stripping the
watchdog module till I could actually replace my function with
watchdog_overview function. Even replaced the watchdog query with
my qeury.. but not such luck.. I couldn't get $output .=
theme('pager', NULL, 50, 0);
to work.
So as every open source geek does.. I started looking into the
code. pager.inc
The header told me the author.. I could mail him and wait …