Actually, IMAP and POP are the protocols using which you can download messages from mail servers on your computer and access them with the help of mail clients such as Microsoft Outlook, Mozilla Thunderbird etc. The main advantage of these protocols is that user can access his/her emails via mail client.
IMAP and POP are two different protocols. There are many differences between these two. It is that IMAP (Internet Messaged Access Protocol) always syncs with mail server so that any changes y...
Read More
Year: 2012
Windows 8 Consumer Preview Keyboard Shortcuts
We all now Microsoft come up with new OS called Window 8. It will run in PC and Tablets with metro style and classic windows view. on Feb 29th they released consumer Preview. It is having a lot of changes from developer preview. In that few are closing app by moving mouse/finger from Top of the screen to bottom. So, it will automatically close the app. If we want to see current running apps move mouse upper right top. it will display recent app. if we move our mouse little bit down it will list ...
Read More
PhoneGap and Jquery Ajax Call (POST) in Windows Phone
I faced a Ajax call errorĀ in Windows Phone with Phonegap. When I tried to send some day using Ajax in PhoneGap I got this error message always "No Transport". I always got same error message saying "No Transport". Then I started web search and found out a solution. Some of them saying Windows Phone IE9 browser won't support cross domain AJAX requests. (Ajax request is not working in Windows Phone and PhoneGap)
Solution is :- we have to add this line before ajax call function $.support.cors =...
Read More