• ABOUT THIS SITE
  • MY CV
  • MY SOCIAL STREAM
  • CONTACT
  • SEARCH

olav.net

  • content
  • technology
  • life
  • bonn
Home

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

  • Drupal
  • Themes
  • Add new comment

Drupalcon 2010: Proposed talk about my setup for self-service Drupal hosting

olav — Wed, 06/09/2010 - 09:57

is autosite: a minimal approach to drupal mass hosting

  • Drupal
  • mass hosting
  • Add new comment

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
  • drupalsite.org
  • Add new comment
  • Read more

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.

  • Drupal
  • gemeinsam lernen
  • Genossenschaft
  • Add new comment

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.

  • Drupal
  • Piraten
  • Add new comment

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!

  • Bestes OpenSource CMS
  • Drupal
  • Add new comment

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.

  • Drupal
  • Drupalbuch
  • Integration
  • SixCMS
  • 1 comment
  • Read more

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.

  • Drupal
  • iPhone
  • 1 comment
  • Read more

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
  • Drupal-Modul Core Searches
  • Drupal
  • geleitete Suche
  • Add new comment

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',
);
  • Drupal
  • master / slave databases
  • 1 comment
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • next ›
  • last »
Syndicate content

Praxiswissen Drupal 6. oreillys basics

Mein Buch ist erschienen:

Image of Praxiswissen Drupal 6. oreillys basics

Hier ist die Zusammenfassung.

Hm, lecker!

Selber Punkte verschicken oder sammeln unter browniepunkt.de.

Mitglied der Drupal Association

Come to DrupalCon!

Drupal business

Navigation

  • Recent posts

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Kommentiert

  • Title
    1 week 1 day ago
  • Geniuos!
    4 weeks 6 days ago
  • Mobile
    16 weeks 14 hours ago
  • Dat Buch
    23 weeks 2 days ago
  • Känguru weiß es
    29 weeks 5 days ago
  • Yipeeh, bald ist es wieder soweit
    29 weeks 5 days ago
  • Man arrangiert sich
    29 weeks 5 days ago
  • NIce
    36 weeks 4 days ago
  • Geiler Pullover! Ob das bei
    37 weeks 5 days ago
  • Re: Atheist
    45 weeks 3 days ago

Freunde

Powered by Drupal, an open source content management system

Facebook Stream

Your Facebook session has expired, try to reconnectFacebook Login
  • content
  • technology
  • life
  • bonn