<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ben &#187; drupal</title>
	<atom:link href="http://ben.aureli.us/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://ben.aureli.us</link>
	<description>Ich bin dein Du.</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:44:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>a feature for tracking resources in Open Atrium &#8211; resources-6.x-0.1</title>
		<link>http://ben.aureli.us/a-feature-for-tracking-resources-in-open-atrium-resources-6-x-0-1/</link>
		<comments>http://ben.aureli.us/a-feature-for-tracking-resources-in-open-atrium-resources-6-x-0-1/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:41:33 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[Open Atrium]]></category>
		<category><![CDATA[webwork]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=703</guid>
		<description><![CDATA[
Most projects, workgroups and, well -  &#8230; <a href="http://ben.aureli.us/a-feature-for-tracking-resources-in-open-atrium-resources-6-x-0-1/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://ben.aureli.us/wp-content/uploads/2010/03/resources.jpg" alt="" title="resources" width="500" height="288" class="aligncenter size-full wp-image-717" /><br />
Most projects, workgroups and, well &#8211; things that have to be done, have a thing in common. There are limited resources available, and the goal is to make the best out of it. Especially when you think in terms of &#8220;projects&#8221; and &#8220;project management&#8221; &#8211; i can&#8217;t imagine one project i&#8217;ve done that was not limited in a way. (Even my <a href="http://solar-afrika.de/page/die_projekte_des_vereins">nonprofit projects (lang:german)</a> are.)</p>
<blockquote><p>The primary challenge of project management is to achieve all of the project goals and objectives while honoring the preconceived project constraints. Typical constraints are scope, time, and budget. The secondary—and more ambitious—challenge is to optimize the allocation and integration of inputs necessary to meet pre-defined objectives.[<a href="http://en.wikipedia.org/wiki/Project_management">Wikipedia</a>]</p></blockquote>
<p><a href="http://openatrium.com/">Open Atrium</a> is doing an awesome job in managing group communication. Also the Wiki/Notebook feature is activated in nearly every group i create. One thing, being a freelancer, i did miss from the beginning. <strong>Time Tracking</strong>! I use <a href="http://mite.yo.lk/">mite</a>, a commercial (but very cool) time tracking service for my freelance work, and sometimes even for nonprofit and university projects. So my need was not big enough to sit down and build a time tracking feature for myself. (also i am a horrible programmer)</p>
<p>But the thought was long enough in my head to morph into an idea for a more &#8220;drupallish&#8221; approach. Time is money, and money is always limited. That makes 2 limited resources in nearly every project, but other projects also have other, and different limited ressources. Solar panels, brochures, soccer balls, shrink heads &#8211; you name it. My idea is to create a simple feature for Open Atrium to manage &#8220;you name it&#8221;. A basic resource.</p>
<p>Thanks to <a href="http://felix.delattre.de/">Felix</a>, i could quickly (Felix: &#8220;theres a module for that&#8221;) turn my thoughts into a feature for Open Atrium today. Heres what it looks like:</p>
<p><strong>The over-view: a table with all resources, the percentage of the original budget thats still available and a link to the comments (klick image to enlarge)</strong><br />
<a href="http://ben.aureli.us/wp-content/uploads/2010/03/Resources-Open-Atrium_1268872160479.png"><img src="http://ben.aureli.us/wp-content/uploads/2010/03/Resources-Open-Atrium_1268872160479-e1268872612522.png" alt="" title="Resources | Open Atrium_1268872160479" width="470" height="444" class="aligncenter size-full wp-image-705" /></a></p>
<p><strong>The resource creation page (you should not need use the &#8220;use&#8221; field here &#8211; it should be hidden)</strong><br />
<a href="http://ben.aureli.us/wp-content/uploads/2010/03/Create-Resource-Open-Atrium_1268872256675.png"><img src="http://ben.aureli.us/wp-content/uploads/2010/03/Create-Resource-Open-Atrium_1268872256675-e1268872774420.png" alt="" title="Create Resource | Open Atrium_1268872256675" width="470" height="641" class="aligncenter size-full wp-image-706" /></a></p>
<p><strong>The node view &#8211; the fields status and available are computed fields</strong><br />
<a href="http://ben.aureli.us/wp-content/uploads/2010/03/example-resource-Open-Atrium_1268872297543.png"><img src="http://ben.aureli.us/wp-content/uploads/2010/03/example-resource-Open-Atrium_1268872297543-e1268872845182.png" alt="" title="example resource | Open Atrium_1268872297543" width="470" height="933" class="aligncenter size-full wp-image-707" /></a></p>
<p><strong>Technical info</strong><br />
From a programmers perspective this is just mousework. Maybe 6 lines of edited lines in the feature.<br />
Used modules:</p>
<ul>
<li> stuff from atrium core (cck number)</li>
<li><a href="http://drupal.org/project/comment_driven">comment_driven</a> 6.x-1.0-unstable7</li>
<li><a href="http://drupal.org/project/computed_field">computed field</a> 6.x-1.0-beta3</li>
</ul>
<p>I consider &#8220;Resources&#8221; still not much more than a thought. Theres a lot that could be done better than what i did yet. I consider it a first step (and also my first contribution to the community &#8211; yay!). If you are interested in the idea and would like to play around with the feature you are very much invited to do so.</p>
<p>You can download &#8220;Resources&#8221; as a Atrium feature here: <a href='http://ben.aureli.us/wp-content/uploads/2010/03/resources-6.x-0.1.zip'>resources-6.x-0.1</a></p>
<p>Also, if you are not a developer but would like to see a more stable an richer &#8220;Resources&#8221; feature &#8211; please comment and share your thoughts!</p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/a-feature-for-tracking-resources-in-open-atrium-resources-6-x-0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Powered by Drupal &#8211; Relaunch von Media-Planet.org</title>
		<link>http://ben.aureli.us/powered-by-drupal-relaunch-von-media-planet-org/</link>
		<comments>http://ben.aureli.us/powered-by-drupal-relaunch-von-media-planet-org/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 22:01:55 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=637</guid>
		<description><![CDATA[F&#252;r das leipziger Technik-Onlinemagazin &#8230; <a href="http://ben.aureli.us/powered-by-drupal-relaunch-von-media-planet-org/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>F&#252;r das leipziger Technik-Onlinemagazin durfte ich ein Drupal-System vorbereiten um das aktuelle handgeschreinerte CMS abzul&#246;sen. Es war meine erste &#8220;News-Seite&#8221; und auch das erste mal, dass ich einen automatisierten Datenimport in Drupal gemacht habe. &#220;ber 9000 Nodes sind vom alten System &#252;bernommen worden.<br />
<img src="http://aureli.us/sites/aureli.us/files/media-planet.org.jpg" alt="referenz-bild"/></p>
<p>Insgesamt wurden &#252;ber 30 contrib-modules eingesetzt.</p>
<p><a href="http://www.media-planet.org">Link</a></p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21713';
var flattr_url = 'http://ben.aureli.us';
var flattr_lng = 'de_DE';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'ben';
var flattr_dsc = 'Ich bin dein Du.';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/powered-by-drupal-relaunch-von-media-planet-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suchmaschinenfreundlichkeit von Drupal</title>
		<link>http://ben.aureli.us/suchmaschinenfreundlichkeit-von-drupal/</link>
		<comments>http://ben.aureli.us/suchmaschinenfreundlichkeit-von-drupal/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 20:33:48 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Notizen]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[semantisches web]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=374</guid>
		<description><![CDATA[Wenn jemand mich zuk&#252;nftig fragt, wie s &#8230; <a href="http://ben.aureli.us/suchmaschinenfreundlichkeit-von-drupal/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn jemand mich zuk&#252;nftig fragt, wie suchmaschinenfreundlich Drupal ist, dann zeige ich ihm/ihr dies:<br />
<img src="http://ben.aureli.us/wp-content/uploads/2008/11/bildschirmfoto-1.png" alt="" title="bildschirmfoto-1" width="500" height="167" class="aligncenter size-full wp-image-376" /></p>
<p>Nicht nur, das Drupal sauberes HTML liefert. Google erkennt beim Indizieren eines Foren-threads sogar die Struktur und Zeitangaben.<br />
<img src="http://ben.aureli.us/wp-content/uploads/2008/11/bildschirmfoto-3.png" alt="" title="bildschirmfoto-3" width="500" height="175" class="aligncenter size-full wp-image-375" /></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/suchmaschinenfreundlichkeit-von-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W&#228;hrungen f&#252;r Social Networks &#8211; entwicklung von Drupal API&#8217;s</title>
		<link>http://ben.aureli.us/waehrungen-fuer-social-networks-entwicklung-von-drupal-apis/</link>
		<comments>http://ben.aureli.us/waehrungen-fuer-social-networks-entwicklung-von-drupal-apis/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 00:04:39 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[online currencies]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/waehrungen-fuer-social-networks-entwicklung-von-drupal-apis/</guid>
		<description><![CDATA[Das wird eine Innovation. Das Modul an s &#8230; <a href="http://ben.aureli.us/waehrungen-fuer-social-networks-entwicklung-von-drupal-apis/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Das wird eine Innovation.</strong> Das Modul an sich ist eigentlich &#252;berhaupt nicht von Bedeutung. Aber das Prinzip, welches dahinter steckt ist m&#228;chtig.</p>
<blockquote><p>There are many perceived problems with the state controlled currencies that most of us think of as &#8216;money&#8217;. Many times in history, especially turbulent times, communities have issued their own currencies. In the 1980s Michael Linton designed LETS, a system of exchange for a community to trade without conventional money. Today there are many communities trading with &#8216;complementary&#8217; currencies, but no really compelling software to support them. Bazaar is a Drupal recipe, module and API for existing and new alternative currency projects, based on a flexible interpretation of LETS.</p>
<p>This project plans to build on two new APIs to deliver functionality to Drupal, and to equip an existing trading community with it.</p>
<p>The GSoC grant would cover the first phase of a roadmap spanning three phases. This first phase requires a currency Type and the means to trade it and view accounts. It also requires a directory of offers/wants, with automated categorisation and basic accounting tools. This would already be more functional than systems running most existing LETS schemes, and lots of groundwork will be done towards future phases, such as leaving hooks for dependent transactions, and having multiple currencies ready in all but configuration options.</p>
<p>Ian Russell, the applicant, is studying Advanced Environmental and Energy Studies masters at the <a href="http://www.cat.org.uk">Centre for Alternative Technology</a> in Wales, UK. Ian has been actively involved in the creation and running of various grassroots community projects in various parts of the country. He has helped set up food buying co-operatives, allotment share, housing co-operatives, and social forums. He is currently working on a Drupal based project for a parrot rescue charity.</p></blockquote>
<p><a href="http://docs.google.com/View?docid=ddm6qs69_0qj7hx9f6">Link zum Google Document</a>, <a href="http://groups.drupal.org/node/9990">Diskussion auf Drupal.org</a></p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21713';
var flattr_url = 'http://ben.aureli.us';
var flattr_lng = 'de_DE';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'ben';
var flattr_dsc = 'Ich bin dein Du.';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/waehrungen-fuer-social-networks-entwicklung-von-drupal-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volunity.net bereit f&#252;r die Beta-Phase</title>
		<link>http://ben.aureli.us/volunitynet-bereit-fuer-die-beta-phase/</link>
		<comments>http://ben.aureli.us/volunitynet-bereit-fuer-die-beta-phase/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 21:27:45 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[volunity]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/volunitynet-bereit-fuer-die-beta-phase/</guid>
		<description><![CDATA[einige Bugs sind zwar noch vorhanden, ab &#8230; <a href="http://ben.aureli.us/volunitynet-bereit-fuer-die-beta-phase/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>einige Bugs sind zwar noch vorhanden, aber nach dem &#8220;feature-freeze&#8221; und nachdem wir immer weniger an der Bentzeroberfl&#228;che Schrauben m&#252;ssen geht es in ein paar Tagen in die Beta-Phase. Sollte mal ein Freiwilligendienstler (oder ein Ehemaliger) der seinen Dienst im Ausland gemacht hat hier vorbeischauen &#8211; f&#252;r einen Kommentar vergebe ich BETA-Accounts <img src='http://ben.aureli.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href='http://ben.aureli.us/wp-content/uploads/2007/11/451c57f8da4ccdff0e694fa3d5b2b93a.png' title='Volunity frontpage screenshot'><img src='http://ben.aureli.us/wp-content/uploads/2007/11/451c57f8da4ccdff0e694fa3d5b2b93a.png' alt='Volunity frontpage screenshot' /></a></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/volunitynet-bereit-fuer-die-beta-phase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>45 Screencasts to Get You Kicking Ass with Drupal &#8211; MineZone Blog</title>
		<link>http://ben.aureli.us/45-screencasts-to-get-you-kicking-ass-with-drupal-minezone-blog/</link>
		<comments>http://ben.aureli.us/45-screencasts-to-get-you-kicking-ass-with-drupal-minezone-blog/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 23:30:25 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[learning curve]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[webwork]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/45-screencasts-to-get-you-kicking-ass-with-drupal-minezone-blog/</guid>
		<description><![CDATA[


Luckily, there are Drupal screenca &#8230; <a href="http://ben.aureli.us/45-screencasts-to-get-you-kicking-ass-with-drupal-minezone-blog/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
Luckily, there are Drupal screencasts for practically every step along the Drupal learning curve, which I’ve collected below. One caveat: because the screencasts are free and produced by a variety of individuals, the quality can vary and some will definitely overlap in what they cover.</p></blockquote>
<p><a href="http://www.minezone.org/blog/2007/11/01/45-screencasts-to-get-you-kicking-ass-with-drupal/">45 Screencasts to Get You Kicking Ass with Drupal &#8211; MineZone Blog</a></p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21713';
var flattr_url = 'http://ben.aureli.us';
var flattr_lng = 'de_DE';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'ben';
var flattr_dsc = 'Ich bin dein Du.';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/45-screencasts-to-get-you-kicking-ass-with-drupal-minezone-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Production 8 Media</title>
		<link>http://ben.aureli.us/production-8-media/</link>
		<comments>http://ben.aureli.us/production-8-media/#comments</comments>
		<pubDate>Thu, 24 May 2007 14:01:35 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[top_level_domain]]></category>
		<category><![CDATA[webwork]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/production-8-media/</guid>
		<description><![CDATA[Production 8 Media recently moved to the &#8230; <a href="http://ben.aureli.us/production-8-media/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Production 8 Media recently moved to the top-level-domain http://production8media.de/</p>
<p><a href="http://production8media.de/">have fun browsing it!</a></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/production-8-media/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top_10_Drupal_Modules</title>
		<link>http://ben.aureli.us/top-10-drupal-modules/</link>
		<comments>http://ben.aureli.us/top-10-drupal-modules/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 20:48:39 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[interweb]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[webwork]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/top-10-drupal-modules/</guid>
		<description><![CDATA[webpodges Top 10 Drupal Modules
We’re &#8230; <a href="http://ben.aureli.us/top-10-drupal-modules/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://webpodge.com/2007/02/22/top-10-drupal-modules/">webpodges Top 10 Drupal Modules</a><br />
We’re going to take a break from my long-winded Drupal Tutorial series to have a little fun. I’ve come up with a list of the Top 10 Drupal Modules that are already not installed, or rather at least the most used modules by Drupal heads. So here goes.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21713';
var flattr_url = 'http://ben.aureli.us';
var flattr_lng = 'de_DE';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'ben';
var flattr_dsc = 'Ich bin dein Du.';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://ben.aureli.us/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ben.aureli.us/top-10-drupal-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
