<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Developing Moldeo</title>
	<atom:link href="http://developingmoldeo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingmoldeo.wordpress.com</link>
	<description>Another blog on the development of an open source project</description>
	<lastBuildDate>Sun, 30 Jan 2011 19:54:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='developingmoldeo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Developing Moldeo</title>
		<link>http://developingmoldeo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://developingmoldeo.wordpress.com/osd.xml" title="Developing Moldeo" />
	<atom:link rel='hub' href='http://developingmoldeo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Particle systems in Moldeo</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/08/particle-systems-in-moldeo/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/08/particle-systems-in-moldeo/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 22:13:26 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[MIL]]></category>
		<category><![CDATA[Moldeo]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Computer graphics]]></category>
		<category><![CDATA[Dust]]></category>
		<category><![CDATA[Particle system]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Visual effects]]></category>
		<category><![CDATA[Water]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=246</guid>
		<description><![CDATA[According to Wikipedia, particle systems are: &#8220;The term particle system refers to a computer graphics technique to simulate certain fuzzy phenomena, which are otherwise very hard to reproduce with conventional rendering techniques. Examples of such phenomena which are commonly replicated using particle systems include fire, explosions, smoke, moving water, sparks, falling leaves, clouds, fog, snow, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=246&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Partikelsystem.jpg"><img title="Two particle-systems, made in Blender. Left: P..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Partikelsystem.jpg/300px-Partikelsystem.jpg" alt="Two particle-systems, made in Blender. Left: P..." width="300" height="225" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>According to <a class="zem_slink" title="Wikipedia" rel="homepage" href="http://www.wikipedia.org">Wikipedia</a>, <a class="zem_slink" title="Particle system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Particle_system">particle systems</a> are:</p>
<p>&#8220;The term <strong>particle system</strong> refers to a <a title="3D  computer graphics" href="http://en.wikipedia.org/wiki/3D_computer_graphics">computer graphics</a> technique to simulate certain  fuzzy phenomena, which are otherwise very hard to reproduce with  conventional <a class="zem_slink" title="Rendering (computer graphics)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Rendering_%28computer_graphics%29">rendering</a> techniques. Examples of such phenomena which are  commonly replicated using particle systems include fire, explosions,  smoke, moving <a class="zem_slink" title="Water" rel="wikipedia" href="http://en.wikipedia.org/wiki/Water">water</a>, sparks, falling leaves, clouds, <a class="zem_slink" title="Fog" rel="wikipedia" href="http://en.wikipedia.org/wiki/Fog">fog</a>, <a class="zem_slink" title="Snow" rel="wikipedia" href="http://en.wikipedia.org/wiki/Snow">snow</a>, <a class="zem_slink" title="Dust" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dust">dust</a>,  meteor tails, hair, fur, grass, or abstract <a class="zem_slink" title="Visual effects" rel="wikipedia" href="http://en.wikipedia.org/wiki/Visual_effects">visual effects</a> like glowing  trails, <a class="zem_slink" title="Magic (paranormal)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Magic_%28paranormal%29">magic</a> spells, etc.&#8221;</p>
<p>In Moldeo, you can implement particle systems in your projects. You just need to add the particle system plug-in to your project and enable it. I will walk show you how to modify a project with a particle system, and how its main parameters work.</p>
<p>First, open the Simples Project in the Examples Menu of Moldeo Director. After opening the file, you have to disable the icon (just to make the project more clear).</p>
<p>Then, open the parameters page of the particle effect by clicking on the particlesimple effect on the Project tab. The first parameter to modify is <strong>maxage</strong>, which in miliseconds defines how long the different particles will be displayed.</p>
<p>For instance, change maxage to 10,000 (10 seconds)</p>
<p><a href="http://developingmoldeo.files.wordpress.com/2010/09/particles_maxage.png"><img class="aligncenter size-medium wp-image-247" title="particles_maxage" src="http://developingmoldeo.files.wordpress.com/2010/09/particles_maxage.png?w=300&#038;h=159" alt="" width="300" height="159" /></a></p>
<p>Then change the <strong>emitionrate</strong> up to 20. This parameters tells the system how many particles will be created on every <strong>emitionperiod</strong> which defines in milliseconds how long it takes to create the particles. Change the emitionperiod up to 100 (0.1 seconds)</p>
<p>If you would like to create the particles at a faster pace, change <strong>randomvelocity</strong> up to 200 and see what happens. You can also try different values; such as 2, 5, 10 and 100 for the parameters <strong>randomvelocityx</strong>, <strong>randomvelocityy</strong> and <strong>randomvelocityz</strong>.</p>
<p><a href="http://developingmoldeo.files.wordpress.com/2010/09/particles_fullscreen.png"><img class="aligncenter size-medium wp-image-248" title="Particles System Fullscreen" src="http://developingmoldeo.files.wordpress.com/2010/09/particles_fullscreen.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<p>Then you can change other parameters, such as <strong>height</strong> and <strong>width</strong> in order to make your particles smaller or larger.</p>
<p>Don&#8217;t feel afraid to modify different parameters and have fun with it.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.nanowerk.com/news/newsid=17874.php">Beneq Sells First Particle ALD System to the CRP &#8211; Gabriel Lippmann</a> (nanowerk.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.scientificamerican.com/article.cfm?id=rummaging-for-a-final-theory">Rummaging for a Final Theory: Can a 1960s Approach Unify Gravity with the Rest of Physics?</a> (scientificamerican.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=246&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/08/particle-systems-in-moldeo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Partikelsystem.jpg/300px-Partikelsystem.jpg" medium="image">
			<media:title type="html">Two particle-systems, made in Blender. Left: P...</media:title>
		</media:content>

		<media:content url="http://developingmoldeo.files.wordpress.com/2010/09/particles_maxage.png?w=300" medium="image">
			<media:title type="html">particles_maxage</media:title>
		</media:content>

		<media:content url="http://developingmoldeo.files.wordpress.com/2010/09/particles_fullscreen.png?w=300" medium="image">
			<media:title type="html">Particles System Fullscreen</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal module of the day, admin role</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/07/drupal-module-of-the-day-admin-role/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/07/drupal-module-of-the-day-admin-role/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 23:29:56 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Superuser]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=230</guid>
		<description><![CDATA[When I started developing with Drupal, I always found myself creating an admin role. Then each time I added a new module I had to add the new permissions to the administrator role I created. It is not that bad but it is kind of annoying having to do that every day. Besides, sometimes I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=230&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 154px"><a href="http://commons.wikipedia.org/wiki/File:Druplicon.vector.svg"><img title="drupal icon, svg version" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Druplicon.vector.svg/300px-Druplicon.vector.svg.png" alt="drupal icon, svg version" width="144" height="165" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>When I started developing with <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a>, I always found myself creating an <a class="zem_slink" title="Administrative Court (England and Wales)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Administrative_Court_%28England_and_Wales%29">admin</a> role. Then each time I added a new module I had to add the new permissions to the administrator role I created. It is not that bad but it is kind of annoying having to do that every day. Besides, sometimes I forgot to add the permissions to the role, which made some tests fail.</p>
<p>Then the <a title="Admin role module" href="http://drupal.org/project/adminrole">Admin role</a> module came to the rescue. What this module does is assign a role the administrator role. Then every time you add a module, it automatically adds those permissions to the admin role. This will allow you have more than one user with the &#8220;user 1&#8243; superpowers, which in Drupal means the user has the same power of the <a class="zem_slink" title="Superuser" rel="wikipedia" href="http://en.wikipedia.org/wiki/Superuser">root user</a> in a <a class="zem_slink" title="Linux" rel="homepage" href="http://www.kernel.org/">Linux</a> server.</p>
<p>This module is widely used. So instead of having a Drupal 7 pledge it is being included in Drupal 7 as part of the core. So Kudos to the admin module development!</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://drupal.org/node/205476">Installation and Setup | drupal.org</a> (drupal.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.zemanta.com/blog/getting-started-with-zemanta-in-drupal/">Getting started with Zemanta in Drupal</a> (zemanta.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.blogherald.com/2010/06/30/drupal-for-iphone-is-no-longer-a-myth-drupad/">Drupal For iPhone Is No Longer A Myth (Drupad)</a> (blogherald.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=230&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/07/drupal-module-of-the-day-admin-role/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Druplicon.vector.svg/300px-Druplicon.vector.svg.png" medium="image">
			<media:title type="html">drupal icon, svg version</media:title>
		</media:content>
	</item>
		<item>
		<title>The Drupal distribution of the day, OpenPublish</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/06/the-drupal-distribution-of-the-day-openpublish/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/06/the-drupal-distribution-of-the-day-openpublish/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 23:31:52 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Latin America]]></category>
		<category><![CDATA[OpenCalais]]></category>
		<category><![CDATA[OpenPublish]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=226</guid>
		<description><![CDATA[I knew Drupal thanks to OpenPublish. I had a client who needed to have a website with online publishing capabilities. And reading the OpenPublish documentation I realized that it was going to fit my client&#8217;s needs. So after downloading it, translating it and making minor fixes to the theme, I had the website running in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=226&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 225px"><a href="http://www.crunchbase.com/company/opencalais"><img title="Image representing OpenCalais as depicted in C..." src="http://www.crunchbase.com/assets/images/resized/0004/8688/48688v1-max-450x450.png" alt="Image representing OpenCalais as depicted in C..." width="215" height="94" /></a><p class="wp-caption-text">Image via CrunchBase</p></div>
</div>
<p>I knew <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a> thanks to OpenPublish. I had a client who needed to have a <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a> with online publishing capabilities. And reading the OpenPublish documentation I realized that it was going to fit my client&#8217;s needs. So after downloading it, translating it and making minor fixes to the theme, I had the website running in almost no time. And my client was (and still is) very happy with it.</p>
<p>I will not go into detail on the features of OpenPublish. I will just say that it fits most of the <a class="zem_slink" title="Use case" rel="wikipedia" href="http://en.wikipedia.org/wiki/Use_case">use cases</a> of small and medium <a class="zem_slink" title="Publishing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Publishing">publishers</a> in <a class="zem_slink" title="Latin America" rel="wikipedia" href="http://en.wikipedia.org/wiki/Latin_America">Latin America</a>. There are many reasons for choosing a Drupal distribution versus starting a site from scratch. The most important reason to me was that I had a system running out-of-the-box.  It saved me lots of weeks of work figuring out how to configure the different modules and make them work. In the case of OpenPublish, it also <a class="zem_slink" title="Semantic Web" rel="homepage" href="http://semanticweb.org">semantic</a> web functionality embedded, such as the <a class="zem_slink" title="OpenCalais" rel="homepage" href="http://www.opencalais.com">OpenCalais</a> module (which is very nice).</p>
<p>Downsides of using Drupal distribution? Well, maintaining it might be really hard, I would say that with some distributions you need to be prepared to take over the maintenance of your installed distribution once you install it. But that depends on the distribution itself. I don&#8217;t picture myself maintaining OpenAtrium, and OpenScolar.</p>
<p>Thing is, we need to get used to distributions. We can&#8217;t start websites from scratch and most of these distributions already make the right decisions for most of the client&#8217;s use cases.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.cmswire.com/cms/web-cms/open-atrium-a-drupal-based-intranet-ecosystem-005046.php">Open Atrium: A Drupal Based Intranet Ecosystem</a> (cmswire.com)</li>
<li class="zemanta-article-ul-li"><a href="http://eon.businesswire.com/news/eon/20100504007035/en">Acquia Offers New Drupal Distribution for Higher Education</a> (eon.businesswire.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=226&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/06/the-drupal-distribution-of-the-day-openpublish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://www.crunchbase.com/assets/images/resized/0004/8688/48688v1-max-450x450.png" medium="image">
			<media:title type="html">Image representing OpenCalais as depicted in C...</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal module of the day, Administration menu</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/05/drupal-module-of-the-day-administration-menu/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/05/drupal-module-of-the-day-administration-menu/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 23:29:39 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=220</guid>
		<description><![CDATA[Administration menu, or admin_menu, is one of those modules that saves Drupal users, administrators and developers tons of hours. It renders the navigation menu on top of your page, independently of the theme. Which is really good and saves a lot of time since it makes finding the administration options very easy. It also saves [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=220&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 141px"><a href="http://commons.wikipedia.org/wiki/File:Drupal.jpg"><img title="The color editor being used to adjust the &amp;quo..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Drupal.jpg/300px-Drupal.jpg" alt="The color editor being used to adjust the &amp;quo..." width="131" height="118" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>Administration menu, or admin_menu, is one of those modules that saves <a class="zem_slink" title="Drupal" rel="homepage" href="http://drupal.org">Drupal</a> users, administrators and developers tons of hours. It renders the navigation menu on top of your page, independently of the theme. Which is really good and saves a lot of time since it makes finding the administration options very easy.</p>
<p>It also saves you of having to deal with the navigation  block enabled on every page in case you need to access the administrative options of Drupal.</p>
<p>This module has a Drupal 7 pledge, and IMHO should be part of core.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://sixrevisions.com/web-development/getting-started-with-drupal-a-comprehensive-hands-on-guide/">Getting Started with Drupal: A Comprehensive Hands-On Guide</a> (sixrevisions.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.thoughtmechanics.com/10-great-looking-free-drupal-themes/">10 Great Looking &amp; Free Drupal Themes</a> (thoughtmechanics.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/ted.husted/drupal-kickstartworkshop">Drupal kickstart-workshop</a> (slideshare.net)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=220&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/05/drupal-module-of-the-day-administration-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Drupal.jpg/300px-Drupal.jpg" medium="image">
			<media:title type="html">The color editor being used to adjust the &#38;quo...</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal module of the day, Drush</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/04/drupal-module-of-the-day-drush/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/04/drupal-module-of-the-day-drush/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 22:34:32 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=211</guid>
		<description><![CDATA[Drush is, as the project website describes, a a command line script and shell interface for Drupal. If you are a Drupal developer pretty soon you end up using this tool. If you are a Drupal website administrator, the sooner you use it the more productive you are. This &#8220;module&#8221; has a Drupal 7 pledge, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=211&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/19923809@N04/3066997470"><img title="Drush for Drupal" src="http://farm4.static.flickr.com/3153/3066997470_b41ca56c26_m.jpg" alt="Drush for Drupal" width="240" height="168" /></a><p class="wp-caption-text">Image by tronathan via Flickr</p></div>
</div>
<p>Drush is, as the <a title="Drush project website" href="http://drush.ws/">project website</a> describes, a a <a class="zem_slink" title="Command-line interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Command-line_interface">command line</a> script and shell interface for <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a>. If you are a Drupal developer pretty soon you end up using this tool. If you are a Drupal website administrator, the sooner you use it the more productive you are.</p>
<p>This &#8220;module&#8221; has a Drupal 7 pledge, so don&#8217;t worry about its upgrade and start using right away, that&#8217;s my advice.</p>
<p>Why use it? Lots of reasons. The main reason I use it is it simplifies my life while maintaining a Drupal site. Prevents lots of errors due to typing errors or working on wrong directories (just to give you two examples). Also it is the first step towards the automation of Drupal maintenance. For instance, the <a title="Drush Make" href="http://drupal.org/project/drush_make">Drush Make extension</a>, which can create a ready-to-use drupal site, pulling sources from various locations.</p>
<p>Drush detects your site based on your directory context. Let&#8217;s say your <a class="zem_slink" title="Shell (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Shell_%28computing%29">command shell</a> is in /home/mysite/sites/all, it will read your <a class="zem_slink" title="Configuration file" rel="wikipedia" href="http://en.wikipedia.org/wiki/Configuration_file">config file</a> from /home/mysite/sites/default/settings.php.</p>
<p>Some examples of using this tool are:</p>
<p># drush dl drupal (downloads the latest stable version of Drupal)</p>
<p># drush dl cck views (downloads the latest stable versions of cck and views)</p>
<p># drush enable views (enables the views module)</p>
<p># drush disable views (disables the views module)</p>
<p># drush <a class="zem_slink" title="Cron" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cron">cron</a> (runs all cron hooks)</p>
<p>How to install it? Well, it is not a Drupal module, you have to install it in a different way. These are the <a title="Installing Drush on Ubuntu" href="http://groups.drupal.org/node/23487">instructions for installing Drush on Ubuntu</a>.</p>
<p>Well, it makes a lot of sense using this tool, so don&#8217;t hesitate to install and use it.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://googlecode.blogspot.com/2010/09/drupal-7-faster-than-ever.html">Drupal 7 &#8211; faster than ever</a> (googlecode.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://groups.drupal.org/node/85199">Drupal Modules that Improve Accessibility | groups.drupal.org</a> (groups.drupal.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.cmswire.com/cms/web-cms/open-atrium-a-drupal-based-intranet-ecosystem-005046.php">Open Atrium: A Drupal Based Intranet Ecosystem</a> (cmswire.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=211&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/04/drupal-module-of-the-day-drush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3153/3066997470_b41ca56c26_m.jpg" medium="image">
			<media:title type="html">Drush for Drupal</media:title>
		</media:content>
	</item>
		<item>
		<title>The Drupal module of the day, SEO checklist</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/03/the-drupal-module-of-the-day-seo-checklist/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/03/the-drupal-module-of-the-day-seo-checklist/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 23:51:47 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Best practice]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Scribe]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[Volacci]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=202</guid>
		<description><![CDATA[SEO checklist is, as its name suggest, a comprehensive checklist of which SEO-related modules are installed in your site. It does so following a set of best-practices on how to improve your site visibility. You must install this module if you are new to search optimization on your site. After using this module, you should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=202&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SEO checklist is, as its name suggest, a comprehensive checklist of which SEO-related modules are installed in your site. It does so following a set of <a class="zem_slink" title="Best practice" rel="wikipedia" href="http://en.wikipedia.org/wiki/Best_practice">best-practices</a> on how to improve your site visibility. You must install this module if you are new to <a class="zem_slink" title="Web search engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine">search</a> optimization on your site.</p>
<div class="zemanta-img">
<div class="mceTemp">
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/23411324@N00/4270806643"><img title="Search Engine Optimisation. Search Engine Opti..." src="http://farm5.static.flickr.com/4048/4270806643_22127065e3_m.jpg" alt="Search Engine Optimisation. Search Engine Opti..." width="240" height="154" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution"></dd>
</dl>
</div>
</div>
<p>After using this module, you should also use <a title="Scribe SEO Analyzer" href="http://drupal.org/project/scribeseo">Scribe SEO Analyzer</a>. This module analyzes your nodes and tell the content writer how to tweak the content in order to get more search traffic.</p>
<p>This module is paid for and maintained by <a class="zem_slink" title="Volacci" rel="homepage" href="http://www.Volacci.com">Volacci</a>, the  <a rel="nofollow" href="http://www.volacci.com/">Drupal SEO company</a>. One of the members of the Volacci team wrote the book Drupal 6 <a class="zem_slink" title="Search engine optimization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Search_engine_optimization">Search Engine Optimization</a>. A very interesting book with good insights on how to improve your site visibility. Specially chapter number 2, it is a must read.</p>
<p>But at the end of the day, it is all about content. In order to draw traffic to your site, you need good content. You can not avoid that.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.searchenginejournal.com/how-getting-overly-obsessed-with-search-engine-optimization-can-kill-your-online-business%25c2%25a0/23767/">How Getting Overly Obsessed with Search Engine Optimization Can Kill Your Online Business</a> (searchenginejournal.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.famousbloggers.net/upgrade-scribe-seo-content-new-version.html">New Scribe SEO Content Keyword Search and Link Building Tools</a> (famousbloggers.net)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=202&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/03/the-drupal-module-of-the-day-seo-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4048/4270806643_22127065e3_m.jpg" medium="image">
			<media:title type="html">Search Engine Optimisation. Search Engine Opti...</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal Module of the day, Views Nivo Slider (an awesome jQuery Image Slider)</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/03/drupal-module-of-the-day-views-nivo-slider-an-awesome-jquery-image-slider/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/03/drupal-module-of-the-day-views-nivo-slider-an-awesome-jquery-image-slider/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 02:28:45 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Image Slider]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Nivo Slider]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=191</guid>
		<description><![CDATA[Views Nivo Slider is a an Image Slider based on the jQuery library. IMHO, it is one of the nicest image slider available for Drupal. Even though configuring it might not be intuitive the first time, this wonderful module has plenty of documentation and examples. So Kudos to the module development team! Well&#8230; I would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=191&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 197px"><a href="http://www.flickr.com/photos/19451080@N00/2817382276"><img title="JQuery new site" src="http://farm4.static.flickr.com/3289/2817382276_4a4fd49075_m.jpg" alt="JQuery new site" width="187" height="145" /></a><p class="wp-caption-text">Image by Phillie Casablanca via Flickr</p></div>
</div>
<p>Views <a class="zem_slink" title="Nivo Slider" rel="homepage" href="http://nivo.dev7studios.com/">Nivo Slider</a> is a an Image Slider based on the <a class="zem_slink" title="JQuery" rel="homepage" href="http://jquery.com/">jQuery</a> <a class="zem_slink" title="Library" rel="wikipedia" href="http://en.wikipedia.org/wiki/Library">library</a>. IMHO, it is one of the nicest image slider available for <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a>. Even though configuring it might not be intuitive the first time, this wonderful module has plenty of documentation and examples. So Kudos to the module development team!</p>
<p>Well&#8230; I would like to recommend this module in case you need an image slider in your front page (or landing page). It made one of my clients very happy, and again. I would like to congratulate the team for not only the module, but also for its documentation.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://webdesignledger.com/tutorials/10-jquery-slider-techniques-and-plugins">10 jQuery Slider Techniques and Plugins</a> (webdesignledger.com)</li>
<li class="zemanta-article-ul-li"><a href="http://webdesignledger.com/tools/10-fresh-and-useful-jquery-plugins">10 Fresh and Useful jQuery Plugins</a> (webdesignledger.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=191&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/03/drupal-module-of-the-day-views-nivo-slider-an-awesome-jquery-image-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3289/2817382276_4a4fd49075_m.jpg" medium="image">
			<media:title type="html">JQuery new site</media:title>
		</media:content>
	</item>
		<item>
		<title>Walter Kirn, Up in the air and Lost in the meritocracy</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/02/walter-kirn-up-in-the-air-and-lost-in-the-meritocracy/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/02/walter-kirn-up-in-the-air-and-lost-in-the-meritocracy/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 11:21:27 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[literature]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[Arts]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Jorge Luis Borges]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=158</guid>
		<description><![CDATA[Can&#8217;t wait to read his work. I got to know his books after watching &#8220;Up in the air&#8221;, which lead me to read Walter&#8217;s essay titled &#8220;Lost in the meritocracy&#8221; on The Atlantic. This essay is based on his experience studying at Princeton, and it is a recommended read to anyone who studied at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=158&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t wait to read his work. I got to know his books after watching &#8220;Up in the air&#8221;, which <a class="zem_slink" title="Lead" rel="wikipedia" href="http://en.wikipedia.org/wiki/Lead">lead</a> me to read Walter&#8217;s essay titled <a href="http://www.theatlantic.com/magazine/archive/2005/01/lost-in-the-meritocracy/3672/">&#8220;Lost in the meritocracy&#8221; on The Atlantic.</a> This essay is based on his experience studying at <a class="zem_slink" title="Princeton University" rel="geolocation" href="http://maps.google.com/maps?ll=40.34873,-74.65931&amp;spn=0.01,0.01&amp;q=40.34873,-74.65931%20%28Princeton%20University%29&amp;t=h">Princeton</a>, and it is a recommended read to anyone who studied at the <a class="zem_slink" title="United States" rel="geolocation" href="http://maps.google.com/maps?ll=38.8833333333,-77.0166666667&amp;spn=10.0,10.0&amp;q=38.8833333333,-77.0166666667%20%28United%20States%29&amp;t=h">United States</a>.</p>
<p>Just found an interview on Q&amp;A</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='600' height='368' src='http://www.youtube.com/embed/Q28CPbC0NLY?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<p>I was surprised when he said &#8220;The finest <a class="zem_slink" title="Writer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Writer">writer</a> I was ever given the chance to meet was the great legendary <a class="zem_slink" title="Jorge Luis Borges" rel="lastfm" href="http://www.last.fm/music/Jorge%2BLuis%2BBorges">Jorge Luis Borges</a>&#8220;. It was a very nice surprise to me.</p>
<p>Again, can&#8217;t wait to read his book. I certainly enjoyed the movie &#8220;Up in the air&#8221; (which is based on his novel) and I am certain I will enjoy his books</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=158&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/02/walter-kirn-up-in-the-air-and-lost-in-the-meritocracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal module of the day, Pathauto</title>
		<link>http://developingmoldeo.wordpress.com/2010/09/02/drupal-module-of-the-day-pathauto/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/09/02/drupal-module-of-the-day-pathauto/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 00:32:31 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Information architecture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Uniform Resource Locator]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=141</guid>
		<description><![CDATA[In my humble opinion, should be part of core. But since this module already has a Drupal 7 pledge, we are OK with the situation as it is (actually there are so many modules that are part of core, problem is upgrading core would be suuuch a huge task&#8230;) Well, pathauto automatically generates an URL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=141&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Drupal_5_Screenshot.png"><img title="Página home de una instalación drupal con un a..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Drupal_5_Screenshot.png/300px-Drupal_5_Screenshot.png" alt="Página home de una instalación drupal con un a..." width="300" height="169" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>In my humble opinion, should be part of core. But since this module already has a <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a> 7 pledge, we are OK with the situation as it is (actually there are so many modules that are part of core, problem is upgrading core would be suuuch a huge task&#8230;)</p>
<p>Well, pathauto automatically generates an <a class="zem_slink" title="Uniform Resource Locator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a> path alias every time you create a node or object. It does so according to a set of defined rules or patterns, which can be found and set at:</p>
<ul>
<li><em>For 5.x</em>: Administer &gt; Site Configuration &gt; <a class="zem_slink" title="Pathauto" rel="homepage" href="http://drupal.org/project/pathauto">Pathauto</a></li>
<li><em>For 6.x</em>: Administer &gt; Site Building &gt; URL aliases, in the &#8220;Automated alias settings&#8221; tab.</li>
<li><em>For 7.x</em>: Administer &gt; Configuration &gt; Search and Metadata &gt; URL aliases, in the &#8220;Patterns&#8221; tab.</li>
</ul>
<p>You can also modify the created path just by editing the node. Having the URL path created according to a set of rules, allows your site to be more user and <a class="zem_slink" title="Web search engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine">search engine</a> friendly. Which is really good these days.</p>
<p>A warning, having pathauto running on your site does not mean you have to do the proper <a class="zem_slink" title="Information architecture" rel="wikipedia" href="http://en.wikipedia.org/wiki/Information_architecture">information architecture</a> work. Sooner or later your site will be a mess if don&#8217;t do a proper information architecture planning job.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.cmswire.com/cms/web-cms/open-atrium-a-drupal-based-intranet-ecosystem-005046.php">Open Atrium: A Drupal Based Intranet Ecosystem</a> (cmswire.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=141&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/09/02/drupal-module-of-the-day-pathauto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Drupal_5_Screenshot.png/300px-Drupal_5_Screenshot.png" medium="image">
			<media:title type="html">Página home de una instalación drupal con un a...</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal module of the day, Simplenews</title>
		<link>http://developingmoldeo.wordpress.com/2010/08/31/drupal-module-of-the-day-simplenews/</link>
		<comments>http://developingmoldeo.wordpress.com/2010/08/31/drupal-module-of-the-day-simplenews/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 23:58:03 +0000</pubDate>
		<dc:creator>developingmoldeo</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://developingmoldeo.wordpress.com/?p=129</guid>
		<description><![CDATA[As stated in the Drupal website, Simplenews publishes and sends newsletters to lists of subscribers. It is one of my favorite modules, the reason being that it is quite easy to configure and very powerful once you use it. If your client needs a newsletter solution that integrates with Drupal, Simplenews might be the answer. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=129&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/96466040@N00/2418911012"><img title="Google Analytics - Number Nerd" src="http://farm3.static.flickr.com/2305/2418911012_4e1d2a0373_m.jpg" alt="Google Analytics - Number Nerd" width="240" height="166" /></a><p class="wp-caption-text">Image by LollyKnit via Flickr</p></div>
</div>
<p>As stated in the <a class="zem_slink" title="Drupal" rel="homepage" href="http://www.drupal.org">Drupal</a> <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a>, Simplenews publishes and sends newsletters to lists of subscribers. It is one of my favorite modules, the reason being that it is quite easy to configure and very powerful once you use it. If your client needs a newsletter solution that integrates with Drupal, Simplenews might be the answer.</p>
<p>It is easy to install, just download the module, unzip it in the sites/all/modules directory, then enable it and done. You just need to configure it. By default it creates a newsletter taxonomy and a newsletter issue <a class="zem_slink" title="MIME" rel="wikipedia" href="http://en.wikipedia.org/wiki/MIME">content type</a>. All you have to do is create a newsletter in the configuration menu, assign a content type to it, and that&#8217;s it. You are ready to send newsletters with your Drupal site.</p>
<p>You only need to have your mail system in your server properly configured. You can also complement its funtionality with a long list of modules, such as:</p>
<ul>
<li><a rel="nofollow" href="http://drupal.org/project/simplenews_content_selection">Simplenews Content Selection</a> (for selecting which nodes to send)<a rel="nofollow" href="http://drupal.org/project/simplenews_content_selection"><br />
</a></li>
<li><a rel="nofollow" href="http://drupal.org/project/simplenews_template">Simplenews Template</a> (for adding headers, footers and personalized stylesheets to different newsletters)</li>
<li><a rel="nofollow" href="http://drupal.org/project/simplenews_analytics">Simplenews Analytics</a> (for adding <a class="zem_slink" title="Google Analytics" rel="homepage" href="http://www.google.com/analytics">Google Analytics</a> tags to links in all Simplenews emails)</li>
</ul>
<h6 class="zemanta-related-title" style="font-size:1em;">Related Articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://sixrevisions.com/web-development/getting-started-with-drupal-a-comprehensive-hands-on-guide/">Getting Started with Drupal: A Comprehensive Hands-On Guide</a> (sixrevisions.com)</li>
<li class="zemanta-article-ul-li"><a href="http://groups.drupal.org/node/21037">Basic Libraries Distros | groups.drupal.org</a> (groups.drupal.org)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developingmoldeo.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developingmoldeo.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developingmoldeo.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingmoldeo.wordpress.com&amp;blog=7341356&amp;post=129&amp;subd=developingmoldeo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developingmoldeo.wordpress.com/2010/08/31/drupal-module-of-the-day-simplenews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b3a05cee3edaf896c750093c5bc100e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Gustavo</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2305/2418911012_4e1d2a0373_m.jpg" medium="image">
			<media:title type="html">Google Analytics - Number Nerd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
