<?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>Nano&#039;s Blog &#187; collections</title>
	<atom:link href="http://www.nanohe.net/blog/category/collections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to delete Offline Folder (.OST) file</title>
		<link>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/</link>
		<comments>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:48:24 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=295</guid>
		<description><![CDATA[The below procedure tested on winxp and outlook2003.
Sometimes an OST file becomes corrupted beyond repair or repair is not desirable. In this case, it can be deleted. After it had been deleted, you may need to recreate it as a new file as described above before Outlook will work properly.
•	Quit Outlook if it is running.
•	From [...]]]></description>
			<content:encoded><![CDATA[<p><em>The below procedure tested on winxp and outlook2003.</em></p>
<p>Sometimes an OST file becomes corrupted beyond repair or repair is not desirable. In this case, it can be deleted. After it had been deleted, you may need to recreate it as a new file as described above before Outlook will work properly.<br />
•	Quit Outlook if it is running.<br />
•	From the <strong>Start</strong> menu, go to <strong>Run</strong>.<br />
•	In the Run window, enter this command in the &#8220;Open:&#8221; field and click OK:<br />
o	<strong>&#8220;%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook\</strong>&#8221;<br />
To find the exact path, please follow the steps 1-4 for Outlook 2002/2003/2007 or steps 1-3 for Outlook 2000 outlined above to get to <strong>Offline Folder File Settings</strong>. You can find the .ost file location in the File box. You may want to cut-and-paste that information for accuracy and ease.<br />
•	In the Explorer window, locate the OST file to deleted. Select it and press delete on your keyboard or use the <strong>Delete</strong> icon on the toolbar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the default startup directory for Command Prompt?</title>
		<link>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/</link>
		<comments>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:13:11 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=293</guid>
		<description><![CDATA[When you open a Command Prompt window (CMD.EXE), it defaults to your user profile home directory. If you wish to change the default startup directory for Command Prompt, use the steps listed in this article.
Set the default startup directory
Click Start, Run and type Regedit.exe
Navigate to the following branch: 
HKEY_CURRENT_USER \ Software \ Microsoft \ Command [...]]]></description>
			<content:encoded><![CDATA[<p>When you open a Command Prompt window (<strong>CMD.EXE</strong>), it defaults to your user profile home directory. If you wish to change the default startup directory for Command Prompt, use the steps listed in this article.</p>
<p><strong>Set the default startup directory</strong></p>
<p>Click Start, Run and type Regedit.exe<br />
Navigate to the following branch: </p>
<blockquote><p>HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor</p></blockquote>
<p>In the right-pane, double-click Autorun and set the startup folder path as its data, preceded by &#8220;CD /d &#8220;. If Autorun value is missing, you need to create one, of type <strong>REG_EXPAND_SZ</strong> or <strong>REG_SZ</strong> in the above location. </p>
<blockquote><p>
Example:  To set the startup directory to <strong>D:\learning\perl</strong>, set the Autorun value data to <strong>CD /d D:\learning\perl</strong></p>
<p>You may also use a batch file so that it executes the contents automatically upon launching the Command Prompt. To view the entire list of arguments supported by <strong>CMD.EXE</strong> and their description, type <strong>CMD /?</strong> at the Command Prompt.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudy Tags Plugin Installed</title>
		<link>http://www.nanohe.net/blog/2010/01/cloudy-tags-plugin-installed/</link>
		<comments>http://www.nanohe.net/blog/2010/01/cloudy-tags-plugin-installed/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:59:20 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=237</guid>
		<description><![CDATA[Cloudy Tag V1.0
http://wordpress.org/extend/plugins/cloudy-tags/
WP V2.9.1
]]></description>
			<content:encoded><![CDATA[<p>Cloudy Tag V1.0</p>
<p>http://wordpress.org/extend/plugins/cloudy-tags/</p>
<p>WP V2.9.1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/cloudy-tags-plugin-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Table Reload Plugin Installed</title>
		<link>http://www.nanohe.net/blog/2010/01/wp-table-reload-plugin-installed/</link>
		<comments>http://www.nanohe.net/blog/2010/01/wp-table-reload-plugin-installed/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 02:29:24 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/2010/01/wp-table-reload-plugin-installed/</guid>
		<description><![CDATA[WP-Table Reload: V1.5
http://wordpress.org/extend/plugins/wp-table-reloaded/
WP: V2.9.1
]]></description>
			<content:encoded><![CDATA[<p>WP-Table Reload: V1.5</p>
<p>http://wordpress.org/extend/plugins/wp-table-reloaded/</p>
<p>WP: V2.9.1<br />
<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1" cellspacing="1" cellpadding="0" border="0">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">No</th><th class="column-2">1</th><th class="column-3">2</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">It</td><td class="column-2">Works</td><td class="column-3">Now.</td>
	</tr>
</tbody>
</table>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/wp-table-reload-plugin-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Love?</title>
		<link>http://www.nanohe.net/blog/2010/01/what-love-is/</link>
		<comments>http://www.nanohe.net/blog/2010/01/what-love-is/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:18:18 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[bible]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=143</guid>
		<description><![CDATA[Corinthians 13:4 ~ 13:8
NET(Net.Bible.org) Bible
Love is patient, love is kind, it is not envious. Love does not brag, it is not puffed up.
It is not rude, it is not self-serving, it is not easily angered or resentful.
It is not glad about injustice, but rejoices in the truth.
It bears all things, believes all things, hopes all [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Corinthians 13:4 ~ 13:8</strong><br />
<strong>NET(Net.Bible.org) Bible</strong></p>
<p>Love is patient, love is kind, it is not envious. Love does not brag, it is not puffed up.</p>
<p>It is not rude, it is not self-serving, it is not easily angered or resentful.</p>
<p>It is not glad about injustice, but rejoices in the truth.</p>
<p>It bears all things, believes all things, hopes all things, endures all things.</p>
<p>Love never ends. But if there are prophecies, they will be set aside; if there are tongues, they will cease; if there is knowledge, it will be set aside.</p>
<p><strong>NIV(New International Version) Bible</strong></p>
<p>Love is patient, love is kind. It does not envy, it does not boast, it is not proud.</p>
<p>It is not rude, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.</p>
<p>Love does not delight in evil but rejoices with the truth.</p>
<p>It always protects, always trusts, always hopes, always perseveres.</p>
<p>Love never fails. But where there are prophecies, they will cease; where there are tongues, they will be stilled; where there is knowledge, it will pass away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/what-love-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter Evolved Plugin Installed</title>
		<link>http://www.nanohe.net/blog/2010/01/syntax-highlighter-and-code-prettifier-plugin-for-wordpress/</link>
		<comments>http://www.nanohe.net/blog/2010/01/syntax-highlighter-and-code-prettifier-plugin-for-wordpress/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:20:03 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=71</guid>
		<description><![CDATA[Compared several Syntax Highlighter plugin, I installed this one finially.
Syntax Highlighter and Code Prettifier Plugin for WordPress
href=&#8221;http://www.lastengine.com/syntax-highlighter-wordpress-plugin
And after automatically upgraded, the plugin changed to the other one:
SyntaxHighlighter Evolved V2.3.7
http://wordpress.org/extend/plugins/syntaxhighlighter/
http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
WP: 2.9.1
Easy used and good style!
I enjoied my Hello World scriptes in C#/C++/Perl and Php posted just now.
&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Compared several Syntax Highlighter plugin, I installed this one finially.</p>
<p>Syntax Highlighter and Code Prettifier Plugin for WordPress<br />
href=&#8221;http://www.lastengine.com/syntax-highlighter-wordpress-plugin</p>
<p>And after automatically upgraded, the plugin changed to the other one:</p>
<p>SyntaxHighlighter Evolved V2.3.7</p>
<p>http://wordpress.org/extend/plugins/syntaxhighlighter/</p>
<p>http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/</p>
<p>WP: 2.9.1<br />
Easy used and good style!</p>
<p>I enjoied my Hello World scriptes in C#/C++/Perl and Php posted just now.</p>
<p>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/syntax-highlighter-and-code-prettifier-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net Framework</title>
		<link>http://www.nanohe.net/blog/2009/10/net-framework/</link>
		<comments>http://www.nanohe.net/blog/2009/10/net-framework/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:18:48 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=37</guid>
		<description><![CDATA[http://en.wikipedia.org/wiki/.NET%5FFramework#Versions
Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.
Version Version Number  Release Date  Visual Studio               [...]]]></description>
			<content:encoded><![CDATA[<p>http://en.wikipedia.org/wiki/.NET%5FFramework#Versions</p>
<p>Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.</p>
<p>Version Version Number  Release Date  Visual Studio                    Default in Windows<br />
1.0      1.0.3705.0         2002-02-13    Visual Studio .NET<br />
1.1      1.1.4322.573      2003-04-24    Visual Studio .NET 2003     Windows Server 2003<br />
2.0      2.0.50727.42      2005-11-07    Visual Studio 2005<br />
3.0      3.0.4506.30        2006-11-06                                        Windows Vista, Windows Server 2008<br />
3.5      3.5.21022.8        2007-11-19    Visual Studio 2008            Windows 7, Windows Server 2008 R2<br />
4.0             Beta 2  2009-10-19 Visual Studio 2010 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2009/10/net-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail and MSN Accounts POP3/SMTP Configuration Settings</title>
		<link>http://www.nanohe.net/blog/2009/10/hotmail-and-msn-accounts-pop3smtp-configuration-settings/</link>
		<comments>http://www.nanohe.net/blog/2009/10/hotmail-and-msn-accounts-pop3smtp-configuration-settings/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:02:15 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=34</guid>
		<description><![CDATA[Hotmail and MSN Accounts POP3/SMTP AccessShare Bookmark &#038; ShareFavorites del.icio.us LinkedIn Newsvine Live Digg Facebook MySpace Email a friendwinston
2/14/2009 11:37:10 PM
Summary:
Pop3/Smtp configurations settings for Windows Live Mail, Outlook 2003/2007, iPhone, iPod Touch, Vista&#8217;s Windows Mail, and Outlook Express
Applicable to account types Hotmail.com, Msn.com and Live.com
Accounts Qualifying/Known to Function:
MSN Legacy Pop3(msn.com) Primary Accounts/SubAccounts &#8211; Dialup or [...]]]></description>
			<content:encoded><![CDATA[<p>Hotmail and MSN Accounts POP3/SMTP AccessShare Bookmark &#038; ShareFavorites del.icio.us LinkedIn Newsvine Live Digg Facebook MySpace Email a friendwinston<br />
2/14/2009 11:37:10 PM</p>
<p>Summary:</p>
<p>Pop3/Smtp configurations settings for Windows Live Mail, Outlook 2003/2007, iPhone, iPod Touch, Vista&#8217;s Windows Mail, and Outlook Express<br />
Applicable to account types Hotmail.com, Msn.com and Live.com<br />
Accounts Qualifying/Known to Function:</p>
<p>MSN Legacy Pop3(msn.com) Primary Accounts/SubAccounts &#8211; Dialup or Bring Your Own ISP(as of 1997)<br />
Windows Live HotMail Plus  &#8211; effective Sept 21, 2007<br />
Free Hotmail accounts(located in the United States, Brazil, United Kingdom, Canada, Australia, France, Japan, Spain, Germany, Italy, and the Netherlands) – effective Jan and Feb 2009<br />
Qwest MSN Premium Accounts (reported by Qwest subscribers in the MSN Newsgroup)<br />
MSN Premium Accounts(Dial Up, DSL, and BYO ISP) including SubAccounts<br />
Configuration Settings:</p>
<p>Incoming Server = pop3.live.com<br />
-Port 995<br />
-Encryption/Authentication = SSL is required<br />
-Full Username = username@xxxx.com (same as full email address, where xxxx.com = live.com, msn.com or hotmail.com )<br />
-Password is required<br />
-SPA(secure password authorization) = Off(uncheck this option)<br />
Outgoing Server = smtp.live.com<br />
-Port 25 or 587 [Note: Preferred Outgoing is Port 587 instead of Port 25 since many ISP’s blocks Port 25 use. Similar blocking can occur when using Port 25 in hotels or accessing via a WiFi network]<br />
-Outgoing Server Authentication = On(check the option)<br />
-Encryption/Authentication = SSL or TLS<br />
* Choose SSL for Windows Live Mail, Outlook 2003, iPhone, iPod Touch, Outlook Express and Vista&#8217;s Windows Mail<br />
* Choose TLS for Outlook 2007 (required)<br />
-Full Username = username@xxxx.com (same as full email address)<br />
  &#8211; unless outgoing server is configured to use same incoming server option<br />
-Password is required<br />
  &#8211; unless outgoing server is configured to use same incoming server option</p>
<p> Pop3/Stmp Access Capability Unknown &#8211; due to insufficient information:</p>
<p>Subscription Based:<br />
  &#8211; Msn DSL Partner Accounts(Verizon, Bell)<br />
Primary Accounts (using MSN Premium Software, e.g. MSN Explorer)<br />
Sub-Accounts of the above Primary Accounts<br />
 Comments for Hotmail accounts(Hotmail.com, Live.com, Msn.com):</p>
<p>Pop3 retrieval by design removes messages from the online web user interface’s Inbox. To retain a copy in the online Inbox ensure the email client is configured to leave a copy of the message on the server<br />
Pop3 retrieval, if the local email client is not configured to leave the message on the server, will place the original copy of the email in the online Deleted folder.<br />
The Deleted folder is emptied automatically by the server(usually within a few days)<br />
Additional Information on Hotmail Plus/Hotmail Free accounts:</p>
<p>Hotmail now offers POP Access for Hotmail Plus users (published Sept 2007)<br />
Windows Live Virtual  Press Kit Press Materials &#8211; Fact Sheet for Hotmail free accounts(published Nov 2008)<br />
Pop3 Availability For Free Windows Live Hotmail Accounts (published Jan 2009)<br />
Pop3 Availability For Free Windows Live Hotmail Accounts in the U.S. and Brazil (published Feb 2009)<br />
POP3 technology has now rolled out to Hotmail customers WORLDWIDE! (published Mar 2009)</p>
<p>Revisions: </p>
<p>Feb 2, 2008: Original Published Date</p>
<p>May 1, 2008:  Accounts Qualifying</p>
<p>Windows Live HotMail Plus (as of Sept 21, 2007) changed to read (effective Sept 21, 2007) to clarify date of Pop3 availability<br />
May 2, 2008:  Exclusions: Accounts not capable of Pop3/SMTP Access</p>
<p>Note: Two(2) Qwest/MSN DSL users changed to read &#8216;Some Qwest/MSN DSL Users&#8217; to allow for additional confirmation<br />
May 24, 2008:  Windows Live Tags Added</p>
<p>Nov 9, 2008: Added &#8216;Note&#8217; about use of Port 587 under section &#8216;Configuration Settings/Outgoing Server&#8217;</p>
<p>Nov 19, 2008: Added info on Pop3 access for free Hotmail accounts(early 2009) and Press Kit Fact Sheet(link)</p>
<p>Feb 15, 2009: Updated to correspond with Pop3 Access for free Hotmail Accounts in select countries</p>
<p>Mar 14, 2009: Updated to correspond with Pop3 Access for all free Hotmail accounts ‘Worldwide’</p>
<p>July 20, 2009: Comments section added </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2009/10/hotmail-and-msn-accounts-pop3smtp-configuration-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Netbeans user Interface language</title>
		<link>http://www.nanohe.net/blog/2009/09/set-netbeans-user-interface-language/</link>
		<comments>http://www.nanohe.net/blog/2009/09/set-netbeans-user-interface-language/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:04:45 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=25</guid>
		<description><![CDATA[ 
Netbeans automatically uses the Windows system default language as the default user interface language. I believe that it means to be a nice feature for localization. But I personally find it uncomfortable because I have been used with English interface.
After I did some Google search, I learned a few tips to set the Netbeans UI [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Netbeans automatically uses the Windows system default language as the default user interface language. I believe that it means to be a nice feature for localization. But I personally find it uncomfortable because I have been used with English interface.</p>
<p>After I did some Google search, I learned a few tips to set the Netbeans UI language.</p>
<p>1. Temporary Solution</p>
<p>Add &#8220;&#8211;locale en:US&#8221; at the end of Netbeans startup command. </p>
<p>&#8220;C:\Program Files\NetBeans 6.0.1\bin\netbeans.exe&#8221;  &#8211;locale en:US </p>
<p>2. Permanent Solution</p>
<p>Go to Netbeans installation directory, for example,</p>
<p>C:\Program Files\NetBeans 6.0.1\etc</p>
<p>Open &#8220;netbeans.conf&#8221; and find netbeans default option line</p>
<p>netbeans_default_options=&#8221;-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true&#8221;</p>
<p>Add &#8220;-J-Duser.language=en -J-Duser.region=US&#8221; to the end of this line</p>
<p>netbeans_default_options=&#8221;-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Duser.language=en -J-Duser.region=US&#8221;</p>
<p> </p>
<p>It would be nice that there is an option to allow me choose the user interface language in the next Netbeans release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2009/09/set-netbeans-user-interface-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows xp language bar disappeared in taskbar?</title>
		<link>http://www.nanohe.net/blog/2009/08/windows-xp-language-bar-disappeared-in-taskbar/</link>
		<comments>http://www.nanohe.net/blog/2009/08/windows-xp-language-bar-disappeared-in-taskbar/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 03:01:09 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=20</guid>
		<description><![CDATA[To Show the Language Bar
To show the Language bar (using Classic view in Control Panel):
 1. Click Start, click Control Panel, and then double-click Regional and Language Options.
2. On the Languages tab, under Text services and input languages, click Details.
3. Under Preferences, click Language Bar.
4. Select the Show the Language bar on the desktop check box
If [...]]]></description>
			<content:encoded><![CDATA[<p>To Show the Language Bar<br />
To show the Language bar (using Classic view in Control Panel):</p>
<p> 1. Click Start, click Control Panel, and then double-click Regional and Language Options.<br />
2. On the Languages tab, under Text services and input languages, click Details.<br />
3. Under Preferences, click Language Bar.<br />
4. Select the Show the Language bar on the desktop check box</p>
<p>If the &#8220;Language Bar&#8221; Disabled, pls be sure On the Advanced &#8220;System Configuration&#8221; optional is not selected to Turn Off The Adcanced Text Service.</p>
<p>Good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2009/08/windows-xp-language-bar-disappeared-in-taskbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
