<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>odm &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/odm/</link>
	<description>Feed of posts on WordPress.com tagged "odm"</description>
	<pubDate>Sat, 28 Nov 2009 04:03:34 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[CEF pretende reformular projetos sociais]]></title>
<link>http://hrcastro.wordpress.com/2009/11/24/cef-pretende-reformular-projetos-sociais/</link>
<pubDate>Tue, 24 Nov 2009 16:03:38 +0000</pubDate>
<dc:creator>Castro</dc:creator>
<guid>http://hrcastro.wordpress.com/2009/11/24/cef-pretende-reformular-projetos-sociais/</guid>
<description><![CDATA[O PNUD fechou um acordo com a Caixa Econômica Federal (CEF) para ajudar o banco a reforçar suas açõe]]></description>
<content:encoded><![CDATA[O PNUD fechou um acordo com a Caixa Econômica Federal (CEF) para ajudar o banco a reforçar suas açõe]]></content:encoded>
</item>
<item>
<title><![CDATA[Direct NFS access to Sun Storage 7410 with Oracle 11g and Solaris... configuration and verifcation]]></title>
<link>http://glennfawcett.wordpress.com/2009/11/19/direct-nfs-access-to-sun-storage-7410-with-oracle-11g-and-solaris-configuration-and-verifcation/</link>
<pubDate>Thu, 19 Nov 2009 23:34:18 +0000</pubDate>
<dc:creator>glennfawcett</dc:creator>
<guid>http://glennfawcett.wordpress.com/2009/11/19/direct-nfs-access-to-sun-storage-7410-with-oracle-11g-and-solaris-configuration-and-verifcation/</guid>
<description><![CDATA[During the course of experimentation with 11gR2, I was given some space on a Sun Storage 7410 NAS.  ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>During the course of experimentation with 11gR2, I was given some space on a <a href="http://www.sun.com/storage/disk_systems/unified_storage/7410/">Sun Storage 7410</a> NAS.   In the past NAS meant using NFS with obscure mount options that seemed to vary from platform to platform.  So, at first I went scrambling for the &#8220;best practices&#8221; to use with Oracle NAS on Solaris.</p>
<p>There is a nice Metalink article <strong>Note:359515.1</strong> with the latest information for all platforms.  This Metalink note does include the &#8220;tcp&#8221; option which is not necessary on Solaris.  So it boiled down to the following mount options for using Oracle data files on NAS devices with Solaris.</p>
<p style="padding-left:30px;"><code>rw,bg,hard,nointr,rsize=32768,<br />
wsize=32768,noac,<br />
forcedirectio, vers=3,suid</code></p>
<p>But wait, what about the new 11g feature to use direct NFS &#8220;dNFS&#8221;?    More searching&#8230;</p>
<h3>configuring dNFS on Solaris</h3>
<p>This is a fairly simple process.  Although Oracle dNFS configuration is fairly well documented for Linux, I will post my interpretation and commentary to help other Solaris users that might want to configure dNFS.</p>
<p>First, create mount the NFS share just as you would have in the past.  Oracle still needs to see the file system from the OS point of view.  You don&#8217;t have to use the mount options as in the past, but you might want them anyway for OS tools may access the mount.  You would most likely place these options in the &#8220;/etc/vfstab&#8221; file, but I will just show the mount command.</p>
<p style="padding-left:30px;"><code>mount -o </code><code>rw,bg,hard,nointr,rsize=32768,\<br />
wsize=32768,noac,<code>forcedirectio,vers=3,suid \</code></code><code><br />
toromondo.west:/export/glennf /ar1</code></p>
<p>Second, you have to link the direct NFS libraries in place of ODM.  This is a little clunky, but not terrible.</p>
<p style="padding-left:30px;"><code>cd $ORACLE_HOME/lib<br />
cp libodm11.so libodm11.so_stub<br />
ln -s libnfsodm11.so libodm11.so</code></p>
<p>Third, create the &#8220;$ORACLE_HOME/dbs/oranfstab&#8221; file.  This file defines the various details Oracle needs to directly access the NFS share.  You can configure multiple paths, so that Oracle can multiplex access to the NFS share.  This is for redundancy and load balancing.  There is another Metalink article <strong>ID:822481.1</strong> that details how to configure dNFS with multiple paths across the same subnet and force the OS to not route packets.  This is a great feature, which I will try once I get some more network plumbing.  For now, I just did the most simple configuration as shown below.</p>
<p style="padding-left:30px;"><code>cat $ORACLE_HOME/dbs/oranfstab<br />
server: toromondo.west<br />
path: toromondo.west<br />
export: /export/glennf mount:/ar1<br />
</code></p>
<p>Finally, you will be able to see if this takes effect by looking at the &#8220;alert.log&#8221; file.  When Oracle starts up it places debug information in the alert.log file so we can see if Oracle is using Direct NFS or not.</p>
<p style="padding-left:30px;"><code>grep NFS alert_*.log<br />
Oracle instance running with ODM: Oracle Direct NFS ODM Library Version 2.0<br />
Direct NFS: attempting to mount /export/glennf on filer toromondo.west defined in oranfstab<br />
Direct NFS: channel config is:<br />
Direct NFS: mount complete dir /export/glennf on toromondo.west mntport 38844 nfsport 2049<br />
Direct NFS: channel id [0] path [toromondo.west] to filer [toromondo.west] via local [] is UP<br />
Direct NFS: channel id [1] path [toromondo.west] to filer [toromondo.west] via local [] is UP</code></p>
<p>That&#8217;s all there is to it.  Hopefully, you will find this useful.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JC/DC Pop Hours]]></title>
<link>http://offbeatism.wordpress.com/2009/11/19/jcdc-vpop-hours/</link>
<pubDate>Thu, 19 Nov 2009 05:49:13 +0000</pubDate>
<dc:creator>Offbeatism</dc:creator>
<guid>http://offbeatism.wordpress.com/2009/11/19/jcdc-vpop-hours/</guid>
<description><![CDATA[JC/DC Lego Runway Show JC/DC Pop Hours is a collaboration between Jean-Charles de Castelbajac &amp; ]]></description>
<content:encoded><![CDATA[JC/DC Lego Runway Show JC/DC Pop Hours is a collaboration between Jean-Charles de Castelbajac &amp; ]]></content:encoded>
</item>
<item>
<title><![CDATA[Objetivos de Desenvolvimento do Milênio - ODM]]></title>
<link>http://econutricao.wordpress.com/2009/11/18/objetivos-de-desenvolvimento-do-milenio-odm/</link>
<pubDate>Wed, 18 Nov 2009 18:49:50 +0000</pubDate>
<dc:creator>Keyla Preuss</dc:creator>
<guid>http://econutricao.wordpress.com/2009/11/18/objetivos-de-desenvolvimento-do-milenio-odm/</guid>
<description><![CDATA[Mas o que são ODM?  A Declaração do Milênio foi aprovada pelas Nações Unidas no ano 2000 e os 191 pa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://econutricao.wordpress.com/files/2009/10/objetivos-de-desenvolvimento-do-milenio.pdf" target="_blank"><img class="alignleft size-thumbnail wp-image-225" title="8jeitos" src="http://econutricao.wordpress.com/files/2009/10/8jeitos.jpg?w=150" alt="8jeitos" width="150" height="137" /></a>Mas o que são ODM?</p>
<p> A Declaração do Milênio foi aprovada pelas Nações Unidas no ano 2000 e os 191 países-membros da ONU, incluindo o Brasil, assumiram um compromisso universal com a erradicação da pobreza e com a sustentabilidade do Planeta.</p>
<p>Os Objetivos de Desenvolvimento do Milênio  são um conjunto de 8 macro-objetivos(8 jeitos de mudar o mundo), com metas e indicadores precisos, a serem atingidos pelos países até 2015, por meio de ações concretas dos governos e da sociedade na busca pela solução de alguns graves problemas da humanidade.</p>
<p> Quais são?</p>
<p>1.Acabar com a fome e a miséria<br />
2. Educação de qualidade para todos<br />
3. Igualdade entre sexos e valorização da mulher<br />
4. Reduzir a mortalidade infantil<br />
5. Melhorar a saúde das gestantes<br />
6. Combater a Aids, a malária e outras doenças<br />
7. Qualidade de vida e respeito ao meio ambiente<br />
8. Todo mundo trabalhando pelo desenvolvimento</p>
<p>Por meio de um mecanismo com 21 metas e 60 indicadores, os ODM podem ser acompanhados por qualquer pessoa de qualquer município, região ou país. Esses instrumentos tornaram-se um importante elemento para a construção de políticas públicas e são fundamentais para avaliar e comparar o comportamento de cada objetivo em diferentes espaços e no decorrer do tempo</p>
<p><a href="http://econutricao.wordpress.com/files/2009/10/objetivos-de-desenvolvimento-do-milenio.pdf" target="_blank">Veja aqui a descrição de cada objetivo, metas e indicadores.</a></p>
<p>Quem está envolvido? O que é necessário fazer para atingi-los?</p>
<p>Para alcançar os ODM é necessário que toda a família das Nações Unidas constituída pelos Estados-Membros, pelas organizações internacionais, pelos fundos e organismos autônomos, pelos programas, pelo setor privado e pela sociedade civil se una para trabalhar em prol do desses compromissos definidos na Declaração do Milênio. O envolvimento da sociedade civil é fundamental e a solidariedade será a chave do êxito.</p>
<p>Fonte: <a href="http://www.pnud.org.br" target="_blank">http://www.pnud.org.br </a>(acesso outubro 2009)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zeit für Lego: JCDC Pop Hours]]></title>
<link>http://11tech.wordpress.com/2009/11/14/zeit-fur-lego-jcdc-pop-hours/</link>
<pubDate>Sat, 14 Nov 2009 09:38:10 +0000</pubDate>
<dc:creator>bianca</dc:creator>
<guid>http://11tech.wordpress.com/2009/11/14/zeit-fur-lego-jcdc-pop-hours/</guid>
<description><![CDATA[Der Designer Jean-Charles de Castelbajac (JCDC) hat seine allererste Uhrenkollektion herausgebracht ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://11tech.wordpress.com/files/2009/11/jcdc-kollektion.jpg"><img class="alignleft size-medium wp-image-7891" title="JCDC-kollektion" src="http://11tech.wordpress.com/files/2009/11/jcdc-kollektion.jpg?w=300" alt="JCDC-kollektion" width="300" height="200" /></a>Der Designer Jean-Charles de Castelbajac (JCDC) hat seine allererste Uhrenkollektion herausgebracht – und vertraut dabei (ausnahmsweise und einmalig) auf bereits prämiertes Design der vor zehn Jahren gegründeten Uhrenmarke o.d.m., konkret auf deren Erfolgsarmbanduhr Link.</p>
<p>Und da JCDC bestens bekannt ist für seine Liebe zu verspieltem und irgendwie auch lautem Design einerseits und Lego andererseits, ist die Pop Hours Kollektion eine wie ich finde recht gelungene Mischung. Hartgesottene Lego-Fans&#8230;<!--more-->&#8230; und Leute deren Lieblingsfarbe „bunt“ ist, finden vier Modelle in dieser Uhrenkollektion, die definitiv nicht zu übersehen sind.</p>
<p>Rot, Blau, Gelb und Grün stehen hier zur Auswahl, wer es lieber dezenter hat, kann auf die Modelle in Schwarz oder Weiß zurückgreifen. 140 US-Steine pro Uhr. Und für alle die es noch nicht kennen kommt hier noch das Video zu JCVD Modeschau für die Frühjahr/Sommer Kollektion des Jahres 3001, die er von Legofiguren präsentieren lässt.</p>
<p>[bianca]</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/5VJ9CMKiQJg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/5VJ9CMKiQJg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>[via <a href="http://www.jc-de-castelbajac.com/">JCDC</a>, <a href="http://www.odm-design.com/odm/index.html">odm</a>, <a href="http://dazeddigital.com/Fashion/article/5401/1/JCDCs_Pop_Hours">dazeddigital</a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Semana do Consumo Responsável - 23 a 29 Novembro]]></title>
<link>http://hoffice.wordpress.com/2009/11/12/semana-do-consumo-responsavel-23-a-29-novembro/</link>
<pubDate>Thu, 12 Nov 2009 14:18:18 +0000</pubDate>
<dc:creator>hoffice</dc:creator>
<guid>http://hoffice.wordpress.com/2009/11/12/semana-do-consumo-responsavel-23-a-29-novembro/</guid>
<description><![CDATA[A Cores do Globo (Associação de Promoção de Comércio Justo), a QUERCUS (Associação Nacional de Conse]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-523" title="1 Semana do Consumo Responsável - 23 a 29 Novembro" src="http://hoffice.wordpress.com/files/2009/11/1-semana-do-consumo-responsavel-23-a-29-novembro.jpg" alt="1 Semana do Consumo Responsável - 23 a 29 Novembro" width="500" height="182" /></p>
<p>A <a href="http://www.coresdoglobo.org/" target="_blank"><strong>Cores do Globo</strong></a> (Associação de Promoção de Comércio Justo), a <a href="http://www.quercus.pt/" target="_blank"><strong>QUERCUS</strong></a> (Associação Nacional de Conservação da Natureza) o <a href="http://www.isu.pt/" target="_blank"><strong>ISU</strong></a> (Instituto de Solidariedade e Cooperação Universitária) e o <a href="http://www.ineti.pt/" target="_blank"><strong>LNEG</strong></a> (Laboratório Nacional de Energia e Geologia), apresentam na última semana (23 a 28) de Novembro, em Lisboa, a <strong>Semana do Consumo Responsável</strong> – no âmbito de um projecto co-financiado pelo Instituto Português de Apoio ao Desenvolvimento, “<strong>Territórios Sustentáveis</strong>”.</p>
<p>A <strong>23 de Novembro</strong> estarão reunidas na <strong>Universidade Lusíada de Lisboa</strong> diversas organizações, em torno de uma <strong>Feira de Informação</strong> que promove não só as temáticas aliadas ao Consumo Responsável, como também as entidades que sobre elas trabalham. Neste espaço, cujo acesso será livre, e aberto ao público em geral, serão exibidos documentários, uma exposição sobre o tema, bem como será levada a cabo uma Acção de Formação, pela Rede Nacional para o Consumo Responsável (as inscrições são obrigatórias e limitadas ao número de lugares disponíveis). Este dia contará ainda com a participação das <a title="Aldeias do Xisto" href="http://www.aldeiasdoxisto.pt/detalheagenda/4/5/42/10/2009/2162" target="_blank">Aldeias do Xisto</a>. Pode ver o programa dste dia <a title="CR na Universidade" href="http://www.consumosustentavel.org/files.php?force&#38;file=CR_na_Universidade_569224919.pdf" target="_blank">aqui.</a></p>
<p>A <strong>24 de Novembro</strong> irá realizar-se o <strong>Workshop de Consumo Sustentável</strong>, organizado pela Câmara Municipal de Loulé e a Associação Almargem, em <strong>Loulé</strong>. O programa pode ser consultado <a title="Workshop Loulé" href="http://www.consumosustentavel.org/files.php?force&#38;file=Programa_Workshop_Loul___398888553.pdf" target="_blank">aqui.</a></p>
<p>Também no dia<strong> 24 de Novembro</strong>, terá lugar um dos Encontros &#8220;Que caminhos até 2015?&#8221; organizados pela <a title="Agencia ODM" href="http://www.agenciaodm.org/" target="_blank">Agência ODM</a>, desta vez dedicado ao tema <strong>&#8220;Agir pelo Desenvolvimento &#8211; Consumo Responsável&#8221;.</strong> Este encontro decorrerá pelas 18h no Bar AE ISCTE (Av. das Forças Armadas, Lisboa).</p>
<p>A <strong>26 de Novembro</strong>, o Laboratório Nacional de Energia e Geologia promoverá o <strong>Seminário &#8220;Consumo Sustentável e Alterações Climáticas&#8221;</strong>, no Campus de Alfragide, Lisboa. Pode ser feito <a title="Seminário LNEG" href="http://www.consumosustentavel.org/files.php?force&#38;file=PROGRAMA_Semin__rio_LNEG_210077596.pdf" target="_blank">aqui </a>o dowmload do folheto do evento, que inclui o programa.</p>
<p>Finalmente, a <strong>27 e 28 de Novembro</strong>, a Cores do Globo organizará o <strong>Seminário “Territórios Sustentáveis”,</strong> cujos principais painéis remetem a: “Consumo Responsável e a Crise Financeira”, “Media e Consumo”, “Sustentabilidade e Consumo – o Envolvimento dos Stakeholders”, no Goethe Institut (Campo dos Mártires da Pátria nº 37, Lisboa). O programa provisório pode ser consultado <a title="programa provisorio" href="http://www.consumosustentavel.org/files.php?force&#38;file=Programa_provis__rio_252332859.pdf" target="_blank">aqui</a>.</p>
<p><strong>Fonte</strong> <a href="http://www.consumoresponsavel.org">consumoresponsavel.org</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[PIC] 091111 Sponsor Watch - odm]]></title>
<link>http://everythingsuperjunior.wordpress.com/2009/11/11/pic-091111-sponsor-watch-odm/</link>
<pubDate>Wed, 11 Nov 2009 12:05:28 +0000</pubDate>
<dc:creator>everythingkpop</dc:creator>
<guid>http://everythingsuperjunior.wordpress.com/2009/11/11/pic-091111-sponsor-watch-odm/</guid>
<description><![CDATA[&nbsp; credits: odm Official site Shared in SJ-World.net]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://everythingsuperjunior.wordpress.com/files/2009/11/eunhyuk-odm-endorsement.jpg"><img class="aligncenter size-full wp-image-1557" title="eunhyuk odm endorsement" src="http://everythingsuperjunior.wordpress.com/files/2009/11/eunhyuk-odm-endorsement.jpg" alt="eunhyuk odm endorsement" width="400" height="543" /></a></p>
<p>&#160;</p>
<p style="text-align:center;"><strong>credits:</strong></p>
<p style="text-align:center;"><span style="color:#3366ff;"><strong>odm Official site<br />
Shared in SJ-World.net</strong></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HÁ TRATORES E tratores!!!!]]></title>
<link>http://najornada.wordpress.com/2009/10/27/ha-tratores-e-tratores/</link>
<pubDate>Tue, 27 Oct 2009 23:49:25 +0000</pubDate>
<dc:creator>Levi</dc:creator>
<guid>http://najornada.wordpress.com/2009/10/27/ha-tratores-e-tratores/</guid>
<description><![CDATA[&nbsp; &nbsp; &nbsp; Qual TRATOR mais aparece? Qual TRATOR é mais danoso? &nbsp; Na manhã de hoje, t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#160;</p>
<p>&#160;</p>
<p><a rel="attachment wp-att-807" href="http://najornada.wordpress.com/2009/10/27/ha-tratores-e-tratores/devastacao/"><img class="aligncenter size-full wp-image-807" title="DEVASTAÇÃO" src="http://najornada.wordpress.com/files/2009/10/devastacao.jpg" alt="Onde está o Trator? Alguém conseguiu filmar?" width="468" height="301" /></a></p>
<p>&#160;</p>
<p>Qual TRATOR mais aparece?</p>
<p>Qual TRATOR é mais danoso?</p>
<p>&#160;</p>
<p>Na manhã de hoje, terça 27, os tratores iniciaram a derrubada da mata no interior da reserva indígena Bananal, para a construção do Bairro &#8220;sustentável&#8221; noroeste.</p>
<p>&#160;</p>
<p>Cerca de 50 pessoas estão no local para impedir os tratores, mas às 13:00 chegaram as viaturas policiais para inibir os indígenas e manifestantes.</p>
<p>&#160;</p>
<p>Os policiais alegam a legitimidade do ato com base em um TAC (termo de ajustamento de conduta) celebrado sem participação dos indígenas, IBAMA ou FUNAI.</p>
<p>&#160;</p>
<p>O MPF no DF, por meio da procuradora Luciana Loureiro, encaminhou ofícios para os órgãos competentes para manter as obras sustadas.</p>
<p>&#160;</p>
<p>A vigília continuará, é importante que as pessoas contrárias à esse empreendimento absurdo se mobilizem, quem puder, leve alimento.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[One-Dimensional World]]></title>
<link>http://invertedaphorisms.wordpress.com/2009/10/25/one-dimensional-world/</link>
<pubDate>Sun, 25 Oct 2009 17:56:10 +0000</pubDate>
<dc:creator>invertedaphorisms</dc:creator>
<guid>http://invertedaphorisms.wordpress.com/2009/10/25/one-dimensional-world/</guid>
<description><![CDATA[As I have been grading papers for most of the weekend, I have turned my attention toward this proces]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As I have been grading papers for most of the weekend, I have turned my attention toward this process and started to notice a rather disturbing trend in a large majority of student writing &#8211; the inability to do anything by regurgitate information they have already been given.  In no fewer than 25 of the 45 papers that I have graded so far, I was on the alert for plagiarism because the authors seemed to be saying the exact same things in almost the exact same format with only little variation.  Furthermore, after investigating the book and my lecture, I found the problem &#8211; they were reciting my lecture slides (verbatim in some cases) and not really going beyond the scope of what they were told.</p>
<p>Upon noting this fact, I was instantly thrown back to Marcuse and Habermas: one-dimensional society and the role of the expert.  Student papers, and I have been making this argument to myself for some number of years now, are following the path that was described by Marcuse in One Dimensional Man.  Students are taking ideas and applying them without thought, without critical analysis, without really anything at all.  Because individuals are loosing their ability to think critically and openly about issues, we have a generation of psychic automatism where orders are given, followed and not questioned.  It is almost as if the highly rationalization society has finally worked and we do have a nation of worker bees carrying out the orders of talking heads in picture screens.  Why do we have so much inequality in the world?  Because people are unquestioning and are indoctrinated in fear and individualism.</p>
<p>I wonder if anyone in my class actually understands the brevity of the issues that we are talking about every day, or if I have taken over as the &#8220;expert&#8221; (in Habermas&#8217;s view) and they are now just blindly reciting what I have to say?  I would like to think that I am providing an alternative viewpoint from the mass-produced culture trash that they are getting from family and TV that reaffirms difference without the chance of reconciliation or common ground, but I really have to wonder now &#8211; am I just replacing the TV that will fill their heads with things that they still wont possess the ability to think about?  Is this really part of forward progress?  Granted, I would rather them recite things they hear from me instead of reifying hate-speech and propaganda from TV, but I really have to wonder if people &#8220;get it?&#8221;</p>
<p>At least this has given me the proper motivation to completely abandon PowerPoint in future teaching excursions.  I love the technology that we have and the things that I can use, but I have to be a bit cautious here.  If we are socializing our young to accept what they see on a screen as fact and to not think about it, what happens?  I know that when I actually lecture without slides, people are more engaged and actually listen, but once I post a slide no one is engaging with ideas, they are engaging with rote programs of &#8220;note taking&#8221; and fact accumulation.  I guess I need to give this some more thought, but it is kind of frightening to think about.  Have I really just given people a new set of factoids that they wont think about?  I hope this is not the case.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[sunday editorials that I liked]]></title>
<link>http://kenopalo.wordpress.com/2009/10/24/sunday-editorials-that-i-liked/</link>
<pubDate>Sun, 25 Oct 2009 01:39:42 +0000</pubDate>
<dc:creator>kenopp</dc:creator>
<guid>http://kenopalo.wordpress.com/2009/10/24/sunday-editorials-that-i-liked/</guid>
<description><![CDATA[As usual, Mutahi Ngunyi has a provocative piece in the Sunday Nation. I am sort of sympathetic to hi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As usual, Mutahi Ngunyi has a <a href="http://www.nation.co.ke/oped/Opinion/-/440808/676470/-/item/0/-/7j250c/-/index.html" target="_blank">provocative piece </a>in the Sunday Nation. I am sort of sympathetic to his idea of ethnic suicide (by which he means dumping ethnic identities and what they stand for) &#8211; I was in Eldoret and Timboroa for two days this summer and saw with my own eyes the fruits of ethnic hatred. The short-term operationalization of the idea may be problematic though. To make Kenyans out of Luos and Kikuyus and Kalenjins will take time. Because of this the process of &#8220;ethnic suicide&#8221; ought to take place sub-consciously, for if it is &#8220;managed&#8221; the end results or the process itself may be nasty.</p>
<p><a href="http://www.nation.co.ke/oped/Opinion/-/440808/676466/-/4p26oc/-/index.html" target="_blank">Gitau Warigi</a> pours some cold water on Bethuel Kiplagat&#8217;s TJRC. I like his argument. I am always baffled by how much we spend on such useless commissions only to be rewarded with &#8220;classified reports&#8221; issued to the president.  <a href="http://www.nation.co.ke/oped/Opinion/-/440808/676468/-/4p26oe/-/index.html" target="_blank">Philip Ochieng</a>&#8216; has an interesting piece on ethnicity and politics in Kenya. I wonder how many politicians read his column&#8230; And <a href="http://www.nation.co.ke/oped/Opinion/-/440808/676472/-/4p26p4/-/index.html" target="_blank">Kwendo Opanga</a> just gave me one more reason to think that Vice President Kalonzo Musyoka is as misguided as ever. This is not to say that the alternatives to Mr. Musyoka in the post-Kibaki dispensation are any better. Woe unto <em>Wanjiku</em>.</p>
<p>And in other news, is<a href="http://www.standardmedia.co.ke/InsidePage.php?id=1144026990&#38;cid=4&#38;ttl=Kidnapped?%20Don%E2%80%99t%20worry!%20Insurance%20will%20sort%20it%20out" target="_blank"> this</a> legitimising crime or what?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[¿Por qué la educación es el arma más poderosa para cambiar el mundo?... como dice Nelson Mandela]]></title>
<link>http://paraeldesarrollo.wordpress.com/2009/10/21/%c2%bfpor-que-la-educacion-es-el-arma-mas-poderosa-para-cambiar-el-mundo-como-dice-nelson-mandela/</link>
<pubDate>Wed, 21 Oct 2009 09:49:44 +0000</pubDate>
<dc:creator>elenaranda</dc:creator>
<guid>http://paraeldesarrollo.wordpress.com/2009/10/21/%c2%bfpor-que-la-educacion-es-el-arma-mas-poderosa-para-cambiar-el-mundo-como-dice-nelson-mandela/</guid>
<description><![CDATA[﻿Alcalá de Henares acoge la XVI Muestra Internacional de Humor Gráfico. 166 obras de 44 paísos. El t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-934" title="ODM2_humor02" src="http://paraeldesarrollo.wordpress.com/files/2009/10/odm2_humor02.jpg" alt="ODM2_humor02" width="400" height="294" /><img class="aligncenter size-full wp-image-935" title="ODM2_humor01" src="http://paraeldesarrollo.wordpress.com/files/2009/10/odm2_humor01.jpg" alt="ODM2_humor01" width="400" height="272" /><img class="aligncenter size-full wp-image-933" title="ODM2_humor03" src="http://paraeldesarrollo.wordpress.com/files/2009/10/odm2_humor03.jpg" alt="ODM2_humor03" width="400" height="294" /></p>
<p>﻿Alcalá de Henares acoge la XVI Muestra Internacional de Humor Gráfico. 166 obras de 44 paísos. El título de la exposición és La letra con humor entra. El tema central de los trabajos presentados ha sido en esta ocasión la Educación universal como derecho de todo ser humano (<a href="http://www.un.org/spanish/millenniumgoals/" target="_blank">Objetivos de Desarrollo del Milenio</a> núm. 2).</p>
<p>[Imágenes 1. Corne 2. Oktan 3. Yépez 4. Arcadio &#124; Vistas en <a href="http://www.elpais.com/fotogaleria/humor/grafico/conquista/Alcala/6779-1/elpgal/" target="_blank">El País</a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Singapore - Furniture Industry Outlook]]></title>
<link>http://worldtimber.wordpress.com/2009/10/21/singapore-furniture-industry-outlook/</link>
<pubDate>Wed, 21 Oct 2009 09:18:41 +0000</pubDate>
<dc:creator>bal2000</dc:creator>
<guid>http://worldtimber.wordpress.com/2009/10/21/singapore-furniture-industry-outlook/</guid>
<description><![CDATA[OPINION &#8211; Published October 21, 2009 Furniture manufacturers see the light Designers believe t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>OPINION &#8211; Published October 21, 2009</p>
<h2><a href="http://www.businesstimes.com.sg/sub/views/story/0,4574,355522,00.html" target="_blank">Furniture manufacturers see the light</a></h2>
<h4>Designers believe that Singapore can be the next Milan but it will have to create something special first</h4>
<p style="text-align:justify;">By ARTHUR SIM</p>
<p style="text-align:justify;">THERE are times when yesterday&#8217;s so-called sunset industries can become the sunrise industries of tomorrow. Such has been the happy fate of Singapore&#8217;s furniture manufacturers. <strong>Like many developing nations, Singapore turned to furniture-making in the 1960s to help kick-start the manufacturing sector</strong>. But neighbouring countries quickly caught up and it soon became clear that furniture manufacturers here would not be able to remain competitive.</p>
<p style="text-align:justify;">Businesses could have pumped in more capital to upgrade this sinking industry but many decided to either give up or move out. Bert Choong, chairman and group managing director of Nobel Design Holdings remembers how, about 25 years ago, the government had indicated to industry players that the outlook was &#8216;not rosy&#8217;. &#8217;<strong>The government encouraged us to move out of Singapore,&#8217; he added.</strong></p>
<p style="text-align:justify;"><!--more--></p>
<p style="text-align:justify;">With the help of government agencies such as the Productivity and Standards Board (PSB), <strong>these pioneer furniture makers moved to lower-cost countries such as Malaysia.</strong> Mr Choong, a former president of the Singapore Furniture Industries Council (SFIC), also recalls how, in the early 1990s, a group of about 20 industry players went to China to set up a &#8216;furniture hub&#8217; in Kunshan.</p>
<p style="text-align:justify;">Today, it&#8217;s a different story. Singapore&#8217;s furniture industry has staged a comeback<strong>. Prime Minister Lee Hsien Loong even recently dubbed it a &#8217;sunrise industry&#8217;, holding it up as example for all SME</strong>s. James Koh, deputy chairman and managing director of furniture maker Koda believes much of this revival has to do with design. &#8216;<strong>The focus on design is moving the industry substantially and quickly up the value chain. This enables us to catch the latest trends and appeal to the customers&#8217; sense of aesthetics</strong>,&#8217; he adds.</p>
<p style="text-align:justify;">Koda understands it cannot simply compete on price. &#8216;<strong>Cut throat competition is not going to be sustainable</strong>,&#8217; says Mr Koh.</p>
<p style="text-align:justify;"><strong>Rising output</strong></p>
<p style="text-align:justify;">For whatever reason, things are looking up for furniture makers. Latest figures from the <strong>SFIC reveal that the total furniture trade amounted to $4.2 billion in 2008</strong>, of which <strong>exports accounted for more than 75 percent, or $3.2 billion</strong>. Official statistics from EDB and Spring Singapore also show that between <strong>2006 and 2007, total output for furniture manufacturing firms increased by 10 per cent, from $564 million to $619 million</strong>.</p>
<p style="text-align:justify;">Koda represents one of the bigger players in Singapore. For its financial year 2008, revenue was close to US$55 million (although it did fall to about US$38 million in 2009, in the wake of the global financial crisis).</p>
<p style="text-align:justify;"><strong>But while its business strategy emphasises R&#38;D, marketing, supply chain management and quality control, the actual manufacturing takes place in Vietnam, Malaysia and China</strong>. Mr Koh says Vietnam is Koda&#8217;s most important manufacturing base. <strong>Apart from lower overheads and the availability of skilled carpenters, he revealed that, the Vietnamese government is very supportive of the industry and offers a wide range of incentives.</strong></p>
<p style="text-align:justify;">Koda depends on foreign support in other ways too. While it has Singapore-based designers, more recently, it has found that <strong>some foreign designers have a better understanding of markets in the US and Europe.</strong></p>
<p style="text-align:justify;">Even for Nobel Design Holdings, which registered an annual turnover of $44.3 million in 2008, a significant chunk of the business happens outside Singapore.<strong> In order to service US clients such as the chain store JC Penney, for instance, Mr Choong explains that the company maintains an office and warehouse in Chicago. Moreover, US designers dictate much of the design, with the furniture subsequently imported directly from China, Indonesia and Malaysia.</strong></p>
<p style="text-align:justify;">So while the industry may be turning around, one has to wonder whether Singapore can capture more of the value-added components. For instance, is it inconceivable to have manufacturing (and logistics) bases in Singapore? Interestingly, the president of the Italian furniture manufacturer association &#8211; FederlegnoArredo (FLA) Rosario Messina &#8211; who was recently in town, revealed that all Italian furniture is actually manufactured in Italy, even if some components are imported.</p>
<p style="text-align:justify;">And with an <strong>annual turnover of 37.5 billion euros ($78.2 billion), and exports of close to 13.5 billion euros, the industry is an important contributor to the Italian economy. Apart from manufacturing much of the world&#8217;s high-end furniture, design capabilities and services are also an important reason why Italy is a furniture capital.</strong></p>
<p style="text-align:justify;"><strong>Lessons learnt</strong></p>
<p style="text-align:justify;">There are perhaps some lessons Singapore can draw from the Italian experience. Tan Soon Kim, deputy director for lifestyle and business services at IE Singapore notes: <strong>&#8216;From starting OEM to ODM (original design manufacturing), our companies began to add value to their customers by offering complete solutions across the value chain even as they try to lower the costs of production by shifting production bases to the region while maintaining the core functions in Singapore.&#8217;</strong></p>
<p style="text-align:justify;">He added: &#8216;It is important to note that (furniture companies) headquarters remain here, contributing to the talent pool and knowledge economy in Singapore.&#8217; Andrew Ng, president of SFIC also believes that through funding by the Local Enterprise and Association Development programme launched by IE Singapore and Spring Singapore, <strong>SFIC has developed &#8216;many initiatives aimed at helping the local furniture industry&#8217; which includes nurturing a quality workforce, promoting design as well as branding and marketing.</strong></p>
<p style="text-align:justify;"><strong>If Singapore is to become a furniture design capital, it will need more companies such as Air Division to help it build an identity</strong>. Air Division started in 1991 because its founding partners felt that Singapore lacked a design-led furniture company.</p>
<p style="text-align:justify;">It began by serving a largely local market but this has changed, with exports now accounting for about 15-20 per cent of its business since it began export operations five years ago. According to a study by KPMG, turnover tripled between 2003 and 2006 to $2.6 million.</p>
<p style="text-align:justify;">Air Division has to tap the Asian manufacturing base too. But that a Singapore company is actually recognised around the world for its brand and designs is encouraging. Michael Toh, managing director at Air Division claims: &#8216;What we offer to consumers is something that one will not be able to find anywhere else in the market.&#8217;</p>
<p style="text-align:justify;"><strong>Singapore-based designs</strong></p>
<p style="text-align:justify;">Partly because of their Singapore-based design strengths, Air Division and others in the industry actually have an advantage over regional competitors. <strong>The industry has even been able to draw the attention of the Italians, who through the FLA, signed an MOU with SFIC to further trade ties earlier this month</strong>. As the Italians probably know already, a new design capital closer to the manufacturing base (Asia) will inevitably emerge.</p>
<p style="text-align:justify;">So while Singapore may not be able to have the full spectrum of activities as a furniture manufacturer, there still appears to be a window of opportunity for it to seize the high ground as Asia&#8217;s new furniture design capital. The window, however, is small. And few understand this better than designer Patrick Chia.</p>
<p style="text-align:justify;">Among Singaporeans, Mr Chia is a veteran of the international design scene, having first exhibited at the Milan Furniture Fair in the mid-1990s (at his own cost) to critical acclaim &#8211; Philippe Starck bought Mr Chia&#8217;s designs. Today, he is also design director of the Design Incubation Centre (DIC) at the National University of Singapore.</p>
<p style="text-align:justify;">So it is with some authority that he can say: <strong>&#8216;Milan is no longer the reference point for global designers. They have been doing the same thing for the last 10 years.&#8217;</strong></p>
<p style="text-align:justify;">Can Singapore step in?</p>
<p style="text-align:justify;">&#8216;We need to be more aggressive. At the moment, we are still aping the west,&#8217; he points out.</p>
<p style="text-align:justify;">But he is working on bringing about change. Through the DIC, Mr Chia hopes to find new ways to create products such as the Dandella, a pointing device that can be paired with a GPS enabled mobile phone to &#8216;point you in the right direction&#8217;. Dandella, designed by Singaporean designers Yong-kai Tan and Priscilla Lui, received the only Gold Prize in the International Design Competition 2006 in Osaka.</p>
<p style="text-align:justify;">Mr Chia believes Singapore can be the next Milan but it will have to create something special first. &#8216;The world order is changing and everything has been reset to zero. Whoever makes what is most interesting, that can resonate with the buyer, will come out on top,&#8217; he says.</p>
<p style="text-align:justify;"><strong>Source : <a href="http://www.businesstimes.com.sg/sub/views/story/0,4574,355522,00.html" target="_blank">The Business Times 21.10.2009</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FAO - A inspiradora da Alimentação ...]]></title>
<link>http://thejokerspace.wordpress.com/2009/10/16/fao-a-inspiradora-da-alimentacao/</link>
<pubDate>Sat, 17 Oct 2009 00:22:15 +0000</pubDate>
<dc:creator>Christian!</dc:creator>
<guid>http://thejokerspace.wordpress.com/2009/10/16/fao-a-inspiradora-da-alimentacao/</guid>
<description><![CDATA[&#8221; Hoje é comemorado o Dia Mundial da Alimentação, em decorência a criação da FAO. Saiba mais]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:right;"><em>&#8221; Hoje é comemorado o Dia Mundial da Alimentação, em decorência a criação da FAO. Saiba mais&#8230; &#8220;</em></p>
<p style="text-align:left;">O motivo de comemoração dessa data, é a criação da <strong>FAO</strong> (  <strong>Organização das Nações Unidas para a Agricultura e a Alimentação</strong>, e para ser mais preciso: <strong>Food and Agriculture Organization</strong> ), inalgurada em 1945. O objetivo do Dia Mundial da Alimentação é conscientizar o conjunto da humanidade sobre a difícil situação que enfrentam as pessoas que passam fome e estão desnutridas, e promover em todo o mundo a participação da população na luta contra a fome.</p>
<p style="text-align:left;">Durante o Dia Mundial da Alimentação, <strong>celebrado</strong> pela <strong>primeira vez em 1981</strong>, ressalta-se cada ano um tema em que se <strong>focalizam </strong>todas as atividades. Abaixo estão os temas em seus respectivos anos.</p>
<p>-  2006-2007 &#8211; “O <strong>Direito</strong> à Alimentação”<br />
-  2005 &#8211; &#8220;Agricultura e <strong>diálogo de culturas</strong>&#8220;<br />
-  2004 &#8211; “<strong>Biodiversidade e Segurança Alimentar</strong>&#8220;<br />
-  2003 &#8211; &#8220;Trabalhar<strong> juntos</strong> para criar uma Aliança Internacional contra a Fome&#8221;<br />
-  2002 &#8211; “A Água, <strong>fonte</strong> da Segurança Alimentar&#8221;<br />
-  2001 &#8211; &#8220;Combater a fome <strong>para reduzir</strong> a pobreza&#8221;<br />
-  2000 &#8211; “<strong>Um milénio sem fome&#8221; &#8211; &#8220;Nós Podemos</strong>!&#8221; &#8211; ( das famosas metas do milênio. Não as conhece? <a href="http://www.odmbrasil.org.br/" target="_blank">Acesse o Portal ODM</a> ).</p>
<p><em>De TheJokerSpace Equipe [ Christian! ]</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Brasil espera 152 mil em atos pró-ODM]]></title>
<link>http://hrcastro.wordpress.com/2009/10/14/brasil-espera-152-mil-em-atos-pro-odm/</link>
<pubDate>Wed, 14 Oct 2009 17:45:41 +0000</pubDate>
<dc:creator>Castro</dc:creator>
<guid>http://hrcastro.wordpress.com/2009/10/14/brasil-espera-152-mil-em-atos-pro-odm/</guid>
<description><![CDATA[O Brasil espera reunir pelo menos 152 mil pessoas para participar de atividades em prol do cumprimen]]></description>
<content:encoded><![CDATA[O Brasil espera reunir pelo menos 152 mil pessoas para participar de atividades em prol do cumprimen]]></content:encoded>
</item>
<item>
<title><![CDATA[lego time]]></title>
<link>http://juliesjuice.wordpress.com/2009/10/10/lego-time/</link>
<pubDate>Sat, 10 Oct 2009 20:53:49 +0000</pubDate>
<dc:creator>julie eilenberger</dc:creator>
<guid>http://juliesjuice.wordpress.com/2009/10/10/lego-time/</guid>
<description><![CDATA[jean-charles de castelbajac´s first watch collection, in cooperation with odm looks very cute with i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-1232" title="159534" src="http://juliesjuice.wordpress.com/files/2009/10/159534.jpg" alt="159534" width="500" height="334" /></p>
<p><img class="alignnone size-full wp-image-1233" title="159540" src="http://juliesjuice.wordpress.com/files/2009/10/159540.jpg" alt="159540" width="500" height="334" /></p>
<p><img class="alignnone size-full wp-image-1234" title="159546" src="http://juliesjuice.wordpress.com/files/2009/10/159546.jpg" alt="159546" width="500" height="334" /></p>
<p><img class="alignnone size-full wp-image-1235" title="159552" src="http://juliesjuice.wordpress.com/files/2009/10/159552.jpg" alt="159552" width="499" height="747" /></p>
<p>jean-charles de castelbajac´s first watch collection, in cooperation with odm looks very cute with its playful lego look.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Materiales y enlaces para trabajar la campaña "Pobreza Cero".]]></title>
<link>http://elredcurso.wordpress.com/2009/10/10/materiales-y-enlaces-para-trabajar-la-campana-pobreza-cero/</link>
<pubDate>Sat, 10 Oct 2009 13:42:11 +0000</pubDate>
<dc:creator>redcanariadeescuelassolidarias</dc:creator>
<guid>http://elredcurso.wordpress.com/2009/10/10/materiales-y-enlaces-para-trabajar-la-campana-pobreza-cero/</guid>
<description><![CDATA[Información campaña y materiales (LIBRO ACERCA DE LOS OBJETIVOS DEL MILENIO, parte I y II – GENIAL!!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img class="size-full wp-image-221 aligncenter" title="banner-650x83-PCERO-Las-Palmas" src="http://elredcurso.wordpress.com/files/2009/10/banner-650x83-pcero-las-palmas.jpg" alt="banner-650x83-PCERO-Las-Palmas" width="500" height="63" /></p>
<ul>
<li>Información campaña y materiales (LIBRO ACERCA DE LOS OBJETIVOS DEL MILENIO, parte I y II – GENIAL!!!):  <a href="http://www.pobrezacero.org/" target="_blank">http://www.pobrezacero.org/</a></li>
</ul>
<p><a href="http://elredcurso.wordpress.com/files/2009/10/libro01.jpg"><img class="alignleft size-full wp-image-227" title="libro01" src="http://elredcurso.wordpress.com/files/2009/10/libro01.jpg" alt="libro01" width="64" height="90" /></a><a href="http://elredcurso.wordpress.com/files/2009/10/libro-odm-1.pdf" target="_blank">Libro ODM 1</a></p>
<p><a href="http://elredcurso.wordpress.com/files/2009/10/libro-odm-2.pdf" target="_blank">Libro ODM 2</a></p>
<p> </p>
<p> </p>
<ul>
<li><a href="http://elredcurso.wordpress.com/files/2009/10/guia-semanas-odm.pdf" target="_blank">GUÍA PARA CELEBRAR UN SEMANA SOBRE LOS ODM</a></li>
<li><a href="http://elredcurso.wordpress.com/files/2009/10/unidad-de-voces-contra-la-pobreza.pdf" target="_blank">Unidad de Voces Contra la Pobreza</a></li>
</ul>
<p> </p>
<ul>
<li><a href="http://www.rebelatecontralapobreza.org" target="_blank">www.rebelatecontralapobreza.org</a></li>
<li>
<h4><a href="http://elredcurso.wordpress.com/files/2009/10/ideas-para-rebelarte-contra-la-pobreza-desde-el-aula.pdf" target="_blank">Ideas para rebelarte contra la pobreza desde el Aula</a></h4>
</li>
</ul>
<h4><span style="color:#008000;">El Grito de mi Generación. </span></h4>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/5dhG2ybUXLE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/5dhG2ybUXLE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span> Versión ROCK. Muy buena!!</p>
<h3><span style="color:#008000;">(versión acústica)</span></h3>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/wzbm7pf9bi4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/wzbm7pf9bi4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<h3><span style="color:#800000;">ESTRIBILLO:<br />
Quiero oír el grito de mi generación<br />
Dispuesta a levantarse y a vivir sin miedo<br />
Y a dar﻿ un giro, un golpe de emoción<br />
Una revolución donde las armas son tu voz</span></h3>
<h4><span style="color:#800000;">Dame un camino hacia la salvación<br />
Y seguiré tus pasos sin pensarlo<br />
Dirán que estás perdiendo la razón<br />
Pero prefiero estar loco a ser su esclavo</span></h4>
<h4><span style="color:#800000;">Y yo no<br />
No tengo miedo y sigo esperando<br />
A que estalle la revolución</span></h4>
<p><img class="alignleft size-full wp-image-223" title="IO" src="http://elredcurso.wordpress.com/files/2009/10/io.gif" alt="IO" width="160" height="90" /></p>
<ul>
<li>Intermón Oxfam siempre dispone de materiales muy atractivos, entre otros:</li>
</ul>
<p><strong>Propuesta educativa:</strong><strong><br />
Pobreza y Objetivos de Desarrollo del Milenio</strong></p>
<ul>
<li>
<div style="text-align:left;"><a href="http://elredcurso.wordpress.com/files/2009/10/materiales-de-io-en-internet-sobre-pobreza-cero.doc" target="_blank">MATERIALES de IO en Internet sobre Pobreza Cero</a></div>
</li>
</ul>
<p style="text-align:left;"><a href="http://www.intermonoxfam.org/es/page.asp?id=1694" target="_blank"><strong>Recursos adicionales</strong></a>                                         </p>
<p><strong>  Infantil y primer ciclo de primaria</strong></p>
<p>  <a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Infantil_CAST.pdf" target="_blank"> <strong>Marta está contenta</strong> </a>(infantil)   <strong><a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Inicial_CAST.pdf" target="_blank">Kidane tiene un tesoro</a></strong> (1º ciclo)  <strong><a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Guia1_CAST.pdf" target="_blank">Guía didáctica</a> </strong></p>
<p><strong>  Segundo ciclo de primaria</strong></p>
<p>   <strong><a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Mitja_CAST.pdf" target="_blank">Ale y la bola del mundo mágica</a></strong>   <strong><a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Guia2_CAST.pdf" target="_blank">Guía didáctica</a></strong>   </p>
<p><strong>  Tercer ciclo de primaria</strong></p>
<p>   <strong><a href="http://www.intermonoxfam.org/cms/HTML/espanol/2547/Superior_CAST.pdf" target="_blank">La carrera de tu vida</a></strong></p>
<p><strong>  Secundaria</strong></p>
<p><strong> <a href="http://www.intermonoxfam.org/es/page.asp?id=2929" target="_blank">Muévete por la Pobreza Cero</a></strong> Carpeta de recursos<strong> </strong></p>
<p><strong>     Global Express</strong><br />
     <a href="http://www.intermonoxfam.org/es/page.asp?id=1765">La pobreza, la gran olvidada</a></p>
<p><strong>Otros Materiales</strong></p>
<ul>
<li><a href="http://elredcurso.wordpress.com/files/2009/10/guia_didactica_sobre_la_erradicacion_de_la_pobreza.pdf" target="_blank">Guía didáctica sobre la Erradicación de la Pobreza( IES El Rincón)</a> </li>
<li><span style="color:#000000;"><a href="http://elredcurso.wordpress.com/files/2009/10/dia-internacional-para-la-erradicacion-de-la-pobreza-ies-l.ppt">PowePoint:DÍA INTERNACIONAL PARA LA ERRADICACIÓN DE LA POBREZA.</a></span></li>
<li><span style="color:#000000;"><a href="http://elredcurso.wordpress.com/files/2009/10/resoluciononu.pdf">Resolución ONU: Obetivos de Desarrollo del Milenio.</a></span></li>
<li><span style="color:#000000;"><a href="http://elredcurso.wordpress.com/files/2009/10/objetivos-del-milenio.pdf">Cartel: Objetivos Desarrollo del Milenio.</a></span></li>
<li><span style="color:#000000;"><a href="http://elredcurso.wordpress.com/files/2009/10/comunicado_dia_pobreza_2007.pdf">Comunicado de la RCES ante el Dia Internacional por la Erradicación de la Pobreza (17 Oct. 2007)</a></span></li>
<li><a href="http://elredcurso.wordpress.com/files/2009/10/pdf_panel1deudaexterna2005_1_.pdf">Cartel: Deuda Externa, La Condena de los Empobrecidos.</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The ODMafia: We are building a new religion!]]></title>
<link>http://emergingthought.wordpress.com/2009/10/10/the-odmafia-we-are-building-a-new-religion/</link>
<pubDate>Sat, 10 Oct 2009 05:25:00 +0000</pubDate>
<dc:creator>iggy</dc:creator>
<guid>http://emergingthought.wordpress.com/2009/10/10/the-odmafia-we-are-building-a-new-religion/</guid>
<description><![CDATA[a2a_linkname=document.title;a2a_linkurl=location.href;]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/RoFO7Tb0jlk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/RoFO7Tb0jlk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0"></a>a2a_linkname=document.title;a2a_linkurl=location.href;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[II Semana de Deporte y Solidaridad]]></title>
<link>http://comitegandhi.wordpress.com/2009/10/07/ii-semana-de-deporte-y-solidaridad/</link>
<pubDate>Wed, 07 Oct 2009 11:10:06 +0000</pubDate>
<dc:creator>comitegandhi</dc:creator>
<guid>http://comitegandhi.wordpress.com/2009/10/07/ii-semana-de-deporte-y-solidaridad/</guid>
<description><![CDATA[Con motivo de la campaña “Levántate contra la Pobreza” hemos decidido celebrar unas jornadas de DEPO]]></description>
<content:encoded><![CDATA[Con motivo de la campaña “Levántate contra la Pobreza” hemos decidido celebrar unas jornadas de DEPO]]></content:encoded>
</item>
<item>
<title><![CDATA[Concurso de fotografia - Objectivos do Milénio]]></title>
<link>http://dreamfeel.wordpress.com/2009/10/05/2801/</link>
<pubDate>Mon, 05 Oct 2009 18:53:00 +0000</pubDate>
<dc:creator>Joao Ledo Fonseca</dc:creator>
<guid>http://dreamfeel.wordpress.com/2009/10/05/2801/</guid>
<description><![CDATA[O Concurso de Fotografia é organizado pelo ISEP (Instituto Superior de Engenharia do Porto), no âmbi]]></description>
<content:encoded><![CDATA[O Concurso de Fotografia é organizado pelo ISEP (Instituto Superior de Engenharia do Porto), no âmbi]]></content:encoded>
</item>
<item>
<title><![CDATA[Prayer Partners Ministry]]></title>
<link>http://christianqueergrrl.wordpress.com/2009/09/30/prayer-partners-ministry/</link>
<pubDate>Thu, 01 Oct 2009 03:35:42 +0000</pubDate>
<dc:creator>christianqueer</dc:creator>
<guid>http://christianqueergrrl.wordpress.com/2009/09/30/prayer-partners-ministry/</guid>
<description><![CDATA[The following is adapted from the notice in the church news.  I&#8217;ll be cross-posting some of th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">The following is adapted from the notice in the church news.  I&#8217;ll be cross-posting some of the prayer resources I share as I go.  As always prayers and support are welcome!  I&#8217;m looking forward to this new adventure! </span></span></p>
<p style="text-align:justify;margin:0;">
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><strong><span style="font-size:10pt;font-family:Verdana;">ODM Prayer Partners</span></strong></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><strong><span style="font-size:10pt;font-family:Verdana;"><br />
</span></strong></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">It is said that when we work, <span style="text-decoration:underline;">we</span> work but when we pray <span style="text-decoration:underline;">GOD</span> works.  Prayer is our opportunity to put our trust in God and let <span style="text-decoration:underline;">Him</span> work in our lives.  Here are a couple of reminders about what God’s word teaches us about prayer:</span></span></p>
<p style="text-align:justify;margin:0;"><em><span style="font-size:10pt;color:blue;font-family:Verdana;"><br />
<strong><span style="color:#008000;">“For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future.  Then you will call upon me and come and <span style="text-decoration:underline;">pray to me, and I will listen to you</span>.  You will seek me and find me when you seek me with all your heart, I will be found by you, declares the Lord.” - Jer 29:11-14</span></strong></span></em></p>
<p style="text-align:justify;margin:0;"><strong><span style="color:#008000;"><em><span style="font-size:10pt;font-family:Verdana;"><br />
“Devote yourselves to prayer, being watchful and thankful.” &#8211; Col 4:2</span></em></span></strong></p>
<p style="text-align:justify;margin:0;"><em><span style="font-size:10pt;color:blue;font-family:Verdana;"><br />
</span></em><span style="font-size:10pt;color:blue;font-family:Verdana;"><span style="color:#000000;">If you&#8217;d like to add some zest to your prayer life, to connect with God and His people in new and exciting ways, then we&#8217;d like to invite you to participate in our exciting new ministry: ODM Prayer Partners!  Special thanks to <strong>Christianqueergrrl</strong> for developing this exciting new ministry!</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
What is a prayer partner?  A prayer partner is:</span></span></p>
<ul style="margin-top:0;" type="disc">
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to pray with </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to praise with </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to help you stay accountable for your prayer practice, daily devotions, etc. </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone new you can connect with that you might not have sought out otherwise </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to keep you involved and connected even when you can&#8217;t make it to Sunday services </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to partner with in praying for the needs of our congregation and our pastoral search </span></span></li>
<li style="margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Someone to promote your growth <span style="text-decoration:underline;">in</span> and <span style="text-decoration:underline;">through</span> prayer </span></span></li>
</ul>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;">Sound like someone you want in your life?  If so, this is the perfect opportunity for you.  Please join us!</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
The process is simple: Sign up by answering a few quick questions.  You&#8217;ll be paired up with a prayer partner and you&#8217;ll have six weeks to share the awesomeness of prayer together!</p>
<p>Your commitment:  You will make a commitment to your prayer partner to share time in prayer twice a week for six weeks.  This can be on the phone, in person, through online chat, whatever works for you and your schedules.</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
We&#8217;ll have opportunities to connect as a group and celebrate our commitment to growing in our prayer life.  Thea will also be available as a resource to you and she will provide you with weekly ideas, suggestions, scriptures or songs that you may find useful or inspiring in your prayer practice with your prayer partner.</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
To sign up please answer the following questions and email christianqueergrrl by <strong>October 8<sup>th</sup></strong>.</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
If you don&#8217;t feel this is something you can participate in right now, we humbly request that you support us with your prayers.</span></span></p>
<p style="text-align:justify;margin:0;"><span style="color:#000000;"><span style="font-size:10pt;font-family:Verdana;"><br />
Thank you!  We look forward to hearing from many of you and starting on this new and exciting prayer adventure.</span></span></p>
<p style="text-align:justify;margin:0;"><strong><span style="color:#008000;"><em><span style="font-size:10pt;font-family:Verdana;"><br />
“May the God of hope fill you with all joy and peace as you trust in him, so that you may overflow with hope by the power of the Holy Spirit.” &#8211; Romans 15:13</span></em></span></strong></p>
<p style="text-align:justify;margin:0;"><em><span style="font-size:10pt;color:blue;font-family:Verdana;"> </span></em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ringera: Too much noise over small issues]]></title>
<link>http://nairobichronicle.wordpress.com/2009/09/19/ringera-too-much-noise-over-small-issues/</link>
<pubDate>Sat, 19 Sep 2009 09:54:39 +0000</pubDate>
<dc:creator>nairobichronicle</dc:creator>
<guid>http://nairobichronicle.wordpress.com/2009/09/19/ringera-too-much-noise-over-small-issues/</guid>
<description><![CDATA[The furore over Justice Aaron Ringer&#8217;a reappointment to the Kenya Anti Corruption Commission i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The furore over Justice Aaron Ringer&#8217;a reappointment to the Kenya Anti Corruption Commission is an unfortunate piece of drama that has induced a frenzy of euphoria among legislators and the general public.</p>
<div id="attachment_1254" class="wp-caption alignleft" style="width: 220px"><img class="size-full wp-image-1254" title="ringera" src="http://nairobichronicle.wordpress.com/files/2009/09/ringera.jpg" alt="Justice Aaron Ringera" width="210" height="243" /><p class="wp-caption-text">Justice Aaron Ringera</p></div>
<p>When the euphoria wears off, most will realize that nothing really changed despite what is billed as an iconic step by Kenya&#8217;s Parliament to reject the re appointment done by President Mwai Kibaki.</p>
<p>If anything, the ongoing cheap drama is working out perfectly as a tactic by Kenya&#8217;s ruling classes to engage in political bargaining, or horse trading, while hoodwinking the people that democratic space is growing.</p>
<p>Now, legislators are on a blood frenzy as they vow to re-examine previous executive appointments and subject them to a similar fate. If Members of Parliament go through with their threat, there will be total chaos in State Corporations and government departments as it will be difficult to tell who is in charge.</p>
<p>Despite all the hullaballoo about the legality or otherwise of the reappointment, the core of the saga was that the ODM wing of government was not consulted over the appointment. Prime Minister Raila Odinga tried to play down the issue so as not to appear as opposing the President but his allies, James Orengo and Prof Anyang Nyongo, could not have opposed Ringera&#8217;s reappointment without Raila&#8217;s tacit approval and encouragement.</p>
<p>The Ringera saga is reminiscent of previous tussles over the powers of the two main principles in the Giant Coalition Government, namely President Kibaki and Prime Minister Raila Odinga. The Prime Minister has numerously said that he is an equal to the President and therefore should be consulted in every government decision. The result of the impasse over powers has resulted in a divided government.</p>
<p>Confusion in government was evident in parliament during the week as Cabinet Ministers harshly attacked their own government. When challenged to resign for disagreeing with their boss &#8211; the President &#8211; the ministers argued that they were debating as ordinary legislators and not as Cabinet Ministers.</p>
<p>The principle of an independent prosecution agency to tackle grand corruption was proposed by the World Bank and International Monetary Fund (IMF) back in 1997. It was then known as the Kenya Anti Corruption Authority (KACA) and was meant to be an independent body that could prosecute top government officials. However, the very concept of a parallel prosecution body was not acceptable to Kenyan authorities and efforts were made to ensure its downfall.</p>
<p>On December 22, 2000, the High Court in the case of <a href="http://www.kenyalaw.org/CaseSearch/case_download.php?go=69893514016742908514367&#38;link=">Gachiengo Versus Republic (2000)</a> ruled that the existence of KACA undermined the powers conferred on both the Attorney General and the Commissioner of Police by the Constitution of the Republic of Kenya. In addition, the High Court further held that the statutory provisions establishing KACA were in conflict with the Constitution. That spelt the death of KACA.</p>
<p>The present KACC was established in 2003 by enactment of the Anti-Corruption and Economic Crimes Act. Justice Aaron Ringera as Director and three Assistant Directors formally took office on 10th September, 2004.</p>
<p>KACC has been accused of not prosecuting top personalities who have been implicated in corruption and instead going after “small fish.” In its defence, KACC says that it lacks powers to prosecute and it can only investigate and forward the files to the Attorney General. This situation is likely to persist as there are many in government who are uncomfortable with the idea of multiple prosecuting agencies in the country.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ali's exit was long overdue]]></title>
<link>http://kenopalo.wordpress.com/2009/09/08/alis-exit-was-long-overdue/</link>
<pubDate>Tue, 08 Sep 2009 21:56:07 +0000</pubDate>
<dc:creator>kenopp</dc:creator>
<guid>http://kenopalo.wordpress.com/2009/09/08/alis-exit-was-long-overdue/</guid>
<description><![CDATA[In an ideal world the ranking of an institution as the most corrupt in a country is enough reason fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In an ideal world the ranking of an institution as the most corrupt in a country is enough reason for the head of that institution to resign or initiate radical reforms to mitigate the situation. But this has never been true for the Kenya Police Force. Every year,  the Kenya Police Force has emerged as the most corrupt institution in the country without serious repercussions at Vigilance House. It therefore came as welcome news when the president announced today the replacement of Major General Ali with Mathew Iteere as Police Commissioner.</p>
<p>Ali tried to rein in organized crime and to tame the proscribed Mungiki sect. The executive lacked the political will to let him finish the job and Ali lacked the spine to take the fight to those who stood in his way. He was also anti-reform, which must be the main reason why the president has chosen to show him the door. His legacy will forever be tarnished by the force&#8217;s extra-judicial killings that took place on his watch. But he will also be remembered as the no-nonsense commissioner who moved the force from the backward days of the Nyayo era police state towards a force befitting a quasi-democracy. Many would agree that for a reformer he lasted for too long at the helm and therefore failed  (kind of like what will become the fate of his former boss, President Kibaki).</p>
<p>Mr. Iteere, from the paramilitary GSU, comes in at a time when the force needs urgent structural and operational reforms (as recommended by the <a href="http://multimedia.marsgroupkenya.org/?StoryID=264435&#38;p=Office+of+the+President" target="_blank">Ransley report</a>). I know nothing about the man but I hope he is strong enough to stand up to the president&#8217;s  men (and increasingly the Premier&#8217;s men too) who might stand in his way. We wish him well.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[UDATED]WISH LIST]]></title>
<link>http://chibehsuke.wordpress.com/2009/09/05/udatedwish-list/</link>
<pubDate>Sat, 05 Sep 2009 08:10:24 +0000</pubDate>
<dc:creator>chib3h</dc:creator>
<guid>http://chibehsuke.wordpress.com/2009/09/05/udatedwish-list/</guid>
<description><![CDATA[ 4 Minute &#8211; MUZIK A new handphone~~~ and a list of ODM watches~     And also a new mp3 player.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://www.plunder.com/4-Minute-MUZIK-download-a09549f977.htm" target="_blank"> 4 Minute &#8211; MUZIK</a></p>
<p style="text-align:center;">A new handphone~~~ and a list of ODM watches~ <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-688" title="3083903658_c938c55920" src="http://chibehsuke.wordpress.com/files/2009/08/3083903658_c938c55920.jpg" alt="3083903658_c938c55920" width="450" height="337" /></p>
<p style="text-align:center;"> <img class="alignnone size-full wp-image-693" title="DD101A-3" src="http://chibehsuke.wordpress.com/files/2009/08/dd101a-3.jpg" alt="DD101A-3" width="241" height="300" /><img class="aligncenter size-full wp-image-691" title="DD100A-1" src="http://chibehsuke.wordpress.com/files/2009/08/dd100a-1.jpg" alt="DD100A-1" width="317" height="400" /></p>
<p style="text-align:center;"><img class="aligncenter size-thumbnail wp-image-690" title="DD99B-44" src="http://chibehsuke.wordpress.com/files/2009/08/dd99b-44.jpg?w=129" alt="DD99B-44" width="129" height="150" /><img class="aligncenter size-full wp-image-689" title="DD99A-39s" src="http://chibehsuke.wordpress.com/files/2009/08/dd99a-39s.jpg" alt="DD99A-39s" width="115" height="150" /></p>
<p> </p>
<p style="text-align:center;">And also a new mp3 player.. I want one that had a big filespace so that I can put all my songs in&#8230;</p>
<p style="text-align:center;">1 and 2 gigs are so not enough for all my songs~ o.o</p>
<p style="text-align:center;"><img src="http://rds.yahoo.com/_ylt=A0S020nWG6JK3kcARiejzbkF/SIG=12toonjbs/EXP=1252224342/**http%3A//www.letsgomobile.org/images/news/sony/sony-walkman-mp3-players.jpg" alt="" /></p>
<p style="text-align:center;">Walkman model, the NW-A820 The player features a 2,4&#8243; 320&#215;240 QVGA screen, noise canceling features, Bluetooth functionality, and sizes up to 16GB.</p>
<p style="text-align:center;">BLUETOOTH!!!!! -screams and kicks- I WANT ONE!!!!</p>
<p style="text-align:center;">More than a phone&#8230; o.o</p>
<p style="text-align:center;">I want the gold looking one&#8230; But the white one looks nice too~~~~ :3</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Perguntas aos CIDADÃOS de Santo André (e do ABC) sobre os ODM - Objetivos de Desenvolvimento do Milênio. ]]></title>
<link>http://najornada.wordpress.com/2009/09/04/perguntas-aos-cidadaos-de-santo-andre-e-do-abc-sobre-os-odm-objetivos-de-desenvolvimento-do-milenio/</link>
<pubDate>Fri, 04 Sep 2009 13:28:54 +0000</pubDate>
<dc:creator>Levi</dc:creator>
<guid>http://najornada.wordpress.com/2009/09/04/perguntas-aos-cidadaos-de-santo-andre-e-do-abc-sobre-os-odm-objetivos-de-desenvolvimento-do-milenio/</guid>
<description><![CDATA[    Nem os deuses, ninguém..., escapa da PRIMAVERA. Setembro é um mês especial.   Começa e termina c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2> </h2>
<p> </p>
<div id="attachment_461" class="wp-caption aligncenter" style="width: 478px"><a rel="attachment wp-att-461" href="http://najornada.wordpress.com/2009/09/04/perguntas-aos-cidadaos-de-santo-andre-e-do-abc-sobre-os-odm-objetivos-de-desenvolvimento-do-milenio/primavera-sandro-botticelli/"><img class="size-full wp-image-461" title="primavera - SANDRO BOTTICELLI" src="http://najornada.wordpress.com/files/2009/09/primavera-sandro-botticelli.gif" alt="Nem os deuses, ninguém..., escapa da PRIMAVERA. " width="468" height="307" /></a><p class="wp-caption-text">Nem os deuses, ninguém..., escapa da PRIMAVERA. </p></div>
<p>Setembro é um mês especial.</p>
<p> </p>
<p>Começa e termina com tristes lembranças, o inicio da Segunda Guerra Mundial e a morte de James Dean.</p>
<p> </p>
<p>Os patriotas brasileiros lembram e celebram a independencia……</p>
<p> </p>
<p>Para quem gosta de futebol, como esquecer o DIA do CORINTHIANS?</p>
<p> </p>
<p>Das tristes lembranças recentes, no caso dos americanos, não há como esquecer o absurdo terrorista do <em>World Trade Center</em>.</p>
<p> </p>
<p>Evidentemente que você acrescentará outras importantes efemérides e registros históricos nessa minha modesta introdução.</p>
<p> </p>
<p>Neste mês eu irei pensar em PRIMAVERA e em Objetivos de Desenvolvimentos do Milênio – ODM.</p>
<p> </p>
<p>Será o meu desagravo a um tema e a profissionais e formadores de opinião desrespeitados e ignorados.</p>
<p> </p>
<p>Para horror de alguns alcaides, principalmente do ABC e mais notadamente de Santo André, setembro traz à luz a ignorância, abandono – e timidez em alguns casos &#8211; na implementação de propostas de Planejamento Estratégico Participativo a Médio e Longo Prazo das Cidades em conexão com a ONU e os Objetivos de Desenvolvimento do Milênio.</p>
<p> </p>
<p>Com todas as dificuldades internas, a governo municipal de Santo André que terminou em 2008 avançou em uma proposta inovadora de discussão do projeto da Organização das Nações Unidas. Respeito e credibilidade nacional e internacional foram conquistados.</p>
<p><strong><em><span style="text-decoration:underline;">ENTÃO, VAMOS ÀS PERGUNTAS:<br />
</span></em></strong> </p>
<p>Como os andreenses irão comemorar o acordo mundial da Cimeira do Milênio de setembro de 2000?</p>
<p> </p>
<p>O Projeto CIDADE FUTURO – AGENDA DO MILÊNIO foi definitivamente enterrado?</p>
<p> </p>
<p>Seria interessante se as Nações Unidas e as Organizações Internacionais soubessem que por conta de uma nova visão – ou ignorância &#8211; administrativa um projeto que agrega valor e respeitabilidade não mais existe?</p>
<p> </p>
<p>Será que aqueles que viraram e iniciaram novas PÁGINAS nos Governos Municipais do ABC não estão interessados sobre este ASSUNTO?</p>
<p> </p>
<p>Não creio que isso seja verdade em pelos menos em três prefeituras do ABCD.</p>
<p><strong><em><span style="text-decoration:underline;">E agora, a pergunta MAIS IMPORTANTE:<br />
</span></em></strong> </p>
<p>Independentemente dos GOVERNOS, o que os segmentos sociais estão fazendo? O que as famílias estão fazendo para que os ODM sejam alcançados até 2015?</p>
<p> </p>
<p>Falando de minha praia e arraial: O que as igrejas e lideranças evangélicas estão fazendo para cumprir os ODM que representam de maneira prática os ensinos de Jesus de Nazaré?</p>
<p> </p>
<p>Será que continuaremos empurrando a RESPONSABILIDADE para os políticos eleitos?</p>
<p> </p>
<p>SAIBAM: Alguns contam e capitalizam em cima de nossa incapacidade em responder agindo ás perguntas anteriores.</p>
<p> </p>
<p>Está tudo bem para você?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OS ODM com Gabriel o Pensador como FUNDO MUSICAL.....]]></title>
<link>http://najornada.wordpress.com/2009/09/03/os-odm-com-gabriel-o-pensador-como-fundo-musical/</link>
<pubDate>Thu, 03 Sep 2009 23:36:14 +0000</pubDate>
<dc:creator>Levi</dc:creator>
<guid>http://najornada.wordpress.com/2009/09/03/os-odm-com-gabriel-o-pensador-como-fundo-musical/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/YoJjJIwEgI4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/YoJjJIwEgI4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
