<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Andrei Neculau &#187; How To</title>
	<atom:link href="http://andreineculau.com/blog/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://andreineculau.com/blog</link>
	<description>...trying not to become a man of success, but rather a man of value. (Albert E.)</description>
	<pubDate>Fri, 25 Jul 2008 11:11:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Organize Series for Wordpress 2.6</title>
		<link>http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/</link>
		<comments>http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 20:05:39 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Online]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[revisions]]></category>

		<category><![CDATA[series]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=150</guid>
		<description><![CDATA[My series plugin, that proved great so far, started to fail on me a bit after installing Wordpress 2.6, but this evening I found some fixes.
One of the bugs is that the administration menus don&#8217;t link correctly any longer.
Open orgSeries.php, and replace the function series_organize_options (line 156) with the following:
(...)Read the rest of Organize Series [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin" >My series plugin</a>, that proved great so far, started to fail on me a bit after installing Wordpress 2.6, but this evening I found some fixes.</p>
<p>One of the bugs is that the administration menus don&#8217;t link correctly any longer.</p>
<p>Open <strong>orgSeries.php</strong>, and replace the function series_organize_options (line 156) with the following:</p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/">Organize Series for Wordpress 2.6</a> (165 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/&amp;title=Organize Series for Wordpress 2.6">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/fix/" rel="tag">fix</a>, <a href="http://andreineculau.com/blog/tag/plugin/" rel="tag">plugin</a>, <a href="http://andreineculau.com/blog/tag/revisions/" rel="tag">revisions</a>, <a href="http://andreineculau.com/blog/tag/series/" rel="tag">series</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/07/organize-series-for-wordpress-26/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delete Wordpress 2.6 Revisions</title>
		<link>http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/</link>
		<comments>http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 19:50:55 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Online]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[clean]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[revisions]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=149</guid>
		<description><![CDATA[Wordpress 2.6 introduces revisions to each post.
That actually caused my series plugin to break down, but that was fixed by me with two edits.
But the main part is that.. weirdly.. the Wordpress team didn&#8217;t put an option to disable these, as they can create useless data records. I, for one, like the feature, but I [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress 2.6 introduces <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/" >revisions</a> to each post.</p>
<p>That actually caused my series plugin to break down, but that was fixed by me with two edits.</p>
<p>But the main part is that.. weirdly.. the Wordpress team didn&#8217;t put an option to disable these, as they can create useless data records. I, for one, like the feature, but I don&#8217;t see myself using that.</p>
<p>It&#8217;s neat for publishers and multi-user blogging, when people review and edit and add photos, etc.. one person at a time. But when there&#8217;s just one person doing it.. it&#8217;s close to useless. I couldn&#8217;t care less how this post looked like one day or one month ago..</p>
<p>So the only way to turn the feature off is to edit your <strong>wp-config.php</strong> file and put</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #990000;">define</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_POST_REVISIONS'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>But what about those revisions left in your database? <a href="http://lesterchan.net/wordpress/2008/07/17/how-to-turn-off-post-revision-in-wordpress-26/" >Several</a> <a href="http://www.mydigitallife.info/2008/07/22/how-to-delete-existing-wordpress-post-revisions-storedsaved/" >posts</a> look as if they found the true answer, but it&#8217;s one of those &#8220;The one who laughs last, laughs best&#8221; situations. Didn&#8217;t those people hear about post meta? Or about post terms (tags, categories, or series?! )?<sup class='footnote'><a href='#fn-149-1' id='fnref-149-1'>1</a></sup></p>
<p>Here&#8217;s the proper way to clean your MySQL DB for Wordpress from post revisions.</p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/">Delete Wordpress 2.6 Revisions</a> (34 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/&amp;title=Delete Wordpress 2.6 Revisions">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/clean/" rel="tag">clean</a>, <a href="http://andreineculau.com/blog/tag/database/" rel="tag">database</a>, <a href="http://andreineculau.com/blog/tag/fix/" rel="tag">fix</a>, <a href="http://andreineculau.com/blog/tag/mysql/" rel="tag">mysql</a>, <a href="http://andreineculau.com/blog/tag/php/" rel="tag">php</a>, <a href="http://andreineculau.com/blog/tag/revisions/" rel="tag">revisions</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pidgin ICQ: The client version you are using is too old</title>
		<link>http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/</link>
		<comments>http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 06:20:05 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Offline]]></category>

		<category><![CDATA[Pidgin]]></category>

		<category><![CDATA[Why]]></category>

		<category><![CDATA[aol]]></category>

		<category><![CDATA[dll]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[icq]]></category>

		<category><![CDATA[oscar]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=109</guid>
		<description><![CDATA[A couple of days ago, my Pidgin wouldn&#8217;t connect to ICQ any longer.
It seems that the &#8220;lovely&#8221; ICQ team pushes people to upgrade their ICQ messenger, or else.. to switch to ICQ.
pidgin.im seems to be down, and there&#8217;s no solution anywhere, except for a patch 1. But most of us don&#8217;t do ICQ builds every [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago, my Pidgin wouldn&#8217;t connect to ICQ any longer.</p>
<p>It seems that the &#8220;lovely&#8221; ICQ team pushes people to upgrade their ICQ messenger, or else.. to switch to ICQ.</p>
<p><a href="http://pidgin.im" >pidgin.im</a> seems to be down, and there&#8217;s no solution anywhere, except for <a href="http://developer.pidgin.im/ticket/6220" >a patch</a> <sup class='footnote'><a href='#fn-109-1' id='fnref-109-1'>1</a></sup>. But most of us don&#8217;t do ICQ builds every time we pee, so that&#8217;s practically of no help. But there&#8217;s hope!</p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/">Pidgin ICQ: The client version you are using is too old</a> (204 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/&amp;title=Pidgin ICQ: The client version you are using is too old">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/aol/" rel="tag">aol</a>, <a href="http://andreineculau.com/blog/tag/dll/" rel="tag">dll</a>, <a href="http://andreineculau.com/blog/tag/fix/" rel="tag">fix</a>, <a href="http://andreineculau.com/blog/tag/icq/" rel="tag">icq</a>, <a href="http://andreineculau.com/blog/tag/oscar/" rel="tag">oscar</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/07/pidgin-icq-the-client-version-you-are-using-is-too-old/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Women</title>
		<link>http://andreineculau.com/blog/2008/06/women/</link>
		<comments>http://andreineculau.com/blog/2008/06/women/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 13:05:27 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[Hope]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Two Lines]]></category>

		<category><![CDATA[dragoș bucurenci]]></category>

		<category><![CDATA[feat]]></category>

		<category><![CDATA[genuine]]></category>

		<category><![CDATA[praise]]></category>

		<category><![CDATA[romanian]]></category>

		<category><![CDATA[simple]]></category>

		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=105</guid>
		<description><![CDATA[Today, I bumped into a Romanian article entitled &#8220;Praise to real women&#8221;1:
Femeile celor mai buni prieteni. Prietenele celor mai bune femei. Femeile-cele-mai-bune-prietene.
Femeile care se gândesc la futut la fel de mult ca şi noi, dar au decenţa să nu vorbească la fel de des şi de urât despre asta. Femeile care ne trimit cadouri, care [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I bumped into a Romanian article entitled &#8220;Praise to real women&#8221;<sup class='footnote'><a href='#fn-105-1' id='fnref-105-1'>1</a></sup>:</p>
<blockquote><p>Femeile celor mai buni prieteni. Prietenele celor mai bune femei. Femeile-cele-mai-bune-prietene.</p>
<p>Femeile care se gândesc la futut la fel de mult ca şi noi, dar au decenţa să nu vorbească la fel de des şi de urât despre asta. Femeile care ne trimit cadouri, care ne-aşteaptă cu luminile stinse în maşina parcată la colţul străzii, care ne plătesc consumaţia, care ne întreţin, ne savurează şi apoi ne roagă să le uităm.</p>
<p style="text-align: right;"><a href="http://bucurenci.ro/2008/06/elogiu-femeilor-adevarate/" >Praise to real women (Dragoș Bucurenci)</a><br />
<a href="http://www.onemagazine.ro/features/love-story/2660494-elogiu-femeilor-adevarate" >June, The ONE #47</a></p>
</blockquote>
<p>I&#8217;ll try to translate it all to English, when&amp;if I have the time. It is really well written, and kept me reading it to the end <img src='http://andreineculau.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This also made me look for a previous entry entitled &#8220;<a href="http://andreineculau.wordpress.com/2007/11/30/simple-honesty/" >Simple Honesty</a>&#8220;, with the motto <em>You make me want to be a better psychopath</em>:</p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/06/women/">Women</a> (2,233 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/06/women/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/06/women/#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/06/women/&amp;title=Women">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/drago%c8%99-bucurenci/" rel="tag">dragoș bucurenci</a>, <a href="http://andreineculau.com/blog/tag/feat/" rel="tag">feat</a>, <a href="http://andreineculau.com/blog/tag/genuine/" rel="tag">genuine</a>, <a href="http://andreineculau.com/blog/tag/praise/" rel="tag">praise</a>, <a href="http://andreineculau.com/blog/tag/romanian/" rel="tag">romanian</a>, <a href="http://andreineculau.com/blog/tag/simple/" rel="tag">simple</a>, <a href="http://andreineculau.com/blog/tag/women/" rel="tag">women</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/06/women/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Allianz-Țiriac</title>
		<link>http://andreineculau.com/blog/2008/06/allianz-tiriac/</link>
		<comments>http://andreineculau.com/blog/2008/06/allianz-tiriac/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 20:24:47 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[allianz]]></category>

		<category><![CDATA[eu]]></category>

		<category><![CDATA[health care]]></category>

		<category><![CDATA[insurance]]></category>

		<category><![CDATA[medical]]></category>

		<category><![CDATA[romania]]></category>

		<category><![CDATA[țiriac]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=93</guid>
		<description><![CDATA[Allianz-Țiriac provides insurance policies for all sorts of stuff for Romanians, but I was interested in a health insurance for my future studies in Sweden.
I will be staying there for 2 years, and it would be nice to cut potential health costs, since they could prove to be quite high in Sweden.
I could basically get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.allianztiriac.ro" >Allianz-Țiriac</a> provides insurance policies for all sorts of stuff for Romanians, but I was interested in a health insurance for my future studies in Sweden.</p>
<p>I will be staying there for 2 years, and it would be nice to cut potential health costs, since they could prove to be quite high in Sweden.</p>
<p>I could basically get two types of insurances: one is a basic travel insurance, while the other is an insurance for people working/studying abroad.</p>
<p>Differences between the two, as provided by Allianz-Țiriac:</p>
<table border="0">
<tbody>
<tr>
<td></td>
<td><strong>For traveling</strong></td>
<td><strong>For working/studying</strong></td>
</tr>
<tr>
<td><strong>Price/year</strong></td>
<td>100€</td>
<td>480$</td>
</tr>
<tr>
<td><strong>Insured limit (EU)</strong></td>
<td>50000€</td>
<td>100000$</td>
</tr>
<tr>
<td><strong>Hospital care</strong></td>
<td>up to 15 days</td>
<td>indefinite</td>
</tr>
<tr>
<td><strong>Hospital type</strong></td>
<td>public only</td>
<td>public/private</td>
</tr>
<tr>
<td><strong>Psychiatric care</strong></td>
<td>none</td>
<td>up to 500$</td>
</tr>
<tr>
<td><strong>Accompanying partner</strong></td>
<td>none</td>
<td>up to 1500$</td>
</tr>
<tr>
<td><strong>Death/invalidity</strong></td>
<td>none</td>
<td>up to 10000$</td>
</tr>
</tbody>
</table>
<p>I managed to get a copy of their manual (Romanian), so you can read the full descriptions for both:</p>
<ul>
<li><a href="http://andreineculau.com/blog/wp-content/uploads/2008/06/allianztiriac-asigurari-de-calatorie.pdf" >Allianz-Țiriac - Asigurări medicale de călătorie în străinătate</a></li>
<li><a href="http://andreineculau.com/blog/wp-content/uploads/2008/06/allianztiriac-asigurari-de-lucru-si-studii.pdf" >Allianz-Țiriac - Asigurări medicale pentru persoane care lucrează/studiază în străinătate</a></li>
</ul>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/06/allianz-tiriac/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/06/allianz-tiriac/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/06/allianz-tiriac/&amp;title=Allianz-Țiriac">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/allianz/" rel="tag">allianz</a>, <a href="http://andreineculau.com/blog/tag/eu/" rel="tag">eu</a>, <a href="http://andreineculau.com/blog/tag/health-care/" rel="tag">health care</a>, <a href="http://andreineculau.com/blog/tag/insurance/" rel="tag">insurance</a>, <a href="http://andreineculau.com/blog/tag/medical/" rel="tag">medical</a>, <a href="http://andreineculau.com/blog/tag/romania/" rel="tag">romania</a>, <a href="http://andreineculau.com/blog/tag/%c8%9biriac/" rel="tag">țiriac</a>, <a href="http://andreineculau.com/blog/tag/travel/" rel="tag">travel</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/06/allianz-tiriac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Pidgin Setup - Graphics</title>
		<link>http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/</link>
		<comments>http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/#comments</comments>
		<pubDate>Thu, 29 May 2008 10:18:35 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Offline]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Pidgin]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[emoticon]]></category>

		<category><![CDATA[feat]]></category>

		<category><![CDATA[graphic]]></category>

		<category><![CDATA[guifications]]></category>

		<category><![CDATA[protocol]]></category>

		<category><![CDATA[smiley]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=64</guid>
		<description><![CDATA[I go on with my Pidgin setup, regarding the graphics that I use (as of 2008-05-30):

Neat Protocols 0.1, thanks to me
Download Neat Protocols
- it&#8217;s a personal collection of protocol icons, from many packs
- includes Skype, Tlen, Facebook Chat, and a gTalk icon, if you want to replace the Jabber one
- How to install? Just grab [...]]]></description>
			<content:encoded><![CDATA[<p>I go on with my <a href="http://www.pidgin.im" >Pidgin</a> setup, regarding the graphics that I use (as of 2008-05-30):</p>
<ul>
<li><img class="alignright alignnone size-medium wp-image-65" style="float: right;" title="Neat Protocols" src="http://andreineculau.com/blog/wp-content/uploads/2008/05/neat_protocols.jpg" alt="Neat Protocols" width="100" height="100" /><strong>Neat Protocols 0.1</strong>, thanks to me<br />
Download <a href="http://andreineculau.com/blog/download/pidgin-neat-protocols-0.1.zip"  title="Version 0.1 downloaded 127 times" >Neat Protocols</a><br />
- it&#8217;s a personal collection of protocol icons, from many packs<br />
- includes Skype, Tlen, Facebook Chat, and a gTalk icon, if you want to replace the Jabber one<br />
- <strong>How to install?</strong> Just grab the ZIP and extract them to your pixmaps/pidgin/protocols/ directory. Be aware of the fact that you will overwrite older ones - make a backup, if you wish!<br />
-</li>
</ul>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/">My Pidgin Setup - Graphics</a> (105 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/&amp;title=My Pidgin Setup - Graphics">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/chat/" rel="tag">chat</a>, <a href="http://andreineculau.com/blog/tag/emoticon/" rel="tag">emoticon</a>, <a href="http://andreineculau.com/blog/tag/feat/" rel="tag">feat</a>, <a href="http://andreineculau.com/blog/tag/graphic/" rel="tag">graphic</a>, <a href="http://andreineculau.com/blog/tag/guifications/" rel="tag">guifications</a>, <a href="http://andreineculau.com/blog/tag/protocol/" rel="tag">protocol</a>, <a href="http://andreineculau.com/blog/tag/smiley/" rel="tag">smiley</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/05/my-pidgin-setup-graphics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Pidgin Setup - Plugins</title>
		<link>http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/</link>
		<comments>http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/#comments</comments>
		<pubDate>Thu, 29 May 2008 08:11:31 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Offline]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Pidgin]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[feat]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[skype]]></category>

		<category><![CDATA[tlen]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=63</guid>
		<description><![CDATA[Here I go and reveal my active Pidgin plugins (as of 2008-05-30):

Skype
Protocol plugin, thanks to Eion Robb (Download)
- doesn&#8217;t have Call and Send SMS options yet
-
Facebook Chat
&#8220;Protocol&#8221; plugin, thanks to Eion Robb (Download)
- it&#8217;s a very basic/experimental thing so far, but  it&#8217;s still super-duper
-
Tlen
Protocol plugin, thanks to Aleksander Piotrowski (Download)
-

(...)Read the rest of My [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://www.pidgin.im/shared/img/logo.pidgin.png" alt="" width="107" height="185" />Here I go and reveal my active <a href="http://www.pidgin.im" >Pidgin</a> plugins (as of 2008-05-30):</p>
<ul>
<li><strong>Skype</strong><br />
Protocol plugin, thanks to <em>Eion Robb</em> (<a href="http://myjobspace.co.nz/images/pidgin/" >Download</a>)<br />
- doesn&#8217;t have Call and Send SMS options yet<br />
-</li>
<li><strong>Facebook Chat</strong><br />
&#8220;Protocol&#8221; plugin, thanks to <em>Eion Robb</em> (<a href="http://code.google.com/p/pidgin-facebookchat/" >Download</a>)<br />
- it&#8217;s a very basic/experimental thing so far, but <img src='http://andreineculau.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> it&#8217;s still super-duper<br />
-</li>
<li><strong>Tlen</strong><br />
Protocol plugin, thanks to <em>Aleksander Piotrowski</em> (<a href="http://nic.com.pl/~alek/pidgin-tlen/" >Download</a>)<br />
-</li>
</ul>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/">My Pidgin Setup - Plugins</a> (240 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/&amp;title=My Pidgin Setup - Plugins">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/chat/" rel="tag">chat</a>, <a href="http://andreineculau.com/blog/tag/download/" rel="tag">download</a>, <a href="http://andreineculau.com/blog/tag/facebook/" rel="tag">facebook</a>, <a href="http://andreineculau.com/blog/tag/feat/" rel="tag">feat</a>, <a href="http://andreineculau.com/blog/tag/plugins/" rel="tag">plugins</a>, <a href="http://andreineculau.com/blog/tag/skype/" rel="tag">skype</a>, <a href="http://andreineculau.com/blog/tag/tlen/" rel="tag">tlen</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/05/my-pidgin-setup-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Politeness, respect, wording</title>
		<link>http://andreineculau.com/blog/2008/05/politeness-respect-wording/</link>
		<comments>http://andreineculau.com/blog/2008/05/politeness-respect-wording/#comments</comments>
		<pubDate>Sat, 24 May 2008 12:14:50 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Junk]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[language]]></category>

		<category><![CDATA[massacre]]></category>

		<category><![CDATA[politeness]]></category>

		<category><![CDATA[pronouns]]></category>

		<category><![CDATA[respect]]></category>

		<category><![CDATA[romanian]]></category>

		<category><![CDATA[survival]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/2008/05/politeness-respect-wording/</guid>
		<description><![CDATA[I&#8217;ve always had a divergent view on a matter that makes many uncomfortable or confused.
In Romanian we have a group of pronouns that show politeness - dumneavoastră (you), dumnealor (they), dumneaei (she), dumnealui (he), etc. There are also the informal options - tu (you), ei (they), ea (she), el (he), etc.
Generally, even nowadays it is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had a divergent view on a matter that makes many uncomfortable or confused.</p>
<p>In Romanian we have a group of pronouns that show politeness - <strong>dumneavoastră (you), dumnealor (they), dumneaei (she), dumnealui (he)</strong>, etc. There are also the informal options - <strong>tu (you), ei (they), ea (she), el (he)</strong>, etc.</p>
<p>Generally, even nowadays it is still a courtesy to use the polite version when you speak to a stranger. Yet there are so many sides to the <em>story</em>.</p>
<p>First of all, I find it <strong>weird</strong> that <strong>youngsters</strong>.. 20 and bellow.. <strong>call me by the polite pronouns</strong> when in public. I&#8217;m not talking about my friends, but about people that you near you when using public transport, for example. If I stay between them and the door, while they will need to get off at the next buss station, they will say &#8220;<strong>Coborâți</strong>?&#8221; (eng. Sir, will you get off?) or &#8220;Îmi <strong>faceți</strong> loc?&#8221; (eng. Sir, would you make some space for me?) </p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/05/politeness-respect-wording/">Politeness, respect, wording</a> (645 words)</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/05/politeness-respect-wording/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/05/politeness-respect-wording/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/05/politeness-respect-wording/&amp;title=Politeness, respect, wording">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/language/" rel="tag">language</a>, <a href="http://andreineculau.com/blog/tag/massacre/" rel="tag">massacre</a>, <a href="http://andreineculau.com/blog/tag/politeness/" rel="tag">politeness</a>, <a href="http://andreineculau.com/blog/tag/pronouns/" rel="tag">pronouns</a>, <a href="http://andreineculau.com/blog/tag/respect/" rel="tag">respect</a>, <a href="http://andreineculau.com/blog/tag/romanian/" rel="tag">romanian</a>, <a href="http://andreineculau.com/blog/tag/survival/" rel="tag">survival</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/05/politeness-respect-wording/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Studera.nu - Purgatory</title>
		<link>http://andreineculau.com/blog/2008/05/studeranu-purgatory/</link>
		<comments>http://andreineculau.com/blog/2008/05/studeranu-purgatory/#comments</comments>
		<pubDate>Thu, 15 May 2008 20:30:59 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[admission]]></category>

		<category><![CDATA[experience]]></category>

		<category><![CDATA[feat]]></category>

		<category><![CDATA[residence permit]]></category>

		<category><![CDATA[schengen]]></category>

		<category><![CDATA[sweden]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[visa]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/?p=43</guid>
		<description><![CDATA[If you got admitted, then the following is what would be of interest to you.
(...)Read the rest of Studera.nu - Purgatory (3,507 words)
(...)Read the rest of Studera.nu - Purgatory (3,507 words)
&#169; Andrei Neculau, 2008. &#124;
Permalink &#124;
4 comments &#124;
Add to
del.icio.us

Post tags: admission, experience, feat, residence permit, schengen, sweden, travel, visa

Feed enhanced by Better Feed from  [...]]]></description>
			<content:encoded><![CDATA[<p>If you got admitted, then the following is what would be of interest to you.</p>
<p>(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/05/studeranu-purgatory/">Studera.nu - Purgatory</a> (3,507 words)</p>
(...)<br/>Read the rest of <a href="http://andreineculau.com/blog/2008/05/studeranu-purgatory/">Studera.nu - Purgatory</a> (3,507 words)<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/05/studeranu-purgatory/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/05/studeranu-purgatory/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/05/studeranu-purgatory/&amp;title=Studera.nu - Purgatory">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/admission/" rel="tag">admission</a>, <a href="http://andreineculau.com/blog/tag/experience/" rel="tag">experience</a>, <a href="http://andreineculau.com/blog/tag/feat/" rel="tag">feat</a>, <a href="http://andreineculau.com/blog/tag/residence-permit/" rel="tag">residence permit</a>, <a href="http://andreineculau.com/blog/tag/schengen/" rel="tag">schengen</a>, <a href="http://andreineculau.com/blog/tag/sweden/" rel="tag">sweden</a>, <a href="http://andreineculau.com/blog/tag/travel/" rel="tag">travel</a>, <a href="http://andreineculau.com/blog/tag/visa/" rel="tag">visa</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/05/studeranu-purgatory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Word 2007 crash</title>
		<link>http://andreineculau.com/blog/2008/05/word-2007-crash/</link>
		<comments>http://andreineculau.com/blog/2008/05/word-2007-crash/#comments</comments>
		<pubDate>Mon, 12 May 2008 16:28:10 +0000</pubDate>
		<dc:creator>Andrei Neculau</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Offline]]></category>

		<category><![CDATA[2007]]></category>

		<category><![CDATA[crash]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[office]]></category>

		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://andreineculau.com/blog/2008/05/word-2007-crash/</guid>
		<description><![CDATA[Usually MS Word or any other MS Office application crashes, it is due to a loaded add-in that wants to make your life &#8220;happier&#8221;.
When MS Word 2007 begins to crash erratically, but most probably upon closing down or showing that the crash happened in mso.dll,
do the following:

Open the Registry Editor (regedit.exe)
Go to HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Data
Delete it with [...]]]></description>
			<content:encoded><![CDATA[<p>Usually MS Word or any other MS Office application crashes, it is due to a loaded add-in that wants to make your life &#8220;happier&#8221;.</p>
<p>When MS Word 2007 begins to crash erratically, but most probably upon closing down or showing that the crash happened in mso.dll,<br />
do the following:</p>
<ul>
<li>Open the <strong>Registry Editor</strong> (regedit.exe)</li>
<li>Go to <strong>HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Data</strong></li>
<li>Delete it with all its properties</li>
</ul>
<p>This will also erase the linkage to any Word Add-in you might have.</p>
<hr />
<p><small>&copy; Andrei Neculau, 2008. |
<a href="http://andreineculau.com/blog/2008/05/word-2007-crash/">Permalink</a> |
<a href="http://andreineculau.com/blog/2008/05/word-2007-crash/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://andreineculau.com/blog/2008/05/word-2007-crash/&amp;title=Word 2007 crash">del.icio.us</a>
<br/>
Post tags: <a href="http://andreineculau.com/blog/tag/2007/" rel="tag">2007</a>, <a href="http://andreineculau.com/blog/tag/crash/" rel="tag">crash</a>, <a href="http://andreineculau.com/blog/tag/fix/" rel="tag">fix</a>, <a href="http://andreineculau.com/blog/tag/microsoft/" rel="tag">microsoft</a>, <a href="http://andreineculau.com/blog/tag/office/" rel="tag">office</a>, <a href="http://andreineculau.com/blog/tag/word/" rel="tag">word</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andreineculau.com/blog/2008/05/word-2007-crash/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.878 seconds -->
