Drupal
Drupal: guide: How to create CSS-only themes
olav — Sat, 06/12/2010 - 12:10
This is a really good starting point to get going with theming in Drupal: Create a Create a CSS-Only Theme. It also links to another very useful article, Core templates and suggestions, which even has a printable cheat sheet
Autosite revisited
olav — Sun, 05/23/2010 - 22:55
Back in 2007 I announced and launched a service to host Drupal 5 sites. The underlying technology relied on database views and triggers from MySQL 5. It was a total mess.
Fast forward to 2010. When I recently checked on the new features in Drupal 7, I suddenly realized that it might be possible to create Drupal sites interactively on a master site, in a similar fashion to the 2007 approach, but without the mucking about with Drupal guts.
Drupal-Anfängertreff in Köln
olav — Fri, 07/24/2009 - 13:22
Eine interessanter Vorschlag: Gemeinsam ein Projekt entwickeln und dabei Drupal lernen.
Und dann? Das ist das Tolle an Web-Projekten im Gegensatz zur Gründung eines Lehrbetriebes in der Produktion. Am Ende steht u.U. ein wirklicher Wert, der von den Mitarbeitern gemeinsam weiter betrieben und bewirtschaftet werden kann.
Die deutsche Piratenpartei + Drupal
olav — Sat, 05/30/2009 - 13:29
... unter piratenpartei.de
Dort findet sich auch ein Hinweis auf die Kampagne Du bist Terrorist von Alexander Lehmann.
And the Winner is ...
olav — Sat, 11/01/2008 - 16:08
Drupal hat das zweite Mal in Folge den Preis als bestes Open Source CMS in den Packt Publishing 2008 Open Source CMS Awards gewonnen - Super!
Integration von Drupal mit einer bestehenden Site
olav — Fri, 10/31/2008 - 14:12
Die Einführung eines neuen Community-Frameworks bedeutet nicht notwendigerweise den kompletten Relaunch eines Web-Auftrittes. In diesem etwas längeren Artikel erkläre ich die verschiedenen Aspekte der Integration des klassischen Content Management Systems SixCMS mit Drupal.
Native Drupal App for the iPhone
olav — Fri, 08/29/2008 - 08:09
drupal.org sees me recommending the native Wordpress App to blog from the iPhone. This is a really nice application with support for local drafts, picture integration, categories, and tags. I also see a lot of potential to extend blog entries with location information from the iPhone’s location APIs.
That said, I really long to have a similar app for Drupal.
Notizen zu "Faceted Search"
olav — Sun, 08/24/2008 - 16:00
Aus Robert Douglas’ Vortrag auf der Froscon:
- Drupal-Modul zu Faceted Search
- CCK Textfelder
- Lucene Query Syntax
- ubercard.org
- Drupal-Modul Solr
- Mike O’Connor
Note to self: Use db_set_active() to switch databases in Drupal
olav — Wed, 08/20/2008 - 13:00
If you use Drupal as a toolbox to implement a nice admin interface and your database administrator gets annoyed about the many tables Drupal uses, you can bracket your database code with calls to db_set_active(‘mydb’) like so:
db_set_active(‘mydb’);
// code that uses your existing database
db_set_active(‘default’);
In your sites/default/settings.php, you need to make $db_url an array like so:
$db_url = array( 'default' => 'mysql://your:drupal@tables.live/here', 'mydb' => 'mysql://all:your@other.tables.are/here', );





Kommentiert
1 week 1 day ago
4 weeks 6 days ago
16 weeks 14 hours ago
23 weeks 2 days ago
29 weeks 5 days ago
29 weeks 5 days ago
29 weeks 5 days ago
36 weeks 4 days ago
37 weeks 5 days ago
45 weeks 3 days ago