sysadvent.blogspot.com
классный блог для сисадминов
классный блог для сисадминов
а вот виджет для отображения постов жуйка в блоге не работает. у кого-нибуть работает на ворд-прессе? таак неохота разбираться в его системе плагинов и читать это пхп'шную муть =)
Multi-languaged hello-world http://devio.us/~yunake/blog/?p=55
Even if you select "Plain text" instead of HTML in the drop-down box when composing the email, it will still be base64-encoded. This is because default text encoding is UTF8, which is 8bit and Outlook thinks it needs some transfer encoding.
To fix this behaviour you will need to do following:
1. In main Outlook window, go to "Tools" -> "Options" -> "Mail Format"
2. Click "International Options" button
3. Deselect "Auto select encoding for outgoing messages"
4. OK, OK
5. In the email compose window, click the "Options" button in the toolbar
6. Select "US-ASCII" encoding, Close
7. In drop-down menu next to the "Options" button on the toolbar, select "Plain Text"
This will send the email as Plain text/quoted-printable encoded (this is good enough if you don't use non-ASCII characters — so please don't use them)
Еще есть такой вариант — перманентно заставить Аутлук посылать 8битный текст как есть. Описан в тут: support.microsoft.com
будем разбираться