<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WebGuru’s Blog about Digital Life</title>
	
	<link>http://lichao.net/eblog</link>
	<description>If you are an IT professional as I am, you would love to live digitally and electronically too.</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:53:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lichaoneteblog" /><feedburner:info uri="lichaoneteblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to change the Domain name URL for the SharePoint site</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/15qVg_duLI4/how-to-change-the-domain-name-url-for-the-sharepoint-site-201007574.html</link>
		<comments>http://lichao.net/eblog/how-to-change-the-domain-name-url-for-the-sharepoint-site-201007574.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:49:13 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-change-the-domain-name-url-for-the-sharepoint-site-201007574.html</guid>
		<description>We just launched a new Intranet web site powered by the SharePoint 2007 (MOSS 2007). Everything works fine except the URL. By default, the SharePoint services uses the computer name of the server. But we need a nice name like “http://intranet” as the new site name. We created a new DNS record named “Intranet” and [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/15qVg_duLI4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-change-the-domain-name-url-for-the-sharepoint-site-201007574.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-change-the-domain-name-url-for-the-sharepoint-site-201007574.html</feedburner:origLink></item>
		<item>
		<title>How to correctly import no-English (UTF-8) characters from MySql4 into MySql 5.0 with mysqldump</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/aF5l75g893o/how-to-correctly-import-no-english-utf-8-characters-from-mysql4-into-mysql-5-0-with-mysqldump-201005566.html</link>
		<comments>http://lichao.net/eblog/how-to-correctly-import-no-english-utf-8-characters-from-mysql4-into-mysql-5-0-with-mysqldump-201005566.html#comments</comments>
		<pubDate>Sun, 02 May 2010 04:50:56 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-correctly-import-no-english-utf-8-characters-from-mysql4-into-mysql-5-0-with-mysqldump-201005566.html</guid>
		<description>I tried to upgrade my WordPress to 2.9.2 but I had to upgrade my database MySql first since WordPress 2.9.2 requires higher MySQL version. Just like I usually did with the database backup routine, I used “mysqldump” command to export data from MySQL 4.0 and then used “mysql” to import data into MySql 5.0. Everything [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/aF5l75g893o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-correctly-import-no-english-utf-8-characters-from-mysql4-into-mysql-5-0-with-mysqldump-201005566.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-correctly-import-no-english-utf-8-characters-from-mysql4-into-mysql-5-0-with-mysqldump-201005566.html</feedburner:origLink></item>
		<item>
		<title>How to display SharePoint list from another site</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/OVdctY1Ufzo/how-to-display-sharepoint-list-from-another-site-201004560.html</link>
		<comments>http://lichao.net/eblog/how-to-display-sharepoint-list-from-another-site-201004560.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:29:42 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/?p=560</guid>
		<description>There is no a straight way to add SharePoint list from another site to the web part page. Recently I found out a simple way to do so from Path to SharePoint blog. 1), Create a new Content Editor Web part on the page you are working on. 2), Paste the following code in the [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/OVdctY1Ufzo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-display-sharepoint-list-from-another-site-201004560.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-display-sharepoint-list-from-another-site-201004560.html</feedburner:origLink></item>
		<item>
		<title>How to refresh a SharePoint page automatically in 60 seconds</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/oE2OYt0qDxg/how-to-refresh-a-sharepoint-page-automatically-in-60-seconds-201003559.html</link>
		<comments>http://lichao.net/eblog/how-to-refresh-a-sharepoint-page-automatically-in-60-seconds-201003559.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:25:43 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-refresh-a-sharepoint-page-automatically-in-60-seconds-201003559.html</guid>
		<description>As I indicated in my previous post, I need to set up a SharePoint page with some frequently-updated lists. And I need this SharePoint page to be refreshed automatically every minute. Here are some methods I tried. Method #1: Use Javascript in Content Editor Web part. A simple Javascript can refresh the web page automatically. [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/oE2OYt0qDxg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-refresh-a-sharepoint-page-automatically-in-60-seconds-201003559.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-refresh-a-sharepoint-page-automatically-in-60-seconds-201003559.html</feedburner:origLink></item>
		<item>
		<title>How to add weather and traffic information to SharePoint page</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/R1B1bcgQVys/how-to-add-weather-and-traffic-information-to-sharepoint-page-201003557.html</link>
		<comments>http://lichao.net/eblog/how-to-add-weather-and-traffic-information-to-sharepoint-page-201003557.html#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:47:00 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Internet Adventure]]></category>
		<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-add-weather-and-traffic-information-to-sharepoint-page-201003557.html</guid>
		<description>Recently I added some weather and traffic information to one of our SharePoint page, and would like to share the process here. Of course, you will have to select the right web service based on your location. I use Georgia state here as the example. Normally to add external information to the SharePoint page, you [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/R1B1bcgQVys" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-add-weather-and-traffic-information-to-sharepoint-page-201003557.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-add-weather-and-traffic-information-to-sharepoint-page-201003557.html</feedburner:origLink></item>
		<item>
		<title>How to open SharePoint link list item in a new window</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/Vn_xlKuNjZY/how-to-open-sharepoint-link-list-item-in-a-new-window-3-201003552.html</link>
		<comments>http://lichao.net/eblog/how-to-open-sharepoint-link-list-item-in-a-new-window-3-201003552.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:11:00 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-open-sharepoint-link-list-item-in-a-new-window-201003552.html</guid>
		<description>In SharePoint 2007 (WSS 3.0), you can put any URLs in the Links List. But when you click any of these links, they will be opened in the same browser window instead of in a new window. I checked the Internet, and found a couple of ways to open the links list in a new [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/Vn_xlKuNjZY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-open-sharepoint-link-list-item-in-a-new-window-3-201003552.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-open-sharepoint-link-list-item-in-a-new-window-3-201003552.html</feedburner:origLink></item>
		<item>
		<title>Post emails onto SharePoint list</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/RiBrGExwyEg/post-emails-onto-sharepoint-list-201003549.html</link>
		<comments>http://lichao.net/eblog/post-emails-onto-sharepoint-list-201003549.html#comments</comments>
		<pubDate>Fri, 26 Mar 2010 20:38:00 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[Incoming emails]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/post-emails-onto-sharepoint-list-201003549.html</guid>
		<description>Challenge: We are using a service called Roam Secure Alert Network to notify subscribers about any news needs immediate attentions. These alerts can be posted through Web, Email and SMS. And the subscriber can receive&amp;#160; alerts with emails, phone text messages. Recently we need an internal SharePoint web page to be developed to show all [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/RiBrGExwyEg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/post-emails-onto-sharepoint-list-201003549.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/post-emails-onto-sharepoint-list-201003549.html</feedburner:origLink></item>
		<item>
		<title>Issues with creating Database Connections to Oracle in SharePoint Designer 2007 (Resolved)</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/0dbeqCqKiTk/issues-with-creating-database-connections-to-oracle-in-sharepoint-designer-2007-resolved-201003548.html</link>
		<comments>http://lichao.net/eblog/issues-with-creating-database-connections-to-oracle-in-sharepoint-designer-2007-resolved-201003548.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:07:00 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[ASP and ASP.net]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/issues-with-creating-database-connections-to-oracle-in-sharepoint-designer-2007-resolved-201003548.html</guid>
		<description>Challenges: I tried to connect to Oracle database in SharePoint (MOSS 2007). But got the following error when I tried to create a Database connections in Designer 2007. 1), Use custom connection string; 2), Select Microsoft .NET Framework Data Provider for Oracle as the Provider Name; 3) Post the below as the Connection String: Password=&amp;#60;passwd&amp;#62;;User [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/0dbeqCqKiTk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/issues-with-creating-database-connections-to-oracle-in-sharepoint-designer-2007-resolved-201003548.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/issues-with-creating-database-connections-to-oracle-in-sharepoint-designer-2007-resolved-201003548.html</feedburner:origLink></item>
		<item>
		<title>How to pass InfoPath form fields to SharePoint workflow but hide from Document Library item properties</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/LLF1h3SoaQo/how-to-pass-infopath-form-fields-to-sharepoint-workflow-but-hide-from-document-library-item-properties-201003546.html</link>
		<comments>http://lichao.net/eblog/how-to-pass-infopath-form-fields-to-sharepoint-workflow-but-hide-from-document-library-item-properties-201003546.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:11:40 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/?p=546</guid>
		<description>Challenge: Create a form in InfoPath 2007 and implement a SharePoint Workflow to it for approval processes. In each step, a Status field in the InfoPat form should be updated automatically according to the change of workflow task status. So a different view in the InfoPath can be opened based on the Status field in [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/LLF1h3SoaQo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-pass-infopath-form-fields-to-sharepoint-workflow-but-hide-from-document-library-item-properties-201003546.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-pass-infopath-form-fields-to-sharepoint-workflow-but-hide-from-document-library-item-properties-201003546.html</feedburner:origLink></item>
		<item>
		<title>Be aware: New Law in GA which can cause you $500 fine</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/R0fGYmtSYXI/be-aware-new-law-in-ga-which-can-cause-you-500-fine-201003530.html</link>
		<comments>http://lichao.net/eblog/be-aware-new-law-in-ga-which-can-cause-you-500-fine-201003530.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:00:21 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Overseas life]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[move-over]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[traffic ticket]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/be-aware-new-law-in-ga-which-can-cause-you-500-fine-201003530.html</guid>
		<description>A few days ago, got an email forwarded by co-worker regarding a new law effective in Georgia. Its name is Move-Over Law, which says drivers must move-over for emergency vehicles stopped on the side of the highway. The law is meant to keep officers AND traffic violators safe from crashes with passing cars. Here is [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/R0fGYmtSYXI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/be-aware-new-law-in-ga-which-can-cause-you-500-fine-201003530.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/be-aware-new-law-in-ga-which-can-cause-you-500-fine-201003530.html</feedburner:origLink></item>
		<item>
		<title>How to fix non working “Edit this task” button of SharePoint workflow notice in Outlook and InfoPath 2007</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/36ngg9Lv77A/how-to-fix-non-working-edit-this-task-button-of-sharepoint-workflow-notice-in-outlook-and-infopath-2007-201003527.html</link>
		<comments>http://lichao.net/eblog/how-to-fix-non-working-edit-this-task-button-of-sharepoint-workflow-notice-in-outlook-and-infopath-2007-201003527.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 14:13:45 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Mail Header]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/?p=527</guid>
		<description>Challenge: Set up a workflow for the InfoPath form in the MOSS 2007 and the workflow worked fine. The approval notice had been sent to the next person&amp;#8217;s mailbox, but the Edit this task button on the toolbar of Outlook 2007 did not work. When you click it, nothing happened. You can click the infopath [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/36ngg9Lv77A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-fix-non-working-edit-this-task-button-of-sharepoint-workflow-notice-in-outlook-and-infopath-2007-201003527.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-fix-non-working-edit-this-task-button-of-sharepoint-workflow-notice-in-outlook-and-infopath-2007-201003527.html</feedburner:origLink></item>
		<item>
		<title>How to remove XP Internet Security 2010 malware rogues</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/5SC5zRVaYQI/how-to-remove-xp-internet-security-2010-malware-rogues-201002520.html</link>
		<comments>http://lichao.net/eblog/how-to-remove-xp-internet-security-2010-malware-rogues-201002520.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:56:49 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[Antivirus Vista 2010]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[malwarebytes]]></category>
		<category><![CDATA[Win 7 Antispyware 2010]]></category>
		<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[xp internet security 2010]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/?p=520</guid>
		<description>Today got a call from a friend and was told that her computer might be virus infection since a new anti-virus software always prompted up and warned her everything. And this new anti-virus is named &amp;#8220;XP Internet Security 2010&amp;#8243;, but she said she never installed it before. Now she was scared since too many viruses [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/5SC5zRVaYQI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-remove-xp-internet-security-2010-malware-rogues-201002520.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-remove-xp-internet-security-2010-malware-rogues-201002520.html</feedburner:origLink></item>
		<item>
		<title>Reebok CrossWalk V 7.90 Folding Treadmill review</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/_cMEDJKHaY8/reebok-crosswalk-v-7-90-folding-treadmill-review-201002510.html</link>
		<comments>http://lichao.net/eblog/reebok-crosswalk-v-7-90-folding-treadmill-review-201002510.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:54:13 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[costco]]></category>
		<category><![CDATA[crosswalk]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[Reebok]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[treadmill]]></category>
		<category><![CDATA[work out]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/reebok-crosswalk-v-7-90-folding-treadmill-review-201002510.html</guid>
		<description>20&amp;#34; x 55&amp;#34; Running Treadbelt, 2.8 HP DURX Drive Motor, iPod® Compatible Music Port Costco price: $599.99 Shipping &amp;#38; Handling included &amp;#160; Product Recommendations: Increase your cardio benefits and workout entertainment with the Reebok CrossWalk V 7.90. Equipped with all the extras, this treadmill will help you reach the finish line of weight loss. Burn [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/_cMEDJKHaY8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/reebok-crosswalk-v-7-90-folding-treadmill-review-201002510.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/reebok-crosswalk-v-7-90-folding-treadmill-review-201002510.html</feedburner:origLink></item>
		<item>
		<title>SpongeBob SquarePants: Npower Fusion™ 1GB Digital Media Player Review and MTP device driver issue resolved</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/dI8BMplRIZQ/spongebob-squarepants-npower-fusion-1gb-digital-media-player-review-and-mtp-device-driver-issue-resolved-201002507.html</link>
		<comments>http://lichao.net/eblog/spongebob-squarepants-npower-fusion-1gb-digital-media-player-review-and-mtp-device-driver-issue-resolved-201002507.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:54:01 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Driver Install]]></category>
		<category><![CDATA[Memorex]]></category>
		<category><![CDATA[MTP Device]]></category>
		<category><![CDATA[Nickelodeon]]></category>
		<category><![CDATA[NMP4075-SBS]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[SpongeBob 1GB Media Player]]></category>
		<category><![CDATA[Windows Media Player]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/spongebob-squarepants-npower-fusion-1gb-digital-media-player-review-and-mtp-device-driver-issue-resolved-201002507.html</guid>
		<description>My daughter got this tiny media player as a Christmas present from one of my friends. It is a nice media player considered that it can play music, video and games with 1GB capacity on its price range (listed price $99 but&amp;#160;Amazon.com is selling it for $21). And it has SpongeBob cartoon icon everywhere which [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/dI8BMplRIZQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/spongebob-squarepants-npower-fusion-1gb-digital-media-player-review-and-mtp-device-driver-issue-resolved-201002507.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/spongebob-squarepants-npower-fusion-1gb-digital-media-player-review-and-mtp-device-driver-issue-resolved-201002507.html</feedburner:origLink></item>
		<item>
		<title>How to use script auto-convert all WORD files into PDF with Office 2007</title>
		<link>http://feedproxy.google.com/~r/lichaoneteblog/~3/VgiJTWUVyyQ/how-to-use-script-auto-convert-all-word-files-into-pdf-with-office-2007-201002505.html</link>
		<comments>http://lichao.net/eblog/how-to-use-script-auto-convert-all-word-files-into-pdf-with-office-2007-201002505.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 04:37:00 +0000</pubDate>
		<dc:creator>WebGuru</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[LOOP]]></category>
		<category><![CDATA[Office-tips]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[VBS]]></category>
		<category><![CDATA[WHS]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://lichao.net/eblog/how-to-use-script-auto-convert-all-word-files-into-pdf-with-office-2007-201002505.html</guid>
		<description>Say you have a few hundreds WORD (*.doc and *.docx) files on your computer, and you need to convert them all into PDF format files. Yes, you can open them and then Save As into PDF in WORD 2007 one by one, or you can highlight all of them (provided they are in the same [...]&lt;img src="http://feeds.feedburner.com/~r/lichaoneteblog/~4/VgiJTWUVyyQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://lichao.net/eblog/how-to-use-script-auto-convert-all-word-files-into-pdf-with-office-2007-201002505.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lichao.net/eblog/how-to-use-script-auto-convert-all-word-files-into-pdf-with-office-2007-201002505.html</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.293 seconds -->
