Windows Facebook for Windows Mobiles

Sometimes, rich client is still and will be continuedly welcomed for more convinience use.

Windows Facebook for Windows Mobiles

Sometimes, rich client is still and will be continuedly welcomed for more convinience use.

To repair outlook’s profiles

Improper closing of outlook makes the data stores (the top folders) in a mess, even with blank names.

I googled a lot, but find nothing to solve this, except creating a new profile. The details of a profile are stored in HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles, but the names of the keys have little meaning to help me catch their usage.

Fortunately, finally I found a freeware which could help to repair the profiles of outlook. If you have the same agony on outlook’s profiles, I believe it can help. The freeware OLfix’s Download and information

For China Telecom, CDMA is not the lifesaver

After China Telecom acquired the CDMA division of China Unicom, I believed that China Telecom will become a very dangerous rival of China Mobile. China Telecom has the largest fixed network in China taking up most broad-band market. The joining of CDMA will satisfy Telecom’s coverting on the mobile license and provide more choices to Telecom’s customers. Probably, it will stop or slow down the decrease of Telecom’s customers.

However, after I did some operations in Telecom’s counter, I found that Telecome still has a very long way to run, to catch up with the leading CMCC. CDMA from Unicom just provides the infrastructure on which business can be run, but staffs and processes are still obsolete, and will not prevent the decrease of customers.

As China Telecom is the oldest company among these three communication services providers, we should bear the slower change on their management. Although in the begining, CMCC is also come apart from China Telecom, it’s much easier for CMCC, a new organization to establish new mechanism and rules, to adopt new management from the western world. I believe the revolution in China Telecom will last very long time, and thus we have to expect less on Telcom than on CMCC. Anyway, now we have more choices.

tttttttt

yyeyyeyyeyyeyy

eeeeeeee

How to prevent duplicated items in Outlook 2007’s To-Do Bar when using Google IMAP account

The How-to Geek gave a way to prevent duplicated items in Outlook 2007’s TO-DO bar when using Google IMAP account.

image 

He used the advanced filter to filter all the items outside the inbox directory. But actually all the criteria in the advanced filter dialog are combined with “AND” operator, so other regular outlook tasks will not display as they are in the “Task” directory.

image

If you’d like to display the flagged items from Google IMAP folder together with regular outlook tasks, I suggest you should use the SQL filter as below:

image 

In the SQL statement, we could use the “OR” operator to connect multiple criteria. Below is the SQL statement I used, and hope it helps you.

(”http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/810f0040″ IS NULL AND “http://schemas.microsoft.com/mapi/proptag/0×10910040″ IS NULL AND (”http://schemas.microsoft.com/mapi/proptag/0×0e05001f” LIKE ‘%Task%’ OR “http://schemas.microsoft.com/mapi/proptag/0×0e05001f” LIKE ‘%Inbox%’ OR “http://schemas.microsoft.com/mapi/proptag/0×0e05001f” LIKE ‘%SNEPC%’ ))

Next Page »