<?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>fcm &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/fcm/</link>
	<description>Feed of posts on WordPress.com tagged "fcm"</description>
	<pubDate>Sat, 28 Nov 2009 06:29:40 +0000</pubDate>

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

<item>
<title><![CDATA[Full Circle Magazine #31 telah terbit...]]></title>
<link>http://dikmansn.wordpress.com/2009/11/28/full-circle-magazine-31-telah-terbit/</link>
<pubDate>Sat, 28 Nov 2009 03:50:12 +0000</pubDate>
<dc:creator>dikmansn</dc:creator>
<guid>http://dikmansn.wordpress.com/2009/11/28/full-circle-magazine-31-telah-terbit/</guid>
<description><![CDATA[The 31st issue of everybody’s favorite Ubuntu magazine is out!  With 9.10 Karmic Koala just about a ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://dikmansn.wordpress.com/files/2009/11/logo_final.png"><img class="aligncenter size-full wp-image-714" title="logo_fcm" src="http://dikmansn.wordpress.com/files/2009/11/logo_final.png" alt="" width="350" height="70" /></a></p>
<p>The 31st issue of everybody’s favorite Ubuntu magazine is out!  With 9.10 Karmic Koala just about a month old and the next release, Lucid Lynx, already on the horizon and in the news, take a look at what else is going on.</p>
<p>This month, we’ve got:</p>
<p>* Command and Conquer.<br />
* How-To: Program in Python – Part 5, The Perfect Server – Part 1, and Universe of Sound.<br />
* My Story – The Conversion.<br />
* My Opinion – Windows 7.<br />
* Review – Linux Mint 7.<br />
* MOTU Interview – Andreas Wenning.<br />
* Top 5 – Subversion Clients.<br />
* Ubuntu Women, Ubuntu Games and all the usual goodness!</p>
<p style="text-align:center;">
<div id="attachment_713" class="wp-caption aligncenter" style="width: 434px"><a href="http://dikmansn.wordpress.com/files/2009/11/issue31_en_cover.jpg"><img class="size-full wp-image-713" title="issue31_en_cover" src="http://dikmansn.wordpress.com/files/2009/11/issue31_en_cover.jpg" alt="" width="424" height="300" /></a><p class="wp-caption-text">Cover FullCircleMagazine #31</p></div></p>
<p>Download it here: <a href="http://dl.fullcirclemagazine.org/issue31_en.pdf" target="_blank">http://dl.fullcirclemagazine.org/issue31_en.pdf</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shipping times...]]></title>
<link>http://beclever.wordpress.com/2009/11/26/shipping-times/</link>
<pubDate>Fri, 27 Nov 2009 01:27:09 +0000</pubDate>
<dc:creator>Bek</dc:creator>
<guid>http://beclever.wordpress.com/2009/11/26/shipping-times/</guid>
<description><![CDATA[I wanted to share this with my readers who are busy shipping packages&#8230; I think it&#8217;s a ne]]></description>
<content:encoded><![CDATA[I wanted to share this with my readers who are busy shipping packages&#8230; I think it&#8217;s a ne]]></content:encoded>
</item>
<item>
<title><![CDATA[Closures: They're Baaaack.....]]></title>
<link>http://shawngandhi.wordpress.com/2009/11/22/closures-theyre-baaaack/</link>
<pubDate>Mon, 23 Nov 2009 03:23:36 +0000</pubDate>
<dc:creator>shawngandhi</dc:creator>
<guid>http://shawngandhi.wordpress.com/2009/11/22/closures-theyre-baaaack/</guid>
<description><![CDATA[Rather than dwell over the European Commission&#8217;s anti-trust concerns, (namely the dichotomy of]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Rather than dwell over the European Commission&#8217;s anti-trust concerns, (namely the dichotomy of Sun&#8217;s open-source MySQL and Oracle&#8217;s enterprise database line-up under the same proverbial roof), Sun is forward-looking and busy re-shaping the future of Java. On Thursday, out of the cloudy Belgian sky, Mark Reinhold of Sun announced a tiny update to Java 7&#8217;s windy roadmap: the re-instatement Closures. <!--more--></p>
<p><strong>What&#8217;s a Closure?</strong> There&#8217;s some great sites that can explain in <a href="http://fishbowl.pastiche.org/2003/05/16/closures_and_java_a_tutorial/">detail</a>, but generally speaking it&#8217;s a block of code that you can pass to a function. So if you&#8217;re thinking about Java&#8217;s anonymous inner-class, you&#8217;re on the right track. But rather than <em>-only-</em> having access to final variables, the block of code holds a binding to the environment in which it was created, giving it access to all local variables in that scope. Also, an easy syntax plays a large role.</p>
<p><strong>What&#8217;s being proposed?</strong></p>
<p>From what I see, there are at least 3 main proposals of the much anticipated and slightly controversial feature:</p>
<ul>
<li><a href="http://www.javac.info/closures-v05.html">BGGA</a> &#8211; Seems to be the most popular; named after its 4 authors (including James Gosling); and not far off from what you see in Ruby</li>
<li><a href="http://www.jroller.com/scolebourne/entry/first_class_methods_java_style">FCM (First Class Methods)</a> &#8211; Seems the most similar to the one presented at DEVOXX &#8216;09</li>
<li><a href="http://docs.google.com/Doc.aspx?id=k73_1ggr36h">CICE (Concise Instance Creation Expressions)</a> &#8211; A lighter-weight and simpler syntax, authored by Doug Lea, Josh Bloch, and Bob Lee</li>
</ul>
<p>One thing I&#8217;ve noticed &#8212; they all use type-inferance and don&#8217;t require <strong>final</strong>. I&#8217;m not sure which flavor of closures will come out on top &#8211; but the last minute chaos created from shaking the boat is a welcomed sign of life at Sun.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Full Circle Magazine | Issue 30 | Sudah Terbit....]]></title>
<link>http://dikmansn.wordpress.com/2009/10/31/full-circle-magazine-issue-30-sudah-terbit/</link>
<pubDate>Sat, 31 Oct 2009 02:55:55 +0000</pubDate>
<dc:creator>dikmansn</dc:creator>
<guid>http://dikmansn.wordpress.com/2009/10/31/full-circle-magazine-issue-30-sudah-terbit/</guid>
<description><![CDATA[#30 How-To: Program in Python – Part 4, Applications for Bookworms, Installing OpenOffice.org Base. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-562" title="FCM" src="http://dikmansn.wordpress.com/files/2009/10/logo_final.png" alt="FCM" width="350" height="70" /></p>
<p style="text-align:center;"><strong>#30</strong></p>
<ul>
<li style="text-align:center;">How-To: Program in Python – Part 4, Applications for Bookworms, Installing OpenOffice.org Base.</li>
<li style="text-align:center;">My Story – The Doctor Is In, Recording Porgy &#38; Bess, Ubuntu Reincarnates Pensioners Laptop</li>
<li style="text-align:center;">Command and Conquer</li>
<li style="text-align:center;">My Opinion – Acer Aspire One Distros</li>
<li style="text-align:center;">Review – Sony PRS-505 Ebook Reader</li>
<li style="text-align:center;">MOTU Interview – Thierry Carrez.</li>
<li style="text-align:center;">Top 5 – Writing Applications.</li>
<li style="text-align:center;">Ubuntu Women, Ubuntu Games and all the usual goodness!</li>
</ul>
<p><a href="http://dl.fullcirclemagazine.org/issue30_en.pdf" target="_blank"></p>
<p style="text-align:center;"><img src="http://dl.fullcirclemagazine.org/issue30_en_cover.png" alt="" /></p>
<p style="text-align:center;">ENGLISH</p>
<p></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09]]></title>
<link>http://vietnamgold.wordpress.com/2009/10/26/l%e1%bb%8bch-cong-b%e1%bb%91-thong-tin-kinh-t%e1%ba%bf-quan-tr%e1%bb%8dng-trong-tu%e1%ba%a7n-t%e1%bb%ab-ngay-318-4909/</link>
<pubDate>Mon, 26 Oct 2009 04:03:17 +0000</pubDate>
<dc:creator>vietnamgold</dc:creator>
<guid>http://vietnamgold.wordpress.com/2009/10/26/l%e1%bb%8bch-cong-b%e1%bb%91-thong-tin-kinh-t%e1%ba%bf-quan-tr%e1%bb%8dng-trong-tu%e1%ba%a7n-t%e1%bb%ab-ngay-318-4909/</guid>
<description><![CDATA[(GiaVang.com.vn &#8211; Giá vàng Việt Nam và Thế Giới) &#8211; Lịch công bố thông tin kinh tế quan t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>(<a href="http://giavang.com.vn/home/">GiaVang.com.vn &#8211; Giá vàng Việt Nam và Thế Giới</a>) &#8211; Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09<!--more-->
<p> </p>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<p> </p>
<p> </p>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td colspan="8">
<p>Thứ 2, ngày 31/8/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
<p> </p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3">
<p>Anh</p>
</td>
<td>
<p>Cả ngày</p>
</td>
<td>
<p>Nghỉ lễ <a href="http://giavang.com.vn/home/chuyen-muc/ngan-hang">ngân hàng</a></p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p>    EU</p>
</td>
<td>
<p>15:00</p>
</td>
<td>
<p>Ý: <a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.2%</p>
</td>
<td>
<p>0.0%</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/cpi">CPI</a> tạm tính</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>-0.4%</p>
</td>
<td>
<p>-0.7%</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p>Ý: Prelim <a href="http://giavang.com.vn/home/chuyen-muc/cpi">CPI</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.2%</p>
</td>
<td>
<p>0.0%</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Mỹ</p>
</td>
<td>
<p>Tentative</p>
</td>
<td>
<p>Báo cáo số liệu <a href="http://giavang.com.vn/home/chuyen-muc/tai-chinh">tài chính</a> <a href="http://giavang.com.vn/home/chuyen-muc/fcm">FCM</a></p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td>
<p>20:45</p>
</td>
<td>
<p>Chicago PMI</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>47.4</p>
</td>
<td>
<p>43.4</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 3, ngày 1/9/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td nowrap="" rowspan="2">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<p>Anh</p>
<p> </p>
</td>
<td>
<p>Ngày 1-4</p>
</td>
<td>
<p>Halifax HPI</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>0.5%</p>
</td>
<td>
<p>1.1%</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/pmi-san-xuat">PMI sản xuất</a></p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>51.5</p>
</td>
<td>
<p>50.8</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p>Cho vay ròng cá nhân</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.4B</p>
</td>
<td>
<p>0.4B</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p>Phê chuẩn thế chấp</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>51K</p>
</td>
<td>
<p>48K</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td>
<p>13:00</p>
</td>
<td>
<p>Đức: <a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
<p> </p>
</td>
<td>
<p>****</p>
<p> </p>
</td>
<td>
<p>0.7%</p>
</td>
<td>
<p>-1.3%</p>
</td>
</tr>
<tr>
<td>
<p>14:55</p>
</td>
<td>
<p>Đức: Thay đổi thất nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>33K</p>
</td>
<td>
<p>-6K</p>
</td>
</tr>
<tr>
<td>
<p>15:00</p>
</td>
<td>
<p>Final  PMI sản xuất</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>47.9</p>
</td>
<td>
<p>47.9</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p>Tỉ lệ thất nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>9.5%</p>
</td>
<td>
<p>9.4%</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="5">
<p>Mỹ</p>
</td>
<td>
<p>21:00</p>
</td>
<td>
<p>ISM  PMI sản xuất</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>50.2</p>
</td>
<td>
<p>48.9</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>Doanh số bán nhà còn tồn đọng</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>1.7%</p>
</td>
<td>
<p>3.6%</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>Chi tiêu xây dựng</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-0.3%</p>
</td>
<td>
<p>0.3%</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>ISM Giá sản xuất</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>57.3</p>
</td>
<td>
<p>55.0</p>
</td>
</tr>
<tr>
<td>
<p>Cả ngày</p>
</td>
<td>
<p>Tổng doanh số bán xe</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>12.0M</p>
</td>
<td>
<p>11.2M</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 4, ngày 2/9/2009</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>Quốc gia</p>
</td>
<td colspan="2" rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>Anh</p>
</td>
<td colspan="2">
<p>15:30</p>
</td>
<td>
<p>PMI xây dựng</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>48.1</p>
</td>
<td>
<p>47.0</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>   EU</p>
</td>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p>Revised <a href="http://giavang.com.vn/home/chuyen-muc/gdp">GDP</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>-0.1%</p>
</td>
<td>
<p>-0.1%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p>PPI</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-0.5%</p>
</td>
<td>
<p>0.3%</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="7">
<p>Mỹ</p>
</td>
<td colspan="2">
<p>18:30</p>
</td>
<td>
<p>Challenger Job Cuts y/y</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>-5.7%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:15</p>
</td>
<td>
<p>ADP Thay đổi việc làm phi nông nghiêp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>-250K</p>
</td>
<td>
<p>-371K</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Sản lượng phi nông nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>6.1%</p>
</td>
<td>
<p>6.4%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Chi phí lao động theo đơn vị</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-5.3%</p>
</td>
<td>
<p>-5.8%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:00</p>
</td>
<td>
<p>Đơn đặt hàng nhà máy</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>1.5%</p>
</td>
<td>
<p>0.4%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:30</p>
</td>
<td>
<p>Dự trữ <a href="http://giavang.com.vn/home/chuyen-muc/dau-tho">dầu thô</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>0.2M</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>22:30</p>
</td>
<td>
<p>Phát biểu của thành viên FOMC  Lockhart</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 5, ngày 3/9/2009</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>Quốc gia</p>
</td>
<td colspan="2" rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>Anh</p>
</td>
<td colspan="2">
<p>15:30</p>
</td>
<td>
<p>PMI dịch vụ</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>53.9</p>
</td>
<td>
<p>53.2</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="4">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td colspan="2">
<p>15:00</p>
</td>
<td>
<p>Final  PMI dịch vụ</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>49.5</p>
</td>
<td>
<p>49.5</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.3%</p>
</td>
<td>
<p>-0.2%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>18:45</p>
</td>
<td>
<p>Tỉ lệ bỏ thầu tối thiểu</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>1.00%</p>
</td>
<td>
<p>1.00%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Họp báo <a href="http://giavang.com.vn/home/chuyen-muc/ecb">ECB</a></p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="4">
<p>    Mỹ</p>
</td>
<td colspan="2">
<p>1:00</p>
</td>
<td>
<p>Biên bản cuộc họp FOMC</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Số người đệ đơn xin trợ cấp thất nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>563K</p>
</td>
<td>
<p>570K</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:00</p>
</td>
<td>
<p>ISM PMI phi sản xuất</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>48.3</p>
</td>
<td>
<p>46.4</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:30</p>
</td>
<td>
<p>Dự trữ khí đôt tự nhiên</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>54B</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 6, ngày 4/9/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3">
<p>Anh</p>
</td>
<td>
<p>15:30</p>
</td>
<td>
<p>PMI dịch vụ</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>53.9</p>
</td>
<td>
<p>53.2</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td>
<p>13:45</p>
</td>
<td>
<p>Pháp: Cân bằng ngân sách liên bang</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>-86.6B</p>
</td>
</tr>
<tr>
<td>
<p>13:50</p>
</td>
<td>
<p>Phát biểu của chủ tịch <a href="http://giavang.com.vn/home/chuyen-muc/ecb">ECB</a> Trichet</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td>
<p>15:00</p>
</td>
<td>
<p>Ý: Cán cân <a href="http://giavang.com.vn/home/chuyen-muc/thuong-mai">thương mại</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.93B</p>
</td>
<td>
<p>1.19B</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p>Mỹ</p>
</td>
<td>
<p>19:30</p>
</td>
<td>
<p>Thay đổi việc làm phi nông nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>-223K</p>
</td>
<td>
<p>-247K</p>
</td>
</tr>
<tr>
<td>
<p>19:30</p>
</td>
<td>
<p>Tỉ lệ thất nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>9.5%</p>
</td>
<td>
<p>9.4%</p>
</td>
</tr>
<tr>
<td>
<p>19:30</p>
</td>
<td>
<p>Thu nhập trung bình hàng giờ</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.1%</p>
</td>
<td>
<p>0.2%</p>
</td>
</tr>
<tr>
<td>
<p> </p>
</td>
<td colspan="2">
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p> </p>
</td>
</tr>
</tbody>
</table>
<p>Source: <a href="http://giavang.com.vn/home/article/lich-cong-bo-thong-tin-kinh-te-quan-trong-trong-tuan-tu-ngay-318-4909-20090831-8808.html">Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09]]></title>
<link>http://giavang.wordpress.com/2009/10/26/l%e1%bb%8bch-cong-b%e1%bb%91-thong-tin-kinh-t%e1%ba%bf-quan-tr%e1%bb%8dng-trong-tu%e1%ba%a7n-t%e1%bb%ab-ngay-318-4909/</link>
<pubDate>Mon, 26 Oct 2009 04:02:46 +0000</pubDate>
<dc:creator>giavang</dc:creator>
<guid>http://giavang.wordpress.com/2009/10/26/l%e1%bb%8bch-cong-b%e1%bb%91-thong-tin-kinh-t%e1%ba%bf-quan-tr%e1%bb%8dng-trong-tu%e1%ba%a7n-t%e1%bb%ab-ngay-318-4909/</guid>
<description><![CDATA[(GiaVang.com.vn &#8211; Giá vàng Việt Nam và Thế Giới) &#8211; Lịch công bố thông tin kinh tế quan t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>(<a href="http://giavang.com.vn/home/">GiaVang.com.vn &#8211; Giá vàng Việt Nam và Thế Giới</a>) &#8211; Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09<!--more-->
<p> </p>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<p> </p>
<p> </p>
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td colspan="8">
<p>Thứ 2, ngày 31/8/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
<p> </p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3">
<p>Anh</p>
</td>
<td>
<p>Cả ngày</p>
</td>
<td>
<p>Nghỉ lễ <a href="http://giavang.com.vn/home/chuyen-muc/ngan-hang">ngân hàng</a></p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p>    EU</p>
</td>
<td>
<p>15:00</p>
</td>
<td>
<p>Ý: <a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.2%</p>
</td>
<td>
<p>0.0%</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/cpi">CPI</a> tạm tính</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>-0.4%</p>
</td>
<td>
<p>-0.7%</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p>Ý: Prelim <a href="http://giavang.com.vn/home/chuyen-muc/cpi">CPI</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.2%</p>
</td>
<td>
<p>0.0%</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Mỹ</p>
</td>
<td>
<p>Tentative</p>
</td>
<td>
<p>Báo cáo số liệu <a href="http://giavang.com.vn/home/chuyen-muc/tai-chinh">tài chính</a> <a href="http://giavang.com.vn/home/chuyen-muc/fcm">FCM</a></p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td>
<p>20:45</p>
</td>
<td>
<p>Chicago PMI</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>47.4</p>
</td>
<td>
<p>43.4</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 3, ngày 1/9/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td nowrap="" rowspan="2">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<p> </p>
</p></div>
</td>
</tr>
</tbody>
</table>
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<p>Anh</p>
<p> </p>
</td>
<td>
<p>Ngày 1-4</p>
</td>
<td>
<p>Halifax HPI</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>0.5%</p>
</td>
<td>
<p>1.1%</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/pmi-san-xuat">PMI sản xuất</a></p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>51.5</p>
</td>
<td>
<p>50.8</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p>Cho vay ròng cá nhân</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.4B</p>
</td>
<td>
<p>0.4B</p>
</td>
</tr>
<tr>
<td>
<p>15:30</p>
</td>
<td>
<p>Phê chuẩn thế chấp</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>51K</p>
</td>
<td>
<p>48K</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td>
<p>13:00</p>
</td>
<td>
<p>Đức: <a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
<p> </p>
</td>
<td>
<p>****</p>
<p> </p>
</td>
<td>
<p>0.7%</p>
</td>
<td>
<p>-1.3%</p>
</td>
</tr>
<tr>
<td>
<p>14:55</p>
</td>
<td>
<p>Đức: Thay đổi thất nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>33K</p>
</td>
<td>
<p>-6K</p>
</td>
</tr>
<tr>
<td>
<p>15:00</p>
</td>
<td>
<p>Final  PMI sản xuất</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>47.9</p>
</td>
<td>
<p>47.9</p>
</td>
</tr>
<tr>
<td>
<p>16:00</p>
</td>
<td>
<p>Tỉ lệ thất nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>9.5%</p>
</td>
<td>
<p>9.4%</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="5">
<p>Mỹ</p>
</td>
<td>
<p>21:00</p>
</td>
<td>
<p>ISM  PMI sản xuất</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>50.2</p>
</td>
<td>
<p>48.9</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>Doanh số bán nhà còn tồn đọng</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>1.7%</p>
</td>
<td>
<p>3.6%</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>Chi tiêu xây dựng</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-0.3%</p>
</td>
<td>
<p>0.3%</p>
</td>
</tr>
<tr>
<td>
<p>21:00</p>
</td>
<td>
<p>ISM Giá sản xuất</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>57.3</p>
</td>
<td>
<p>55.0</p>
</td>
</tr>
<tr>
<td>
<p>Cả ngày</p>
</td>
<td>
<p>Tổng doanh số bán xe</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>12.0M</p>
</td>
<td>
<p>11.2M</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 4, ngày 2/9/2009</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>Quốc gia</p>
</td>
<td colspan="2" rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>Anh</p>
</td>
<td colspan="2">
<p>15:30</p>
</td>
<td>
<p>PMI xây dựng</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>48.1</p>
</td>
<td>
<p>47.0</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>   EU</p>
</td>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p>Revised <a href="http://giavang.com.vn/home/chuyen-muc/gdp">GDP</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>-0.1%</p>
</td>
<td>
<p>-0.1%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p>PPI</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-0.5%</p>
</td>
<td>
<p>0.3%</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="7">
<p>Mỹ</p>
</td>
<td colspan="2">
<p>18:30</p>
</td>
<td>
<p>Challenger Job Cuts y/y</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>-5.7%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:15</p>
</td>
<td>
<p>ADP Thay đổi việc làm phi nông nghiêp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>-250K</p>
</td>
<td>
<p>-371K</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Sản lượng phi nông nghiệp</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>6.1%</p>
</td>
<td>
<p>6.4%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Chi phí lao động theo đơn vị</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>-5.3%</p>
</td>
<td>
<p>-5.8%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:00</p>
</td>
<td>
<p>Đơn đặt hàng nhà máy</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>1.5%</p>
</td>
<td>
<p>0.4%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:30</p>
</td>
<td>
<p>Dự trữ <a href="http://giavang.com.vn/home/chuyen-muc/dau-tho">dầu thô</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>0.2M</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>22:30</p>
</td>
<td>
<p>Phát biểu của thành viên FOMC  Lockhart</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 5, ngày 3/9/2009</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<p>Quốc gia</p>
</td>
<td colspan="2" rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>Anh</p>
</td>
<td colspan="2">
<p>15:30</p>
</td>
<td>
<p>PMI dịch vụ</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>53.9</p>
</td>
<td>
<p>53.2</p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="4">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td colspan="2">
<p>15:00</p>
</td>
<td>
<p>Final  PMI dịch vụ</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>49.5</p>
</td>
<td>
<p>49.5</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>16:00</p>
</td>
<td>
<p><a href="http://giavang.com.vn/home/chuyen-muc/doanh-so-ban-le">doanh số bán lẻ</a></p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.3%</p>
</td>
<td>
<p>-0.2%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>18:45</p>
</td>
<td>
<p>Tỉ lệ bỏ thầu tối thiểu</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>1.00%</p>
</td>
<td>
<p>1.00%</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Họp báo <a href="http://giavang.com.vn/home/chuyen-muc/ecb">ECB</a></p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="2" rowspan="4">
<p>    Mỹ</p>
</td>
<td colspan="2">
<p>1:00</p>
</td>
<td>
<p>Biên bản cuộc họp FOMC</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td colspan="2">
<p>19:30</p>
</td>
<td>
<p>Số người đệ đơn xin trợ cấp thất nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>563K</p>
</td>
<td>
<p>570K</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:00</p>
</td>
<td>
<p>ISM PMI phi sản xuất</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>48.3</p>
</td>
<td>
<p>46.4</p>
</td>
</tr>
<tr>
<td colspan="2">
<p>21:30</p>
</td>
<td>
<p>Dự trữ khí đôt tự nhiên</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>54B</p>
</td>
</tr>
<tr>
<td colspan="8">
<p>Thứ 6, ngày 4/9/2009</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<p>Quốc gia</p>
</td>
<td rowspan="2">
<p>Giờ VN</p>
</td>
<td>
<p>Tin công bố</p>
</td>
<td rowspan="2">
<p>MĐ quan trọng</p>
</td>
<td rowspan="2">
<p>Dự báo</p>
</td>
<td rowspan="2">
<p>Kỳ trước</p>
</td>
</tr>
<tr>
<td>
<p>Vanginfo.com.vn</p>
</td>
</tr>
<tr>
<td colspan="3">
<p>Anh</p>
</td>
<td>
<p>15:30</p>
</td>
<td>
<p>PMI dịch vụ</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>53.9</p>
</td>
<td>
<p>53.2</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p><a href="http://giavang.com.vn/home/chuyen-muc/eu">EU</a></p>
</td>
<td>
<p>13:45</p>
</td>
<td>
<p>Pháp: Cân bằng ngân sách liên bang</p>
</td>
<td>
<p>***</p>
</td>
<td>
<p> </p>
</td>
<td>
<p>-86.6B</p>
</td>
</tr>
<tr>
<td>
<p>13:50</p>
</td>
<td>
<p>Phát biểu của chủ tịch <a href="http://giavang.com.vn/home/chuyen-muc/ecb">ECB</a> Trichet</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td>
<p>15:00</p>
</td>
<td>
<p>Ý: Cán cân <a href="http://giavang.com.vn/home/chuyen-muc/thuong-mai">thương mại</a></p>
</td>
<td>
<p>***</p>
</td>
<td>
<p>0.93B</p>
</td>
<td>
<p>1.19B</p>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<p>Mỹ</p>
</td>
<td>
<p>19:30</p>
</td>
<td>
<p>Thay đổi việc làm phi nông nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>-223K</p>
</td>
<td>
<p>-247K</p>
</td>
</tr>
<tr>
<td>
<p>19:30</p>
</td>
<td>
<p>Tỉ lệ thất nghiệp</p>
</td>
<td>
<p>*****</p>
</td>
<td>
<p>9.5%</p>
</td>
<td>
<p>9.4%</p>
</td>
</tr>
<tr>
<td>
<p>19:30</p>
</td>
<td>
<p>Thu nhập trung bình hàng giờ</p>
</td>
<td>
<p>****</p>
</td>
<td>
<p>0.1%</p>
</td>
<td>
<p>0.2%</p>
</td>
</tr>
<tr>
<td>
<p> </p>
</td>
<td colspan="2">
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
<td>
<p> </p>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p> </p>
</td>
</tr>
</tbody>
</table>
<p>Source: <a href="http://giavang.com.vn/home/article/lich-cong-bo-thong-tin-kinh-te-quan-trong-trong-tuan-tu-ngay-318-4909-20090831-8808.html">Lịch công bố thông tin kinh tế quan trọng trong tuần từ ngày 31/8-4/9/09</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FCM Editörü Ronnie TUCKER ile Röportaj ]]></title>
<link>http://gimpuzmani.wordpress.com/2009/10/20/fcm-editoru-ronnie-tucker-ile-roportaj/</link>
<pubDate>Tue, 20 Oct 2009 09:19:36 +0000</pubDate>
<dc:creator>gimpuzmani</dc:creator>
<guid>http://gimpuzmani.wordpress.com/2009/10/20/fcm-editoru-ronnie-tucker-ile-roportaj/</guid>
<description><![CDATA[Kendinizi kısaca tanıtabilir misiniz. Tabiki. Ben Ronnie Tucker, özgür ve bağımsız bir ubuntu e-derg]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-53" title="logo_final" src="http://gimpuzmani.wordpress.com/files/2009/10/logo_final.png?w=300" alt="logo_final" width="300" height="60" />Kendinizi kısaca tanıtabilir misiniz.</p>
<p>Tabiki. Ben Ronnie Tucker, özgür ve bağımsız bir ubuntu e-dergi&#8217;si olan<br />
FCM(Full Circle Magazine)nin editörüyüm ve yarı zamanlı bir sanatçıyım.</p>
<p>FCM Macerası nasıl başladı. Hangi fikir ekseninde oluştu ?</p>
<p>FCM nin doğuşu birilerinin fikri olarak Ubuntu forumlarıyla olmuştur.<br />
Benim maceram Yeni bir magazin oluşturmayı düşünen birinin gönderisini yanıtlamamla başladı. Ama cevap gelmedi. Bende bunu kendim yapmaya<br />
karar verdim ve forumda bununla ilgili yeni bir konu açtım. Birkaç saat<br />
içinde içlerinde şu anda hala fcm de çalışan Robert Clipsham, Rob Kerfia&#8217;nında olduğu bir çok kişiden yanıt aldım. Eğer ubuntuforums&#8217;ta<br />
bu iletileri ararsanız hala oralarda bir yerde olduklarını görebilirsiniz.<!--more--></p>
<p>Peki ismini neden Full Circle Magazine koydunuz?</p>
<p>Bir arkadaşım bana bu ismin uygun olacağını söyledi. Gerçektende iyibir isim çünkü Ubuntu&#8217;nun simgesi olan (circle of friend) i de ifade ediyor.</p>
<p>Ne zamandan beri editörlük görevindesiniz.</p>
<p>En başından beri editörüm. Benim hatırladığıma göre Nisan 2007 ye denk geliyor.</p>
<p>Özgür yazılıma katkılarınızı öğrenebilir miyiz?</p>
<p>Hımm. Bu konuda pek bir şey söyleyemem çünkü ben bir programcı değilim. Ama FCM gibi fikirler özgür yazılımın gelişmesine ve benim gibilerinde özgür yazılım birlikteliğine katkı yapabilmemi sağlamakta.</p>
<p>Daha önce herhangi bir e-dergide çalıştınız mı?</p>
<p>Hayır daha önce hiç. Bu kadar zamanımı alacağını bilseydim büyük ihtimalle böyle bir işe hiç kalkışmayacaktım.</p>
<p>Neden Ubuntu?</p>
<p>İlk olarak çok sevdiğim linux işletim sistemi kubuntuydu. Daha sonra 8.10 piyasaya çıktığında ubuntu kullanmaya başladım.</p>
<p>Geçen zaman içinde Ubuntu&#8217;da neler değişiyor?</p>
<p>Ubuntu her altı ayda bir piyasaya sürülüyor. Yani her zaman yeni.</p>
<p>Ubuntunun avantaj ve dezavantajları nelerdir.</p>
<p>Dediğim gibi altı ayda bir yeni bir sürümünün çıkması büyük bir artı. Başka bir artı ise topluluk içinde ubuntu kullanıcılarına desteğinin çok iyi olması.</p>
<p>Başka bir dağıtım kullanıyor musunuz? Nedeni nedir?</p>
<p>Asus EEE 701 dizüstü bilgisayarımda Enlightenment masaüstü destekli Puppy Linux kullanıyorum. 701 çok güçlü değil bu yüzden hafif bir işletim sistemine ihtiyacım var. Linux puppy yavaş bilgisayarlar için mükemmel bir tercih.</p>
<p>Linuxten beklentileriniz nelerdir.</p>
<p>Umarım linux gelişir popülarite kazanır ve kitleler tarafından desteklenerek kullanılan en iyi işletim sistemi haline gelir.</p>
<p>FCM neden bu kadar sevildi?</p>
<p>FCM yeni kullanıcı kitlelerini hedef aldı ve ayrıca daha iyi kullanıcılar içinde makaleler yayınlandı. Ama genelde makalelerin yeni kullanıcılar için yararlı olması ve sıkıcı olmaması büyük bir önem taşımaktadır.</p>
<p>Pardus&#8217;u duydunuz mu? Kullanma imkanı bulabildiniz mi?</p>
<p>Pardus hakkında çeşitli şeyler duydum ama kullanma fırsatım olmadı.</p>
<p>Pardus hakkındaki düşünceleriniz nelerdir.</p>
<p>Bir devletin adım atması ve linux işletim sistemine destek vermesi, linux&#8217;e adapte olmak istemesi çok güzel.</p>
<p>FCM için çeviri takımları kuruluyor. Kalıcı bir çeviri takımları kurma konusunda bir planınız varmı?</p>
<p>Çevirileri sürekli olarak devam ettirmek gerçekten zor, ve zaman alıcı. Bazıları başlıyor ve bir iki çeviriden sonra bırakabiliyor. Ama ben her zaman söylüyorum eğer kendi dilinizde FCM&#8217;niz yoksa bana e-mail ile haber verin ve kendi takımınızı kurun. Şu ana kadar hakkını vermem gereken ve gerçekten iyi iş çıkaran fransız, italyan ve çin takımları var.</p>
<p>FCM Özgür yazılım dergisimidir. Yoksa Ubuntu dergisimi bu konu hakkındaki görüşleriniz nelerdir.</p>
<p>Evet bizede özgür yazılım dergisi diyorlar. Ama asıl amaç yeni yazılımlar geliştirmekten ziyade ubuntuda çeşitli şeyleri nasıl yapabileceğimizi göstermek.</p>
<p>Biraz sizin hakkınızda konuşalım. FCM nin editoru olmak nasıl bir duygu.</p>
<p>Linux topluluğuna destek vermek çok güzel. Bazen bir ayı kendime ayırmak istiyorum ama biliyorumki yeni fikirler ve konular hakkında bir sürü e-mail yağacak. Ama bunun olması aslında güzel çünkü bunun anlamı biz güzel bir şey üretiyoruz ve insanlar bunu okumaktan zevk alıyor.</p>
<p>Web sitenizi ziyaret ettim sanatsal çalışmalarınızı gördüm.Bu konuda birşeyler soylemek istermisiniz.</p>
<p>Birkaç yıldır yağlı boya ve pastel boya çalışmaları yapmaktayım. Bu çalışmalar beni rahatlatmakta ve FCM den ve bilgisayardandan biraz olsun uzaklaşmamı sağlamakta.</p>
<p>Sizce hangisi daha önemli. Linus Torvalds mı Richald Stallman mı?</p>
<p>İnsanlar bazen Stallman ismini gereksiz görüyorTorvalds hakkında biraz fazla heyecanlanıyorlar. Ama şunu unutmamalıyızki Stallman olmasa ne Linus olurdu nede GNU. Dolayısıyla Stallman biraz daha fazla krediyi bence hakediyor.</p>
<p>Aşk, evlilik ve özgürlük hakkındaki düşünceleriniz nelerdir?</p>
<p>Aşk güzel birşeydir ama evliliği özgürlüğünüz için bir tehlike olarak görüyorsanız benim inancım tamda Franklinin söylediği gibi &#8221; Hürriyetlerini geçiçi olarak güvende olmak için bırakabilen insanlar ne hürriyete nede güvenliği hakkederler. &#8220;</p>
<p>Dans denince?</p>
<p>Dans konusunda umutsuz bir vakayım. Yazmayı tercih ederim.<br />
Türkiyeye tatil amaçlı geldinizmi ?</p>
<p>üzgünümki hayır.</p>
<p>Peki türk yemekleri?</p>
<p>Çok çeşitli yabancı yemekler yedim ama henüz türk yemeyi yeme imkanı bulamadım.</p>
<p>Gelecek planlarınız nelerdir?</p>
<p>FCM yi olabildiğince sürdürmek istiyorum.</p>
<p>Peki FCM nin geleceği nedir sizce.</p>
<p>Sadece devam etmeli. Daha fazla destek olmak bizim için yararlı olabilir. Bizi destekleyen Apress,No starch,SAMS ve Prentice Hall gibi firmalar bize incelememiz için kitaplar yolluyorlar. Ama ayrıca incelemek için donanım sahibi olmakta iyi olurdu. Belki bir gün dergimiz basılı olarak yayınlanabilir ama bunun için çok fazla para ve organizasyon gerekli. Dijital halinde olduğu gibi bir gün yayınlansa bile Full Circle Magazine&#8217;i sadece basılması için gereken para çok fazla. Kesinlikle satılmasını düşünmüyorum.</p>
<p>FCM yi inceledik. Gerçekten çok başarılı bir iş çıkarmışsınız. Bizimle bu ropörtajı yaptığınız için teşekkür ederim.</p>
<p>Benimle röportaj yapmak istediğiniz için asıl ben size teşekkür ederim. Benimle beraber FCM yi yayınlamakta emeği geçen herkese Rob, Robert&#8217;e tüm okuyuculara ve makale yazarlarına tüm çeviri takımlarına teşekkür ederim. FCM yi her ay yayınlamaya devam edecektir. Size ve pardus ailesine başarılar diliyorum.</p>
<p>Saygılarımı sunuyor çalışmalarınızda başarılar diliyorum. FCM okumanın ayrıcalığını sürekli yaşamak dileklerimle.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FCM: Deux ans et très courtisée]]></title>
<link>http://enrasecampagne.wordpress.com/2009/10/19/fcm-deux-ans-et-tres-courtisee/</link>
<pubDate>Mon, 19 Oct 2009 04:47:21 +0000</pubDate>
<dc:creator>guiblog</dc:creator>
<guid>http://enrasecampagne.wordpress.com/2009/10/19/fcm-deux-ans-et-tres-courtisee/</guid>
<description><![CDATA[Ils avaient raté le train en 2007. Ils tentent depuis de le prendre en marche. Leader de partis poli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-104" title="Phénomène grégoire" src="http://enrasecampagne.wordpress.com/files/2009/10/phenomene-gregoire.jpg?w=212" alt="Phénomène grégoire" width="212" height="300" />Ils avaient raté le train en 2007. Ils tentent depuis de le prendre en marche. Leader de partis politiques, ministres et députés ont fait le déplacement en nombre hier à l’occasion de la célébration des deux ans d’existence de la<em> Fédération des Créoles Mauriciens</em> (FCM) à Petite-Rivière. Ce qui fait dire à un membre de la FCM que <em>« cette popularité témoigne du chemin parcouru par l’organisation et de son poids sur le plan national »</em>. Mais d’autres, méfiants, y voient une tentative politicienne de <em>« s’emparer des voix créoles »</em>.</p>
<p>Si l’ambiance était hier à la détente, Jocelyn Grégoire n’a pas manqué de lancer un appel aux politiques pour qu’ils agissent dans l’intérêt du pays et non dans celui de leur parti ou de leur intérêt personnel. Comme pour s’amuser des récentes critiques qui ont décrié sa <em>« trop grande proximité »</em> avec le milieu politique, le président de la FCM s’est prêté au jeu de la séance photo en compagnie de Navin Ramgoolam et de Paul Bérenger. Son accolade n’a pas manqué de provoquer un éclat de rire chez les personnes présentes.</p>
<p><em>« Pendant ces deux années, j’ai connu beaucoup de joies, beaucoup de peines »</em>, lâche-t-il en faisant référence aux polémiques dont il a été l’objet dans son propre camp à la suite de la réunification des bleus. Et de contredire ceux qui lui prêtent une ambition politique : <em>« Jocelyn Grégoire ne roule ni pour le MMM, ni pour le MSM, ni pour le PMSD. Je n’accepterais jamais de rentrer dans l’histoire de ce pays comme celui qui a divisé la communauté créole. Je suis prêtre et je mourais prêtre. » </em>Jocelyn Grégoire a, par ailleurs, annoncé que le manifeste de la FCM sera rendu public cette semaine lors d’un rassemblement au Champ de Mars.</p>
<p><!--more-->Le premier ministre s’est, pour sa part, appesanti sur la richesse culturelle de l’île. « <em>Maurice est un exemple d’unité dans la diversité.</em> <em>Etre créole doit être une source de fierté. La FCM a recours à une juste revendication identitaire, mais celle-ci ne doit pas être un repli identitaire », </em>a-t-il déclaré. Et d’ajouter :<em> « Les revendications ne doivent surtout pas se faire aux dépens des autres communautés. »</em> Une opinion partagée par le leader de l’opposition.</p>
<p>Abordant le dossier de la réforme électorale, évoqué un peu plus tôt par Paul Bérenger, Navin Ramgoolam a souligné que ce projet « <em>prendrait du temps »</em> et qu’il <em>« faudra aller dans le sens du consensus »</em>. Il répondait à une boutade du leader de l’opposition qui estimait que la réforme électorale ne pourrait se faire <em>« à moins qu’une illumination ne frappe l’esprit de Navin Ramgoolam cet après-midi »</em>. Retraçant l’évolution des différentes communautés à Maurice depuis l’arrivée des premiers colons, Paul Bérenger estime que <em>« la communauté créole a une place à gagner au soleil, place qu’elle n’a pas eu jusqu’à présent »</em>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FDP Fraktion in Landtag von Sachsen-Anhalt Pressemitteilung: Kosmehl: „Fanszene muss sich von Gewalttätern distanzieren“]]></title>
<link>http://oberligasued.wordpress.com/2009/10/09/fdp-fraktion-in-landtag-von-sachsen-anhalt-pressemitteilung-kosmehl-%e2%80%9efanszene-muss-sich-von-gewalttatern-distanzieren%e2%80%9c/</link>
<pubDate>Fri, 09 Oct 2009 15:25:22 +0000</pubDate>
<dc:creator>oberligasued</dc:creator>
<guid>http://oberligasued.wordpress.com/2009/10/09/fdp-fraktion-in-landtag-von-sachsen-anhalt-pressemitteilung-kosmehl-%e2%80%9efanszene-muss-sich-von-gewalttatern-distanzieren%e2%80%9c/</guid>
<description><![CDATA[Auf Antrag der FDP-Fraktion kam heute am Rande der Landtagssitzung der Innenausschuss zu einer Sonde]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Auf Antrag der FDP-Fraktion kam heute am Rande der Landtagssitzung der Innenausschuss zu einer Sondersitzung zusammen. Die Landesregierung sollte möglichst zeitnah Stellung zu den Berichten zu Übergriffen auf Polizisten am Rande des Regionalliga-Fußballspiels Hallescher FC gegen den 1. FC Magdeburg nehmen.</p>
<p>„Der Angriff ist in höchstem Maße beunruhigend,“ erklärte der innenpolitische Sprecher der FDP-Landtagsfraktion, Guido Kosmehl nach der Sitzung. „Die Polizisten sind bei Fußballspielen vor Ort, um alle Beteiligten und insbesondere auch die Fans vor Gewalt zu schützen. Das sie nun offensichtlich mit Vorsatz selbst zu Zielscheibe werden, ist eine schlechte Nachricht für die Sicherheitslage im Land und damit für jeden einzelnen Bürger.“</p>
<p>Kosmehl forderte die Fanszene auf sich von den Angreifern offen zu distanzieren: „Die friedlichen Fans dürfen sich nicht von einigen Gewalttätern in Komplizenschaft nehmen lassen, wer Informationen über die Täter hat sollte sie der Polizei mitteilen. Gerade die friedlichen Fans werden nämlich zu Opfern von Gewalt. werden, wenn die Polizisten in Zukunft mehr damit beschäftigt sein dürften, sich selbst zu schützen.“</p>
<p>Von der Landesregierung erwarte er Vorschläge, mit welchen Konzepten sie zukünftig solche Vorfälle verhindern will: „Wir als Abgeordnete wollen vor allem wissen, ob unsere Polizisten etwa weitere Einsatzmittel und Ausrüstungsgegenstände benötigen.“ Mit Erfolg beantragte er dazu, das Thema im Innenausschuss im Januar erneut aufzurufen. Dann soll gemeinsam mit den Vereinen, den Fanprojekten, den Polizeigewerkschaften an Lösungen gearbeitet werden. Nicht zuletzt sollen aber auch die Einsatzbeamten zu Wort kommen.</p>
<p><a href="http://www.fdp-fraktion-lsa.de/Pressemitteilung.118.0.html?&#38;tx_ttnews[tt_news]=2034&#38;tx_ttnews[backPid]=103&#38;cHash=9308f7ca22" target="_blank">Quelle</a><br />
Wie gesagt, unser Antwort kommt bald &#8230; It&#8217;s a timing thing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die Linke Fraktion in Landtag von Sachsen-Anhalt Pressemitteilung: Gewaltspirale am Rande von Fußballspielen muss Einhalt geboten werden]]></title>
<link>http://oberligasued.wordpress.com/2009/10/09/die-linke-fraktion-in-landtag-von-sachsen-anhalt-pressemitteilung-gewaltspirale-am-rande-von-fusballspielen-muss-einhalt-geboten-werden/</link>
<pubDate>Fri, 09 Oct 2009 14:01:22 +0000</pubDate>
<dc:creator>oberligasued</dc:creator>
<guid>http://oberligasued.wordpress.com/2009/10/09/die-linke-fraktion-in-landtag-von-sachsen-anhalt-pressemitteilung-gewaltspirale-am-rande-von-fusballspielen-muss-einhalt-geboten-werden/</guid>
<description><![CDATA[Magdeburg, 9. Oktober 2009 In der heutigen Sondersitzung des Innenausschusses informierte das Minist]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Magdeburg, 9. Oktober 2009</p>
<p><em><strong>In der heutigen Sondersitzung des Innenausschusses informierte das Ministerium des Innern über die Vorkommnisse nach dem Regionalspiel zwischen dem Fußballclub Halle und dem 1. FC Magdeburg. Hierzu erklärt die innen- und rechtspolitische Sprecherin der Fraktion Gudrun Tiedge:</strong></em></p>
<p>„Die <strong>gewalttätigen Auseinandersetzungen</strong> rund um Sportveranstaltungen &#8211; insbesondere beim Fußball &#8211; nehmen tendenziell zu. Dafür spricht auch das Regionalspiel zwischen dem HFC und dem 1. FCM vom 26. September 2009.</p>
<p>Die Gewaltspirale scheint sich dabei jedoch <strong>immer schneller</strong> zu drehen. Die Gewaltbereitschaft so genannter Fans hat eine <strong>neue, äußerst besorgniserregende Dimension</strong> erreicht, Aggressivität und massive Gewalt werden zu einer <strong>ständigen Begleiterscheinung von Fußballspielen</strong>. Dieses Phänomen wurde in der heutigen Innenausschusssitzung leider bestätigt.</p>
<p>Die Fraktion DIE LINKE verurteilt die gezielt geplanten und kalkuliert vorbereiteten<strong> Angriffe gegen Polizeibeamte sowie gegen unbeteiligte Fans</strong> aufs Schärfste.<br />
Den Verletzten gehört unsere uneingeschränkte Anteilnahme.</p>
<p>Um so mehr mussten wir mit Erstaunen vernehmen, dass <strong>VertreterInnen von Fan-Projekten nicht den Weg gefunden</strong> haben, sich bei den Opfern zu melden, ihnen schnelle Genesung zu wünschen und sich für die Gewalt so genannter Fans zu entschuldigen.</p>
<p><strong> Gegenstrategien und taktische Maßnahmen</strong> sind aus Sicht der LINKEN deshalb schnellstens gefordert. VertreterInnen aus Politik, seitens der Polizei, der Verantwortlichen des DFB, der Fußballvereine, der Betreiber von Stadien sowie der Fan-Projekte gehören unverzüglich an einen Tisch, um der potenziellen Gewalt in und am Rande von Fußballstadien mit dem Ziel einer präventiven Konfliktbewältigung zu begegnen.</p>
<p>Die Fraktion DIE LINKE begrüßt ausdrücklich, dass sich der Ausschuss für Inneres <strong>zu Beginn des Jahres 2010 nochmals mit der Problematik „Steigendes Gewaltpotenzial bei Fußballspielen und mögliche Gegenstrategien“ befassen</strong> wird und in diesem Rahmen u. a. auch VertreterInnen der Polizeigewerkschaften, der Fan-Projekte sowie Verantwortliche für die Sicherheitspartnerschaft zwischen den Fußballvereinen und der Polizei angehört werden sollen.“</p>
<p><a href="http://www.dielinke-fraktion-lsa.de/nc/politik/presse/detail/zurueck/presse/artikel/gewaltspirale-am-rande-von-fussballspielen-muss-einhalt-geboten-werden/" target="_blank">Quelle</a></p>
<p>Discuss?</p>
<p>Unser Antwort kommt demnächst</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[La marmite « créole » en surchauffe]]></title>
<link>http://sansconcessions.wordpress.com/2009/10/06/la-marmite-%c2%ab-creole-%c2%bb-en-surchauffe/</link>
<pubDate>Tue, 06 Oct 2009 05:35:03 +0000</pubDate>
<dc:creator>Rabin</dc:creator>
<guid>http://sansconcessions.wordpress.com/2009/10/06/la-marmite-%c2%ab-creole-%c2%bb-en-surchauffe/</guid>
<description><![CDATA[Début juillet l&#8217;express-dimanche titrait en couverture « FCM: le début de la fin.» Étrangement]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Début juillet l&#8217;express-dimanche titrait en couverture « FCM: le <a href="http://www.lexpress.mu/services/epaper-45663-b-fcm-le-debut-de-la-b.html">début </a>de la <a href="http://www.lexpress.mu/services/epaper-45665-b-fin--b.html">fin</a>.» Étrangement, après cet article qui annonce l&#8217;implosion de la Fédération des Créoles Mauriciens , aucun mail n&#8217;était parvenu à la rédaction. Personne n&#8217;avait appelé les journalistes ou moi en se plaignant de « FCM bashing.» Pas une seule protestation!</p>
<p>Et pour cause, nous pensions que nous avions bien décrit les courants internes de la FCM. Et expliqué comment, en se butant les uns contre les autres, ils allaient finir par faire chavirer le bateau de Jocelyn Grégoire. Trois mois après, <a href="http://www.lexpress.mu/services/epaper-58239-b-jocelyn-gregoire-president-de-la-federation-des-creoles-mauriciens-fcm-je-suis-use-je-demissionne-b.html">démissions</a>, <a href="http://www.lexpress.mu/services/archivenews-6164-jimmy-harmon-met-un-terme-a-sa-collaboration-avec-la-fcm.html">prise de distance </a>et scission imminentes semblent devenues le lot quotidien de la FCM.<br />
<img src="http://sansconcessions.wordpress.com/files/2009/10/n554498221_796547_4706.jpg" alt="n554498221_796547_4706" title="n554498221_796547_4706" width="250" height="353" class="aligncenter size-full wp-image-1001" /><br />
<a href="http://www.lemauricien.org/weekend/091004/po.htm#8">La sortie de Jocelyn Grégoire</a> contre certaines personnes dans Week-End a pu paraître musclée. Pourquoi Grégoire a-t-il été aussi cassant? En bénissant <a href="http://www.lexpress.mu/services/archivenews-5736-reunification-des-bleus-lorsque-gregoire-joue-au-facilitateur-et-au-pacificateur.html">la réunion de « la grande famille bleue </a>» du PMSD, a-t-il en même temps signé un pacte de non-agression avec le gouvernement de Ramgoolam? Grégoire est-il sceptique par rapport à ce qui est reproché à la police durant <a href="http://enrasecampagne.wordpress.com/2009/09/27/video-arrestation-de-jean-marie-richard/">l&#8217;arrestation de Jean Marie Richard</a>? Ou alors, Grégoire est-il en train de prendre cette position afin de s&#8217;opposer à un groupe de dissidents internes à la FCM ?</p>
<p>J&#8217;ai ma petite idée sur la question. Mais je ne vais pas la partager avec vous pour l&#8217;heure. J&#8217;attends patiemment la grande réunion de la FCM prévue pour le 25 octobre. Tout ce que je sais, c&#8217;est qu&#8217;il va y avoir du sport!</p>
<p>Je vous colle le déroulé des échanges mails (entre un petit groupe de personnes) qui a débouché sur la sortie de Jocelyn Grégoire ce dimanche.</p>
<blockquote><p>
<strong>From:xxxxxxxxxxxxx<br />
Sent: 01 October 2009 20:03<br />
To: xxxxxxxxxxxxxx<br />
Subject: Komite Vizilans dan Ka Jean Marie Richard</strong></p>
<p>Bann Kamarad,</p>
<p>Permet mwa dir ki li mari inportan ki enn kominike ( angle ek kreol) sorti dan ka Jean marie Richard.</p>
<p>Sa kominike-la bizin anvoy li a :</p>
<p>Premie Minis<br />
Komiser Polis<br />
Human Rights Commission</p>
<p>Tou bann Lanbasad.</p>
<p>KONTENI KOMINIKE</p>
<p>   1. Nesesite ki nou bann instision zwe plenman zot rol<br />
   2. Soutenir Konsta fer par Attorney General lor delit de facies<br />
   3. Konsta rasism anti kreol souvan dan kontak avek bann &#8216;public officers&#8217;<br />
   4. Sepandan, lans enn lapel o kalm ek pou ki tou morisien fer konfians tou nou bann linstitision.<br />
   5. Ki le droit ek la justice prime</p>
<p>xxxxxx xxxxx</p>
<p><strong>From: zanmari@imagxxxxxxxxx<br />
To:xxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxx<br />
Subject: RE: Komite Vizilans dan Ka Jean Marie Richard<br />
Date: Thu, 1 Oct 2009 20:13:05 +0400</strong></p>
<p>CHERS AMIS UNE SENTIMENT D&#8217;INSECURITE GAGNE NOTRE COMMUNAUTE SUR TOUT DEPUIS LA LEVEE DE BOUCLIERS DES POLICIERS CONTRE L&#8217;ATTORNEY GENERAL ET LE SILENCE DE L&#8217;OPPOSITION &#8211; J&#8217;AI PRIS L&#8217;INITIATIVE DE REDIGER CE TEXTE ET AI CONTACTE LES ASSOCIATIONS CI DESSOUS POUR LEUR DEMANDER LEUR AVIS &#8211; JOCELYN EST INJOIGNABLE NE REPOND PAS AUX APPELS ET MESSAGES PLUS GRAVE IL NE S&#8217;EST PAS PRONONCE PAR RAPPORT A LA DECLARATION DE RAMA VALAYDEN ALORS QUE JE PENSE QUE CT UNE AUTOROUTE OU IL FALLAIT S&#8217;ENGAGER AVEC DIGNITE ET FERMETER &#8230;&#8230;</p>
<p>LES ASSOCIATIONS CI DESSOUS MEMBRES FONDATEURS DE LA FEDERATION CREOLE MAURICIEN, FCM TIENNENT A FAIRE LA DECLATION SUIVANTE :</p>
<p>   1. NOUS PRENONS NOTE AVEC SATISFACTION DE LA DECLARATION COURAGEUSE DE L’ATTORNEY GENERAL LUNDI DERNIER.<br />
   2. CELUI CI EXPRIMAIT UN SENTIMENT DOULOUREUX GENERALEMENT RESSENTI ET VECU AU SEIN DE LA COMMUNAUTE CREOLE PAR RAPPORT A LA VIOLENCE POLICIERE, PERPETREE PAR CERTAINS ELEMENTS DE LA FORCE AU MEPRIS DES DROITS HUMAINS FONDAMENTAUX ET CONSTITUTIONNELS DE CITOYENS DE TOUTES LES COMMUNAUTES….<br />
   3.  NOUS LANCONS UN APPEL AU CALME ET A LA RAISON POUR QUE LES INSTITUTIONS DU PAYS PUISSENT FONCTIONNER EN TOUTE SERENITE.<br />
   4. NOUS DEMANDONS AU PREMIER MINISTRE ET MINISTRE DE L’INTERIEUR DE PRENDRE TOUTES LES DISPOSITIONS QUI S’IMPOSENT AFIN DE RETABLIR LA CONFIANCE DE TOUS LES CITOYENS DANS LE FONCTIONNEMENT INSTITUTIONNEL DE LA JUSTICE ET DE LA FORCE POLICIERE.<br />
   5. NOUS ACCUEILLONS AVEC SATISFACTION LA MISE SUR PIED D’UNE ENQUETE A LA DEMANDE DU GOUVERNEMENT PAR LA NATIONAL HUMAN RIGHTS COMMISSION, NHRC.<br />
   6. LE GOUVERNEMENT EST ASSURE DE NOTRE SOUTIEN DANS LA VIGILANCE POUR SES EFFORTS AFIN QUE LA VERITE SOIT ETABLIE ET QUE JUSTICE SOIT FAITE…</p>
<p> LE 1ER OCTOBRE 2009</p>
<p>ASSOCIATION CREOLE PLEIN BOIS, ORGANISATION FRATERNELLE L’ESCALIER, ASSOCIATION CREOLE DE PLAINE MAGNIEN, CREOLE MOKA, MUVMAN MOBILYSATION KREOL AFRIKIN, UNION POUR LE PROGRES</p>
<p><strong>From: xxxxxxxxxxxxxxx xxxxxxxxx<br />
Sent: 02 October 2009 19:44<br />
To: xxxxxxxxxxx xxxxxxxxx xxxxxxxxxx<br />
Subject: RE: AMANDLA ! NGAWETHU !</strong></p>
<p>Bann kamarad,</p>
<p>Bravo pou kominike.</p>
<p>Jean Marie li bon ki tomem res MAIN fighter dan sa konba-la. To mem bizin res lor front-line.</p>
<p>Koumsa mem bann noir fight pou zot rights dan USA. Li enn individual fight supported by the community.</p>
<p>Mo krwar ki Jean YVes Violette est la personne appropriee pou vinn port-parol the community on this issue.</p>
<p>Prosenn  fwa ki to zafer pase an kour, nou tou bizin prezan.</p>
<p>To kontak ar bann politisien li bon. Li bon ki tomem ki demann zwenn zot. Saki refiz zwenn twa, to fer kone an piblik.</p>
<p>Pa blie ki Inspekter Tuyau ti trete de zako par enn politisien lopozision.</p>
<p>xxxxxxxx xxxxxxxxxxxxxx</p>
<p><strong>From: zanmari@imaxxxx<br />
To: xxxxxxx<br />
Subject: RE: AMANDLA ! NGAWETHU !<br />
Date: Fri, 2 Oct 2009 21:17:33 +0400</strong></p>
<p>this email is privileged&#8230;..</p>
<p>Mersi xxxxxx- Li demontre ki kan ena pou fer komikasyon marse and where ther&#8217;s a will there&#8217;s a way&#8230;<br />
Nou finn demontre ki bann responsab muvman zot konn reponn lapel -<br />
mo tristess se ki jocelyn pa finn jiz itil reponn bann sms rel ek messaz &#8230;kominike sa bann 11 lorganisasyobn la li palier silans konplis par omission fcm ek so presidan pendan 5 zur &#8230;.<br />
hyer mo finn attir latensyon bann kamarad lor sityasion tense ki ena dan pays mon finn anvoye zot tou y konpri jocelyn pou preske siplye li pran enn poziston pou lans enn appel a la rezon&#8230;<br />
zordi li lev ledwa ek mwa pasrki mo finn dir li mo la pensee kare kare&#8230;<br />
li finn reagir a nou komikike san mem pran konesans so konteni alor ki se fcm et li ki ti bizin pe pran sa pozysion la&#8230;pou fer honer nou kominote&#8230;<br />
enn vre presidan ek enn vre lider li konn rann li disponib kan pei bizin li e non pa kre enn no mans land otur li&#8230;<br />
jocelyn nek en tisef lakoral san okenn lanvergir&#8230; li ki prefer all beni souval ek lekiri&#8230;li opena okenn sans ni sansibilite politik o sens classik grek&#8230; li domaz me li kum sa&#8230;<br />
li pa konn appresye konpetans ek lexpertiz ki pe met a so dispozisyon li koze kan pa bizin e kan bizin li observ silans kupab&#8230;.mai la koz depass so ti personn la koz gran e nou bizin pez nene bwar delwil avant ki nou nettoye nou lentray&#8230;<br />
bo kuraz<br />
zm</p>
<p><strong>From: xxxxxxxxx xxxxxxxxxx<br />
Sent: 03 October 2009 09:00<br />
To: xxxxxxxxx xxxxxxxxxxx xxxxxxxxxx<br />
Subject: RE: AMANDLA ! NGAWETHU !</strong></p>
<p>Fode pa blie anvoy kominike-la a tou lanbasad, Human Rights Commission, Amnesty, Julie Woirin, PM, Leader Lopozision,OICP, KEEPKA.</p>
<p>An seki konsern rol FCM ek so Prezidan, tou kamarad pe komans konpran. Pou ena lezot kiksoz ankor ki pou vinn konfirm saki to pe resanti ek to analiz dan enn lavenir pros.</p>
<p>Mo pena pou fer lot komanter ankor. Saki mo fin dir dan 5-plus dimans 27 septam vinn boucler la boucle.</p>
<p>Mem rasanbleman post- 25 oktob fode pa intimid nou .</p>
<p>Bizin ki bann kamarad Komite Vizilans res soude.</p>
<p>Konsians kreol li dan sa komite-la ek non pas aillleurs.</p>
<p>xxxxxxx xxxxxxxxxxx
 </p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hallescher FC 1 : 1 FC Magdeburg 26.09.2009 Halle]]></title>
<link>http://oberligasued.wordpress.com/2009/09/29/787/</link>
<pubDate>Tue, 29 Sep 2009 14:04:43 +0000</pubDate>
<dc:creator>oberligasued</dc:creator>
<guid>http://oberligasued.wordpress.com/2009/09/29/787/</guid>
<description><![CDATA[First it&#8217;s important to correct the official spectator numbers. Having bought our tickets in a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First it&#8217;s important to correct the official spectator numbers. Having bought our tickets in advance we were somewhat put out to discover that whereas the que for those with tickets stretched half way to Halle-Neustadt, the que for those wanting to buy tickets was characterised by its complete absence. And so rather than wait, senselessly, we bought new tickets.</p>
<p>The extra tickets only skew the official entrance figures by a percentage point or so, and the extra cash will certainly not be enough to pay the fine Halle can now expect for the short unterbrechung; but we feel for the sake of correctness we should draw attention to the fact.</p>
<p>The second point to make is that the match was appalling &#8211; truly awful.</p>
<p>We know that the Kurt Wabble Stadion pitch resembles a potato field just before harvest &#8211; that is however no excuse for the Halle and Magdedburg players to spend the 90 minutes excavating said tubers.</p>
<p>Quite how other media can refer to an exciting and exhilarating match is beyond us.</p>
<p>It was just awful to bear.</p>
<p>Equally as difficult to bear is the following confession: we missed the Krawalle on Straße der Republik.</p>
<p>Ausgerechnet uns.</p>
<p>After the match we hung around for a few minutes in front of the stadium, but sensing that nothing untoward was afoot we set of towards the FCM fans. After about five minutes, and without encountering any police officers intent on trying to stop us, we found ourselves standing in front of the FCM fans. Celebrating yet another discovery of extremely poor police plan we then started planning for the next day, our job done as it were&#8230;..</p>
<p>We heard the fireworks, couldn&#8217;t really understand why the Halle fans were releasing so many fireworks after the game but thought no more about it. For as we say, we sensed nothing untoward in the air.</p>
<p>Stupidly.</p>
<p>We were however too far away by this stage to have reacted, and in any case only had our small camera.</p>
<p>The biggest irritation is the professional irritation. From all that we have learned until now it certainly sounds like a planned attack on the police.</p>
<p>However, as were not there we can neither properly analyse the event nor place it in context.</p>
<p>And that f***ks us right off at the moment.</p>
<p>It&#8217;s a bit like the striker who at 0-0 in the 91st minute finds themself faced with an open goal, and promptly blasts the ball over the bar &#8211; you keep asking yourself &#8220;how could I have missed it??&#8221;</p>
<p>A couple of possible &#8220;reasons&#8221; for the violence appear most likely, but as with all such events, the real truth will take another couple of days to appear.</p>
<p>We expect we will have to write a couple of updates.</p>
<p>Events for us took an even more tragic turn when we heard of events at Halle Bahnhof involving Magdeburg fans and the Bundespolizei. Again we were in Halle Hauptbahnhof &#8211; missed it all.<br />
Najah, <a href="http://www.flickr.com/photos/oberligasued/3961721149/in/set-72157622347386587/" target="_blank">we all have such days</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[1. FC Magdeburg ungeschlagen]]></title>
<link>http://sachsenanhalt.wordpress.com/2009/09/27/fcm-ungeschlagen/</link>
<pubDate>Sun, 27 Sep 2009 16:01:30 +0000</pubDate>
<dc:creator>Sachsen-Anhalt</dc:creator>
<guid>http://sachsenanhalt.wordpress.com/2009/09/27/fcm-ungeschlagen/</guid>
<description><![CDATA[In Ottersleben gewannen die Blau-Weißen ein Benefizspiel gegen die DFB Auswahl. Somit beendete der F]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In Ottersleben gewannen die Blau-Weißen ein Benefizspiel gegen die DFB Auswahl. Somit beendete der FCM die diesjähre Freiluftsaison unbesiegt.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Escravidão e Liberdade na Chapada Diamantina e médio São Francisco]]></title>
<link>http://arquivologo.wordpress.com/2009/09/15/escravidao-e-liberdade-na-chapada-diamantina-e-medio-sao-francisco/</link>
<pubDate>Tue, 15 Sep 2009 15:56:59 +0000</pubDate>
<dc:creator>arquivologo</dc:creator>
<guid>http://arquivologo.wordpress.com/2009/09/15/escravidao-e-liberdade-na-chapada-diamantina-e-medio-sao-francisco/</guid>
<description><![CDATA[Jackson André da Silva Ferreira Universidade do Estado da Bahia &#8211; Mestre em História pela Univ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><span style="color:#ffffff;"><span style="font-family:Verdana;font-size:9pt;">Jackson André da Silva Ferreira</span></span></strong><span style="color:#666666;font-size:xx-small;"><span style="font-family:Verdana;color:#666666;font-size:7pt;"><br />
<span style="color:#ffffff;">Universidade do Estado da Bahia &#8211; Mestre em História pela Universidade Federal da Bahia</p>
<p></span></span></span><strong><span style="color:#ffffff;"><span style="font-family:Verdana;font-size:9pt;">Elisângela Oliveira Ferreira</span></span></strong><span style="color:#666666;font-size:xx-small;"><span style="font-family:Verdana;color:#666666;font-size:7pt;"><br />
<span style="color:#ffffff;">Faculdade de Tecnologia e Ciências - Doutora em História pela Universidade Federal da Bahia</p>
<p><strong><strong><span style="font-family:Verdana;">Coordenação</span></strong></strong><br />
</span></span></span><strong><span style="color:#ffffff;"><span style="font-family:Verdana;font-size:9pt;">Maria de Fátima Novaes Pires</span></span></strong><span style="color:#666666;font-size:xx-small;"><span style="font-family:Verdana;color:#666666;font-size:7pt;"><br />
<span style="color:#ffffff;">Universidade Federal da Bahia - Doutora em História pela Universidade de São Paulo </span></span></span></p>
<p><strong><strong>data e horário:</strong></strong><br />
quinta-feira, 24 de setembro de 2009 às 16:00h</p>
<p><strong><strong>local:</strong></strong><br />
Fundação Clemente Mariani &#8211; Rua Miguel Calmon, 398<br />
Ed. Conde Pereira Marinho, Comércio &#8211; 40015-010 &#8211; Salvador BA</p>
<p align="right"><strong><strong>inscrições e informações:</strong></strong><br />
(71) 3243 2491 &#124; 3243 2666<br />
<a rel="nofollow" href="http://br.mc520.mail.yahoo.com/mc/compose?to=academico@fcmariani.org.br" target="_blank">academico@fcmariani.org.br</a><br />
entrada franca mediante inscrição</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rediculous rollover rates]]></title>
<link>http://thelonelytrader.wordpress.com/2009/09/10/rediculous-rollover-rates/</link>
<pubDate>Fri, 11 Sep 2009 05:27:48 +0000</pubDate>
<dc:creator>The Lonely Trader</dc:creator>
<guid>http://thelonelytrader.wordpress.com/2009/09/10/rediculous-rollover-rates/</guid>
<description><![CDATA[One of the problems I have had with brokers in the past are the rollover rates they establish. None ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One of the problems I have had with brokers in the past are the rollover rates they establish. None of the brokers that I have dealt with, except <a href="http://www.dukascopy.com" target="_blank">Dukascopy</a>, <a href="http://www.oanda.fxtrade.com" target="_blank">Oanda</a> and <a href="http://www.fxcm.com" target="_blank">FXCM</a>, have openly published their rates or made their methodology for calculating those rates available. It appears <a href="http://www.pfgbest.com" target="_blank">PFG</a> is no exception. It could be that PFG makes the rates visible on the proprietary platform, BESTDirect 8.0. But I have no interest in using that platform and so haven&#8217;t checked. Nobody on the telephone at PFG could talk to me about how their rollover rates are calculated. Nor did they know where to find those rates. This is pretty odd&#8230;or sleazy, depending on how one looks at it.</p>
<p>PFG is worse still because, for example, on EURUSD and EURCHF longs recently taken, I was actually charged a pretty hefty sum for a positive roll differential of 0.75. This just takes the piss out of me! So I&#8217;m deciding this week whether I want to stay with PFG, given my tendency to hold trades for a long period of time compared to most FX traders. I hope PFG comes clean &#8212; but something inside me knows they won&#8217;t. Only MB Trading (to my knowledge) is worse when it comes to rollover rates, but at least they make their rates known up front. Unlike PFG.</p>
<p>Pity, because it is a royal pain in the arse to move money around from broker to broker like this. But this is business and it must be done, methinks.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FCM 28 is available]]></title>
<link>http://node28.wordpress.com/2009/08/31/fcm28/</link>
<pubDate>Mon, 31 Aug 2009 13:59:52 +0000</pubDate>
<dc:creator>George</dc:creator>
<guid>http://node28.wordpress.com/2009/08/31/fcm28/</guid>
<description><![CDATA[Issue 28 of FCM (Full Circle Magazine) is available.]]></description>
<content:encoded><![CDATA[Issue 28 of FCM (Full Circle Magazine) is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[Soden Blot]]></title>
<link>http://citayfoto.wordpress.com/2009/08/24/soden-blot/</link>
<pubDate>Mon, 24 Aug 2009 23:39:52 +0000</pubDate>
<dc:creator>Isra</dc:creator>
<guid>http://citayfoto.wordpress.com/2009/08/24/soden-blot/</guid>
<description><![CDATA[&quot;I feel I&#39;m knockin&#39; on heaven&#39;s door&quot; - Bob Dylan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_66" class="wp-caption alignnone" style="width: 614px"><img class="size-full wp-image-66" title="Soden Blot" src="http://citayfoto.wordpress.com/files/2009/08/soden-blot.jpg" alt="&#34;I feel I'm knockin' on heaven's door&#34; - Bob Dylan" width="604" height="453" /><p class="wp-caption-text">&#34;I feel I&#39;m knockin&#39; on heaven&#39;s door&#34; - Bob Dylan</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Blackwater's Unwritten Death Contract - Ray Mcgovern]]></title>
<link>http://dprogram.net/2009/08/21/blackwaters-unwritten-death-contract-ray-mcgovern/</link>
<pubDate>Sat, 22 Aug 2009 02:08:18 +0000</pubDate>
<dc:creator>sakerfa</dc:creator>
<guid>http://dprogram.net/2009/08/21/blackwaters-unwritten-death-contract-ray-mcgovern/</guid>
<description><![CDATA[Hats off to Mark Mazzetti of the New York Times for ferreting out what it was that sent CIA Director]]></description>
<content:encoded><![CDATA[Hats off to Mark Mazzetti of the New York Times for ferreting out what it was that sent CIA Director]]></content:encoded>
</item>
<item>
<title><![CDATA[Congratulation]]></title>
<link>http://kenyin.wordpress.com/2009/08/12/congratulation/</link>
<pubDate>Wed, 12 Aug 2009 00:48:27 +0000</pubDate>
<dc:creator>kenyin</dc:creator>
<guid>http://kenyin.wordpress.com/2009/08/12/congratulation/</guid>
<description><![CDATA[First of all, I should congrat to all MMU FCMer who can make it till the graduation and also other f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First of all, I should congrat to all MMU FCMer who can make it till the graduation and also other faculty people that I know, sorry I can&#8217;t make it when you guys grads because it far and I don&#8217;t have transport. Second, congrats to myself because I have made it this far. For an accounting student with no art background at all, I almost give up when I was in Alpha. But, thanks god I stick to my decision on staying on this course and that make a lots of people hate with my decision but now I have done it. Hopefully, to all that hate with my decision earlier can be happy now. It was a hard time during the 4 years in MMU, even my parents, my relative, everybody is against me in choosing this course. They even didn&#8217;t want to care about me in the first year because they just think I have made a stupid decision. Why don&#8217;t you choose the government University that giving you a good course (Accounting) and even give scholarship for you and so many people got no chance but you didn&#8217;t want to accept it? This is the question that keep throwing to me when I was in Alpha. Thanks to all my friends that really keep me up. I almost really almost wanted to give up when in Alpha.</p>
<p>Beside that, I also happy with what I got now from 0 totally with no art background because all my parents side is professional side, like accounting, lawyers, and doctors. I am the only one that interested in this multimedia thingy. For them art is something that we can&#8217;t earn money with it. It&#8217;s something that we can&#8217;t make a living with it. But, well today at least I am a 50% art, am I? From 0 to 50% erm&#8230;not bad but still far for me to catch up with others that have super art background. I don&#8217;t blame that I don&#8217;t have skill because blaming and not know that you are bad is not a good attitude. What I can say is I still far from the market target out there. If a person need to work 10 % hard, then I need to work 90% harder.</p>
<p>Life is all about learning. I will learn till I die. And I believe nobody is perfect in this world. We should help each other to make a better world.</p>
<p>Now, everything is past and now I need to face everyday, the present and the road infront of me, the future.</p>
<p>Today, I found something new in my life, thanks to you guys!</p>
<p>At first I was thinking just post some nice photo here only because I have upload all in my Facebook. But since it was the last one let post all photos&#8230;.hehe ^^ Because all of them is nice in my heart ( because I didn&#8217;t hold the camera at all that time <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p><img class="alignnone size-full wp-image-1725" title="DSC_1586_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1586_resize.jpg" alt="DSC_1586_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1726" title="DSC_1590_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1590_resize.jpg" alt="DSC_1590_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1727" title="DSC_1594_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1594_resize.jpg" alt="DSC_1594_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1729" title="DSC_1595_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1595_resize1.jpg" alt="DSC_1595_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1730" title="DSC_1598_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1598_resize.jpg" alt="DSC_1598_resize" width="500" height="752" /></p>
<p><img class="alignnone size-full wp-image-1731" title="DSC_1599_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1599_resize.jpg" alt="DSC_1599_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1732" title="DSC_1601_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1601_resize.jpg" alt="DSC_1601_resize" width="500" height="331" /></p>
<p><img class="alignnone size-full wp-image-1733" title="DSC_1605_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1605_resize.jpg" alt="DSC_1605_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1734" title="DSC_1608_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1608_resize.jpg" alt="DSC_1608_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1735" title="DSC_1623_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1623_resize.jpg" alt="DSC_1623_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1736" title="DSC_1624_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1624_resize.jpg" alt="DSC_1624_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1737" title="DSC_1626_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1626_resize.jpg" alt="DSC_1626_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1738" title="DSC_1633_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1633_resize.jpg" alt="DSC_1633_resize" width="500" height="752" /></p>
<p><img class="alignnone size-full wp-image-1739" title="DSC_1634_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1634_resize.jpg" alt="DSC_1634_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1740" title="DSC_1639_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1639_resize.jpg" alt="DSC_1639_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1741" title="DSC_1641_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1641_resize.jpg" alt="DSC_1641_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1743" title="DSC_1643_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1643_resize1.jpg" alt="DSC_1643_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1744" title="DSC_1644_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1644_resize.jpg" alt="DSC_1644_resize" width="500" height="752" /></p>
<p><img class="alignnone size-full wp-image-1745" title="DSC_1648_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1648_resize.jpg" alt="DSC_1648_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1746" title="DSC_1651_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1651_resize.jpg" alt="DSC_1651_resize" width="500" height="331" /></p>
<p><img class="alignnone size-full wp-image-1747" title="DSC_1653_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1653_resize.jpg" alt="DSC_1653_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1748" title="DSC_1654_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1654_resize.jpg" alt="DSC_1654_resize" width="500" height="331" /></p>
<p><img class="alignnone size-full wp-image-1749" title="DSC_1657_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1657_resize.jpg" alt="DSC_1657_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1750" title="DSC_1658_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1658_resize.jpg" alt="DSC_1658_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1751" title="DSC_1662_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1662_resize.jpg" alt="DSC_1662_resize" width="500" height="752" /></p>
<p><img class="alignnone size-full wp-image-1752" title="DSC_1664_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1664_resize.jpg" alt="DSC_1664_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1753" title="DSC_1665_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1665_resize.jpg" alt="DSC_1665_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1754" title="DSC_1672_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1672_resize.jpg" alt="DSC_1672_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1756" title="DSC_1693_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1693_resize.jpg" alt="DSC_1693_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1757" title="DSC_1695_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1695_resize.jpg" alt="DSC_1695_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1758" title="DSC_1698_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1698_resize.jpg" alt="DSC_1698_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1759" title="DSC_1700_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1700_resize.jpg" alt="DSC_1700_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1760" title="DSC_1705_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1705_resize.jpg" alt="DSC_1705_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1761" title="DSC_1719_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1719_resize.jpg" alt="DSC_1719_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1762" title="DSC_1709_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1709_resize.jpg" alt="DSC_1709_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1764" title="DSC_1726_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1726_resize1.jpg" alt="DSC_1726_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1765" title="DSC_1730_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1730_resize.jpg" alt="DSC_1730_resize" width="500" height="332" /></p>
<p><img class="alignnone size-full wp-image-1766" title="DSC_1735_resize" src="http://kenyin.wordpress.com/files/2009/08/dsc_1735_resize.jpg" alt="DSC_1735_resize" width="500" height="332" /></p>
<p>Here might be the end of my school time but maybe will go for master..Hopefully I can make it if I got money after working..hahaha&#8230;</p>
<p>Here the life I have goes by, from accounting student to management&#8230;.then&#8230;..graduate with Creative Multimedia&#8230;lol..what a jump&#8230;.</p>
<p>This course really fun and here I would like to thanks all the lecturers, friends that hate me, friends that love me and to all people that know me. I know everywhere you go there&#8217;s somebody hate you and there is somebody love you. I do love many people but I never hate any.</p>
<p>And I even fall in love with some of the people in FCM&#8230;..^^ secret secret</p>
<p>&#8220;Do shout at me when you see me on the streeet&#8221; hahaha&#8230;..</p>
<p>&#8220;Life is still fun&#8221;</p>
<p>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Graduation 2009]]></title>
<link>http://kenyin.wordpress.com/2009/08/10/graduation-2009/</link>
<pubDate>Mon, 10 Aug 2009 12:44:31 +0000</pubDate>
<dc:creator>kenyin</dc:creator>
<guid>http://kenyin.wordpress.com/2009/08/10/graduation-2009/</guid>
<description><![CDATA[Well, not just graduation for the year of 2009 but also 10th convocation for MMU and also my convoca]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-1720" title="DSC_1614" src="http://kenyin.wordpress.com/files/2009/08/dsc_1614.jpg" alt="DSC_1614" width="399" height="600" /></p>
<p>Well, not just graduation for the year of 2009 but also 10th convocation for MMU and also my convocation&#8230;..</p>
<p>At last I grads&#8230;..erm&#8230;don&#8217;t want to use at last..sound like I long time didn&#8217;t grads&#8230;.Should use I am grads now.</p>
<p>All photo is not shoot by me, but some are, feel tired since wake up at 3am and till now still not yet sleep because of the long journey drive.</p>
<p>I think I should heavy edit the photos only I will post them&#8230;.haha..</p>
<p>Well, lets tease abit&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New spot FX broker decided]]></title>
<link>http://thelonelytrader.wordpress.com/2009/07/29/new-spot-fx-broker-decided/</link>
<pubDate>Thu, 30 Jul 2009 05:58:00 +0000</pubDate>
<dc:creator>The Lonely Trader</dc:creator>
<guid>http://thelonelytrader.wordpress.com/2009/07/29/new-spot-fx-broker-decided/</guid>
<description><![CDATA[After trading on demo for the past couple of weeks, I&#8217;ve decided to open an account with PFG f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>After trading on demo for the past couple of weeks, I&#8217;ve decided to open an account with <a href="http://www.pfgbest.com" target="_blank">PFG</a> for spot FX only. Given all of their offerings these days and their huge back office, I think they are a much stronger outfit than when I first started hearing about them back in 2003 or 2004. I&#8217;m a little unnerved by the &#8220;brokerness&#8221; of PFG &#8211; maybe they&#8217;re a little pricey and their account reps are a little like car salesmen. And maybe that picture of Mr. Wasendorf, Sr. is just a little too scary movie for me. And their front office tech support people are all but brain-dead. (Okay, just one of them&#8230;no, actually two. The two that I talked to could not answer basic questions about their trading engines and feeds.) I&#8217;m hoping I&#8217;ll find somebody there who will take care of me. They have about a gazillion offices everywhere, so my odds are pretty good.</p>
<p>I&#8217;ve opted for the Currenex feed through NinjaTrader. An acquaintance I met in the Los Angeles area &#8212; a far better man than I &#8212; has graciously offered to introduce me to someone there who can set me up. I never look a gift horse in the mouth, so I&#8217;ll give this thing three months to work out. The bottom line is that if I wait for my idea of a &#8220;perfect broker&#8221;, I should just give up now.</p>
<p>I&#8217;ll keep my original account at <a href="http://www.oanda.com" target="_blank">Oanda</a> &#8211; just too loyal to say goodbye completely. I hope in seven years I can say the same about PFG and Mirus, but we all know how fast things change in this business.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recalling the Downing Street Minutes - Ray Mcgovern]]></title>
<link>http://dprogram.net/2009/07/27/recalling-the-downing-street-minutes-ray-mcgovern/</link>
<pubDate>Mon, 27 Jul 2009 08:35:03 +0000</pubDate>
<dc:creator>sakerfa</dc:creator>
<guid>http://dprogram.net/2009/07/27/recalling-the-downing-street-minutes-ray-mcgovern/</guid>
<description><![CDATA[Seven years ago this week, then British Prime Minister Tony Blair gathered his top national security]]></description>
<content:encoded><![CDATA[Seven years ago this week, then British Prime Minister Tony Blair gathered his top national security]]></content:encoded>
</item>
<item>
<title><![CDATA[FC Magdeburg II gegen Hallescher FC II, 30.09.2009 Magdeburg]]></title>
<link>http://oberligasued.wordpress.com/2009/10/01/fc-magdeburg-ii-gegen-hallescher-fc-ii-30-09-2009-magdeburg/</link>
<pubDate>Thu, 01 Oct 2009 12:30:58 +0000</pubDate>
<dc:creator>oberligasued</dc:creator>
<guid>http://oberligasued.wordpress.com/2009/10/01/fc-magdeburg-ii-gegen-hallescher-fc-ii-30-09-2009-magdeburg/</guid>
<description><![CDATA[30.09.2009 Magdeburg What does a fussball verband who has no concept for dealing with potential viol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>30.09.2009 Magdeburg</p>
<p>What does a fussball verband who has no concept for dealing with potential violence do when faced with a potentially problematic Landesliga match.</p>
<p>They schedule the game for a Wednesday at 2pm</p>
<p>Genius.<br />
As we&#8217;ve said before and will no doubt be forced to repeat on a regular basis: wierd kick-off times don&#8217;t solve problems they simply give the impression of a problem solved.<br />
And so it came to pass that whereas on Saturday over 10,000 fans watched a pretty poor Regionalliga match in Halle, four days later some 80 souls made their way to the Heinrich Germer Stadion to watch a much, much better Landesliga encounter.</p>
<p>One of the true joys of football in the former DDR is the way the fans are genuinely interested in all the teams who play in their club.<br />
Because it is their club.<br />
And we have spent many a relaxed Saturday/Sunday afternoon watching a second, third or even A-jugend match.</p>
<p>We do however understand that the authorities are keen to schedule such &#8220;high risk&#8221; matches when, ideally, the first team from the visiting club are playing. And up to a point we can accept that.</p>
<p>But the decision here from SAFV is simply wrong.</p>
<p>And it is wrong because it denies fans the chance to watch a match, is wrong because it risks severing the link between young fans and the youth teams and is wrong because it supports the impression that violence at the match was inevitable.</p>
<p>Had the SAFV done what they should have done and scheduled the match when Halle I were in Hamburg there would have been five times the crowd and exactly the same level of violence: none.</p>
<p>And it is unacceptable that the SAFV did not do such.</p>
<p>And the reasoning for the decision can in no way be considered a valid explanation. The SAFV must be in a position to soberly and accurately predict the risk from a given match. And when they are not then they need to explain why not and take steps to reach such a situation.</p>
<p>Equally unacceptable is the comment from Staffelleiter Ekkehard Kleye in the Magdeburger Volksstimme &#8220;Wir haben kein Augenmerk auf Zuschauer gelegt. Hätten sich beide Vereine auf 11 Uhr Uhr &#8220;&#62;geeinigt, würde um 11 Uhr gespielt.&#8221;</p>
<p>Such a comment is fully unacceptable and should never pass the lips of a man responsible for furthering the game in Sachsen Anhalt. It should be his aim to ensure the maximum public audience for each and every match, yes while keeping an eye on questions such as security, but also fairness.</p>
<p>If Herr Kleyen is simply going to panic every time he see the letters HFC and FCM next to each other on his fixture list then it&#8217;s time he went into retirement.</p>
<p>Ridiculous.</p>
<p>One cannot advance the level of football played in the former DDR if the associations don&#8217;t help the clubs.</p>
<p>It is that simple.</p>
<p>And as we said the match itself was much better than that which we endured on Saturday. But the match here was of secondary importance.</p>
<p>Sadly.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
