<?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>ise &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ise/</link>
	<description>Feed of posts on WordPress.com tagged "ise"</description>
	<pubDate>Thu, 26 Nov 2009 05:40:24 +0000</pubDate>

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

<item>
<title><![CDATA[paulistas na vila carioca]]></title>
<link>http://saopaulodasartes.wordpress.com/2009/11/26/paulistas-na-vila-carioca/</link>
<pubDate>Thu, 26 Nov 2009 02:57:14 +0000</pubDate>
<dc:creator>Ricardo Tadeu</dc:creator>
<guid>http://saopaulodasartes.wordpress.com/2009/11/26/paulistas-na-vila-carioca/</guid>
<description><![CDATA[Mais uma foto do meu trabalho da faculdade. No detalhe, OSGEMEOS e Ise em uma loja qualquer da Aveni]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Mais uma foto do meu trabalho da faculdade. No detalhe, OSGEMEOS e Ise em uma loja qualquer da Avenida do Estado, na região da Vila Carioca.</p>
<p><img class="alignnone size-full wp-image-26" title="gemeosisee" src="http://saopaulodasartes.wordpress.com/files/2009/11/gemeosisee.jpg" alt="" width="630" height="400" /></p>
<p><strong>Ricardo Tadeu</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Photobook of Japan]]></title>
<link>http://plushu.wordpress.com/2009/11/25/photobook-of-japan/</link>
<pubDate>Wed, 25 Nov 2009 21:48:36 +0000</pubDate>
<dc:creator>Plushu</dc:creator>
<guid>http://plushu.wordpress.com/2009/11/25/photobook-of-japan/</guid>
<description><![CDATA[To be found here : Au Coeur du Ja&#8230; 中日 By Plushu Book Preview]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>To be found here :</p>
<div id="badge" style="border:10px solid #00adef;position:relative;width:240px;height:120px;background-color:white;margin:0;padding:10px;">
<div style="position:absolute;top:10px;left:10px;width:118px;height:100px;line-height:116px;text-align:center;margin:0;padding:0;"><a style="border:0;margin:0;padding:0;" href="http://www.blurb.com/bookstore/detail/1010794/?utm_source=badge&#38;utm_medium=banner&#38;utm_content=280x160" target="_blank"> <img style="border:1px solid #a7a7a7;width:116px;vertical-align:middle;margin:0;padding:0;" src="http://www.blurb.com//images/uploads/catalog/47/654347/1010794-dfbbaff918941e249c14348811658cdc.jpg" alt="Au Coeur du Japon - In the Heart of Japan" /> </a></div>
<div style="border:0 none;overflow:hidden;position:absolute;top:58px;left:138px;width:120px;text-align:left;margin:0;padding:0;">
<div style="border:0 none;overflow:hidden;width:105px;line-height:18px;margin:0;padding:0;"><a style="font:bold 12px Arial, Helvetica, sans-serif;color:#fd7820;text-decoration:none;" href="http://www.blurb.com/bookstore/detail/1010794?utm_source=badge&#38;utm_medium=banner&#38;utm_content=280x160">Au Coeur du Ja&#8230;</a></div>
<div style="font:bold 10px Arial, Helvetica, sans-serif;color:#545454;line-height:15px;border:0;margin:0;padding:0;">中日</div>
<div style="font:10px Arial, Helvetica, sans-serif;color:#545454;line-height:15px;border:0;margin:0;padding:0;">By Plushu</div>
</div>
<div style="border:0 none;position:absolute;bottom:8px;left:138px;font-family:Arial,Helvetica,sans-serif;font-style:normal;font-variant:normal;font-weight:normal;font-size:10px;color:#fd7820;line-height:15px;margin:0;padding:0;"><a style="color:#fd7820;text-decoration:none;" title="Book Preview" href="http://www.blurb.com/books/1010794">Book Preview</a></div>
<div style="position:absolute;top:10px;right:10px;margin:0;padding:0;"><a style="border:0;text-decoration:none;margin:0;padding:0;" title="Photo book" href="http://www.blurb.com/?utm_source=badge&#38;utm_medium=banner&#38;utm_content=280x160" target="_blank"> <img style="border:0;margin:0;padding:0;" src="http://www.blurb.com/images/badge/photo-book.png" alt="Photo book" /> </a></div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PowerShell ISE Output Transcription]]></title>
<link>http://microsoftblog.globalknowledge.com/2009/11/24/powershell-ise-output-transcription/</link>
<pubDate>Tue, 24 Nov 2009 15:36:59 +0000</pubDate>
<dc:creator>timatgk</dc:creator>
<guid>http://microsoftblog.globalknowledge.com/2009/11/24/powershell-ise-output-transcription/</guid>
<description><![CDATA[My past couple of posts have looked at PowerShell ISE and described a few aspects of the Script and ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My past couple of posts have looked at PowerShell ISE and described a few aspects of the Script and Command panes, with a brief mention of the Output pane.</p>
<p>Now I&#8217;d like to address some noteworthy aspects of the Output pane.</p>
<p>One of the natural habits I have developed when working with PowerShell is to run Start-Transcript before I get into any new work. The transcription feature has been a part of PowerShell since version 1.0. Having a transcript of the commands I&#8217;ve typed as well as the output from the shell can be used in auditing, peer review and training, documentation, and script development. It&#8217;s almost hard to imagine using transcripts – the same would be true of history. In fact, if I have forgotten to run Start-Transcript before I get into script development, as often happens with the realization that what the previous few commands have done would be even better in a script, and with prototyping, my quick remedy is to run Start-Transcript and then immediately follow-up with a good dose of Get-History. That way everything I&#8217;ve done recently is in the transcript, well at least the commands but not the output.</p>
<p>I panicked when I first found out that the PowerShell ISE console host does not support transcription! If you type Start-Transcript in PowerShell ISE, you get an error to this effect. Then I took a deep breath and it dawned on me: I&#8217;m in an <em>integrated</em> scripting environment. It&#8217;s not quite the same, but has it&#8217;s own form of power.</p>
<p>Consider the following sequence.</p>
<p>&#60;Ctrl&#62;+N    &#8211; creates a new script document tab</p>
<p>&#60;Ctrl&#62;+&#60;Shift&#62;+O    &#8211; navigates to the Output pane</p>
<p>&#60;Ctrl&#62;+A    &#8211; selects all of the commands and output in the Output pane</p>
<p>&#60;Ctrl&#62;+C    &#8211; copies the whole Output pane contents</p>
<p>&#60;Ctrl&#62;+I    &#8211; navigates to the Script pane</p>
<p>&#60;Ctrl&#62;+V    &#8211; pastes the Output pane contents into the Script pane</p>
<p>&#60;Ctrl&#62;+S    &#8211; initiates saving the output</p>
<p>Remember: nOacivs (or Oacnvs, etc.) It just rolls off the fingertips after you&#8217;ve done it many times. But what does this sequence do? Because the Output pane contains each Command that has been typed during this PowerShell ISE session and the resulting output, it&#8217;s quite similar to the transcript output, although not automatic. But this kind of taking some commands and output from the session is up-front and explicit. It&#8217;s not as hidden in the background, thereby it&#8217;s more clear what needs to be done in separating the wheat from the chaff. You can carefully choose what parts of the recent interactive sequence you want for one or more scripts.</p>
<p>Then, once you&#8217;ve culled together parts of scripts in this way, the real fun begins, and PowerShell ISE is there to support you – the debugging of scripts. We&#8217;ll come back and revisit PowerShell ISE later to discuss that story.</p>
<p><strong>Related Course</strong></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&#38;courseid=11107&#38;catid=184&#38;country=United+States">Automating Windows Server 2008 Administration with Windows Powershell (M6434) </a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maratonul Publicităţii]]></title>
<link>http://pupefromdblog.wordpress.com/2009/11/19/maratonul-publicitatii/</link>
<pubDate>Thu, 19 Nov 2009 15:02:04 +0000</pubDate>
<dc:creator>PuPe from d blog</dc:creator>
<guid>http://pupefromdblog.wordpress.com/2009/11/19/maratonul-publicitatii/</guid>
<description><![CDATA[Aseară a avut loc a nuştiucâta ediţie de Maratonul Publicităţii la ISE, unde nimeni nu a luat-o la f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Aseară a avut loc a nuştiucâta ediţie de Maratonul Publicităţii la ISE, unde nimeni nu a luat-o la fugă, s-a stat şi s-a privit la reclame, multe reclame, organizat de studentii de la secţia de marketing, ASM la o adica.</p>
<p>În deschidere Călin Crainic, Creative Director la Vitrina,  ne vorbeşte despre relaţia dintre nenea Brand şi nenea Consumator, sau mai bine zis tanti Consumator, deoarece nenea Brand şi-o trage cu tanti Consumator ca s-o facă clienta lui. Călin a folosit ca întotdeauna un limbaj care l-ar fi făcut şi pe ultimul prost să înţeleagă ce vrea să zică, cu toate că unii şi-au exprimat indignarea faţă de vocabularul lui şi despre metodele sale de exemplificare&#8230; nimeni nu i-a zis asta în faţă.</p>
<p>Au urmat apoi serii de reclame din anii &#8216;50, &#8216;60, &#8216;70,&#8217;80,&#8217;90 şi anii 2000. Diferenţa dintre decenii se vede clar, şi nu mă refer aici la stilul sau calitatea materialelor, fie ele color sau alb-negru, ci la mesajul transmis de ele.</p>
<p>În anii &#8216;50-&#8217;60 erau la modă mesajele transmise pe ritm de melodie, Cosmote cu Mirela lor cred că asta face, şi mă scoate din sărite!</p>
<p>Organizarea a fost bună, s-a lăsat şi cu un concurs, nu de cultură generală, ci mai mult de noroc, doar îţi scriai numele pe o foaie, îl aruncai într-o cutie şi spunea de 3 ori Tatăl Nostru, cu speranţa că numele tău va fi cel extras, şi câştigai o carte de la nu ştiu ce editură, în engleză.</p>
<p>Mai nou sunt în PRime Cluj, vedem ce o să fie, sper să fie o experienţă bună pentru mine şi să am prilejiul de a îi ajuta şi pe ceilalţi.  Imediat merg la sedinţă să punem ţara la cale.</p>
<p>Ne mai vorbim <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[NUS Commencement 2009 - ISE Graduands]]></title>
<link>http://jimaging.wordpress.com/2009/11/13/nus-commencement-2009-ise-graduands/</link>
<pubDate>Fri, 13 Nov 2009 17:44:54 +0000</pubDate>
<dc:creator>jimaging</dc:creator>
<guid>http://jimaging.wordpress.com/2009/11/13/nus-commencement-2009-ise-graduands/</guid>
<description><![CDATA[This group of NUS Industrial &amp; Systems Engineering graduands gathered for their pre-commencement]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This group of NUS Industrial &#38; Systems Engineering graduands gathered for their pre-commencement shots just before the ceremony.</p>
<div id="attachment_234" class="wp-caption alignleft" style="width: 410px"><a href="http://jimaging.wordpress.com/files/2009/11/kn2_1596-21.jpg"><img class="size-medium wp-image-234 " title="KN2_1596 (2)" src="http://jimaging.wordpress.com/files/2009/11/kn2_1596-21.jpg?w=300" alt="" width="400" height="267" /></a><p class="wp-caption-text">Bright red shoes add colors to the serious dark blue academic gown</p></div>
<div id="attachment_235" class="wp-caption alignleft" style="width: 410px"><a href="http://jimaging.wordpress.com/files/2009/11/kn2_1606-21.jpg"><img class="size-medium wp-image-235 " title="KN2_1606 (2)" src="http://jimaging.wordpress.com/files/2009/11/kn2_1606-21.jpg?w=300" alt="" width="400" height="267" /></a><p class="wp-caption-text">Competition doesn&#39;t end after graduating</p></div>
<p><a href="http://jimaging.wordpress.com/files/2009/11/kn2_1607-21.jpg"><img class="alignleft size-medium wp-image-236" title="KN2_1607 (2)" src="http://jimaging.wordpress.com/files/2009/11/kn2_1607-21.jpg?w=300" alt="" width="400" height="320" /></a><a href="http://jimaging.wordpress.com/files/2009/11/dsc_29917__raw-21.jpg"><img class="alignleft size-medium wp-image-237" title="DSC_29917__raw (2)" src="http://jimaging.wordpress.com/files/2009/11/dsc_29917__raw-21.jpg?w=300" alt="" width="400" height="267" /></a></p>
<div id="attachment_238" class="wp-caption alignleft" style="width: 330px"><a href="http://jimaging.wordpress.com/files/2009/11/dsc_29928__raw-21.jpg"><img class="size-full wp-image-238  " title="DSC_29928__raw (2)" src="http://jimaging.wordpress.com/files/2009/11/dsc_29928__raw-21.jpg" alt="" width="320" height="400" /></a><p class="wp-caption-text">A shot from the floor using remote and wireless Creative Lighting System</p></div>
<p><a href="http://jimaging.wordpress.com/files/2009/11/kn2_1672-21.jpg"><img class="alignleft size-medium wp-image-239" title="KN2_1672 (2)" src="http://jimaging.wordpress.com/files/2009/11/kn2_1672-21.jpg?w=300" alt="" width="400" height="225" /></a><a href="http://jimaging.wordpress.com/files/2009/11/kn2_1684-21.jpg"><img class="alignleft size-medium wp-image-240" title="KN2_1684 (2)" src="http://jimaging.wordpress.com/files/2009/11/kn2_1684-21.jpg?w=300" alt="" width="400" height="320" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exploring Kansai: Day Trips from Osaka]]></title>
<link>http://osakainsider.wordpress.com/2009/11/13/exploring-kansai-day-trips-from-osaka/</link>
<pubDate>Thu, 12 Nov 2009 22:00:43 +0000</pubDate>
<dc:creator>osakainsider</dc:creator>
<guid>http://osakainsider.wordpress.com/2009/11/13/exploring-kansai-day-trips-from-osaka/</guid>
<description><![CDATA[Giant Buddha at Todaiji Temple, Nara So far I’ve spent a lot of time talking about what there is to ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_350" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-350" title="Stp60988" src="http://osakainsider.wordpress.com/files/2009/11/stp60988.jpg" alt="Stp60988" width="300" height="225" /><p class="wp-caption-text">Giant Buddha at Todaiji Temple, Nara</p></div>
<p>So far I’ve spent a lot of time talking about what there is to do in  Osaka, but this time I want to give a quick overview of places  that can be visited as day trips from Osaka. It is, in fact, the perfect city  for this, because of its central location and its function as a transportation hub for  the Kansai area.</p>
<p>The obvious destination is Kyoto, which is by far the most popular tourist  destination in Japan among both domestic and international tourists. Then is  nearby Nara (the imperial capital   from 710-794, before it moved to Kyoto), which like Kyoto is home to a  number of famous temples and shrines including Todaiji, Koryuji, and Kasuga  Taisha. I prefer Nara over Kyoto because it feels more genuine and is not as  crowded. Kobe is known as a pleasant, cosmopolitan city  with an international feel&#8211;I recommend the waterfront Meriken Park, which is a romantic hot spot at night. Then there’s Himeji, with its soaring castle that is  more famous and impressive than any other in the  country.</p>
<div id="attachment_351" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-351" title="Stp60199" src="http://osakainsider.wordpress.com/files/2009/11/stp60199.jpg" alt="Stp60199" width="300" height="400" /><p class="wp-caption-text">Wakaura Tenmangu Shrine, Wakayama City</p></div>
<p>If you’re looking for  something new, why not try Wakayama City? It has a number of gorgeous old  temples, some great food, and lovely beaches and hot spring areas. Iga, one of  the two great ninja towns of Japan (the other being Koga in Shiga Prefecture),  is located in Nara Prefecture and features a ninja museum that you’re sure to  get a kick out of. Kumano Kodo, a pilgrimage route that has been celebrated  since ancient times, has recently become popular after being named as Japan’s  newest UNESCO World Heritage Site.</p>
<p>Yoshino is famous for its autumn colors and spring cherry blossoms, and  also has a number of lovely old <em>ryokan</em> and baths. Further east is Ise  Shrine (in eastern Mie Prefecture), the most important Shinto shrine in Japan.  It is connected to the imperial family, and it has been rebuilt every 20 years  on alternating lots using the same architecture and materials since the  beginning of Japan as a unified civilization.</p>
<div id="attachment_352" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-352" title="Stp68507" src="http://osakainsider.wordpress.com/files/2009/11/stp68507.jpg" alt="Stp68507" width="300" height="225" /><p class="wp-caption-text">Ninja train, Iga</p></div>
<div id="attachment_358" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-358" title="Pict0002" src="http://osakainsider.wordpress.com/files/2009/11/pict0002.jpg" alt="Pict0002" width="300" height="407" /><p class="wp-caption-text">Yes, there are even ninjas inside the ninja train.</p></div>
<p>Heading north from Osaka, you will find Uji, which is famous for it <em>matcha</em> powdered green tea, and also for  Byodoin, a graceful temple that is meant to be an earthly re-creation of the Buddhist paradise (you can  find it pictured on the ten yen coin). Fushimi-Inari Shrine is a complex winding  its way up a mountainside, featuring paths lined with thousands of bright-orange  <em>torii</em> gates that create an impressive tunnel-like  effect. The Lake Biwa area is also a treasure trove of great places to see and  delicious foods to eat (<a href="http://osakainsider.wordpress.com/2009/09/24/a-journey-around-lake-biwa-part-1/" target="_blank">read about my journey around the lake here</a>).</p>
<p>There are more options available, but the places listed above are all  great destinations for day or weekend trips out of the city. With the autumn leaves reaching their colorful peak, now is the perfect time to experience the many  faces of the Kansai region.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's Not Getting Done]]></title>
<link>http://shinbikkuri3.wordpress.com/2009/11/10/whats-not-getting-done/</link>
<pubDate>Tue, 10 Nov 2009 02:20:46 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://shinbikkuri3.wordpress.com/2009/11/10/whats-not-getting-done/</guid>
<description><![CDATA[Recently there have been so many activities to join and I am still trying to rest my body, hence a l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently there have been so many activities to join and I am still trying to rest my body, hence a lot flow under the bridge:</p>
<ul>
<li>November 1st was <em>Tsuitachigayu</em> which I haven&#8217;t attended since August 1st, when I was hit. Ironic that the activity which brings me peace and relaxation is one I can&#8217;t go to because I need peace and relaxation. Soon.</li>
<li>November 3rd was Culture Day and we had the day off. I was hoping to attend a culture festival, but there were some political twists and the <em>Ise Katagami</em> artist wasn&#8217;t going to be present this year anyhow.</li>
<li>A conflicting interest on the 3rd was the opening of the new <em>Ujibashi</em> bridge into the inner shrine. I really wanted to go, but didn&#8217;t have accurate information about the events. Recently I had a Guiness with one of the priests and got filled in for next time&#8230; in 20 years.</li>
<li>November 8th there were two events, one at <em>Saiku</em> and another at one of my schools.</li>
<li>November 9th was a festival at the Self-Defense Force airbase nearby. I wanted to go get photos of the helicopters in action.</li>
</ul>
<p>Please don&#8217;t be mistaken, I am not missing out on everything; just, my activities have been more subdued and restful. For example, over the weekend, I went to a friend&#8217;s farm in the countryside and stayed overnight. Although it was not the 5th, we celebrated Guy Fawkes&#8217; day: a little beer, homemade sausage, Cornish pasties, fireworks, a bonfire, good conversation, and fresh air. It was very therapeutic. Although, I forgot my pain meds, I was relaxing enough that nothing felt too severe. Maybe I should do this every weekend.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Trains 'til Christmas]]></title>
<link>http://shinbikkuri3.wordpress.com/2009/11/09/free-trains-til-christmas/</link>
<pubDate>Mon, 09 Nov 2009 04:44:13 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://shinbikkuri3.wordpress.com/2009/11/09/free-trains-til-christmas/</guid>
<description><![CDATA[Tomorrow morning I will start riding the trains for free until Christmas! Yes, that&#8217;s right, I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Tomorrow morning I will start riding the trains for free until Christmas! Yes, that&#8217;s right, I said free. How do you do that, you may ask. Well it is really quite simple. When I moved to Ise in May, I bought a one month commuter pass for the train to try it out and see how I liked riding the train. Every day I calculated how many fares I avoided with the pass. In June I was sure I could ride the train for six months and the passes seemed like a good deal, so I invested in a half-year pass.</p>
<p>My pass is valid through December 24th and cost me 109,300 yen. My estimate is that by the end of the day, I will have used 109,290 yen in fares. Hence, excepting 10 yen tomorrow, my pass has paid for itself. Even though I took a two week vacation to America and had several hospital days after my accident, the pass is still a good deal. Also, it is extremely convenient; especially when I&#8217;m running late.</p>
<p>Next I need to decide, with the upcoming purchase of a car, whether to renew the pass or try commuting in a vehicle for awhile. We&#8217;ll see.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Price of Progress]]></title>
<link>http://shinbikkuri3.wordpress.com/2009/11/06/price-of-progress/</link>
<pubDate>Fri, 06 Nov 2009 04:18:30 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://shinbikkuri3.wordpress.com/2009/11/06/price-of-progress/</guid>
<description><![CDATA[On my walk to the station there are alot of old houses wedged together. Often they are so tight that]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>On my walk to the station there are alot of old houses wedged together. Often they are so tight that one stairs out a window into a sheet metal wall. Recently one of these places was torn down, an outbuilding was turned into an office, and the rest became a parking lot. It looks very sharp and presuming a business eventually makes use of it, perhaps it is a sign of progress.</p>
<p>For me it means I can cut 10 meters or so off my commute by going through the parking lot. When I&#8217;m running late this is a benefit; however, this morning I experienced a down side to this <em>improvement</em>.</p>
<p>Normally I love to greet people when I am out and about. So much so, that it is almost reflexive. Walking through the new asphalt today: I glanced left, saw a head, and stopped short of greeting the man just in time. He was inside an open window, but that might not stop me from greeting someone. In this case, the clincher was that he was sitting on his toilet. Anyone walking through will see his morning affairs.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Brazilintel Comment Series 2.1 Brazil at COP-15: Out in Front]]></title>
<link>http://i-seeglobal.com/2009/11/04/brazilintel-comment-series-2-1-brazil-at-cop-15-out-in-front/</link>
<pubDate>Wed, 04 Nov 2009 12:39:30 +0000</pubDate>
<dc:creator>jimmy</dc:creator>
<guid>http://i-seeglobal.com/2009/11/04/brazilintel-comment-series-2-1-brazil-at-cop-15-out-in-front/</guid>
<description><![CDATA[This Comment explores Brazil’s growing importance in the international environmental arena. It exami]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- SlideShare error: doc is missing or has illegal characters /[^-_a-zA-Z0-9]/ --></p>
<p>This Comment explores Brazil’s growing importance in the international environmental arena. It examines what Brazil will be taking to COP-15, a close look at deforestation, REDD and corporate commitments to environmental sustainability and asking whether Brazil will seize this chance to take the lead in its role as a bridge between the developed and developing world.<!--more--></p>
<p>To receive the Brazilintel comment series free of charge email <a href="mailto:MAIL_ADDRESS_HERE">news@i-seeglobal.com</a> with ‘<strong>Brazilintel Comment</strong>‘ in the subject line. Contact me directly to discuss your own research needs or to sponsor the series  – <a href="mailto:MAIL_ADDRESS_HERE">jimmygreer@i-seeglobal.com</a>/ +447843560399</p>
<p>Check it out on slideshare or download the <a href="http://sustainabledevelopments.files.wordpress.com/2009/11/brazil-at-cop15.pdf" target="_blank">PDF here</a></p>
<p><em>Did you enjoy this post?</em></p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fi-seeglobal.com%2F2009%2F10%2F08%2Fbrazilintel-comment-series%2F&#38;linkname=Brazilintel%20Comment%20series%20"><img src="http://sustainabledevelopments.files.wordpress.com/2009/10/share-this-icon.png?w=36&#038;h=35#38;h=35&#38;h=35" alt="Share" width="36" height="35" /></a> <em>share this on your favourite social networking site or click on the</em> <a href="http://twitter.com/home?status=%20Brazil%20at%20COP-15:%20Out%20in%20Front%20http://bit.ly/4x0How" target="_blank"><img title="tweetme" src="http://sustainabledevelopments.files.wordpress.com/2009/10/tweetme.png?w=35&#038;h=35#38;h=35&#38;h=35" alt="tweetme" width="35" height="35" /></a> <em>tweet button to instantly share this on twitter.</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Long Walk]]></title>
<link>http://forkimi.wordpress.com/2009/11/03/long-walk/</link>
<pubDate>Tue, 03 Nov 2009 14:31:42 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://forkimi.wordpress.com/2009/11/03/long-walk/</guid>
<description><![CDATA[Today was a holiday in Japan. I slept in very late. After I woke up, I went to a coffee shop nearby ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Today was a holiday in Japan. I slept in very late. After I woke up, I went to a coffee shop nearby for breakfast. I also went for a long walk around Ise. Normally I am in a hurry, so it was nice to relax and look around.</p>
<p>I wanted to buy some bread from a great bakery but they were closed today. The bakery is called Boulangerie Tontin. They also sell French cheeses now. They call this business Fromagerie Tontin.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Garbage Burner?]]></title>
<link>http://shinbikkuri3.wordpress.com/2009/11/03/garbage-burner/</link>
<pubDate>Tue, 03 Nov 2009 13:10:06 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://shinbikkuri3.wordpress.com/2009/11/03/garbage-burner/</guid>
<description><![CDATA[One reason we selected my current apartment was the relative beauty of the surroundings; for example]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One reason we selected my current apartment was the relative beauty of the surroundings; for example, a kindly man with a cute cat grows a garden in front of my stairs. Having a little more greenery around the place is nice, plus I can chat with a cat every morning on my way out.</p>
<p>My first week here, I was left wondering how beneficial it was when an odor kept wafting into my office. Mistakenly I thought he was burning garbage in the garden and including a lot of plastics. When I realized the truth I&#8217;m not quite sure, but it exonerated the kindly man.</p>
<p>Two blocks from my apartment we have an old <em>bandai sento</em> (番台銭湯) of which I will surely write more later, but for today it is a public bath. This also seemed like a plus, but is the source of my mysterious odor. Everyday they fire up an oil furnace to heat the water. It&#8217;s not bothering me now, but we&#8217;ll see about the Springtime when I want to leave the windows wide to suck in the <em>fresh</em> air.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows' u Kurun, Geriye Kalan Tüm Programlar Burada]]></title>
<link>http://zayzay.wordpress.com/2009/11/01/windows-u-kurun-geriye-kalan-tum-programlar-burada/</link>
<pubDate>Sun, 01 Nov 2009 18:52:48 +0000</pubDate>
<dc:creator>ZAY ZAY</dc:creator>
<guid>http://zayzay.wordpress.com/2009/11/01/windows-u-kurun-geriye-kalan-tum-programlar-burada/</guid>
<description><![CDATA[Her windows yüklemesinden sonra bilgisayara bazı temel programların kurulması gerekir. Gerekli progr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://zayzay.wordpress.com/2009/11/01/windows-u-kurun-geriye-kalan-tum-programlar-burada"><img class="aligncenter" src="http://www.barnz2k.com/blog/wp-content/uploads/2008/01/essential.jpg" alt="" width="600" height="150" /></a></p>
<p style="text-align:justify;">Her <a href="http://www.bildirgec.org/ara/windows" target="_blank">windows</a> yüklemesinden sonra bilgisayara bazı temel <a href="http://www.bildirgec.org/ara/programlar" target="_blank">programlar</a>ın kurulması gerekir. Gerekli programları kurduğunuz zaman windows çok daha dayanıklı hale gelecek ve güçlü olacaktır. Bu yazıda yeni <a href="http://www.bildirgec.org/ara/windows%20i%C5%9Fletim%20sistemi" target="_blank">windows işletim sistemi</a> kurulmuş bir bilgisayara yüklenmesi gereken 25 ücretsiz <a href="http://www.bildirgec.org/ara/yaz%C4%B1l%C4%B1m" target="_blank">yazılım</a> yer almaktadır.</p>
<p style="text-align:justify;">Bu programlar bilgisayarınızı daha güvenli ve daha sağlam hale getirecektir. Aşağıda alfabetik sıra ile programlara ulaşabilirsiniz.</p>
<p style="text-align:center;"><strong><span style="color:#ff6600;">yazının devamı &#8212;&#62;</span></strong> <!--more--></p>
<p style="text-align:justify;">1. <strong>Avira AntiVir Personal Edition</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/avira.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Bilgisayarınız için ücretsiz en iyi güvenlik çözümlerinden birisidir. Hem sabit diski hem de harici diskleri tarar. Taramayı özelleştirebilirsiniz.</p>
<p style="text-align:justify;"><a href="http://www.softpedia.com/progDownload/AntiVir-Personal-Edition-Download-6527.html" target="_blank">indir</a> &#124; <a href="http://www.free-av.com/en/index.html" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">2. <strong>CCleaner</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/ccleaner.png" border="0" alt="\" /></div>
<p style="text-align:justify;">CCleaner ücretsiz sistem optimizasyonu, gizlilik ve temizlik aracıdır. Sisteminizden kullanılmayan dosyaları siler. Ayrıca internet geçmişini temizler. Ek olarak, tam özellikli kayıt defteri temizleyicisi içerir.</p>
<p style="text-align:justify;"><a href="http://www.ccleaner.com/download" target="_blank">indir</a> &#124; <a href="http://www.ccleaner.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">
<div style="text-align:justify;"></div>
<p style="text-align:justify;">3. <strong>Comodo Firewall</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/comodo-firewall.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Comodo, Firewall Pro ile birleşmiş antivirüs programıdır. Bilgisayarlar için güvenlik duvarıdır.</p>
<p style="text-align:justify;"><a href="http://personalfirewall.comodo.com/download_firewall.html" target="_blank">indir</a> &#124; <a href="http://personalfirewall.comodo.com/index.html" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">4. <strong>Digsby</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/digsby.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Digsby, IM, e-mail ve sosyal ağ hesaplarınızı tek bir uygulama üzerinden yönetmenize izin verir. AIM, MSN, Yahoo, ICQ, Google Talk, Facebook Chat, ve Jabber üzerinden tüm arkadaşlarınızla sohbet imkanı sağlar.</p>
<p style="text-align:justify;"><a href="http://www.digsby.com/download.php" target="_blank">indir</a> &#124; <a href="http://www.digsby.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">5. <strong>DAEMON Tools Lite</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/daemontools.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Microsoft Windows için gelişmiş bir uygulamadır. En iyi optik medya emülasyonudur. DAEMON Tools ile fiziksel olarak CD/DVD/HD DVD/Blu-ray disklerini sanal disklere dönüştürebilirsiniz yada disk imajı ile sabit sürücünüz üzerinden direk çalıştırabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://www.disk-tools.com/download/daemon" target="_blank">indir</a> &#124; <a href="http://www.daemon-tools.cc/eng/home" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">6. <strong>Everything search engine</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/everythingsearchengine.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Bu küçük yazılım ile çok hızlı bir şekilde arama yapabilirsiniz. Eş zamanlı sonuçlara ulaşabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://www.voidtools.com/download.php" target="_blank">indir</a> &#124; <a href="http://www.voidtools.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">7. <strong>Firefox</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/firefox.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Firefox web tarayıcısı hızlı, daha güvenli ve tamamen kişiselleştirilmiş şekilde sörf etmenin en iyi yoludur. Tam özellikle web tarayıcısıdır. Pop-up engelleme, sekme, google arama ile bütünleştirilmiş, sade gizlilik denetimi gibi gelişmiş özelliklere sahiptir.</p>
<p style="text-align:justify;"><a href="http://www.mozilla.com/en-US/products/download.html" target="_blank">indir</a> &#124; <a href="http://www.mozilla.com/en-US/firefox/personal.html" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">8. <strong>FileZilla</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/filezilla.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Bu ücretsiz açık kaynak ftp uygulamasıdır.</p>
<p style="text-align:justify;"><a href="http://filezilla-project.org/download.php?type=client" target="_blank">indir</a> &#124; <a href="http://filezilla-project.org/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">9. <strong>Flash Player (Adobe)</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/flashplayer.png" border="0" alt="\" /></div>
<p style="text-align:justify;">İnternete bağlı bilgisayarların yaklaşık %98&#8242;i üzerinde bu yazılım bulunmaktadır. Flash Player 3d efektler, özel filtre ve efektler, gelişmiş metin desteği ve daha fazlasını içermektedir.</p>
<p style="text-align:justify;"><a href="http://get.adobe.com/flashplayer/" target="_blank">indir</a> &#124; <a href="http://www.adobe.com/products/flashplayer/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">10. <strong>Flashget</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/flashget.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Hızlı bir dosya indirme yöneticisidir. İndirilen dosyayı yönetme imkanı sağlar.</p>
<p style="text-align:justify;"><a href="http://www.flashget.com/en/download.htm" target="_blank">indir</a> &#124; <a href="http://www.flashget.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">11. <strong>Foxit Reader</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/foxitreader.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Kolayca ve hızlı bir şekilde pdf dosyalarını okumak için kullanabileceğiniz ücretsiz bir yazılım.</p>
<p style="text-align:justify;"><a href="http://www.foxitsoftware.com/pdf/reader/reader3.php" target="_blank">indir</a> &#124; <a href="http://www.foxitsoftware.com/pdf/reader/reader3.php" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">12. <strong>Google Chrome</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/googlechrome.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Google Chrome, gelişmiş teknoloji ile minimal tasarımı birleştiren hızlı, güvenli, kolay kullanımlı web tarayıcısıdır. Adres çubuğuna dilediğiniz kelimeye yazarak öneri alabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://www.google.com/chrome/eula.html" target="_blank">indir</a> &#124; <a href="http://www.google.com/chrome" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">13. <strong>ImgBurn</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/imgburn.png" border="0" alt="\" /></div>
<p style="text-align:justify;">ImgBurn, hafif CD/DVD/HD-DVD/Blu-ray yazma uygulamasıdır.</p>
<p style="text-align:justify;"><a href="http://www.imgburn.com/index.php?act=download" target="_blank">indir</a> &#124; <a href="http://www.imgburn.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">14. <strong>K-Lite Mega Codec Pack</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/klitemegacodecpack.png" border="0" alt="\" /></div>
<p style="text-align:justify;">K-lite Codec Pack ile tüm popüler film formatlarını ve nadir formatları oynatabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://www.codecguide.com/download_kl.htm" target="_blank">indir</a> &#124; <a href="http://www.codecguide.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">15. <strong>Notepad++</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/notepad.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Windows ile birlikte gelen Not Defteri ve Wordpad programlarına alternatif olarak kullanabileceğiniz bir yazılım.</p>
<p style="text-align:justify;"><a href="http://notepad-plus.sourceforge.net/uk/download.php" target="_blank">indir</a> &#124; <a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">16. <strong>OpenOffice.org</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/openoffice.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Metin belgeleri, hesap tabloları, sunumlar, grafikler ve veritabanları yapmak için güçlü uygulamaları içerir.</p>
<p style="text-align:justify;"><a href="http://download.openoffice.org/" target="_blank">indir</a> &#124; <a href="http://www.openoffice.org/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">17. <strong>Process Explorer</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/processexplorer.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Windows Görev Yöneticisine alternatif olarak kullanabileceğiniz bu yazılım daha kolay iş yapmaktadır.</p>
<p style="text-align:justify;"><a href="http://download.sysinternals.com/Files/ProcessExplorer.zip" target="_blank">indir</a> &#124; <a href="http://technet.microsoft.com/hi-in/sysinternals/bb896653%28en-us%29.aspx" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">18. <strong>Revo Uninstaller</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/revouninstaller.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Windows Ekle/Kaldır&#8217;dan çok daha hızlı bir uygulamadır. Gelişmiş ve hızlı algoritması ile önceki ve sonraki uygulamaları tarar.</p>
<p style="text-align:justify;"><a href="http://www.revouninstaller.com/revo_uninstaller_free_download.html" target="_blank">indir</a> &#124; <a href="http://www.revouninstaller.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">19. <strong>Sub Menu Pack</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/submenupack.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Bu araç ile tek bir tıklamayla pek çok seçenek yapabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://students.kennesaw.edu/%7Erzillige/shell/SubMenuPack.html#download" target="_blank">indir</a> &#124; <a href="http://students.kennesaw.edu/%7Erzillige/shell/SubMenuPack.html" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">20. <strong>ThumbView Lite</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/thumbview.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Resimleri önizlemek için kullanabileceğiniz küçük bir uygulama. Başlangıçta sadece PCX, TGA, DDS ve PNG türlerini destekliyordu. Şimdi 19 resim türü desteklemektedir.</p>
<p style="text-align:justify;"><a href="http://www.seriema.net/thumbview/index.php?page=download" target="_blank">indir</a> &#124; <a href="http://www.seriema.net/thumbview/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">21. <strong>Universal Extractor</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/universalextractor.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Arşiv zip/rar dosyalarını çıkartmak için kullanabileceğiniz uygulama.</p>
<p style="text-align:justify;"><a href="http://legroom.net/software/uniextract#download" target="_blank">indir</a> &#124; <a href="http://legroom.net/software/uniextract" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">22. <strong>Unlocker</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/unlocker.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Bir dosyayı silmek istediğiniz zaman erişim reddedildi uyarısı alabilirsiniz. Bu gibi durumlarda hedef dosya başka bir program veya dosya tarafından kullanıldığı için dosyanın silinmesine izin verilmez. Çözüm için Unlocaker yazılımını kullanabilirsiniz.</p>
<p style="text-align:justify;"><a href="http://ccollomb.free.fr/unlocker/#download" target="_blank">indir</a> &#124; <a href="http://ccollomb.free.fr/unlocker/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">23. <strong>VB Runtimes Pack</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/vbruntimes.png" border="0" alt="\" /></div>
<p style="text-align:justify;">Çoğu programın çalışması için gerekli dosyaları bulundurur.</p>
<p style="text-align:justify;"><a href="http://software.bootblock.co.uk/?id=vbruntimes&#38;view=download" target="_blank">indir</a> &#124; <a href="http://software.bootblock.co.uk/?id=vbruntimes" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">24. <strong>VideoLAN VLC media player</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/vlc.png" border="0" alt="\" /></div>
<p style="text-align:justify;">MPEG-1, MPEG-2, MPEG-4, DivX, MP3, OGG ve çok çeşitli ses ve video formatlarını oynatabilen yüksek multimedya oynatıcısıdır.</p>
<p style="text-align:justify;"><a href="http://www.videolan.org/vlc/download-windows.html" target="_blank">indir</a> &#124; <a href="http://www.videolan.org/vlc/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;">25. <strong>Vuze (Formerly called Azureus)</strong></p>
<div style="text-align:justify;"><img src="http://www.bildirgec.org/imaj/LeBron/vuze.png" border="0" alt="\" /></div>
<p style="text-align:justify;">HD Film, tv ve video bulmak ve bilgisayarınıza indirmenin en iyi yoludur. Dünyanın en güçlü p2p bittorrent uygulamasıdır.</p>
<p style="text-align:justify;"><a href="http://www.vuze.com/" target="_blank">indir</a> &#124; <a href="http://www.vuze.com/" target="_blank">anasayfa</a></p>
<p style="text-align:justify;"><strong>kaynak:</strong> <a href="http://tutzone.net/2009/11/most-essential-free-softwares-after-windows-installation.html" target="_blank">tutzone.net</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The long way round&hellip;]]></title>
<link>http://charliex2.wordpress.com/2009/10/20/the-long-way-round/</link>
<pubDate>Tue, 20 Oct 2009 18:45:54 +0000</pubDate>
<dc:creator>charliex2</dc:creator>
<guid>http://charliex2.wordpress.com/2009/10/20/the-long-way-round/</guid>
<description><![CDATA[I’ve been playing around with FPGA’s, and using Xlinx Spartan 3 from Digilent, I mainly wanted it fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I’ve been playing around with FPGA’s, and using Xlinx Spartan 3 from Digilent, I mainly wanted it for the Sump Logic Analyser, but now branching out with it a bit, lets ignore the nightmare install that ISE Webpack is, then the fact that Digilent boards don’t work with the ISE programming tools and focus on the rest of the oddness..</p>
<p>First off VITAL, this is a library that ought to be in the IEEE lib’s, but for some reason ( possibly being a cut down version of the software,&#160; but if so wouldn’t it be nice if it said so ) . I managed to get this up and running by installing some software that had a VITAL2000 source code ( vhd’s) and adding them to my project as a new library, changed the USE and LIBRARY options to use VITAL2000 and VITAL_timing_2000 ( the lib i have appends _2000 to all of them ) , then its a case of marking some of the functions IMPURE, they’re just warnings so not really needed. XIinx’s website is no good, and their support forum didn’t turn up anything either.</p>
<p>I even switched to Altera Quartus at one point, but that had similar issues, seems they only have VITAL95 support, and I ran into other issues with it too.</p>
<p>After that the FMF library needs to be updated to use the new LIBRARY and USE settings… So i finally get to the point where the FMF library compiles, the VITAL2000 compiles, and off it goes to compile the model I&#8217;m using, brrp! nope, some mysterious error about ‘Port being unsupported in&#160; a Block concurrent statement’&#160; over on the FMF site someone’s noted it from an old build and the admin is wondering if ISE WebPack is indeed a crippled version.</p>
<p>As much used to cross development toolsets and so on, the FPGA has been the most difficult and painful route I&#8217;ve ever taken, and I’ve worked on some bizarre stuff, the programming itself is easy enough but the dev tools and support are horrible, I guess you just get spoiled by Microsoft’s level of&#160; devtool’s and support.</p>
<p>&#160;</p>
<p>Anyway my ‘allotment’ for FPGA time is up for today, so I figured jot down a note that i can fill in later., and hoping that the FMF admin will have a solution..</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hoping for Sunshine]]></title>
<link>http://forkimi.wordpress.com/2009/10/20/hoping-for-sunshine/</link>
<pubDate>Tue, 20 Oct 2009 06:56:57 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://forkimi.wordpress.com/2009/10/20/hoping-for-sunshine/</guid>
<description><![CDATA[Every weekday I ride the train from Ise to Tsu. The train ride from Ujiyamada Station to Tsu Shinmac]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Every weekday I ride the train from Ise to Tsu. The train ride from Ujiyamada Station to Tsu Shinmachi Station takes 35 minutes. It would take about 1 hour by car. Also, the train uses very little energy per person, but cars use a lot. It is much more efficient to take the train.</p>
<p>However, when I ride the train, I need to ride my bicycle from the station to my schools. Usually I carry a rain jacket, rain pants, and a waterproof cover for my backpack. Today I left home without my rain gear. There were many clouds in the sky, so I was worried all morning.</p>
<p>Now the clouds are disappearing and the sun is shining. I am relieved.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Şarapçı "Twitter"]]></title>
<link>http://zayzay.wordpress.com/2009/10/19/sarapci-twitter/</link>
<pubDate>Mon, 19 Oct 2009 21:53:02 +0000</pubDate>
<dc:creator>ZAY ZAY</dc:creator>
<guid>http://zayzay.wordpress.com/2009/10/19/sarapci-twitter/</guid>
<description><![CDATA[Facebook&#8217;tan sonra en büyük sosyal paylaşım sitesi Twitter şarap üretici oluyor. Geçtiğimiz gü]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:justify;">
<p><strong><img class="alignleft" src="http://www.veteknoloji.com/resimler/haberler/20091019095343_uzum.jpg" alt="" width="200" height="166" />Facebook&#8217;tan sonra en büyük sosyal paylaşım sitesi Twitter şarap üretici oluyor.<br />
</strong></p>
<p>Geçtiğimiz günlerde şirket değerini 1 milyar dolar olarak açıklayan Twitter, perşembe günü &#8221; acemi çaylak girişimi&#8221;nin açılışını duyurdu. Twitter, San Francisco&#8217;lu özel bir şarap üreticisi firma ile şarap üretmek amacıyla ortak olduğunu ve şirketin kar amacı gütmediğini bildirdi&#8230; <!--more--></p>
<p>Şirket gelirleri Asya ve Afrika&#8217;daki kütüphaneleri desteklenmesinde kullanılacak.</p>
<p>Twitter kurucu ortakları Biz Stone ve Evan Wiilliams kendi bloglarından &#8221; acemi çaylak girişimi&#8221; hakkında &#8221; Bu heyecanın misyonunda iki şey var. Birincisi bilgilere erişimi şekillendirmek ve olumlu bir değişim meydana getirerek açık iletişimin gücünü vurgulamak&#8221; olarak açıkladılar.</p>
<p>Ağustos 2010 yılında ve sadece ön siparişle online olarak istenebilecek ilk iki şaraptan biri Pino Air, diğeri ise Chardonnay. Her şişe 20 dolara mal olacak. Şişe başına 5 dolar  kar elde edilecek. Üzüm hasadı Twitter personeli tarafından yapılacak.</p>
<p>Bu arada Twitter geçtiğimiz günlerde yeni Japon versiyonu başlattı. Bu Tweeting&#8217;de yabancı dilde ilk adım oldu.</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hvis du lurte]]></title>
<link>http://eliseelvehoy.wordpress.com/2009/10/19/hvis-du-lurte-2/</link>
<pubDate>Mon, 19 Oct 2009 09:48:42 +0000</pubDate>
<dc:creator>iseliv</dc:creator>
<guid>http://eliseelvehoy.wordpress.com/2009/10/19/hvis-du-lurte-2/</guid>
<description><![CDATA[Det eneste som er postitiv med å savne noen, er den følelsen man får når man dem igjen. I går fikk j]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Det eneste som er postitiv med å savne noen, er den følelsen man får når man dem igjen. I går fikk jeg en slik herlig følelse. kribling, knising og smiling.</p>
<p>Kom akkurat hjem fra gym på skolen, og etter en helg borte fra hybelen var det lite mat i kjøleskapet gitt. En gammel skinke, tomt for smør og et knekkebrød uten smak. Lever i luksus.</p>
<p>Jeg skal forresten være Catwoman på halloween festen på onsdag. Siden man skulle kle seg ut etter noe på forbokstaven sin, så passer det jo perfekt. Ellernoe</p>
<p><img class="aligncenter size-full wp-image-1366" title="cattii1" src="http://eliseelvehoy.wordpress.com/files/2009/10/cattii1.jpg" alt="cattii1" width="450" height="300" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ha en fin kveld]]></title>
<link>http://eliseelvehoy.wordpress.com/2009/10/17/ha-en-fin-kveld/</link>
<pubDate>Sat, 17 Oct 2009 16:33:23 +0000</pubDate>
<dc:creator>iseliv</dc:creator>
<guid>http://eliseelvehoy.wordpress.com/2009/10/17/ha-en-fin-kveld/</guid>
<description><![CDATA[Nå ble jeg i godt humør. Kjørte bil og det gikk bra, snakket med kattepuse min på telefonen istad og]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Nå ble jeg i godt humør. Kjørte bil og det gikk bra, snakket med kattepuse min på telefonen istad og det var kos, nå skal jeg mamsen og papsen ha god middag, og så skal jeg ut med Tina. Lang og veldig god og innholdsrik setning. Ha en fin lørdagskveld!</p>
<p><img class="aligncenter size-full wp-image-1346" title="IMG_5306-1" src="http://eliseelvehoy.wordpress.com/files/2009/10/img_5306-1.jpg" alt="IMG_5306-1" width="450" height="300" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[After the Typhoon]]></title>
<link>http://forkimi.wordpress.com/2009/10/09/after-the-typhoon/</link>
<pubDate>Fri, 09 Oct 2009 08:40:01 +0000</pubDate>
<dc:creator>びっくり</dc:creator>
<guid>http://forkimi.wordpress.com/2009/10/09/after-the-typhoon/</guid>
<description><![CDATA[I always like the weather after a typhoon. The weather before the typhoon is so wild and dangerous. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I always like the weather after a typhoon. The weather before the typhoon is so wild and dangerous. After the typhoon, the weather is so clear and fresh. Also, the rain washes all the pollution out of the air, so we can see a long, long way.</p>
<p>After the typhoon passed Ise, I washed a lot of clothes and hung them out to dry. While I was working, I left the glass doors open and enjoyed the nice breeze.</p>
<p>Often I carry rain gear everywhere, but today I could leave my rain clothes at home, so my pack was light. I am happy today.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Markets: Good Quarter, Month]]></title>
<link>http://asx200.wordpress.com/2009/10/01/markets-good-quarter-month/</link>
<pubDate>Thu, 01 Oct 2009 17:57:24 +0000</pubDate>
<dc:creator>asx200</dc:creator>
<guid>http://asx200.wordpress.com/2009/10/01/markets-good-quarter-month/</guid>
<description><![CDATA[(CFD.net.au &#8211; Contract for Difference, Share, Forex, ETFs, Commodities Traders) &#8211; World ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>(<a href="http://cfd.net.au/home/">CFD.net.au &#8211; Contract for Difference, Share, Forex, ETFs, Commodities Traders</a>) &#8211; World stockmarket have finished the September quarter with another round of solid gains: not as dramatic as in the June quarter, but solid nevertheless. <!--more-->
<p>But there are some analysts now wondering if markets will now start moving sideways as concerns about the strength of the recovery in the real <a href="http://cfd.net.au/home/topic/economy">economy</a> take hold <a href="http://cfd.net.au/home/topic/for">For</a> a while because <a href="http://cfd.net.au/home/topic/market-values">market values</a> have <a href="http://cfd.net.au/home/topic/g">G</a>otten ahead of <a href="http://cfd.net.au/home/topic/valuations">valuations</a>.</p>
<p> </p>
<p>There is increasing evidence that the improvement in <a href="http://cfd.net.au/home/topic/economic-activity">economic activity</a> in the US, Japan and parts of <a href="http://cfd.net.au/home/topic/euro">Euro</a>pe may be easing, or even slipping. Figures out overnight confirmed that second quarter <a href="http://cfd.net.au/home/topic/g">G</a>rowth in the US eased 0.7% in the third estimate, against a second estimate of a 1% annual fall.</p>
<p> </p>
<p>But there are <a href="http://cfd.net.au/home/topic/signs">signs</a> the <a href="http://cfd.net.au/home/topic/rebound">rebound</a> in housing remains uneven, <a href="http://cfd.net.au/home/topic/signs">signs</a> manufacturing in some parts of the US is weak and <a href="http://cfd.net.au/home/topic/consumer-confidence">consumer confidence</a> is starting to be a worry with another fall last month and an uncertain outlook <a href="http://cfd.net.au/home/topic/g">G</a>oing into the US shopping season at the end of the year.</p>
<p> </p>
<p>In <a href="http://cfd.net.au/home/topic/euro">Euro</a>pe, there are <a href="http://cfd.net.au/home/topic/signs">signs</a> the easing of the <a href="http://cfd.net.au/home/topic/intensity">intensity</a> of the <a href="http://cfd.net.au/home/topic/slump">slump</a> is continuing, but no real improvement in confidence, output or exports, all of which remain very subdued. Debt and an uncertain 2010 seems to be weighing on the UK (where an election must be held). Germany has gotten its <a href="http://cfd.net.au/home/topic/poll">poll</a> out of the way, as did Japan, but that result has impacted confidence in Tokyo.</p>
<p> </p>
<p><a href="http://cfd.net.au/home/topic/inflation">Inflation</a> is not a worry: <a href="http://cfd.net.au/home/topic/deflation">deflation</a> is a concern in Japan and in parts of <a href="http://cfd.net.au/home/topic/euro">Euro</a>pe: its no longer a threat in the US, but <a href="http://cfd.net.au/home/topic/wages">wages</a> and <a href="http://cfd.net.au/home/topic/consumer-spending">consumer spending</a> there which are so vital to the overall <a href="http://cfd.net.au/home/topic/economy">economy</a>, remain very low.</p>
<p> </p>
<p>The <a href="http://cfd.net.au/home/topic/dow">dow</a> fell 29.92 points, or 0.5%, to 9,776.82, leaving it up 2.3% <a href="http://cfd.net.au/home/topic/for">For</a> the month and 15% <a href="http://cfd.net.au/home/topic/for">For</a> the quarter. This was the <a href="http://cfd.net.au/home/topic/dow">dow</a>&#8217;s best quarterly rise in more than <a href="http://cfd.net.au/home/topic/10-years">10 years</a>.</p>
<p> </p>
<p>The <a href="http://cfd.net.au/home/topic/sp-500">S&#38;P 500</a> <a href="http://cfd.net.au/home/topic/index">Index</a> eased 3.53 points, or 0.3%, to end at 1,057.08, leaving it up 3.6% <a href="http://cfd.net.au/home/topic/for">For</a> September and 15% for the quarter.</p>
<p> </p>
<p>The technology-heavy <a href="http://cfd.net.au/home/topic/nasdaq">Nasdaq</a> <a href="http://cfd.net.au/home/topic/composite">Composite</a> lost 1.62 points to 2,122.42, up 5.6% <a href="http://cfd.net.au/home/topic/for">For</a> September and 15.7% <a href="http://cfd.net.au/home/topic/for">For</a> the quarter.</p>
<p> </p>
<p>Since bottoming at a 12-year low March 9, the <a href="http://cfd.net.au/home/topic/sp-500">S&#38;P 500</a> has gained just under 57%; the <a href="http://cfd.net.au/home/topic/dow">dow</a> has jumped around 49%, and <a href="http://cfd.net.au/home/topic/nasdaq">Nasdaq</a> has gained nearly 68%.</p>
<p> </p>
<p>The <a href="http://cfd.net.au/home/topic/sp-500">S&#38;P 500</a> has rallied around 57% from the 12-year lows of early March.</p>
<p> </p>
<p>A year ago on Tuesday the Dow suffered its biggest slide ever when it plunged 778 points after U.S. lawmakers first rejected a $700 billion financial bailout.</p>
<p> </p>
<p>The Australian dollar was one of the big movers in the quarter, jumping by 9.6% and hitting a series of 13 months highs, including one overnight of 88.47 US cents.</p>
<p> </p>
<p>The latest rise came after the strong retail sales and housing figures which prompted more speculation the Reserve Bank will lift interest rates from the current 3% level as early as next Tuesday.</p>
<p> </p>
<p>Europe&#8217;s Dow Jones Stoxx 600 <a href="http://cfd.net.au/home/topic/index">Index</a> jumped 18% in the quarter, the steepest quarterly rise since 1999, but <a href="http://cfd.net.au/home/topic/index">Index</a>es in Austria (the ATX), Ireland&#8217;s <a href="http://cfd.net.au/home/topic/ise">ISE</a>Q and Italy&#8217;s FTSE MIB were the best performers in western Europe this quarter, with each advancing more than 23%.  </p>
<p> </p>
<p>The London market jumped 20.8% in the September quarter, a very solid rise; Germany&#8217;s Dax rose nearly 4% in September and a respectable 18% in the quarter. </p>
<p> </p>
<p>The MSCI Asia Pacific Index (including Japan) added around 3.5% in September, a seventh straight monthly advance and 14% for the quarter.</p>
<p> </p>
<p>The MSCI index of Asia Pacific stocks traded outside Japan jumped 21% (emphasising the sharp slowdown in the Japanese market) in the quarter, adding to the second quarter&#8217;s 32% rise.</p>
<p> </p>
<p>For September, the <a href="http://cfd.net.au/home/topic/nikkei">Nikkei</a> 225 dropped 3.4%, the first fall since February and the steepest decline among the world&#8217;s major markets.</p>
<p> </p>
<p>It climbed 1.8% in the July-September quarter, after surging nearly 23% in April-June.</p>
<p> </p>
<p>Hong Kong&#8217;s <a href="http://cfd.net.au/home/topic/hang-seng-index">Hang Seng Index</a> fell Wednesday, but rose  12% in the September quarter, much slower than the 34% rise in the June three months.</p>
<p> </p>
<p>The Shanghai <a href="http://cfd.net.au/home/topic/composite">Composite</a> Index rose yesterday, but lost around 7% in this quarter, the worst this year so far.</p>
<p> </p>
<p>The Aussie market though had its biggest quarterly gain in 22 years.</p>
<p> </p>
<p>Although the market finished lower on the day, the All Ordinaries was up 20% over the September quarter &#8212; the best gain since the September quarter of 1987, when the market rose by 27.4% (and then went into the <a href="http://cfd.net.au/home/topic/wall-street">Wall Street</a> plunge in October of 1987).</p>
<p> </p>
<p>The ASX 200 index rose by 19.9% in the September quarter; the best gain since it started in 1992.</p>
<p> </p>
<p>This means another good quarter for super funds.</p>
<p> </p>
<p>Gold had its best quarter since the first three months of 2008 (when <a href="http://cfd.net.au/home/topic/bear">Bear</a> Stearns was bailed out in March of that year).</p>
<p> </p>
<p>Gold regained the $US1,000 mark overnight and ended up around 7%, the best since the 9.9% rise in the March three months of last year.</p>
<p> </p>
<p>It hit an 18 month high in early September of $US1,023.85 an ounce, a few dollars under the March, 2008 high of $US1.030.80.</p>
<p> </p>
<p>New York platinum futures for January delivery rose 9.9% in the quarter (and closed higher yesterday). It tracks car production (and some speculative interest).</p>
<p> </p>
<p>Nymex New York crude oil finished up more than $US3 on the day at just over $US70.50 a barrel.</p>
<p> </p>
<p>It was up 0.9% for September and around 1% over the quarter for the most active month, the third quarterly gain this year.</p>
<p>Source: <a href="http://cfd.net.au/home/20091001/article/markets-good-quarter-month">Markets: Good Quarter, Month</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Monks in Ise]]></title>
<link>http://jaggedart.wordpress.com/2009/09/30/monks-in-ise/</link>
<pubDate>Wed, 30 Sep 2009 17:46:41 +0000</pubDate>
<dc:creator>reddo54</dc:creator>
<guid>http://jaggedart.wordpress.com/2009/09/30/monks-in-ise/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://jaggedart.wordpress.com/files/2009/09/ise-12.jpg"><img class="alignleft size-medium wp-image-80" title="Monks in Ise" src="http://jaggedart.wordpress.com/files/2009/09/ise-12.jpg?w=300" alt="Monks in Ise" width="300" height="251" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Graffiti em São Paulo]]></title>
<link>http://passooponto.wordpress.com/2009/09/15/graffiti-em-sao-paulo/</link>
<pubDate>Tue, 15 Sep 2009 23:53:00 +0000</pubDate>
<dc:creator>Pedro Franco</dc:creator>
<guid>http://passooponto.wordpress.com/2009/09/15/graffiti-em-sao-paulo/</guid>
<description><![CDATA[Recentemente esbarrei com a excelente série &#8220;Grafite em São Paulo&#8221;, produzida pela Tv UO]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recentemente esbarrei com a excelente série &#8220;Grafite em São Paulo&#8221;, produzida pela Tv UOL. Os seis capítulos dão voz a expoentes da street art na maior cidade do Brasil (atenção, eu não disse &#8220;melhor&#8221;). Vale a pena dar uma olhada no trabalho dos caras, e ouvir o que eles tem a dizer. O talento explode pelas paredes e telas.</p>
<p>O primeiro é com Os Gêmeos, há pouco tempo a dupla ocupou as salas do Centro Cultural Banco do Brasil com a exposição &#8220;Vertigem&#8221;. Quem perdeu pode ter uma palhinha abaixo.</p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427260' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /></span></p>
<p>Os outros cinco vídeos são igualmente interessantes, principalmente para perceber o quão distintos são os estilos dos artistas que dividem as ruas.</p>
<p><span style="display:block;width:425px;margin:0 auto;">Finok<br />
</span></p>
<p><span style="display:block;width:425px;margin:0 auto;"><embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427320' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /></span></p>
<p><span style="display:block;width:425px;margin:0 auto;">Onesto<br />
</span></p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427300' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /></span></p>
<p><span style="display:block;width:425px;margin:0 auto;">Ise<br />
</span></p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427329' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /></span></p>
<p><span style="display:block;width:425px;margin:0 auto;">Ciro Schu<br />
</span></p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427337' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /> </span></p>
<p><span style="display:block;width:425px;margin:0 auto;">Nunca<br />
</span></p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3427338' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /> </span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Rhythm is Gonna Get You]]></title>
<link>http://slanchreport.com/2009/09/10/the-rhythm-is-gonna-get-you/</link>
<pubDate>Thu, 10 Sep 2009 15:33:32 +0000</pubDate>
<dc:creator>slanch</dc:creator>
<guid>http://slanchreport.com/2009/09/10/the-rhythm-is-gonna-get-you/</guid>
<description><![CDATA[With 150 gymnasts in Ise, Japan for the Rhythmic Gynmastics World Championships the city is filled w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>With 150 gymnasts in Ise, Japan for the Rhythmic Gynmastics World Championships the city is filled with very bend-y women. When on the mat, these ladies are twisting and twirling their ribbons, playing with their balls and contorting their bodies in ways that seem unreal &#8212; and intriguing&#8230;</p>
<p><a href="http://slanchreport.wordpress.com/files/2009/09/gal_gymnastics_21.jpg"><img class="aligncenter size-full wp-image-8398" title="gal_gymnastics_21" src="http://slanchreport.wordpress.com/files/2009/09/gal_gymnastics_21.jpg" alt="gal_gymnastics_21" width="429" height="575" /></a></p>
<p>[<a href="http://www.nydailynews.com/entertainment/galleries/rhythmic_gymnastics_world_championships_2009/rhythmic_gymnastics_world_championships_2009.html#ph0" target="_blank">NY Post</a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Save time! Do Student Needs Analysis Online ]]></title>
<link>http://englishteachermexico.wordpress.com/2009/09/09/save-time-do-student-needs-analysis-onlineblog/</link>
<pubDate>Wed, 09 Sep 2009 14:55:08 +0000</pubDate>
<dc:creator>Mark</dc:creator>
<guid>http://englishteachermexico.wordpress.com/2009/09/09/save-time-do-student-needs-analysis-onlineblog/</guid>
<description><![CDATA[If you are a reader of blogs by any of the more tech savvy teacher-bloggers such as Nik Peachy, then]]></description>
<content:encoded><![CDATA[If you are a reader of blogs by any of the more tech savvy teacher-bloggers such as Nik Peachy, then]]></content:encoded>
</item>

</channel>
</rss>
