<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A.I.P.</title>
	<atom:link href="http://apetrenko.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://apetrenko.wordpress.com</link>
	<description>My Way Of Software Development</description>
	<lastBuildDate>Mon, 19 Dec 2011 13:16:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='apetrenko.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A.I.P.</title>
		<link>http://apetrenko.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://apetrenko.wordpress.com/osd.xml" title="A.I.P." />
	<atom:link rel='hub' href='http://apetrenko.wordpress.com/?pushpress=hub'/>
		<item>
		<title>User switcher shows [Invalid UTF-8] after upgrading to Ubuntu 10.11</title>
		<link>http://apetrenko.wordpress.com/2011/10/20/user-switcher-shows-invalid-utf-8-after-upgrading-to-ubuntu-10-11/</link>
		<comments>http://apetrenko.wordpress.com/2011/10/20/user-switcher-shows-invalid-utf-8-after-upgrading-to-ubuntu-10-11/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:07:33 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=124</guid>
		<description><![CDATA[The problem is that configuration for login contains restrictions for UID and GID. As default value is 1000, so sign  &#8220;Invalid UTF-8&#8243; appears. Solution: The minimal value for UID and GID has to be changed. if you do not know your ID  then execute cat /etc/passwd &#124;grep [USERNAME] [USERNAME]:x:500:500:XXX,,,:/home/[USERNAME]:/bin/bash The third field is the user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=124&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The problem is that configuration for login contains restrictions for UID and GID. As default value is 1000, so sign  &#8220;Invalid UTF-8&#8243; appears.</p>
<p>Solution:</p>
<p>The minimal value for UID and GID has to be changed.</p>
<p>if you do not know your ID  then execute</p>
<p><code>cat /etc/passwd |grep [USERNAME]<br />
[USERNAME]:x:500:500:XXX,,,:/home/[USERNAME]:/bin/bash</code></p>
<ul>
<li>The third field is the user identifier, the number that the operating system uses for internal purposes. It does not have to be unique.[<a href="http://en.wikipedia.org/wiki/Passwd_%28file%29">*</a>]</li>
<li>The fourth field is the group identifier. This number identifies the primary group of the user; all files that are created by this user may initially be accessible to this group.[<a href="http://en.wikipedia.org/wiki/Passwd_%28file%29">*</a>]</li>
</ul>
<p>Your current UID and GID have to be set as UID_MIN and GID_MIN in etc/login.defs<br />
<code><br />
sudo gedit  /etc/login.defs<br />
# Min/max values for automatic uid selection in useradd<br />
UID_MIN             500</p>
<p># Min/max values for automatic gid selection in groupadd<br />
GID_MIN             500</code></p>
<p>Everything should work after re-login or reboot.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=124&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2011/10/20/user-switcher-shows-invalid-utf-8-after-upgrading-to-ubuntu-10-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>DB2 SQL Error: SQLCODE=-668, SQLSTATE=57016</title>
		<link>http://apetrenko.wordpress.com/2010/05/20/db2-sql-error-sqlcode-668-sqlstate57016/</link>
		<comments>http://apetrenko.wordpress.com/2010/05/20/db2-sql-error-sqlcode-668-sqlstate57016/#comments</comments>
		<pubDate>Thu, 20 May 2010 15:24:18 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=117</guid>
		<description><![CDATA[After some manipulation with table I have faced the exception DB2 SQL Error: SQLCODE=-668, SQLSTATE=57016, the description of one does not explain properly the reason of problem and solution for it. It appeared after changing a table structure,in my case, the new column with some constrain was added . Solution: Execute the sql query. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=117&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After some manipulation with table I have faced the exception DB2 SQL Error: <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/core/rsql0600.htm">SQLCODE=-668, SQLSTATE=57016</a>, the description of one does not explain properly the reason of problem and solution for it. It appeared after changing a table structure,in my case, the new column with some constrain was added .</p>
<p>Solution:<br />
Execute the sql query. The parameter has to be the name of table that was changed.<br />
<code>REORG TABLE &lt;NAME OF TABLE&gt;</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=117&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2010/05/20/db2-sql-error-sqlcode-668-sqlstate57016/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>Error while loading shared libraries: libstdc++-libc6.2-2.so.3 on JAD</title>
		<link>http://apetrenko.wordpress.com/2010/04/29/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad/</link>
		<comments>http://apetrenko.wordpress.com/2010/04/29/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:38:37 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=111</guid>
		<description><![CDATA[The error while loading shared libraries: libstdc++-libc6.2-2.so.3 on JAD was happened during using JadClipse plug-in for Eclipse. I have installed package that contains this library  after that It works for me.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=111&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The error while loading shared libraries: libstdc++-libc6.2-2.so.3 on JAD was happened during using <a href="http://jadclipse.sourceforge.net/wiki/index.php/Main_Page">JadClipse plug-in</a> for Eclipse.</p>
<p>I have installed <a href="http://software.opensuse.org/ymp/openSUSE:11.2/standard/compat.ymp?base=openSUSE%3A11.2&amp;query=compat">package that contains this library</a>  after that It works for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=111&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2010/04/29/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Google Chrome 4 for OpenSuse 11.1</title>
		<link>http://apetrenko.wordpress.com/2009/11/10/install-google-chrome-4-for-opensuse-11-1/</link>
		<comments>http://apetrenko.wordpress.com/2009/11/10/install-google-chrome-4-for-opensuse-11-1/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 09:17:28 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[openSuse]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=103</guid>
		<description><![CDATA[The nice browser works fine for me too. I would like to mark that the installation of application is easy. At first it has to be downloaded last build of application by http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/ Then it has to be unpackaged in properly folder. After that it should be done some libraries are available for application: (it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=103&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The nice browser works fine for me too. I would like to mark that the installation of application is easy.<br />
At first it has to be downloaded last build of application by <a href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/</a> Then it has to be unpackaged in properly folder.<br />
After that it should be done some libraries are available for application: (it should be done with root permissions)<br />
<code><br />
ln -s /usr/lib/libnss3.so /usr/lib/libnss3.so.1d<br />
ln -s /usr/lib/libnssutil3.so /usr/lib/libnssutil3.so.1d<br />
ln -s /usr/lib/libsmime3.so /usr/lib/libsmime3.so.1d<br />
ln -s /usr/lib/libssl3.so /usr/lib/libssl3.so.1d<br />
ln -s /usr/lib/libplds4.so /usr/lib/libplds4.so.0d<br />
ln -s /usr/lib/libplc4.so /usr/lib/libplc4.so.0d<br />
ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0d<br />
</code><br />
The application will became runnable but flash won&#8217;t works. That is why  it should be made folder &#8220;plugins&#8221; and make symbolic link on properly flash lib inside the folder.<br />
<code><br />
ln -s /usr/lib/browser-plugins/libflashplayer.so<br />
</code></p>
<p>and run application ./chrome &#8211;enable-plugins</p>
<br /> Tagged: chrome, chromium, google, linux, openSuse <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=103&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/11/10/install-google-chrome-4-for-opensuse-11-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>Intersting features of using Spring Injection in Grails</title>
		<link>http://apetrenko.wordpress.com/2009/10/17/using-spring-injection-in-grails/</link>
		<comments>http://apetrenko.wordpress.com/2009/10/17/using-spring-injection-in-grails/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 15:26:41 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[spring grails]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=87</guid>
		<description><![CDATA[After some frustration of integration testing I carry on with investigation of spring injection in Grails. So, the grails has predefined place for storing Spring configurations it&#8217;s /grails-app/spring. The grails affords two formats for defining beans. It&#8217;s standard (well-known) xml format and you can define beans by using groovy syntax. The name of spring configuration [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=87&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After some frustration of integration testing I carry on with investigation of spring injection in Grails.</p>
<p>So, the grails has predefined place for storing Spring configurations it&#8217;s /grails-app/spring. The grails affords two formats for defining beans. It&#8217;s standard (well-known) xml format and you can define beans by using groovy syntax. The name of spring configuration also is defined it&#8217;s resources.groovy or/and resources.xml. It&#8217;s  not mistake that I&#8217;ve written or/and as you can use both of this format in same time/I think it&#8217;s useful think. Moreover, those files share the bean configurations. Another world you can use the bean that was defined in resources.groovy for making references in resources.xml, but not vice versa.</p>
<p>It looks like:</p>
<p>resources.groovy</p>
<p><code>beans = {</p>
<p>testString1(String, "test string")</p>
<p>}</p>
<p></code></p>
<p>resources.xml<br />
<code><br />
&lt;bean name="testString3" class="java.lang.String"&gt;<br />
&lt;constructor-arg  ref="testString1"/&gt;<br />
&lt;/bean&gt;<br />
</code></p>
<br /> Tagged: spring grails <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=87&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/10/17/using-spring-injection-in-grails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>The frustration experience of using integration testing for Grails application</title>
		<link>http://apetrenko.wordpress.com/2009/10/16/writing-integration-tests-for-grails-applicationgo/</link>
		<comments>http://apetrenko.wordpress.com/2009/10/16/writing-integration-tests-for-grails-applicationgo/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:12:04 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=76</guid>
		<description><![CDATA[After digging test capabilities of Grails I was found that it&#8217;s in really crude stage. Frankly said I expected little bit more&#8230;I think if you don&#8217;t have normal tool for testing application then you can&#8217;t use it for seriously tasks. After some complains I try to explain what annoying things I was bumped into. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=76&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After digging test capabilities of Grails I was found that it&#8217;s in really crude stage. Frankly said I expected little bit more&#8230;I think if you don&#8217;t have normal  tool for testing application then you can&#8217;t use it for seriously tasks.<br />
After some complains I try to explain what annoying things I was bumped into.</p>
<p>It was strange that my favorite IDE (Intelij Idea) doesn&#8217;t have normal functionalities for running integration test for Grails application. I understand that it&#8217;s not problems of Grails application It&#8217;s just probably the guys from Idea doesn&#8217;t see any reason for implementing one. But it&#8217;s more disadvantage for Grails then for IDEA.<br />
After googling this problem I have found some workaround. <a href="http://jira.codehaus.org/browse/GRAILS-4569">The guys from Grails advise</a>  to run like </p>
<p><code>mvn grails:exec -Dcommand=test-app -Dargs="-integration"</code></p>
<p>Hence, it should be created mvn run configuration in IDEA with goal </p>
<p><code>grails:exec -Dcommand=test-app -Dargs="-integration"</code></p>
<p>but unfortunatelly it doesn&#8217;t perfect work for me as it runs unit and integration test. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Let&#8217;s go further. the time for running two really simple test takes about 31 seconds. Come on&#8230;it&#8217;s awful the integration testing unbelievable slow. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Moreover, I can run only one test from test case it&#8217;s awful..</p>
<p>As a result that I can say about integration testing. it&#8217;s developed like possibility that will use on (pre-)production environment for tracking application before deploying. But it&#8217;s really bad for test-driven development. </p>
<br /> Tagged: grails, testing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=76&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/10/16/writing-integration-tests-for-grails-applicationgo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>JAD: Java Decompiler Problem with library</title>
		<link>http://apetrenko.wordpress.com/2009/09/01/jad-java-decompiler-problem-with-libraries/</link>
		<comments>http://apetrenko.wordpress.com/2009/09/01/jad-java-decompiler-problem-with-libraries/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:48:19 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[jad]]></category>
		<category><![CDATA[OpenSuse 11.1]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=72</guid>
		<description><![CDATA[when I try to call jad (from terminal) it pops up jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory Solution: ftp://mirror.switch.ch/pool/1/mirror/opensuse/distribution/11.0/repo/oss/suse/x86_64/compat-32bit-2008.5.6-6.1.x86_64.rpm should be installed Tagged: jad, OpenSuse 11.1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=72&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>when I try to call jad (from terminal) it pops up</p>
<p><code>jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory</code></p>
<p>Solution:<br />
ftp://mirror.switch.ch/pool/1/mirror/opensuse/distribution/11.0/repo/oss/suse/x86_64/compat-32bit-2008.5.6-6.1.x86_64.rpm should be installed</p>
<br /> Tagged: jad, OpenSuse 11.1 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=72&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/09/01/jad-java-decompiler-problem-with-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>StarDict works for me again</title>
		<link>http://apetrenko.wordpress.com/2009/05/29/stardict-works-for-me-again/</link>
		<comments>http://apetrenko.wordpress.com/2009/05/29/stardict-works-for-me-again/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:18:41 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[esound]]></category>
		<category><![CDATA[OpenSuse 11.1]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[stardict]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=65</guid>
		<description><![CDATA[Yesterday, I desided to improve my communication media stuff , my skype didn&#8217;t allow to make voice call. When I call to somebody the skype responde me with message &#8220;Problem with Audio Playback”.  I t was detected that skype doesn&#8217;t work with pulseaudio correctly. The solution was found in ubuntu community documentation (https://help.ubuntu.com/community/Skype). By using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=65&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I desided to improve my communication media stuff , my skype didn&#8217;t allow to make voice call. When I call to somebody the skype responde me with message &#8220;Problem with Audio Playback”.  I t was detected that skype doesn&#8217;t work with pulseaudio correctly. The solution was found in ubuntu community documentation (<a href="https://help.ubuntu.com/community/Skype">https://help.ubuntu.com/community/Skype</a>). By using Yast (my favorite OS is OpenSuse)  it was deleted all dependens on  pulseaudio and it was installed esound.</p>
<p>The next challenging was happened after starting stardict (version 3.0.1) application It didn&#8217;t start. It was freeze on start stage and of course nothing in the log <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  . The suspicion falls on esound conflicts. It was desided  to make first step to stun my stardict instalationby some trick.</p>
<pre style="background-color:#F0EEE6;border:1px dashed #C1B496;font-family:courier,monospace;white-space:pre-wrap;padding:4pt;">su

cd /usr/lib64/stardict/plugins

mv stardict_espeak.so stardict_espeak.so.bak</pre>
<p>and start stardict again .  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  HE IS ALIVE <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /> Tagged: esound, OpenSuse 11.1, skype, stardict <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=65&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/05/29/stardict-works-for-me-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>Discussion Communication Plan</title>
		<link>http://apetrenko.wordpress.com/2009/05/20/discussion-communication-plan/</link>
		<comments>http://apetrenko.wordpress.com/2009/05/20/discussion-communication-plan/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:56:22 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[PM]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=24</guid>
		<description><![CDATA[I expected that meeting about communication plan would be not long.. I thought that somebody from our group wanted to change something it should be like some remarks or some additional suggestions. So we had meeting for 2 hours!!! Because we bumped into question about hierarchy of company and responsibilities every members of one. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=24&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I expected that meeting about communication plan would be not long.. I thought that somebody from our group wanted to change something it should be like some remarks or some additional suggestions. So we had meeting for 2 hours!!! Because we bumped into question about hierarchy of company and responsibilities every members of one.</p>
<p>So general argue was about sponsor&#8217;s role . What is man contribution in project he should make  and  his level of involvement. So it was accepted that he just brought  money to project and he&#8217;ll care only about output.</p>
<p>Other argue was about executive&#8217;s role.  Should he be inventor or he should only care about project on high level? it should be just acceptance of starting and accepting of budget for project. So it was accepted that he would control high level of project and we don&#8217;t concentrate on who is inventor.</p>
<p>After finding consensus we have discussed and merged in all our communication plans . Also it was made some remark about ground rules for stakeholder , so it should be our next task&#8230;.</p>
<br /> Tagged: PM <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=24&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/05/20/discussion-communication-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
		<item>
		<title>the first release of communication plan for project &#8220;Insulin Assistent&#8221;</title>
		<link>http://apetrenko.wordpress.com/2009/05/19/the-first-release-of-communication-plan-for-project-insulin-assistent/</link>
		<comments>http://apetrenko.wordpress.com/2009/05/19/the-first-release-of-communication-plan-for-project-insulin-assistent/#comments</comments>
		<pubDate>Tue, 19 May 2009 09:11:19 +0000</pubDate>
		<dc:creator>apetrenko</dc:creator>
				<category><![CDATA[PM]]></category>

		<guid isPermaLink="false">http://apetrenko.wordpress.com/?p=22</guid>
		<description><![CDATA[1.Stakeholders Executives and Sponsors (ES) This class of stakeholders includes all project sponsors. Core Team members (CT) This class of stakeholders includes project managers group, research group, developer group, tester group and data domain&#8217;s support group. 2. Formal Project Communication Formal project communications will consist of project plan update, written status reports and project team [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=22&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">1.Stakeholders</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="text-decoration:underline;">Executives and Sponsors</span> (ES) This class of stakeholders includes all project sponsors.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="text-decoration:underline;">Core Team members </span>(CT) This class of stakeholders includes project managers group, research group, developer group, tester group and  data domain&#8217;s support group.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">2. Formal Project Communication</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Formal project communications will consist of project plan update, written status reports and project team meetings. All communications and workflow have to be in English. The all written communications and workflow will be distributed via project repository on project blog.</p>
<p style="margin-bottom:0;">
<ol>
<li>
<ol>
<li>
<p style="margin-bottom:0;">Weekly project plan update</p>
<p style="margin-bottom:0;">Media/Tools – All plans published  		in MS Word 2000 in project repository</p>
</li>
<li>
<p style="margin-bottom:0;">Weekly status report</p>
<p style="margin-bottom:0;">Media/Tools – All plans published  		in MS Word 2000 in project repository</p>
</li>
<li>
<p style="margin-bottom:0;">Weekly core team meeting</p>
</li>
</ol>
</li>
</ol>
<p style="margin-bottom:0;">Ground rules – the duration of meeting has to be not more than 30 min</p>
<ol>
<li>
<ol>
<li>
<p style="margin-bottom:0;">Decade Core team meeting</p>
</li>
</ol>
</li>
</ol>
<p style="margin-left:.74in;margin-bottom:0;">Ground rules – the duration of meeting has to be not more than 1 h</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Informal Project Communication</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Informal project communication includes phone calls , email ans informal face to face converstation.</p>
<br /> Tagged: PM <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apetrenko.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apetrenko.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apetrenko.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apetrenko.wordpress.com&amp;blog=7810612&amp;post=22&amp;subd=apetrenko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://apetrenko.wordpress.com/2009/05/19/the-first-release-of-communication-plan-for-project-insulin-assistent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a95a24ee410349284722229ad6c4156d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">apetrenko</media:title>
		</media:content>
	</item>
	</channel>
</rss>
