<?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>A developer&#039;s blog</title>
	<atom:link href="http://silentwind.za.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://silentwind.za.net</link>
	<description>Rants everyone might just have to share</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:54:45 +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>Building WS4D-gSOAP on Linux</title>
		<link>http://silentwind.za.net/2012/01/16/building-ws4d-gsoap-on-linux/</link>
		<comments>http://silentwind.za.net/2012/01/16/building-ws4d-gsoap-on-linux/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 06:05:33 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[gsoap]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[ws4d]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=650</guid>
		<description><![CDATA[WS4D-gSOAP is a framework that assists development of web services on multiple platforms. These includes mobile phones, server, computers or embedded system. WS4D can run as a standalone application or based upon a server and has been used in many commercial products. Despite being the most prominent framework for embedded system SOAP services, WS4D seems [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2012/01/16/building-ws4d-gsoap-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web service for device (WS4D) and using make, cmake with Integrated Development Environments (IDEs) on Linux</title>
		<link>http://silentwind.za.net/2012/01/16/web-service-for-device-ws4d-and-using-make-cmake-with-integrated-development-environments-ides-on-linux/</link>
		<comments>http://silentwind.za.net/2012/01/16/web-service-for-device-ws4d-and-using-make-cmake-with-integrated-development-environments-ides-on-linux/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 05:49:01 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code blocks]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[gsoap]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[ws4d]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=649</guid>
		<description><![CDATA[WS4D-gSOAP is a framework to deploy web services on multiple environments (computers, embedded devices, phones&#8230;) without having to rewrite code. More introduction information can be found in this post. The downside for WS4D is that the build system is based on cmake, and it&#8217;s a bit complicated to use. I have since managed to successfully [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2012/01/16/web-service-for-device-ws4d-and-using-make-cmake-with-integrated-development-environments-ides-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broken Vietnamese on Android</title>
		<link>http://silentwind.za.net/2011/11/17/broken-vietnamese-on-android/</link>
		<comments>http://silentwind.za.net/2011/11/17/broken-vietnamese-on-android/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:49:14 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[vietnamese]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=663</guid>
		<description><![CDATA[I was using Liberty ROM (android 2.3.3) on my Droid X and Vietnamese looks broken (all the diacritical marks are mixed up: acute become grave the press goes above the character instead of below), while the same characters displayed just fine on another phone. I tried to install the new Roboto font from Android 4.0 via ROM [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/11/17/broken-vietnamese-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Management task: Remote shutdown utility</title>
		<link>http://silentwind.za.net/2011/10/17/management-task-remote-shutdown-utility/</link>
		<comments>http://silentwind.za.net/2011/10/17/management-task-remote-shutdown-utility/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 07:06:31 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convenient]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=658</guid>
		<description><![CDATA[I run a simple web server to serve as a storage medium for my mobile devices (I don&#8217;t like using dropbox or other online storage solutions because they don&#8217;t offer much space and they hogs up bandwidth unnecessarily). Before I go to sleep I usually shut down the server to save energy, but in order to [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/10/17/management-task-remote-shutdown-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invisible folder for Windows</title>
		<link>http://silentwind.za.net/2011/09/28/invisible-folder-for-windows/</link>
		<comments>http://silentwind.za.net/2011/09/28/invisible-folder-for-windows/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 02:12:29 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[invisible]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=646</guid>
		<description><![CDATA[Recently there have been quite some posts about how to create an invisible folder, as the process is quite complicated, I thought &#8220;why not prepackage it?&#8221;. And here it goes, your invisible folder (extract and enjoy). Why is it in rar format you ask? Because Windows&#8217; default zip still can&#8217;t handle Unicode properly a decade [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/09/28/invisible-folder-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cope with designer errors in Visual Studio</title>
		<link>http://silentwind.za.net/2011/09/17/how-to-cope-with-designer-errors-in-visual-studio/</link>
		<comments>http://silentwind.za.net/2011/09/17/how-to-cope-with-designer-errors-in-visual-studio/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 06:10:15 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[designmode]]></category>
		<category><![CDATA[glitch error]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=635</guid>
		<description><![CDATA[From time to time, when you have some errors in your controls, Visual may just stop responding altogether and forces you to restart without any indicator on what happened and how to fix it. To overcome this, there is two things developers should keep in mind: Check database and connection routines, make sure they are [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/09/17/how-to-cope-with-designer-errors-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving ClassCastException using ADT&#8217;s visual designer</title>
		<link>http://silentwind.za.net/2011/08/28/resolving-classcastexception-using-adts-visual-designer/</link>
		<comments>http://silentwind.za.net/2011/08/28/resolving-classcastexception-using-adts-visual-designer/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 07:01:34 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=633</guid>
		<description><![CDATA[Recently when maintaining an old android program I encountered a strange exception when attempting to view a layout in visual designer: error! ClassCastException: com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup Exception details are logged in Window &#62; Show View &#62; Error Log The following classes could not be found: - TableLayout (Change to android.widget.TableLayout, Fix Build [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/08/28/resolving-classcastexception-using-adts-visual-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging the Galaxy Tab 10.1</title>
		<link>http://silentwind.za.net/2011/08/23/debugging-the-galaxy-tab-10-1/</link>
		<comments>http://silentwind.za.net/2011/08/23/debugging-the-galaxy-tab-10-1/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 17:26:23 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=626</guid>
		<description><![CDATA[When I first plug the tab in, my computer automatically install all the drivers, but it won&#8217;t show up in ADB and Eclipse. I did a little searching but people were pointing me to Samsung&#8217;s developer page with a USB driver for phones. Sadly that driver just isn&#8217;t for the tab, a search on their [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/08/23/debugging-the-galaxy-tab-10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug on Android device</title>
		<link>http://silentwind.za.net/2011/08/13/debug-on-android-device/</link>
		<comments>http://silentwind.za.net/2011/08/13/debug-on-android-device/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 01:26:46 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[breakpoint]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=624</guid>
		<description><![CDATA[I once thought I just have to plug the device in, install all the driver and when it appeared in ADT&#8217;s device window I can just start debugging; but sadly this is not the case. Here&#8217;s a very informative guide on how to do so by Google. Because I was too lazy to read that, [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/08/13/debug-on-android-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typing Japanese with Dvorak keyboard</title>
		<link>http://silentwind.za.net/2011/07/27/typing-japanese-with-dvorak-keyboard/</link>
		<comments>http://silentwind.za.net/2011/07/27/typing-japanese-with-dvorak-keyboard/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:30:39 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dovark]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[multilingual]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=618</guid>
		<description><![CDATA[From StackOverflow I did this for chinese. I just did it for japanese as well. Heres what you do: Using the following link by Michael Kaplan, please read it before you change your continue. http://superuser.com/questions/38781/how-can-i-use-the-chinese-ime-with-a-dvorak-layout Start &#62; Run &#62; type regedit &#62; press enter (registry editor will open) Expand HKEY_LOCAL_MACHINE &#62; Expand SYSTEM &#62; Expand [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2011/07/27/typing-japanese-with-dvorak-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

