<?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>Wed, 04 Apr 2012 15:02:51 +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>Calling C# from C++</title>
		<link>http://silentwind.za.net/2012/03/30/calling-c-from-c/</link>
		<comments>http://silentwind.za.net/2012/03/30/calling-c-from-c/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 12:41:21 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[interoperability]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=669</guid>
		<description><![CDATA[Most of the post on the internet about interoperability is the other way around (Calling C++ from C#) since C# is apparently the superior language in terms of developer friendliness. But a part of research work is to make weird combinations of system work regardless of the reason. I succeeded in doing just that thank [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2012/03/30/calling-c-from-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing subversion support for Eclipse on Linux</title>
		<link>http://silentwind.za.net/2012/02/21/installing-subversion-support-for-eclipse-on-linux/</link>
		<comments>http://silentwind.za.net/2012/02/21/installing-subversion-support-for-eclipse-on-linux/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 03:54:07 +0000</pubDate>
		<dc:creator>silent wind</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[javahl]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svnkit]]></category>

		<guid isPermaLink="false">http://silentwind.za.net/?p=665</guid>
		<description><![CDATA[You have two choice: subversive (Belongs to the Eclipse project) or subclipse (hosted on tigris.org). Even though Subversive is the more &#8216;official&#8217; option, I find it prohibitively confusing to install. You have to go to an external site (polarion) and download a bunch of stuff nobody told you what. It took me 2 hours fiddling [...]]]></description>
		<wfw:commentRss>http://silentwind.za.net/2012/02/21/installing-subversion-support-for-eclipse-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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/2011/12/16/web-service-for-device-ws4d-and-using-make-cmake-with-integrated-development-environments-ides-on-linux/</link>
		<comments>http://silentwind.za.net/2011/12/16/web-service-for-device-ws4d-and-using-make-cmake-with-integrated-development-environments-ides-on-linux/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 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/2011/12/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>
	</channel>
</rss>

