 <?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>GuruCoder</title>
	<atom:link href="http://www.gurucoder.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gurucoder.org</link>
	<description>= new CodingSource();</description>
	<lastBuildDate>Tue, 08 Nov 2011 10:04:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google API getFromLocationName throws IOException</title>
		<link>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html</link>
		<comments>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 10:01:00 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1105</guid>
		<description><![CDATA[
<p>If you are using the <strong>Google GPS API for Android</strong> you could encounter an IOException for &#8220;Service Not Available&#8221; , calling the method <strong>getFromLocationName() </strong>of the<strong> GeoCoder</strong> class.</p>
<p>This method should be able, given a location name, to retrieve an array of Address objects related to the specified string.</p>
<p>Sometimes the mehod works pretty good, but others the exception is thrown.</p>
<p><strong>The Solution</strong></p>
<p>Here there is a long discussion about the issue:</p>
<p>http://code.google.com/p/android/issues/detail?id=8816</p>
<p>On comment 21 there the  workaround calling the <strong>web api</strong> directly and retrieving data [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Android ListView divider color</title>
		<link>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html</link>
		<comments>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 09:52:18 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1099</guid>
		<description><![CDATA[
<p>If you need to change the divider colo in an android ListView view, all you need to do is to add the following code inside the xml layout file</p>
<pre> &#60;ListView        
       android:id="@+id/android:list"        
       android:layout_width="wrap_content"        
       android:layout_height="wrap_content"        
       android:divider="#FFCC00"            
  [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install JSON on Linux server</title>
		<link>http://www.gurucoder.org/how-to-install-json-on-linux-server.html</link>
		<comments>http://www.gurucoder.org/how-to-install-json-on-linux-server.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 08:38:04 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1090</guid>
		<description><![CDATA[
<p>If you would use JSON to get data from your Linux Server, but you encounter this error:</p>
<pre>Error: PHP Fatal error:
Call to undefined function json_encode()</pre>
<p>The problem is that when PHP 5.2 version supports natively json functions ( json_encode() and json_decode() ), the previous version PHP 5.0 doesn&#8217;t support JSON.</p>
<p><strong>Solution 1: Install JSON on PHP 5.0</strong></p>
<pre>
# yum install php-pear gcc
# pecl install json
# cd /etc/php.d
# echo "extension=json.so" >> json.ini
# /etc/init.d/httpd restart
</pre>
<p><strong>Solution 2: Upgrade your PHP version to 5.2</strong></p>

]]></description>
		<wfw:commentRss>http://www.gurucoder.org/how-to-install-json-on-linux-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Translated SMS via Skype with STranslator</title>
		<link>http://www.gurucoder.org/send-translated-sms-via-skype-with-stranslator.html</link>
		<comments>http://www.gurucoder.org/send-translated-sms-via-skype-with-stranslator.html#comments</comments>
		<pubDate>Fri, 22 Jul 2011 06:58:04 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[STranslator]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1079</guid>
		<description><![CDATA[
<p>If you want to send your SMS in many different languages in a simple, fast and reliable matter, what you need is <strong>STranslator</strong> app.</p>
<p>One of STranslator&#8217;s key features is the capability t0 send translated SMS via Skype in the language that you want!</p>
<p>After selecting the destination language, when you write an SMS in YOUR language, a preview of the translated SMS is immediately shown.</p>
<p>STranslator is available for <strong>Windows</strong> and <strong>Ubuntu</strong> and can be easily downloaded and installed from the official website: http://www.stranslator.org</p>
<p><img [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/send-translated-sms-via-skype-with-stranslator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Preferences on Mac OS</title>
		<link>http://www.gurucoder.org/java-preferences-on-mac-os.html</link>
		<comments>http://www.gurucoder.org/java-preferences-on-mac-os.html#comments</comments>
		<pubDate>Thu, 14 Jul 2011 15:59:22 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1073</guid>
		<description><![CDATA[
<p>While on Windows the Java Preferences keys are stored inside the system registry ( regedit ), under MAC OS it is far more simple to get access to that info.</p>
<p>The preferences files generated by the Preferences API are named com.apple.java.util.prefs.</p>
<p><strong>The user’s preferences</strong> file is stored in their home directory (~/Library/Preferences/).</p>
<p> <strong>The system preferences</strong> are stored in /Library/Preferences/ and are only persisted to disk if the user is an administrator.</p>
<p>&#160;</p>

]]></description>
		<wfw:commentRss>http://www.gurucoder.org/java-preferences-on-mac-os.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype-Java-Api 1.1 the new Java API for Skype</title>
		<link>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html</link>
		<comments>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 07:39:33 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1054</guid>
		<description><![CDATA[
<p>If someone wants to integrate Skype services and functionalities inside a Java program, the best Java API it&#8217;s always been Skype4Java. The problem is that the library has not been updated since 2006 and it is quite old to fully manage all the Skype features and <strong>it is not compatible with Java 64 bit installations</strong>.
BUT now the things are changed!!!
Thanks to Gabriel Takeuchi, Skype4Java revives with a new name and version!</p>
<p><strong>skype-java-api 1.1</strong></p>
<p>The library starts to be a clone of the old [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabilitare rotazione Activity in Android</title>
		<link>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html</link>
		<comments>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html#comments</comments>
		<pubDate>Sun, 27 Feb 2011 17:01:18 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1044</guid>
		<description><![CDATA[Quando il dispositivo viene ruotato, avviene il ricaricamento dell' Activity correntemente visualizzata e presentata nella cosidetta modalità "Landscape Mode" . Se la vostra Activity non risulta ottimizzata per questa modalità di visualizzazione, conviene disabilitarne il carimamento.]]></description>
		<wfw:commentRss>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rumors su Windows 8</title>
		<link>http://www.gurucoder.org/rumors-su-windows-8.html</link>
		<comments>http://www.gurucoder.org/rumors-su-windows-8.html#comments</comments>
		<pubDate>Tue, 22 Feb 2011 09:23:49 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1036</guid>
		<description><![CDATA[
<p><img class="alignleft size-full wp-image-1037" style="border: gray 1px solid;" title="win8" src="http://www.gurucoder.org/blog/wp-content/uploads/2011/02/win8.png" alt="" width="233" height="159" />Microsoft sta già lavorando sul nuovo sistema operativo: Windows 8. Dai rumors infatti si direbbe che la casa di Redmond abbia completato lo sviluppo della seconda versione Milestone di Windows 8. Il termine Milestone identifica una delle fasi della creazione di un sistema operativo in casa Microsoft, versioni che precedono una o più Beta. Di fatto, è pronta a distribuire ai soli partner, e non pubblicamente, la [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/rumors-su-windows-8.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hero con Android 2.1 finalmente è arrivato!</title>
		<link>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html</link>
		<comments>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html#comments</comments>
		<pubDate>Sun, 11 Jul 2010 13:27:25 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=936</guid>
		<description><![CDATA[
<p>HTC finalmente dopo una lunga attesa ha distribuito i due aggiornamenti FOTA per l&#8217; upgrade del mitico HERO alla versione android 2.1! Proprio ieri ho ricevuto il secondo aggiornamento, circa 70 MB , ed il mio Hero è rinato&#8230; bhe sicuramente il passaggio dalla versione 1.5 alla versione 2.1 si fa sentire ed è evidente&#8230; Per adesso non ho riscontrato particolari peggioramenti nelle performance, ma come nota di demerito deve segnalare l&#8217; assenza del supporto ai &#8220;Live Wallpapers&#8221;. Il motivo di [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come utilizzare MBROLA con FreeTTS in Java</title>
		<link>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html</link>
		<comments>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:58:14 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Text To Speech]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=931</guid>
		<description><![CDATA[
<p>In generale il riconoscimento vocale puo essere logicamente suddiviso in due aspetti: Sintesi e Riconoscimento.
L` implementazione di un servizio TTS (Test To Speech) in Java puo essere realizzata utilizzando le JSAPI realizzate dalla Sun di cui ne esiste una implemntazione free denominata FreeTTS.
FreeTTS offre solo i servizi di Sintesi, ignorando completamente l` aspetto legato al riconoscimento vocale.</p>
<p>In fase di sintesi, FreeTTS offre un set di voci decisamente metalliche e poco gradevoli tra cui quella di default e` denominata kevin16. L` [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

