Thursday, July 18, 2013

How to fix itunes 11 error sync apps


To fix the problem:

1- open itunes
2- go to top left menu and select Apps (this apps stored in iTunes )
3- select all and delete them
4- plug your iPhone
5- go to top menu File > Devices > Transfer purchases from "YOUR IPHONE NAME"

after that iTunes give error message with list of apps.
6- delete the apps in the list from iPhone.

7- again, do the step 5

DONE.

Sunday, February 3, 2013

how to print css background-color

If you want to print invoice or employee details or anything from html page with background color
just add this to the end of css element :

-webkit-print-color-adjust: exact;
 have fun :)

source link