<?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>Technology-M</title>
	<atom:link href="http://hkmicc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hkmicc.wordpress.com</link>
	<description>Technical Evolutions . Masterpieces for the future</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:27:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hkmicc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Technology-M</title>
		<link>http://hkmicc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hkmicc.wordpress.com/osd.xml" title="Technology-M" />
	<atom:link rel='hub' href='http://hkmicc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Firefox plugins</title>
		<link>http://hkmicc.wordpress.com/2011/07/07/firefox-plugins/</link>
		<comments>http://hkmicc.wordpress.com/2011/07/07/firefox-plugins/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 01:12:33 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox browser]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=94</guid>
		<description><![CDATA[Some Firefox plugins recommended: Firebug Greasemonkey Hide Caption Titlebar Plus Hide Navigation Bar HttpFox ImagePref (not from mozilla site) MM3-ProxySwitch No Color Stylish User Agent Switcher Web Developer<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=94&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2011/07/07/firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Search Engine Optimization Technique</title>
		<link>http://hkmicc.wordpress.com/2011/06/02/search-engine-optimization-technique/</link>
		<comments>http://hkmicc.wordpress.com/2011/06/02/search-engine-optimization-technique/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 02:51:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=95</guid>
		<description><![CDATA[For SEO, there are few things to note. Meaningful title &#8220;Production name &#124; Description&#8221; Use of meta tag META DESCRIPTION, META KEYWORD Use of canonical link http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html Use of SiteMap http://code.google.com/p/googlessitemapgenerator/ http://www.sitemaps.org/protocol.php Use alt text More information: http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/zh-TW//webmasters/docs/search-engine-optimization-starter-guide.pdf http://www.seomoz.org/beginners-guide-to-seo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=95&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2011/06/02/search-engine-optimization-technique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading and saving UTF8 text file in Java</title>
		<link>http://hkmicc.wordpress.com/2011/03/27/reading-and-saving-utf8-text-file-in-java/</link>
		<comments>http://hkmicc.wordpress.com/2011/03/27/reading-and-saving-utf8-text-file-in-java/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 14:19:29 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=88</guid>
		<description><![CDATA[To read and save text file in Java, we need to add the &#8220;UTF-8&#8243; parameter in the Stream Reader. File file = new File("1.txt"); BufferedReader reader = null; try { &#160;&#160;&#160;reader = new BufferedReader(new InputStreamReader(new FileInputStream(file), "UTF-8")); &#160;&#160;&#160;String text = reader.readLine(); &#160;&#160;&#160;String s1="\u6df1\u6c34\u57d7"; &#160;&#160;&#160;String s2="深水埗"; &#160;&#160;&#160;OutputStreamWriter out = new OutputStreamWriter(new FileOutputStream("2.txt"),"UTF-8"); &#160;&#160;&#160;out.write(text+s1+s2); &#160;&#160;&#160;out.flush(); &#160;&#160;&#160;out.close(); } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=88&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2011/03/27/reading-and-saving-utf8-text-file-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Capture standard output (stdout) in console command running at VBS</title>
		<link>http://hkmicc.wordpress.com/2010/12/03/capture-standard-output-stdout-in-console-command-running-at-vbs/</link>
		<comments>http://hkmicc.wordpress.com/2010/12/03/capture-standard-output-stdout-in-console-command-running-at-vbs/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 01:07:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows programming vbs]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=83</guid>
		<description><![CDATA[We can use WScript.Shell.Exec( ) and WScript.Shell.StdOut.ReadLine( ) to perform the task: Set objShell = WScript.CreateObject("WScript.Shell") Set objExecObject = objShell.Exec("cmd /c dir") strText="" Do While Not objExecObject.StdOut.AtEndOfStream strText = strText &#38; objExecObject.StdOut.ReadLine() &#38; chr(13) Loop Wscript.Echo strText<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=83&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2010/12/03/capture-standard-output-stdout-in-console-command-running-at-vbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Using X-Forward-For Header</title>
		<link>http://hkmicc.wordpress.com/2010/10/11/using-x-forward-for-header/</link>
		<comments>http://hkmicc.wordpress.com/2010/10/11/using-x-forward-for-header/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 01:31:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=80</guid>
		<description><![CDATA[Say if you have a web server on top of your application server, you can use &#8220;x-Forward-For&#8221; HTTP header in the application server to get the real IP of the client. Note: Remote host only returns the IP of the web server instead.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=80&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2010/10/11/using-x-forward-for-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Analyze JVM memory heap</title>
		<link>http://hkmicc.wordpress.com/2009/09/20/analyze-jvm-memory-heap/</link>
		<comments>http://hkmicc.wordpress.com/2009/09/20/analyze-jvm-memory-heap/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 15:31:45 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=77</guid>
		<description><![CDATA[To analyze how a Java web application is performed in terms of its memory usage, one can use Eclipse Memory Analyzer to do it. Ref: Eclipse MAT<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=77&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2009/09/20/analyze-jvm-memory-heap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>InetAddress.getByName( ) cached result</title>
		<link>http://hkmicc.wordpress.com/2009/07/14/inetaddress-getbyname-cached-result/</link>
		<comments>http://hkmicc.wordpress.com/2009/07/14/inetaddress-getbyname-cached-result/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 06:53:58 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/2009/07/14/inetaddress-getbyname-cached-result/</guid>
		<description><![CDATA[java.net.InetAddress.getByName( ) will cached the result, even when the host name IP is changed. To fix this, issue the following option to Java VM: -Dsun.net.inetaddr.ttl=0 It sets the timeout of the DNS cache to zero.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=76&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2009/07/14/inetaddress-getbyname-cached-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>Using netsh for IP config import/export</title>
		<link>http://hkmicc.wordpress.com/2008/09/26/using-netsh-for-ip-config-importexport/</link>
		<comments>http://hkmicc.wordpress.com/2008/09/26/using-netsh-for-ip-config-importexport/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 17:57:52 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=68</guid>
		<description><![CDATA[2 lines only: netsh -c interface dump &#62; filename netsh -f filename Ref: http://www.alibutt.com/?p=250 Some more about netsh to read at http://www.builderau.com.au/program/windows/print.htm?TYPE=story&#38;AT=339272916-339024644t-320000994c<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=68&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2008/09/26/using-netsh-for-ip-config-importexport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>What is COPM?</title>
		<link>http://hkmicc.wordpress.com/2008/08/29/what-is-copm/</link>
		<comments>http://hkmicc.wordpress.com/2008/08/29/what-is-copm/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 19:38:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Engineering]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=66</guid>
		<description><![CDATA[COPM = Computer Operation Procedures Manual<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=66&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2008/08/29/what-is-copm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check physical memory</title>
		<link>http://hkmicc.wordpress.com/2008/08/02/how-to-check-physical-memory/</link>
		<comments>http://hkmicc.wordpress.com/2008/08/02/how-to-check-physical-memory/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 18:22:33 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hkmicc.wordpress.com/?p=64</guid>
		<description><![CDATA[1. winmsd.exe 2. pstat.exe (from resource kit) 3. memory.exe (http://www.savilltech.com/download/memory.zip) From windowsitpro.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hkmicc.wordpress.com&amp;blog=154600&amp;post=64&amp;subd=hkmicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hkmicc.wordpress.com/2008/08/02/how-to-check-physical-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e939a80bda7693c3f2103f0c446380f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hkmicc</media:title>
		</media:content>
	</item>
	</channel>
</rss>
