<?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; Eigenes</title>
	<atom:link href="http://ben.aureli.us/category/eigenes/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>wikipedia vs lolcats</title>
		<link>http://ben.aureli.us/wikipedia-vs-lolcats/</link>
		<comments>http://ben.aureli.us/wikipedia-vs-lolcats/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:45:59 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Bilder]]></category>
		<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Notizen]]></category>
		<category><![CDATA[bÃ¼cherverbrennung]]></category>
		<category><![CDATA[lolcats]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[zensur]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=671</guid>
		<description><![CDATA[

http://de.wikipedia.org/wiki/Wikiped &#8230; <a href="http://ben.aureli.us/wikipedia-vs-lolcats/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ben.aureli.us/wp-content/uploads/2009/10/wikipedia_killing_lolcats.gif"><img src="http://ben.aureli.us/wp-content/uploads/2009/10/wikipedia_killing_lolcats-300x225.gif" alt="wikipedians killing lolcats" title="wikipedians killing lolcats" width="300" height="225" class="aligncenter size-medium wp-image-670" /></a></p>
<p><a href="http://de.wikipedia.org/wiki/Wikipedia:L%C3%B6schkandidaten/1._Juli_2007#lolcat_.28gel.C3.B6scht.29">http://de.wikipedia.org/wiki/Wikipedia:L%C3%B6schkandidaten/1._Juli_2007#lolcat_.28gel.C3.B6scht.29</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/wikipedia-vs-lolcats/feed/</wfw:commentRss>
		<slash:comments>1</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>
 <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>expedition rosinante</title>
		<link>http://ben.aureli.us/expedition-rosinante/</link>
		<comments>http://ben.aureli.us/expedition-rosinante/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 15:30:45 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[afrisolar]]></category>
		<category><![CDATA[solarenergie]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=644</guid>
		<description><![CDATA[Ein kleiner Blog, den ich f&#252;r eine Sola &#8230; <a href="http://ben.aureli.us/expedition-rosinante/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ein kleiner Blog, den ich f&#252;r eine Solar-Tour von Seppo&#038;Freunden aufgesetzt habe, gibt es ab heute im Netz zu sehen: </p>
<p><img src="http://aureli.us/sites/aureli.us/files/rosinante.org.jpg" alt="referenz-bild" /></p>
<p>Sieben L&#228;nder, acht Reisende und zwei solartechnisch aufger&#252;stete Autos. Die Expedition Rosinante, benannt nach dem unerm&#252;dlichen Ross Don Quijotes, f&#252;hrt uns f&#252;nf Wochen lang von Berlin nach Ouagadougou.</p>
<p><a href="http://rosinante.org" title="rosinante.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/expedition-rosinante/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kinderpornos und Kapitalisten</title>
		<link>http://ben.aureli.us/kinderpornos-und-kapitalisten/</link>
		<comments>http://ben.aureli.us/kinderpornos-und-kapitalisten/#comments</comments>
		<pubDate>Mon, 04 May 2009 10:20:09 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Notizen]]></category>
		<category><![CDATA[internetzensur]]></category>
		<category><![CDATA[von der leyen]]></category>
		<category><![CDATA[zensur]]></category>
		<category><![CDATA[zensursula]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=565</guid>
		<description><![CDATA[Um mich an der Internetzensurdebatte zu  &#8230; <a href="http://ben.aureli.us/kinderpornos-und-kapitalisten/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Um mich an der Internetzensurdebatte zu beteiligen:<br />
<a href="http://ben.aureli.us/kinderpornos-und-kapitalisten/leyen_ulbricht/" rel="attachment wp-att-564"><img src="http://ben.aureli.us/wp-content/uploads/2009/05/leyen_ulbricht-300x259.jpg" alt="leyen_ulbricht" title="leyen_ulbricht" width="300" height="259" class="aligncenter size-medium wp-image-564" /></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/kinderpornos-und-kapitalisten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elektrifizierung in Noufoundou</title>
		<link>http://ben.aureli.us/elektrifizierung-in-noufoundou/</link>
		<comments>http://ben.aureli.us/elektrifizierung-in-noufoundou/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:46:07 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Film und Video]]></category>
		<category><![CDATA[Afrika]]></category>
		<category><![CDATA[Burkina Faso]]></category>
		<category><![CDATA[Djibo]]></category>
		<category><![CDATA[dokumentation]]></category>
		<category><![CDATA[sewa]]></category>
		<category><![CDATA[Solaranlagen]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=562</guid>
		<description><![CDATA[Nils und Jan haben einen sch&#246;nen Film Ã &#8230; <a href="http://ben.aureli.us/elektrifizierung-in-noufoundou/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://adablog.solar-afrika.de">Nils und Jan</a> haben einen sch&#246;nen Film &#252;ber eine der letzten Schul-Elektrifizierungen produziert:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LMeHsbsvLIY&#038;hl=de&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LMeHsbsvLIY&#038;hl=de&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></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/elektrifizierung-in-noufoundou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meine kleine Projekt-Checkliste</title>
		<link>http://ben.aureli.us/meine-kleine-projekt-checkliste/</link>
		<comments>http://ben.aureli.us/meine-kleine-projekt-checkliste/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:33:24 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Notizen]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[forprofit]]></category>
		<category><![CDATA[NGO]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[NPO]]></category>
		<category><![CDATA[Projektmamagement]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=541</guid>
		<description><![CDATA[Besonders Projekte im Nonprofit-bereich  &#8230; <a href="http://ben.aureli.us/meine-kleine-projekt-checkliste/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Besonders Projekte im Nonprofit-bereich scheitern gerne, weil schlicht und einfach nicht wirklich geplant wurde. Als Beteiligter hat man den Eindruck</p>
<ol>
<li>Der erste Schwung verpufft schnell, sobald etwas Stress im Alltagsleben vornansteht.</li>
<li>Es fehlt irgendwie am &#8220;Spin&#8221;, nichts scheint von alleine zu laufen.</li>
<li>Es gibt mehr und mehr &#8220;H&#252;rden&#8221;, die ungeplant auftauchen.</li>
<li>Erfolge werden nicht mehr wahrgenommen.</li>
<li>Die Beteiligten verlieren das Interesse/die Motivation, es bewegt sich nichts mehr.</li>
<li>Es bewegt sich nichts mehr, die &#8220;Massen da drau&#223;en&#8221; verlieren das Interesse.</li>
</ol>
<p>Was dann nach einer l&#228;ngeren Pause kommen muss ist Schadensbegrenzung.</p>
<p>Nonprofit Projekte k&#246;nnen schneller entgleisen als Profits. Meistens ist die finanzielle Investition sehr gering bis gar nicht da und finanziell profitieren tut auch niemand. Da ist die Verantwortung schnell abgegeben, die ToDo-Liste archiviert. Etwas gutes tun (wollen), und dies dann aufgeben ist ja keine schlechte Sache per se? Ich denke schon. Mit etwas mehr Realismus bei der Projektplanung kann bei vielen Nonprofit-Projekten schon im Vorfeld Gefahren sondieren. Je solider man plant, desto flexibler kann man im laufenden Projekt auf Unvorhergesehenes und Ver&#228;nderungen reagieren.</p>
<p>Hier gibt es meine Checkliste (PNG und html). Nat&#252;rlich mache ich nie den ganzen Kram komplett durch &#8211; es ist aber hilfreich, sich die Fragen beantworten zu k&#246;nnen.</p>
<p><a href="http://ben.aureli.us/wp-content/uploads/2009/03/projekt_checkliste.png"><img src="http://ben.aureli.us/wp-content/uploads/2009/03/projekt_checkliste-432x1024.png" alt="projekt_checkliste" title="projekt_checkliste" width="432" height="1024" class="aligncenter size-large wp-image-543" /></a></p>
<h2 class="topic">1. <a name="7vqkmlfbn6do2p4famhm7kac0j">Idee</a><br />
</h2>
<h3 class="topic">1.1 <a name="2bca7k29u2aii6i2q8af7hi8rl">Briefumschlag-gekritzel</a><br />
</h3>
<h3 class="topic">1.2 <a name="4jebn2s2vn5hvoon4h7379l5et">Reflexion: Pinnwand vs Papierkorb</a><br />
</h3>
<h3 class="topic">1.3 <a name="1skv12ctuf0bdo6f8qvtvnb6iu">Weiter spinnen und variieren</a><br />
</h3>
<h3 class="topic">1.4 <a name="6s6a0p5ciqo61i291so13bra1v">Projektskizze</a><br />
</h3>
<h3 class="topic">1.4.1 <a name="1aracnenvuld51blf98t0g6mb2">Beispielstruktur</a><br />
</h3>
<h3 class="topic">1.4.1.1 <a name="23dsm1et3o8tt72a61n8m7ap82">Ausgangssituation und Projekthintergrund</a><br />
</h3>
<h3 class="topic">1.4.1.2 <a name="1qnn2qddfia4nr3vgqr71o1l82">Projektzielsetzung</a><br />
</h3>
<h3 class="topic">1.4.1.3 <a name="39gnf8cdabijgls3g0kvtvhqd9">Projektnutzen und angestrebte Wirkung</a><br />
</h3>
<h3 class="topic">1.4.1.4 <a name="30i8sd6oosp6u93t1v23nki206">Projektorganisation / Projektteam</a><br />
</h3>
<h3 class="topic">1.4.1.5 <a name="02bdgct37rarq5143a46rfp78q">Projektstruktur / Ablaufmodell</a><br />
</h3>
<h3 class="topic">1.4.1.6 <a name="65sh3tdprrflmhbkgl3jurpou4">Aufwandssch&auml;tzung und Projektbudget</a><br />
</h3>
<h3 class="topic">1.4.1.6.1 <a name="1smbm5c77m83h6gcor45avc1uk">Eigenmittel</a><br />
</h3>
<h3 class="topic">1.4.1.6.2 <a name="3o1m68u1nto0ceqhbg6f3v1m9l">F&ouml;rderung</a><br />
</h3>
<h3 class="topic">1.4.1.7 <a name="41jnsenmflnm1cgmi7eprrfjh7">Perspektiven</a><br />
</h3>
<h2 class="topic">2. <a name="14kol7teuh5mvd2lrm8cksk176">Kontextuierung</a><br />
</h2>
<h3 class="topic">2.1 <a name="7euel3n6q5vquf3gkgomkc3m31">In welchem Umfeld kann ich ein Projekt machen?</a><br />
</h3>
<h3 class="topic">2.2 <a name="4e11lrmj9gjtg2su8om78ojejr">Wer w&auml;re am Prozess interessiert, wer am Ergebnis?</a><br />
</h3>
<h3 class="topic">2.3 <a name="1fpcoabmi0armjt9ml75s0248k">Wen spreche ich an?</a><br />
</h3>
<h3 class="topic">2.4 <a name="1si4nfmogmt5ssbj0iv9k2684c">Wie erkl&auml;re ich mein Projekt?</a><br />
</h3>
<h3 class="topic">2.5 <a name="0a91fh9013c46123fd9eitpmjr">Was verspreche ich MIR davon?</a><br />
</h3>
<h2 class="topic">3. <a name="3cdf23sk2pbr9nsd19o0msegck">Planung</a><br />
</h2>
<h3 class="topic">3.1 <a name="6se6tojd38s9vf6bi288uq53be">Dimensionierung: In welcher Gr&ouml;&szlig;e scheint das Projekt sinn/wirkungsvoll und auch realistisch zu sein?  </a><br />
</h3>
<h3 class="topic">3.2 <a name="5dpflrp75uls1lvjsuvk2041kh">Ressourcen</a><br />
</h3>
<h3 class="topic">3.2.1 <a name="6pduh7u597bcvn5km31kehonuq">Habe ich genug Menschen (die auch anpacken) f&uuml;r das Projekt an der Hand?</a><br />
</h3>
<h3 class="topic">3.2.2 <a name="39g73pqa9rcdacn5j6l668jlud">Wie viel Geld, Material, Raum wird ben&ouml;tigt?</a><br />
</h3>
<h3 class="topic">3.3 <a name="6kedmlh09j5p1a0olvs88mtggg">Ziele: MESSBARE Ziele definieren!</a><br />
</h3>
<h3 class="topic">3.4 <a name="6bon3i5ede44vs3ij8c00v87rl">Zeit: wie viel Vorlaufzeit, wie viel &#8220;Projektzeit&#8221; wird ben&ouml;tigt?</a><br />
</h3>
<h3 class="topic">3.5 <a name="55tj7nj10m9u9l40t43sn589aa">Schritt f&uuml;r Schritt</a><br />
</h3>
<h3 class="topic">3.5.1 <a name="26hc4tc74ip5eq7b35hg5kvl5o">Projektphasen, Meilensteine</a><br />
</h3>
<h3 class="topic">3.5.2 <a name="1v2imes0gbct4v4htd2j6btlf3">Ablaufplan</a><br />
</h3>
<h3 class="topic">3.5.2.1 <a href="http://de.wikipedia.org/wiki/Gantt-Diagramm" name="6j0eiq9dop1djocmg475hj6suc">Gantt-Ablaufplan</a><br />
</h3>
<h3 class="topic">3.5.2.2 <a name="3dmibsgclgfh3rnabglcfgka89">Ablauf-Diagramm</a><br />
</h3>
<h3 class="topic">3.6 <a name="3qeb8gt87evgg9ti1fqtpr0h6i">Projektstruktur</a><br />
</h3>
<h3 class="topic">3.6.1 <a href="http://de.wikipedia.org/wiki/Projektstrukturplan" name="4jnlff85qsln0jbju0a0rmembf">PSP</a><br />
</h3>
<h3 class="topic">3.6.2 <a href="http://en.wikipedia.org/wiki/Logical_framework_approach" name="1gi3tbbtbqius6hoi86eimneas">Logical Framework Approach</a><br />
</h3>
<h3 class="topic">3.7 <a name="51u7nqt7qc2dvn6ufgmnf4167e">Teamstruktur</a><br />
</h3>
<h3 class="topic">3.7.1 <a name="1ejq4182s7mq0mv9aog83285cd">Brauchen wir eine Hierarchie?</a><br />
</h3>
<h3 class="topic">3.7.2 <a name="37hlc1sronpvdo9krrhivfose3">Wie werden Entscheidungen getroffen?</a><br />
</h3>
<h3 class="topic">3.7.3 <a name="3gkn9c52s7tqodvqni14mgj225">Verantwortungsbereiche festlegen. Kompetenzen bestimmen.</a><br />
</h3>
<h3 class="topic">3.7.3.1 <a href="http://newsletter.resource-people.de/2008/delegieren.php" name="7s6ic020054ak5in19vcrjgvmk">Kongruenzprinzip AKV</a><br />
</h3>
<h3 class="topic">3.8 <a name="1ve7l3j5776fcbrddfdfptvltu">Arbeitsweise: Wie kann das Team zusammen arbeiten? Wer bevorzugt welche Kommunikationsmittel?</a><br />
</h3>
<h3 class="topic">3.9 <a name="249t4m9iquue94v6d2sm3hbpbr">Dokumentation: Wie, in welcher Form soll das Projekt Dokumentiert werden? Wer sind die Adressaten der Dokumentation?</a><br />
</h3>
<h3 class="topic">3.10 <a name="7caa32cg7bcm361s5tb0gkc0gk">Kontrollfragen zur Planung</a><br />
</h3>
<h3 class="topic">3.10.1 <a name="5unfai6addtqkugqpo3coofip1">Bin ich pers&ouml;nlich motiviert, Zeit in DIESES Projekt zu investieren? </a><br />
</h3>
<h3 class="topic">3.10.2 <a name="3s784snu93fibhjsf9blnv1dag">Mal ganz objektiv: Wie stehen die Erfolgsschancen?</a><br />
</h3>
<h3 class="topic">3.10.2.1 <a href="http://de.wikipedia.org/wiki/SWOT-Analyse" name="0trtrc1ncfqf756dmkad9hokiq">SWOT-Analyse</a><br />
</h3>
<h3 class="topic">3.10.2.2 <a name="1bmv1mfhsdg0975a8ul6vmc94m">Kann ich mir ein Scheitern leisten?</a><br />
</h3>
<h3 class="topic">3.10.3 <a name="5coehb41i3n5q9uhrhgn5c3v30">M&uuml;ssen im Projektablauf irgendwo wunder geschehen?</a><br />
</h3>
<h3 class="topic">3.10.4 <a name="0bb026an3u42cf574ksd28lppe">Hat das Team wirklich die ausreichenden Fachkenntnisse?</a><br />
</h3>
<h3 class="topic">3.10.4.1 <a name="0qi0ccl9os93suniu8iqm7esn9">K&ouml;nnen wir die Rechtslage einsch&auml;tzen?</a><br />
</h3>
<h3 class="topic">3.10.4.2 <a name="6k5cqh3in7kqt91p2ekd8afo17">Wenn Online Werbung geplant ist: kennt sich wirklich jemand damit aus?</a><br />
</h3>
<h3 class="topic">3.10.5 <a name="06cnttfajdjiipu97no0it33a1">Haben wir in den Kommunikationskan&auml;len wirklich ALLE im Team ber&uuml;cksichtigt?</a><br />
</h3>
<h3 class="topic">3.10.6 <a name="1mi8jnqi1jcbdhnbp7qjtg4ms4">Was w&uuml;rde ein Optimist/Pessimist/Realist/Neutraler sagen?</a><br />
</h3>
<h3 class="topic">3.10.6.1 <a href="http://de.wikipedia.org/wiki/Walt-Disney-Methode" name="61ifuqg4c5egl0fe0objp5kjs4">Walt Disney Methode</a><br />
</h3>
<h2 class="topic">4. <a name="67o6v7qch6perqt8mmotnarhej">Durchf&uuml;hrung</a><br />
</h2>
<h3 class="topic">4.1 <a name="4n1o1im5628plhte8092go5g7p">Kick-Off</a><br />
</h3>
<div class="notesContainer">
<p>Ich finde das ist ein wichtiges Teammeeting und sollte bewusst kein Arbeitstreffen sein, sondern ein Soziales Kennenlernen.</p>
</div>
<h3 class="topic">4.2 <a name="60q0o0s73nigk9nhscpfi951s9">Iterative Prozesse</a><br />
</h3>
<h3 class="topic">4.3 <a name="334mh36e6ec19830hmo2a1272f">Fortschrittskontrolle</a><br />
</h3>
<h3 class="topic">4.4 <a name="67uajvqu0dd6npi92f8vht45m8">Flexibel bleiben, wenn sich Dinge/Situationen &auml;ndern.</a><br />
</h3>
<h3 class="topic">4.5 <a name="4hc80kmvm4vute9o79mfi12h0g">STOPP: Abschluss der Arbeiten</a><br />
</h3>
<h2 class="topic">5. <a name="1m1abe6r9f9jqnfv1pb6hrpqiu">Abschluss</a><br />
</h2>
<h3 class="topic">5.1 <a name="73338i3uk3o9744l76vn46uvl4">Projektabrechnung</a><br />
</h3>
<h3 class="topic">5.2 <a name="1umefvd1hkbbj99h2188p8o8r3">Welche Ziele sind erreicht, welche nicht?</a><br />
</h3>
<h3 class="topic">5.3 <a name="5un10f5oehcv5eogstfvir4nh4">Welche Fehler haben wir gemacht?</a><br />
</h3>
<h3 class="topic">5.4 <a name="7vjass3jvlgnsgu1c454fm44d8">Was k&ouml;nnen wir aus dem Projektverlauf lernen?</a><br />
</h3>
<h3 class="topic">5.5 <a name="09chqb0c0uje1klk7p8e2c0iqn">Aufl&ouml;sung des Teams</a><br />
</h3>
<h3 class="topic">5.6 <a name="4dk3j9fcokgm50d32ao1b74e89">Entsteht aus dem vergangenen Projekt ein neues?</a><br />
</h3>
 <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/meine-kleine-projekt-checkliste/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Projektstart www.unsere-deutsche-einheit.de!</title>
		<link>http://ben.aureli.us/projektstart-wwwunsere-deutsche-einheitde/</link>
		<comments>http://ben.aureli.us/projektstart-wwwunsere-deutsche-einheitde/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:52:46 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[einheit]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=468</guid>
		<description><![CDATA[
Wahrnehmung und Bewertung der deutsche &#8230; <a href="http://ben.aureli.us/projektstart-wwwunsere-deutsche-einheitde/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://aureli.us/sites/aureli.us/files/ude_klein.png"/></p>
<p><a href="http://www.unsere-deutsche-einheit.de" title="unsere Deutsche Einheit">Wahrnehmung und Bewertung der deutschen Einheit</a> ist ein Forschungsprojekt zum Mitmachen. Meinungen und Gedanken zur Deutschen Einheit werden online gesammelt und dargestellt.</p>
<p>20 Jahre nach der Friedlichen Revolution.  </p>
<p>Gestern: Was verbinden Sie mit dem 9. November 1989 â€“ dem Tag der Mauer&#246;ffnung?</p>
<p>Heute: Wie erleben Sie momentan die deutsche Einheit? Wo befinden wir uns jetzt?</p>
<p>Morgen: Wann ist die deutsche Einheit erfolgreich vollendet? Was ist noch zu tun?
</p>
<p><a href="http://www.unsere-deutsche-einheit.de" title="unsere Deutsche Einheit">Link</a></p>
<p>Artikel und Verlinkungen zum Projekt:<br />
Artikel &#252;ber UDE.de:</p>
<p>http://www.net-tribune.de/article/090109-146.php</p>
<p>http://www.pr-inside.com/de/deutsche-einheit-ganz-privat-erste-zusammenfassung-r997109.htm</p>
<p>http://www.idw-online.de/pages/de/news295720</p>
<p>http://www.bmvbs.de/-,302.1061339/Pressemitteilung.htm</p>
<p>http://www.bmvbs.de/beauftragter/20-Jahre-Friedliche-Revolution/-,3127/Unsere-Deutsche-Einheit.htm</p>
<p>http://www.nexus-berlin.com/Nexus/Institut/aktuelles_09_01_09.html</p>
<p>http://www.pressestelle.tu-berlin.de/medieninformationen/2009/januar/medieninformation_nr_42009/</p>
<p>http://fairdo.net/index.php?subpage=news&#038;ent_id=100136</p>
<p>http://zebralog.de/de/000245.html</p>
<p>http://aureli.us/node/39</p>
<p>Verwandt:</p>
<p>http://www.berlinonline.de/berliner-zeitung/spezial/dossiers/liebe_ostwest/117152/index.php</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/projektstart-wwwunsere-deutsche-einheitde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nonprofit tech blog about proper NGO websites</title>
		<link>http://ben.aureli.us/nonprofit-tech-blog-about-proper-ngo-websites/</link>
		<comments>http://ben.aureli.us/nonprofit-tech-blog-about-proper-ngo-websites/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 20:26:38 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=445</guid>
		<description><![CDATA[Nonprofit tech blog published a nice Blo &#8230; <a href="http://ben.aureli.us/nonprofit-tech-blog-about-proper-ngo-websites/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nonprofit tech blog published a nice Blog entry about some small things, standards for web design Nonprofits should bother having on their web presence. <a href="http://www.nonprofittechblog.org/top-five-ways-you-know-the-redesign-of-your-nonprofit-web-site-went-bad">You can read the post here.<br />
</a>And heres my comment about it:<br />
All in all, NGOs should consider using one of the plenty available OpenSource CMSes out there. I did so for my NGO (<a href="http://solar-afrika.de">http://solar-afrika.de</a>). We are at PR 5 and google lists us pretty well on some relevant keywords. Thanks to Drupal (<a href="http://drupal.org">http://drupal.org</a>).</p>
<p>One thing &#8211; at least here in germany &#8211; is also to be bettered among NGO folks and their behavior with their websites, in my opinion: People here tend to not catch up stories from other organisations and link to them. So most NGO sites are solitaires on their own, not willing to link to one another. Seems a bit odd to me since this is quite an antisocial behavior among NGOs.</p>
<p>Also Publishing content is a very good promotion for a NGO. Since we are a nonprofit its easy for us to Publish <a href="http://www.flickr.com/photos/solar_energy">CC-lizensed photos on flickr </a>and<a href="http://de.youtube.com/user/sewaburkina"> videos on youtube</a> which surely grabs some eyes and attention for <a href="http://solar-afrika.de">our website</a>. NGOs which are actively publishing are rare &#8211; at least in Germany, today.</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/nonprofit-tech-blog-about-proper-ngo-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEWA CD bestellen</title>
		<link>http://ben.aureli.us/sewa-cd-bestellen/</link>
		<comments>http://ben.aureli.us/sewa-cd-bestellen/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 01:05:28 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Eigenes]]></category>

		<guid isPermaLink="false">http://ben.aureli.us/?p=388</guid>
		<description><![CDATA[Wir verschicken  dieses Jahr die SEWA CD &#8230; <a href="http://ben.aureli.us/sewa-cd-bestellen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wir verschicken  dieses Jahr die SEWA CD kostenfrei an alle Interessierten.</p>
<p><a href="http://solar-afrika.de/webform/bestellen_sie_die_sewa_cd_2008">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/sewa-cd-bestellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
