<?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>EVOL.reverse &#187; Nuno Morgadinho</title>
	<atom:link href="http://www.morgadinho.org/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morgadinho.org</link>
	<description>Let Yourself Be Conducted By It</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:56:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Yoomit</title>
		<link>http://www.morgadinho.org/2010/07/26/yoomit/</link>
		<comments>http://www.morgadinho.org/2010/07/26/yoomit/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:51:42 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Start-ups]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2513</guid>
		<description><![CDATA[MuchBeta, a portuguese startup based in Porto, has launched Yoomit, a web app for organizing meetings. I&#8217;ve gave it a try and it&#8217;s very simple and easy to use. There is one little thing I would like to suggest. Say I get an email from a client A in New York to schedule a meeting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.muchbeta.com/" target="_blank">MuchBeta</a>, a portuguese startup based in Porto, has launched <a href="http://yoomit.com" target="_blank">Yoomit</a>, a web app for organizing meetings. I&#8217;ve gave it a try and it&#8217;s very simple and easy to use. </p>
<p>There is one little thing I would like to suggest. </p>
<p>Say I get an email from a client A in New York to schedule a meeting at 9am followed by another client B in New Zealand for a meeting at 1pm. They are both scheduling a meeting at the same time because I&#8217;m sitting in Lisbon so I&#8217;ll have to reschedule at least one of them. It would be very practical if Yoomit could make the time conversion and eventually warn of overlapping meetings. Is it too much to ask? Maybe it is but anyway here is the suggestion. Anyone else feels this pain? :)</p>
<p>p.s. I&#8217;ve also sent a message to the guys at MuchBeta. Let&#8217;s see if they say something.</p>
<p><a href="http://www.morgadinho.org/wp-content/uploads/2010/07/yoomit.png"><img class="size-medium wp-image-2516 alignleft" title="yoomit" src="http://www.morgadinho.org/wp-content/uploads/2010/07/yoomit-300x161.png" alt="" width="300" height="161" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/07/26/yoomit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Know your WordPress using the WP_DEBUG option</title>
		<link>http://www.morgadinho.org/2010/07/14/know-your-wordpress-using-the-wp_debug-option/</link>
		<comments>http://www.morgadinho.org/2010/07/14/know-your-wordpress-using-the-wp_debug-option/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 11:24:36 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2509</guid>
		<description><![CDATA[If you&#8217;re into WordPress I&#8217;m sure you tried already all sorts of plugins and themes.What you might not be familiar with is the WP_DEBUG option. It raises the error reporting level to include warning messages that may be lurking around and that you haven&#8217;t been told about, e.g. deprecated functions being called or variables not [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into WordPress I&#8217;m sure you tried already all sorts of plugins and themes.What you might not be familiar with is the <tt>WP_DEBUG</tt> option. It raises the error reporting level to include warning messages that may be lurking around and that you haven&#8217;t been told about, e.g. deprecated functions being called or variables not being initialized. This happens because the default error reporting level of WordPress doesn&#8217;t include everything it could, I guess because some people don&#8217;t care or don&#8217;t know what to do with these messages. But it is good practice to have this option enabled in your development environment as any WordPress core developer or plugin/theme author will tell you.</p>
<p>It&#8217;s very simple to activate, just add to your wp-config.php file the following:</p>
<pre>define('WP_DEBUG', true);
</pre>
<p>But don&#8217;t do it in your site, otherwise you won&#8217;t be the only one looking at the warnings :|</p>
<p><a href="http://codex.wordpress.org/Editing_wp-config.php" target="_blank">http://codex.wordpress.org/Editing_wp-config.php</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/07/14/know-your-wordpress-using-the-wp_debug-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn off Sending Emails to New Users in WordPress Mu</title>
		<link>http://www.morgadinho.org/2010/06/11/wordpress-mu-turn-off-sending-emails-to-new-users/</link>
		<comments>http://www.morgadinho.org/2010/06/11/wordpress-mu-turn-off-sending-emails-to-new-users/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:55:39 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2442</guid>
		<description><![CDATA[&#8220;WordPress automatically sends an email with the password to new users. How can we disable this feature?&#8221; I&#8217;ve seen this question being asked around (e.g. here) and couldn&#8217;t find a helpful reply anywhere. I had this same problem and since I couldn&#8217;t find a clean way of doing it I had to comment a line [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;<em>WordPress automatically sends an email with the password to new users. How can we disable this feature?</em>&#8221;</p>
<p>I&#8217;ve seen this question being asked around (e.g. <a href="http://mu.wordpress.org/forums/topic/13251">here</a>) and couldn&#8217;t find a helpful reply anywhere.</p>
<p>I had this same problem and since I couldn&#8217;t find a clean way of doing it I had to comment a line in one of the core files. In the file wp-includes/pluggable.php, function wp_new_user_notification(),  you can comment the last line that reads:<br />
<code><br />
wp_mail($user_email, sprintf(__('[%s] Your username and password'), $blogname), $message);<br />
</code></p>
<p><strong>I would love a cleaner way of doing this, if you know one please let me know!</strong></p>
<p>Note that with upgrades you will lose this change.  Unfortunately there seems to be no way around this until WordPress supports a filter or some other mechanism to do it in a cleaner way.</p>
<p>Also note that this is different from disabling new user notifications that are sent to the admin email, for that there is an option in the admin panel.</p>
<p>This was done against WordPress Mu 2.9.2. Your mileage may vary of course! :)</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/06/11/wordpress-mu-turn-off-sending-emails-to-new-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of WordPress Video</title>
		<link>http://www.morgadinho.org/2010/06/08/the-future-of-wordpress-video/</link>
		<comments>http://www.morgadinho.org/2010/06/08/the-future-of-wordpress-video/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 13:52:03 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2436</guid>
		<description><![CDATA[Much to my amazement I was featured in Scott Berkun&#8217;s talk about the future of WordPress at the WordCamp San Francisco 2010 (around minute 33:36). Scott is a great speaker and a world reference in the technology world so I was very happy that he considered my input of enough value to be included. Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Much to my amazement I was featured in Scott Berkun&#8217;s talk about the future of WordPress at the WordCamp San Francisco 2010 (around minute 33:36). Scott is a great speaker and a world reference in the technology world so I was very happy that he considered my input of enough value to be included. </p>
<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=V2vLctlg&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Scott Berkun: WordPress in 2020"></embed></p>
<p>Thanks Scott!</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/06/08/the-future-of-wordpress-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of WordPress</title>
		<link>http://www.morgadinho.org/2010/04/13/the-future-of-wordpress/</link>
		<comments>http://www.morgadinho.org/2010/04/13/the-future-of-wordpress/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 16:57:21 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2428</guid>
		<description><![CDATA[Scott Berkun will talk about the future of WordPress at the WordCamp San Francisco 2010. He is asking for suggestions on things to talk so if you have any ideas head here. On the other hand, you can read upon my suggestions there or here: 1) Keep the Simplicity – My greatest fear with WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Scott Berkun will talk about the future of WordPress at the WordCamp San Francisco 2010. He is asking for suggestions on things to talk so if you have any ideas head <a href="http://www.scottberkun.com/blog/2010/the-future-of-wordpress-help-wanted/" target="_blank">here</a>. On the other hand, you can read upon my suggestions there or here:</p>
<p>1) <strong>Keep the Simplicity</strong> – My greatest fear with WordPress is that  people won’t stop adding more things to it. I like its smallness. The  merging of WordPress MU in the upcoming 3.0 version is just one example  of the unnecessary growing complexity of the WordPress code base.</p>
<p>2) <strong>Be more Open</strong> – Automattic keeps control of the only official  plugin repository and WordPress only works with it. Reminds me of the  Apple App Store and I for sure don’t want anything like that for  WordPress.</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/04/13/the-future-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple changes their iPhone user agreement to forbid use of private APIs</title>
		<link>http://www.morgadinho.org/2010/04/10/apple-changes-their-iphone-user-agreement-to-forbid-use-of-private-apis/</link>
		<comments>http://www.morgadinho.org/2010/04/10/apple-changes-their-iphone-user-agreement-to-forbid-use-of-private-apis/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 20:30:58 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[iPhone-SDK]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2423</guid>
		<description><![CDATA[So.. it seems Apple changed this week their iPhone OS user agreement to include the following: &#8220;3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs.&#8217;&#8221; This is most of all a stab in back of Adobe, who was planning to launch [...]]]></description>
			<content:encoded><![CDATA[<p>So.. it seems Apple changed this week their iPhone OS user agreement to include the following:</p>
<p>&#8220;3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs.&#8217;&#8221;</p>
<p>This is most of all a stab in back of Adobe, who was planning to launch on the 12th April their new Flash CS5 that included a Flash-to-native compiler that now becomes&#8230; not so useful.</p>
<p>True evil stuff no?</p>
<p><a href="http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler" rel="nofollow">http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler</a></p>
<p><a href="http://daringfireball.net/2010/04/why_apple_changed_section_331" rel="nofollow">http://daringfireball.net/2010/04/why_apple_changed_section_331</a></p>
<p><strong>Update: </strong>I was told that the particular bit I mentioned has been in for a while but has been extended to the following:</p>
<p><em>3.3.1&#8211;Applications  may only use Documented APIs in the manner prescribed by Apple and must  not use or call any private APIs. Applications must be originally  written in Objective-C, C, C++, or JavaScript as executed by the iPhone  OS WebKit engine, and only code written in C, C++, and Objective-C may  compile and directly link against the Documented APIs (e.g.,  Applications that link to Documented APIs through an intermediary  translation or compatibility layer or tool are prohibited).</em>&#8221;</p>
<p>They are restricting people to use a particular technology that is as valid as any other. And in that sense it is evil I think.</p>
<p>On the other hand, Apple had already made it clear they would not support Flash on the iPhone/iPad so I guess it is only natural that they oppose any attempt by Adobe to circumvent that.</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/04/10/apple-changes-their-iphone-user-agreement-to-forbid-use-of-private-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Warfare 2</title>
		<link>http://www.morgadinho.org/2010/03/25/modern-warfare-2/</link>
		<comments>http://www.morgadinho.org/2010/03/25/modern-warfare-2/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:49:07 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2411</guid>
		<description><![CDATA[Most modern games amaze me but some more than others. It is no surprise that the game industry deals with the bleeding edge of computer graphics and that&#8217;s one of the reasons I recently took more interest into games again, because every time I look at the graphics of my PS3 games I gaze the [...]]]></description>
			<content:encoded><![CDATA[<p>Most modern games amaze me but some more than others. It is no surprise that the game industry deals with the bleeding edge of computer graphics and that&#8217;s one of the reasons I recently took more interest into games again, because every time I look at the graphics of my PS3 games I gaze the television in a mixed feeling of respect and fear.</p>
<p>Although I haven&#8217;t bought yet the latest kid on the block, Modern Warfare 2, I think the numbers and technology involved is worthy of reflection:</p>
<ul>
<li>You can play on-line against other gamers</li>
<li>It is available for PC, PS3 or XBox360</li>
<li>At whatever time of day you find half a million other gamers</li>
<li>It took the makers 2 years to develop</li>
<li>Cost the equivalent of a Hollywood blockbuster</li>
<li>Had sales worth 550 million dollars in the first 5 days.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/03/25/modern-warfare-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coworking in Lisbon: What options?</title>
		<link>http://www.morgadinho.org/2010/03/21/coworking-in-lisbon-what-options/</link>
		<comments>http://www.morgadinho.org/2010/03/21/coworking-in-lisbon-what-options/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:32:16 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Start-ups]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2401</guid>
		<description><![CDATA[http://www.coworklisboa.pt/ LX Factory, Alcântara,  starting at 144€ per month http://liberdade229.com/ Av. da Liberdade, starting at 204€ per month http://www.coworkpicoas.com/ Picoas, starting at 181€ per month Note that coworking is not about the price, it&#8217;s an opportunity to socialize and work with other entrepreneurs and like-minded people.]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.coworklisboa.pt/" target="_blank">http://www.coworklisboa.pt/</a></h2>
<p>LX Factory, Alcântara,  starting at 144€ per month</p>
<h2><a href="http://liberdade229.com/" target="_blank">http://liberdade229.com/</a></h2>
<p>Av. da Liberdade, starting at 204€ per month</p>
<h2><a href="http://www.coworkpicoas.com/" target="_blank">http://www.coworkpicoas.com/</a></h2>
<p>Picoas, starting at 181€ per month</p>
<p>Note that coworking is not about the price, it&#8217;s an opportunity to socialize and work with other entrepreneurs and like-minded people.</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/03/21/coworking-in-lisbon-what-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a Business in Portugal</title>
		<link>http://www.morgadinho.org/2010/03/17/starting-a-business-in-portugal/</link>
		<comments>http://www.morgadinho.org/2010/03/17/starting-a-business-in-portugal/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:07:39 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2366</guid>
		<description><![CDATA[During lunch at Kickstart 1H10 I had the privilege to sit with Patrick van deer Walk and one thing he asked me was: &#8220;So, how is the climate looking here in Portugal for entrepreneurs?&#8221; Being a sun shinning day outside I wasn&#8217;t quite sure if he was talking about the weather :) but of course [...]]]></description>
			<content:encoded><![CDATA[<p>During lunch at <a href="http://maverick.pt/2009/10/16/kickstart-1h10-pre-registration-open/" target="_blank">Kickstart 1H10</a> I had the privilege to sit with <a href="http://www.linkedin.com/in/patrickvandervalk" target="_blank">Patrick van deer Walk</a> and one thing he asked me was: &#8220;So, how is the climate looking here in Portugal for entrepreneurs?&#8221;</p>
<p>Being a sun shinning day outside I wasn&#8217;t quite sure if he was talking about the weather :) but of course he was talking in terms of the conditions and general atmosphere in Portugal to start and run a business. Here&#8217;s a brief overview of what I told him and what I think after having put some thought into it.</p>
<h2><strong>1. Talent</strong></h2>
<p>It’s hard to find and recruit good talented and ethical workers. It&#8217;s even harder to get them to stay with you in the long term. This “individualistic attitude” and aversion to risk was indeed pointed out in a <a href="http://www.ebusinessforum.com/index.asp?layout=rich_story&amp;doc_id=8335&amp;title=Portugal+technology%3A+A+few+bright+spots+in+a+bleak+landscape&amp;channelid=4&amp;categoryid=29" target="_blank">report</a> by the European Commission in 2006. Maybe the solution here is to recruit more foreigners that would like to live here?</p>
<h2><strong>2. Entrepreneur Support</strong></h2>
<p>The initiatives to support entrepreneurs pretty much boil down to strategic propaganda by the government and are extremely bureaucratic. They have to treat everyone the same way, it doesn&#8217;t matter if you&#8217;re starting a tech company or a hotdog booth.</p>
<h2><strong>3. Net 60/90</strong></h2>
<p>We have Net 60 or Net 90, payment 60 or 90 days after invoice date &#8211; the government and big corporations all seem to use this. That&#8217;s really bad for entrepreneurs because after a sale there&#8217;s still 2 to 3 months before getting any money into your account.</p>
<h2><strong>4. Not a big market for mergers and acquisitions</strong></h2>
<p>The likelihood of your business getting bought by “bigger fish” is very low. Can you list tech companies that were acquired or merged? There are no examples of successes so there is little incentive to try something like starting a startup to sell in the first years.</p>
<h2><strong>5. Universities are not entrepreneur oriented</strong></h2>
<p>The creation of startup companies is not adopted by the Universities as a priority and as a result most students finish their degree without never ever thinking about the possibility of starting their own company. It is something so remote that it is not even worth thinking about.</p>
<h2><strong>6. Anti-entrepreneur culture</strong></h2>
<p>Most of the older generations does not recognize any value in someone that takes the risk of starting a company or going self-employed. It&#8217;s simply not appreciated. A friend that runs a startup told me his mother didn&#8217;t believe he was working until she saw his name on the newspaper.</p>
<h1>On the positive side,</h1>
<h2><strong>1. Climate</strong></h2>
<p>the weather is very good. According to an article by BBC, &#8220;Its southerly latitude gives it a Mediterranean type of climate, similar to that of the state of California, but one where the summer heat is tempered by the Atlantic influence.&#8221;</p>
<h2><strong>2. Food</strong></h2>
<p>and the food is great (we were having Sushi so I don&#8217;t think this point applied very well at the time). Portuguese food varies but fresh fish and shellfish are found commonly on every menu, and the country is full of specialty seafood restaurants.</p>
<h2><strong>3. Taxes</strong></h2>
<p>Our taxes are still lower than most countries in Europe. The tax burden is at 36.2% for singles with no kids (I would say the typical entrepreneur) in Portugal, compared to e.g. 51.8% in Germany. (OECD, 2005 data)</p>
<h2><strong>4. Green Receipt Book<br />
</strong></h2>
<p>Although a plague for employees (because companies misuse them) , the green receipt book (Caderneta de Recibos Verdes) is actually a helpful measure for entrepreneurs because they allow to hire people with less costs on the first year of company operations.</p>
<h2><strong>5. Tourism</strong></h2>
<p>The climate, beaches, lifestyle and leisure activities that attract companies, researchers and students to Portugal are also the mainstay of the country’s tourism industry, which accounts for more than 10 per cent of gross domestic product.</p>
<h2><strong>6. Community</strong></h2>
<p>The amount of <a href="http://www.morgadinho.org/2009/12/11/hackers-makers-and-geeks-in-lisbon/" target="_blank">Hackers, Makers and Geeks in Portugal</a> is growing and so is the number of group meetings that you can find. Many are held monthly or at least regularly.</p>
<h1>Please note,</h1>
<p>this is of course far from being complete, accurate or even meaningful. I was careful enough to include a few positive points to counterpart for the negative ones. I didn&#8217;t want to be accused of pessimism, a point many would have listed here as well.</p>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/03/17/starting-a-business-in-portugal/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Support Fernando Nobre</title>
		<link>http://www.morgadinho.org/2010/03/08/support-fernando-nobre/</link>
		<comments>http://www.morgadinho.org/2010/03/08/support-fernando-nobre/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 17:16:07 +0000</pubDate>
		<dc:creator>Nuno Morgadinho</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.morgadinho.org/?p=2359</guid>
		<description><![CDATA[For the 2011 Portuguese Presidential elections I will be supporting Fernando Nobre. Not that anyone cares but I thought I should mention it. For that reason I&#8217;ve added to my blog a small support banner linking to the campaign site. I&#8217;ve also been thinking how I can contribute and help with the campaign, and how [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fernandonobre.org" target="_blank"><img class="aligncenter size-full wp-image-2348" title="fernandonobre" src="http://www.morgadinho.org/wp-content/uploads/2010/03/fernandonobre.gif" alt="" width="200" height="100" /></a></p>
<p>For the 2011 Portuguese Presidential elections I will be supporting <a href="http://www.fernandonobre.org" target="_blank">Fernando Nobre</a>. Not that anyone cares but I thought I should mention it. For that reason I&#8217;ve added to my blog a small support banner linking to the campaign site.</p>
<p>I&#8217;ve also been thinking how I can contribute and help with the campaign, and how to enable people that are interested in helping out to do so effectively, besides the obvious <a href="http://www.fernandonobre.org/formulario.php" target="_blank">sign-up for voluntary help</a> at the campaign site.</p>
<p>If you have a WordPress blog, I&#8217;ve made public a widget you can use on the sidebar of your blog to display a small image banner just like the one I&#8217;m using. It&#8217;s an easy way of showing our support and it&#8217;s very easy to install:</p>
<ol>
<li>Inside the WordPress admin, go to Plugins -&gt; Add New and search for &#8216;Fernando Nobre&#8217;.</li>
<li>Click &#8216;Install&#8217;.</li>
<li>Inside the WordPress admin, go to Appearance &gt; Widgets, and add the &#8216;Apoio Fernando Nobre&#8217; widget where you want, then save the changes.</li>
<li>That&#8217;s it!</li>
</ol>
<p>And here&#8217;s the link to the plugin page:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/support-fernando-nobre/" target="_blank">http://wordpress.org/extend/plugins/support-fernando-nobre/</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.morgadinho.org/2010/03/08/support-fernando-nobre/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
