<?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/"
	>

<channel>
	<title>Works and Thoughts of Michael Efimov</title>
	<atom:link href="http://efimov.org/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://efimov.org/wp</link>
	<description>Everything Development</description>
	<lastBuildDate>Sat, 05 Feb 2011 22:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Observations from Android Market</title>
		<link>http://efimov.org/wp/2011/02/05/observations-from-android-market/</link>
		<comments>http://efimov.org/wp/2011/02/05/observations-from-android-market/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 21:26:59 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=55</guid>
		<description><![CDATA[The Tombo Edit has spent a little over a month on the market. It seems to have generated some decent interest with hundreds of downloads. Few items of interest: Comments are filtered by system language. In development console I see &#8230; <a href="http://efimov.org/wp/2011/02/05/observations-from-android-market/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Tombo Edit has spent a little over a month on the market.<br />
It seems to have generated some decent interest with hundreds of downloads.</p>
<p>Few items of interest:</p>
<ul>
<li> Comments are filtered by system language. In development console I see comments in English, Russian, Japanese and Korean, but in the market itself it only shows English to me.</li>
<li>There is facility to report errors from devices, but I haven&#8217;t gotten any reports.</li>
<li>Interesting metric is a number of active installs (as opposed to number of downloads).</li>
</ul>
<p>The market Web UI has recently significantly improved, and now shows more relevant information.</p>
<p>I was really surprised that there is another application that can read Tombo-encrypted files. It is called &#8216;<em><a href="https://market.android.com/details?id=jp.gr.java_conf.hatalab.mnv">miniNoteViewer</a></em>&#8216;, comes from Japan and does not seem to support russian character encoding. Have I known of its existence, I might have chosen some other area for my Android playground. <img src='http://efimov.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></span></p>
<p><span style="font-size: small;"><span style="line-height: 24px;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2011/02/05/observations-from-android-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first app in Android Market</title>
		<link>http://efimov.org/wp/2010/12/29/my-first-app-in-android-market/</link>
		<comments>http://efimov.org/wp/2010/12/29/my-first-app-in-android-market/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 22:47:39 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=50</guid>
		<description><![CDATA[I&#8217;ve published the Tombo Edit, my first Android application, in the Android market. The longest time between debugging and publishing it took to create a decent icon. I&#8217;ve used the BlowFish encryption code directly ported from Tombo Crypt&#8217;s C++ It &#8230; <a href="http://efimov.org/wp/2010/12/29/my-first-app-in-android-market/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve published the Tombo Edit, my first <a href="http://efimov.org/wp/android">Android</a> application, in the Android market.<br />
The longest time between debugging and publishing it took to create a decent icon.</p>
<p>I&#8217;ve used the BlowFish encryption code directly ported from Tombo Crypt&#8217;s C++<br />
It seems that android ndk is usable, but has some ways to go&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2010/12/29/my-first-app-in-android-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDepend is released</title>
		<link>http://efimov.org/wp/2005/04/27/old-test/</link>
		<comments>http://efimov.org/wp/2005/04/27/old-test/#comments</comments>
		<pubDate>Wed, 27 Apr 2005 19:24:50 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=4</guid>
		<description><![CDATA[About a year ago I&#8217;ve read a book &#8220;Agile Software Development, Principles, Patterns, and Practices&#8221; by Robert Martin, which have introduced a nice metrics for design quality. I was eager to write a program which would use .Net reflection and &#8230; <a href="http://efimov.org/wp/2005/04/27/old-test/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>About a year ago I&#8217;ve read a book &#8220;Agile Software Development, Principles, Patterns, and Practices&#8221; by Robert Martin, which have introduced a nice metrics for design quality.<br />
I was eager to write a program which would use .Net reflection and calculate those metrics on existing products, but never got around to do that.<br />
Well, what do you know? Apparently there now is a program, call <a href="http://smacchia.chez.tiscali.fr/NDepend.html">NDepend</a>, which does just that. Sweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2005/04/27/old-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML for Resumes</title>
		<link>http://efimov.org/wp/2004/04/07/xml-for-resumes/</link>
		<comments>http://efimov.org/wp/2004/04/07/xml-for-resumes/#comments</comments>
		<pubDate>Thu, 08 Apr 2004 04:40:47 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=22</guid>
		<description><![CDATA[I just started to use RSS Bandit to get my news, and surely stumbled upon DonXML&#8217;s post about HR-XML compliant resume. I&#8217;ve had my resume in HR-XML format since 2001, and could not be happier. I&#8217;ve had all those nice ideas &#8230; <a href="http://efimov.org/wp/2004/04/07/xml-for-resumes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just started to use RSS Bandit to get my news, and surely stumbled upon DonXML&#8217;s post about <a href="http://donxml.com/allthingstechie/archive/2004/03/29/535.aspx">HR-XML compliant resume</a>.</p>
<p>I&#8217;ve had my resume in HR-XML format since 2001, and could not be happier. I&#8217;ve had all those nice ideas about different formatting, and created a handful of xsl stylesheets to convert my resume into html, word documents and plain text.</p>
<p>Here they are in no particular order:<br />
<a href="http://www.efimov.org/mef/resume/resume.xsl">Main Template.</a><br />
<a href="http://www.efimov.org/mef/resume/resume_web.xsl">Use Main Template to generate short HTML version</a><br />
<a href="http://www.efimov.org/mef/resume/resume_word.xsl">Use Main Template to generate short Word version</a><br />
<a href="http://www.efimov.org/mef/resume/resume_word_long.xsl">Use Main Template to generate extended Word version</a><br />
<a href="http://www.efimov.org/mef/resume/resume_text.xsl">Separate Template for Plain Text version</a><br />
<a href="http://www.efimov.org/mef/resume/FormatResume.js">JavaScript to format resume and use Word to save it as Word document.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2004/04/07/xml-for-resumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty nasty bug in interaction between Oracle, ODBC and COM+</title>
		<link>http://efimov.org/wp/2004/03/08/10/</link>
		<comments>http://efimov.org/wp/2004/03/08/10/#comments</comments>
		<pubDate>Mon, 08 Mar 2004 19:30:07 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[COM]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=10</guid>
		<description><![CDATA[It happens, if we are accessing more then one database in one COM+ transaction. We are relying on ODBC connection pooling, so we typically open a connection to one database, run some queries, close the connection, then open connection to &#8230; <a href="http://efimov.org/wp/2004/03/08/10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">It happens, if we are accessing more then one database in one COM+ transaction. We are relying on ODBC connection pooling, so we typically open a connection to one database, run some queries, close the connection, then open connection to another database, run some queries, etc. It used to work nicely with MTS.</div>
<div id="_mcePaste">Behind the scene, after ODBC method ::SQLDisconnect is called, connection to Oracle is not broken, because transaction still continues, so Oracle needs to be notified of its final outcome.</div>
<div id="_mcePaste">Unfortunately second call to ODBC method ::SQLConnect returns the very same open connection, that was used before, even if DSN, User name and password are different. That is clearly a bug.</div>
<div id="_mcePaste">If first connection is kept open during transaction, then everything works correctly. Also everything works correctly, if databases are accessed from different COM+ applications, because they don&#8217;t share connection pool.</div>
<div>I&#8217;ve come up with small test program, that reproduces the bug.</div>
<div id="_mcePaste">I also enclosed source code for the COM+ component, and MTS package, if anyone wants to try it on NT (I&#8217;ve done that).</div>
<div>I don&#8217;t know, if it happens with any database, other then Oracle, but I&#8217;ve tried different MDAC versions, and they seem to behave consistently.</div>
<div>There seem to be no good work around. We&#8217;ve implemented fair workaround, which uses SQLGetInfo function right after SQLConnect, to verify, that database user is indeed the same, as program has asked for. Obviously it means performance hit, so any other clever ideas are very welcome.</div>
<div>INSTALLATION:</div>
<div>1. Install enclosed odbc_test_app_win2k.MSI package, that contains ODBC_TEST_APP COM+ library application, that requires transactions.</div>
<div id="_mcePaste">2. Modify enclosed odbc_test.js script to specify your connection parameters and sql statement.</div>
<div id="_mcePaste">3. Run odbc_test.js and check, if it encounters problems in any tests</div>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2004/03/08/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyIpConfig on Source Forge</title>
		<link>http://efimov.org/wp/2003/07/11/myipconfig-on-source-forge/</link>
		<comments>http://efimov.org/wp/2003/07/11/myipconfig-on-source-forge/#comments</comments>
		<pubDate>Fri, 11 Jul 2003 22:38:49 +0000</pubDate>
		<dc:creator>mef</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://efimov.org/wp/?p=20</guid>
		<description><![CDATA[I&#8217;ve started my first Open Source project on Source Forge. MyIpConfig is a simple utility for PocketPC, which is inspired by WinIPCfg utility from Windows 9x times.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started <a href="http://sourceforge.net/projects/myipconfig">my first Open Source project</a> on Source Forge.</p>
<p>MyIpConfig is a simple utility for PocketPC, which is inspired by WinIPCfg utility from Windows 9x times.</p>
]]></content:encoded>
			<wfw:commentRss>http://efimov.org/wp/2003/07/11/myipconfig-on-source-forge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

