<?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>My Tech Blog</title>
	<atom:link href="http://mytecblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mytecblog.wordpress.com</link>
	<description>Software engineering challenges and solutions.</description>
	<lastBuildDate>Thu, 18 Feb 2010 20:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mytecblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Tech Blog</title>
		<link>http://mytecblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mytecblog.wordpress.com/osd.xml" title="My Tech Blog" />
	<atom:link rel='hub' href='http://mytecblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SlickEdit autogenerated Makefile configuration</title>
		<link>http://mytecblog.wordpress.com/2010/02/03/slickedit-autogenerated-makefile-configuration/</link>
		<comments>http://mytecblog.wordpress.com/2010/02/03/slickedit-autogenerated-makefile-configuration/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:08:24 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[SlickEdit]]></category>

		<guid isPermaLink="false">http://mytecblog.wordpress.com/?p=96</guid>
		<description><![CDATA[SlickEdit autogenerated Makefile generate the following by default. But what if you want to use another make application? you need to do it in the Makefile itself:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=96&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SlickEdit autogenerated Makefile generate the following by default.</p>
<p><pre class="brush: python;">
# SlickEdit generated file.  Do not edit this file except in designated areas.

# Make command to use for dependencies
MAKE=make
RM=rm
MKDIR=mkdir

# -----Begin user-editable area-----

# -----End user-editable area-----

# If no configuration is specified, &quot;Debug&quot; will be used
ifndef CFG
CFG=Debug
endif
.....
</pre></p>
<p>But what if you want to use another make application?<br />
you need to do it in the Makefile itself:</p>
<p><pre class="brush: python;">
...
# -----Begin user-editable area-----
MAKE=my-make
# -----End user-editable area-----
...
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=96&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2010/02/03/slickedit-autogenerated-makefile-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple UTF-8 C Decoder</title>
		<link>http://mytecblog.wordpress.com/2008/12/23/simple-utf-8-c-decoder/</link>
		<comments>http://mytecblog.wordpress.com/2008/12/23/simple-utf-8-c-decoder/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 21:32:37 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=35</guid>
		<description><![CDATA[This is a simple C or C++ code for UTF-8 decoder This code was never actually tested. Use it on your own risk.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=35&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a simple C or C++ code for UTF-8 decoder<br />
<pre class="brush: cpp;">
// given that this is first byte of the character,
// how many bytes is the character occupy?
int NumberOfUTF8Chars(unsigned char ch)
{
if (ch &lt; 0x80u) return 1;
else if (ch &lt; 0xE0u) return 2;
else if (ch &lt; 0xF0u) return 3;
else if (ch &lt; 0xF8u) return 4;
else if (ch &lt; 0xFCu) return 5;
else return 6;
}

// given that this is first byte of the character,
// what is the code value of that character?
unsigned int ValueOfUTF8Code(const char* ch)
{
unsigned int Value;
int Size = NumberOfUTF8Chars( *ch );
switch( Size )
{
case 6:
Value  = ch[0] &amp; 0x01;
break;
case 5:
Value  = ch[0] &amp; 0x03;
break;
case 4:
Value  = ch[0] &amp; 0x07;
break;
case 3:
Value  = ch[0] &amp; 0x0F;
break;
case 2:
Value  = ch[0] &amp; 0x1F;
break;
case 1:
Value = ch[0];
}

for ( int i= 1; i &lt; Size; i++ )
{
Value = Value &lt;&lt; 6 | ch[i] &amp; 0x3F;
}
return Value;
}
</pre><br />
<strong>This code was never actually tested. Use it on your own risk.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=35&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/12/23/simple-utf-8-c-decoder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>LM058 communication problem</title>
		<link>http://mytecblog.wordpress.com/2008/12/05/lm058-communication-problem/</link>
		<comments>http://mytecblog.wordpress.com/2008/12/05/lm058-communication-problem/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:53:09 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Serial port]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=32</guid>
		<description><![CDATA[It should not escalated to this level and since it does it a bad evidence on the &#8216;LM Technologies&#8217; brand. I am working on a system the include communication from a smartphone to a controller. The controller support RS232, the smartphone support Bluetooth and to bridge this gap I purchased a &#8216;Bluetooth Serial adaptor&#8217; from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=32&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It should not escalated to this level and since it does it a bad evidence on the &#8216;LM Technologies&#8217; brand.</p>
<p>I am working on a system the include communication from a smartphone to a controller.<br />
The controller support RS232, the smartphone support Bluetooth and to bridge this gap I purchased a &#8216;Bluetooth Serial adaptor&#8217; from &#8216;LM Technologies&#8217;.</p>
<p>The connection works well until the device sends a string longer than 20-40 characters. Then the LM058 freezes and never recovers. (power cycle require)</p>
<p>I tried all known configurations, I sent question to LM support (there website support is terrible), I posted a question in related forums (and in an unrelated forums <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>At this stage it become apparent that either my device is faulty or just badly designed.</p>
<p>A week after my initial question to LM support I got response that suggested disabling the ‘<strong>escape character check</strong>’ using the AT command &#8216;<strong>ATX0</strong>&#8216;. That indeed solve the problem.</p>
<p>BUT!!!<br />
Why is this feature not documented in the LM058 user manual?? or any other related LM058 documents!!??</p>
<p>In the purpose of this blog I am adding a link to another <a href="http://www.lm-technologies.com/ci/index.php?/products/downloadpdf/LM048_Manual_v1.pdf" target="_blank">adaptor manual</a> that actually describe this feature. It seems that LM updated the LM058 adaptor functionality but not the manuals.</p>
<p>here it is: a little piece of information that was not part of the &#8216;world accumulated knowledge base&#8217; (Internet) and now it is.<br />
In the future I&#8217;ll try to be more informative and &#8216;to the point&#8217; and less &#8216;blah blah&#8217;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=32&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/12/05/lm058-communication-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>RIM JDE debug messages</title>
		<link>http://mytecblog.wordpress.com/2008/11/25/rim-jde-debug-messages/</link>
		<comments>http://mytecblog.wordpress.com/2008/11/25/rim-jde-debug-messages/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:14:06 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[JDE]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=30</guid>
		<description><![CDATA[Maybe it my fault that I didn&#8217;t read the whole of RIM&#8217;s documentation or maybe it just not there. Anyway I was looking for a while for how to print debug messages in the JDE&#8217;s debug window and now I found it. Simply use the system output stream: System.out.println( "message " + number );<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=30&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maybe it my fault that I didn&#8217;t read the whole of RIM&#8217;s documentation or maybe it just not there.</p>
<p>Anyway I was looking for a while for how to print debug messages in the JDE&#8217;s debug window and now I found it.<br />
Simply use the system output stream:<br />
<code>System.out.println( "message " + number );</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=30&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/11/25/rim-jde-debug-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>Odds conversion functions</title>
		<link>http://mytecblog.wordpress.com/2008/11/04/odds-conversion-functions/</link>
		<comments>http://mytecblog.wordpress.com/2008/11/04/odds-conversion-functions/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 03:35:05 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Odds]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=19</guid>
		<description><![CDATA[Odds conversion is something you will hardly ever need. For most it would be sufficient to use a conversion tables. But if you actually need to convert odds as part of a script here is how to do so: There are three types of odds format: Fractional: 9/5 for every 5 dollars you invest you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=19&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Odds conversion is something you will hardly ever need.  For most it would be sufficient to use a conversion tables.</p>
<p>But if you actually need to convert odds as part of a script here is how to do so:</p>
<p>There are three types of odds format:</p>
<ul>
<li><strong>Fractional: 9/5</strong> for every 5 dollars you invest you get 9 if you win and the original 5 stake.</li>
<li><strong>Decimal: 2.8</strong> for every dollar you invest you get 2.8 dollars, that include the original stake.</li>
<li><strong>American: </strong>American odds are divided to two parts positives and negatives.<br />
Positive: <strong>180</strong> for every $100 you invest you win $180 and get your $100 stake back.<br />
Negative<strong>: -180</strong> to win $100 you need to invest $180,  so if you invest $180 and win you get $100 and the $180 stake back.</li>
</ul>
<p>Conversion between odds is rather simple.</p>
<p>Given the fractional odds <code>numerator/denominator</code> ( for short: <code>num/den</code>)<br />
The decimal odds are computed as <code>decOdds = ((num+den)/den)<br />
</code>The American odds are computed as follow<br />
<code>if (num/den &gt; 1 )<br />
&nbsp; &nbsp; usOdds = ((num/den)*100)<br />
else<br />
&nbsp; &nbsp; usOdds = ((den/num)*(-100))</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=19&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/11/04/odds-conversion-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>RIM development environment serial port</title>
		<link>http://mytecblog.wordpress.com/2008/10/16/rim-development-environment-serial-port/</link>
		<comments>http://mytecblog.wordpress.com/2008/10/16/rim-development-environment-serial-port/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 03:36:31 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[Serial port]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=16</guid>
		<description><![CDATA[I am developing a handheld application for my company. and it on a blackberry device. basically it&#8217;s a device programmer interfacing through a serial port. since blackberrys do not have serial port I&#8217;ll be using a Bluetooth to serial port converter, but for development I can use the BB serial port emulation through the PC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=16&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am developing a handheld application for my company. and it on a blackberry device. basically it&#8217;s a device programmer interfacing through a serial port. since blackberrys do not have serial port I&#8217;ll be using a Bluetooth to serial port converter, but for development I can use the BB serial port emulation through the PC port.</p>
<p>At first I use the class connector interface to open a serial port, as they use in their samples. but I couldn&#8217;t get it to accept messages coming over the port, I spent hours on that, tweaking the port and the code, nothing. The <code>DataInputStream.available()</code> always return zero, although I know it got a response. Eventually I found a different class, oddly enough named <code>Class SerialPort</code> that worked perfectly well. RIM did advised not to use it, but I am not going to use it for the final product anyway.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=16&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/10/16/rim-development-environment-serial-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>First steps with blogging</title>
		<link>http://mytecblog.wordpress.com/2008/10/16/first-steps-with-blogging/</link>
		<comments>http://mytecblog.wordpress.com/2008/10/16/first-steps-with-blogging/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 02:55:24 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=11</guid>
		<description><![CDATA[First part of writing a blog is opening an account. That was way too complicated: at first I wanted to open one in some technology site so others can find this information, after a long search I found toolbox but it seems that they only want good writers and they may not accept me as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=11&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First part of writing a blog is opening an account. That was way too complicated: at first I wanted to open one in some technology site so others can find this information, after a long search I found <a href="http://www.toolbox.com/" target="_blank">toolbox</a> but it seems that they only want good writers and they may not accept me as one. Well, I&#8217;m not gona be tested on my writing skills, that not my strength anyway. I search more, but haven&#8217;t found anything. I could open it in blogger or any of the massive blogging sites but I wanted a technology title, Engineers don&#8217;t look for solutions in Blogger&#8230;</p>
<p>Eventually I decided to open a blog in my own site, simple and straight forward. <a href="http://www.servage.net/page/front/" target="_blank">My hosting provider</a> have <a href="http://wordpress.org/" target="_blank">wordpress</a> ready to install, click clack and it&#8217;s running.</p>
<p>Now I had to add a bit of personal touch, so I downloaded a theme that suits me, tweaked it a bit and here you go.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=11&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/10/16/first-steps-with-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
		<item>
		<title>My First Post</title>
		<link>http://mytecblog.wordpress.com/2008/10/14/my-first-post/</link>
		<comments>http://mytecblog.wordpress.com/2008/10/14/my-first-post/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:51:01 +0000</pubDate>
		<dc:creator>razp</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.bookika.com/?p=5</guid>
		<description><![CDATA[Welcome! My name is Raz and I am a software engineer for 10 years now. As an engineer I am having challenges on daily basis, most are simple, easy and resolved by employing my knowledge and experience, Some are more difficult and require investigation, usually googling the problem and find the solution in over the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=5&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome!</p>
<p>My name is Raz and I am a software engineer for 10 years now. As an engineer I am having challenges on daily basis, most are simple, easy and resolved by employing my knowledge and experience, Some are more difficult and require investigation, usually googling the problem and find the solution in over the web, and the last are challenges that it seems I&#8217;m the first to encounter or, to be more modest, no one ever post the solution on the web.</p>
<p>In general, I believe that sharing the knowledge on the web is important and so I decided to describe the third type challenges and solutions in my own blog, for others to enjoy.</p>
<p>This blog is not about me, it not going to be personal or interesting, just a list of facts and experiences that others can find and use in there challenges.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mytecblog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mytecblog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mytecblog.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mytecblog.wordpress.com&amp;blog=7649880&amp;post=5&amp;subd=mytecblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mytecblog.wordpress.com/2008/10/14/my-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af6e897ce7d4e113c14229ebf1279909?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Projman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
