Passa ai contenuti principali

Microsoft Activesync su WM 6.5

Finalmente i nodi sono arrivati al pettine...erano mesi che avevo problemi a sincronizzare il calendario di Google con il mio smartphone. Oggi finalmente la svolta. Il problema era nel fatto che activesync non supporta la sincronizzazione della posta e dei contatti, ma solo del calendario, quindi va eliminato il segno di spunta su tutte le impostazioni che non riguardano il calendario....

Post popolari in questo blog

Excel 2007: Histograms with different textures

Select the series in the histogram Open Visual Basic terminal by typing ALT + F11 Open the Visual Basic editor by typing CTRL + G In the Immediate Window, type the following and press enter: selection.fill.patterned (4) I would like to thank Diego M. Oppenheimer who wrote this wonderful guide .

How to embed fonts into a pdf file

IEEE requires that your PDF files embed all fonts. Earlier, I told you how to get pdflatex LaTeX to embed all its fonts, but what if you are including figures that have hanging fonts and you are getting desperate? Luke Fletcher gives us the solution. 1. convert to ps: pdftops ICRA05.pdf 2. convert back to pdf using prepress settings: ps2pdf14 -dPDFSETTINGS=/prepress ICRA05.ps 3. check new ICRA05.pdf for horrendous formatting errors due to double conversion. source from http://www.daniel-lemire.com/blog/archives/2006/08/18/embedding-fonts-for-ieee/