DrupalEntwickler.de

Drupaler einfacher finden.

drupalcoder.com

12.06.2012 - 10:28 von drupalcoder.com
Panic recently released a major update for their wildly successful editor/IDE for mac, Coda 2. I have now updated the Drupal plugin for…
14.03.2011 - 19:54 von drupalcoder.com
The plugin I wrote for Panic Coda, the excellent web developer IDE/editor, is now hosted on GitHub. Nothing has changed since the last…
21.12.2010 - 12:28 von drupalcoder.com
With the first official release of Drupal 7 imminent, the first books on Drupal 7 start appearing everywhere. Some of them are first…
20.12.2010 - 13:49 von drupalcoder.com
Here's a quick tip which will influence your performance and SEO. It's just about uncommenting 2 lines of code in the .htaccess file that…
16.12.2010 - 10:20 von drupalcoder.com
Drupal overrides PHP's session handler and stores all sessions in its own sessions table. Normally, you should never be accessing that…
15.12.2010 - 08:55 von drupalcoder.com
Yesterday at the Belgian Drupal User Group (DUG) I presented the E-mail Marketing Framework module, also known as EMF. EMF is a Drupal…
23.09.2010 - 16:37 von drupalcoder.com
A few posts back, I wrote about creating a list of articles that link to some other article, i.e. a list of "backlinks". That post back…
14.09.2010 - 19:04 von drupalcoder.com
Here's a quick tip for people using Mac OS X and like an easy way to install and maintain drush, our beloved Drupal command line tool.…
06.09.2010 - 17:05 von drupalcoder.com
For one of our clients, we are running a Drupal site with about a millions of nodes. Before launch, those nodes are imported from another…
22.08.2010 - 18:33 von drupalcoder.com
A popular feature request for sites that deal with a lot of content, is to see for each page what other pages are linking back to it. This…
21.05.2010 - 21:15 von drupalcoder.com
A request was just sent out on Mollom's Twitter account to help them spread the word on Mollom. Since I've been an extremely satisfied user…
19.05.2010 - 22:10 von drupalcoder.com
Drupal has a very simple, yet powerful (low level) caching system. It provides 3 functions that should please all you caching needs:…
14.05.2010 - 11:46 von drupalcoder.com
Defining custom pages in your Drupal module is easy using hook_menu and a callback function. Let's have a look at an example. /** *…
14.05.2010 - 11:21 von drupalcoder.com
When writing themes there's a few values we frequently need to access in our templates. I'm thinking about stuff like "is the user logged…
13.05.2010 - 09:57 von drupalcoder.com
Here's a quick tip for people using the (simply awesome) Apache Solr Search Integration module. The Apache Solr module depends on Drupal's…
22.04.2010 - 13:16 von drupalcoder.com
There is a lot of interesting information being published every day about Drupal. My favourite way to be kept up to date of the most…
20.04.2010 - 12:11 von drupalcoder.com
I'll even say it once more: "Drupal's Webform module has Mollom support". And I'm not talking support by patching here, but support like "…
18.04.2010 - 10:40 von drupalcoder.com
When working on long pages with a lot of headings, a technique often used to give the reader an overview what follows on the page is using…
17.04.2010 - 12:21 von drupalcoder.com
A few weeks ago I posted a tip on this blog for improving search results when working with node references in Drupal. While browsing the…
17.04.2010 - 10:43 von drupalcoder.com
Drupal's Search Lucene API module is a nice alternative to Drupal's core search if you need more power and features (like facets, ...) but…
12.04.2010 - 19:07 von drupalcoder.com
Pathauto is one of those modules that everyone blindly installs on each of his sites. It allows you to automatically create pretty urls…
08.04.2010 - 19:13 von drupalcoder.com
In some cases we want to use Drupal's node reference module to normalize our data. This has certain implications though as information is…
08.04.2010 - 09:40 von drupalcoder.com
Webform is one of the most popular and most useful Drupal modules. It allows you to build forms using the administration interface without…
24.03.2010 - 16:03 von drupalcoder.com
There are a few issues involved when you are developing a Drupal website that needs to send out mails. When you need to test the sending of…
21.03.2010 - 19:43 von drupalcoder.com
With the cheap prices of VPS hosting services these days, pretty much anyone can run his own server. Hosting your Drupal site on a VPS has…