This is aholding page for links realted to the Sage Development Kit (SDK)
When you migrate someones email profile you move their PST file and setup their profile on the target machine. When you do this all the email and calendar items are moved but the email AutoComplete is not moved.
The email auto cache is where someone starts typing in an email and outlook auto fills the email or gives you a dropdown list. This cached list is stored in a NK2 file. This file needs to be migrated as well as the PST to maintain the drop down list.
If this list is not migrated the client can be left to use outlook normally and the list will populate over time and normal operation.
Windows 7 comes with a great feature called HomeGroup that makes sharing between windows 7 machines very easy.
Unfortunately, HomeGroup feature is not compatible with Windows XP and Vista. In this guide, you’ll learn how to enable file sharing between Windows 7 and Windows XP.
These are some articles on other Outlook alternative
There are a few things to go through to help you understand MySQL collations before you will understand what collation you should use.
To know the difference between utf8_general_ci and utf8_unicode_ci we need to break down the collation's name.
So this means that:
Where possible select utf8_unicode_ci (see notes below)
The correct implementation of all UTF8 characters requires 4 bytes per character but for some reason PHP/MySQL implemented UTF8 using only 3 Bytes and they called this UTF8. It has taken until recent times for servers to fully support this and CMS platforms to catch up, they now call this UTF8MB4 and it is fully backwards compatible with UTF8.
Using UTF8MB4 allows you to use all UTF8 characters including emojis and some international characters and store these in the MySQL database.
So this means that:
We must know that there are several places to use a collation and they are all set seperately.
Have you heard the expression "A chain is only as storng as its weakest link", the journey of data from PHP to a MySQL database is not different. So what do I mean? As you can see above there are several places where you can set collations, each of these collations need to be able to support the data you are sending it.
When a UT8MB4 character is sent to the database if any of the steps/collations in the chain are set to UTF8 only, the the character will be trunctacted (the last byte cut off) and a different character will be stored. If you send a UTF8 character down a chain that all supports UTF8MB4 then no data loss will occur because UTF8MB4 is backawards compatible with UTF8.
So now if we take what we have learned and summarise here:
Which means you should ideally use the following:
In Summary
You will be using the UTF8MB4 collation for the whole chain which fully supports all UTF8 characters (3 and 4 byte) and is backwards compatible with UTF8 (3 byte) allowing all languages to be used. The unicode_ci search algorithm is used for better results as the performance hit is not longer noticable.
Does not turn on or do anything when power button is pressed
when power button is pressed the fan powers up and lights turn on. they either follow a pattern of a laptop reseting or they stay on as you would expect normally and the hdd powers up but nothing on screen either internal or external
I can't create an empty text document. I right-clicked on my desktop, pointed on New and then I can't see the 'New Text Document' option. I was able to make empty text documents a few weeks ago, but now I can't because the option is lost from the menu. I guess some software modified it.
This fault can be caused by different routes
The following links are from Windows 7 - 'New Text Document' missing?
Solution 1
Search on the thread for 'How repair a missing New Text Document in the Context Menu for Windows 7'
this is a post which basically gets you to install a registry file to restore the damaged section of the registry
Solution 2
I had the same problem with "Text Document" missing from the New menu. In my case, the Default value in HKEY_CLASSES_ROOT\.txt had been changed. All I had to do to fix the problem was to change the Default value back to txtfile
I know in XP that changing the file associations under HKEY_CURRENT_USER was optional, but I guess in Windows 7 it's mandatory.
The following link is from 'Windows 7 | Context Menu | new text file Missing?'
Solution 3
There is a registry file on this thread which might be the same as from seven forums
Related Articles
I tried to install SP1 on a customer's Vista laptop today. It took about 2 hours then eventually a black screen appeared and it started working through 95,583 files until it reached 3790/95583 and stuck, where it remains now.
The white writing is as follows..
!! (4) !! 3790/95583 (wdf01000.sys)
The screen flickers as if trying to move on but can't get beyond this point.
I have tried restarting using last known good config but the same thing happens.
I have also tried the repair option of system restore but that ran for about 4 hours without anything happening.
Is there anything I can try or would it be easier to backup and reinstall from scratch?
I have fixed the problem by simply copying another copy of wdf01000.sys from the winxs folder to c:\windows\system32\drivers and the service pack installation carried on normally after that and Windows booted with everything working..
If you have access to phpMyAdmin, simply log in to the WHMCS database and run one the following commands using the SQL tab.
You need to replace www.yourdomain.com/whmcs/ with the correct URL to your installation, including trailing slash. You should then be able to access WHMCS again.
This is is to change url and disable SSL
UPDATE `tblconfiguration` SET value='http://www.yourdomain.com/whmcs/' WHERE setting='SystemURL';
UPDATE `tblconfiguration` SET value='' WHERE setting='SystemSSLURL';
This code changes both the nomal url and the SSL url
UPDATE `tblconfiguration` SET value='http://www.yourdomain.com/whmcs/' WHERE setting='SystemURL'; UPDATE `tblconfiguration` SET value='https://www.yourdomain.com/whmcs/' WHERE setting='SystemSSLURL';
Moving from Microsoft Outlook to Mozilla Thunderbird can be a little bit tricky. You have to migrate the calendar, address book and messages separately. These obviously have to be exported from outlook and then imported to Thunderbird.
Messages
Address Book
Calendar
Other