Posts from June 2012

iPhone enhancements for webapps and websites

To add icon to your homescreen. you need to create graphic to 58px x 58px   with the half glare: <link rel=”apple-touch-icon-precomposed” href=”img/icon.png”/>   plain:[…]

Best mobile inspector tool – Adobe Shadow

Hi all, I thought to share this with you, after hours of fun trying to access my localhost through my mobile devices. I can came[…]

Where to find your local hosts file Mac/PC

For Mac osx Lion: Open terminal and type in the following command line $ sudo nano /etc/hosts For PC users edit file: Windows7 C:\Windows\System32\drivers\etc\hosts WindowsXP

Internet explorer CSS hacks

Hi All, below are examples of how to target version of IE 6,7 and 8. body { border: 1px solid red; /* For all browsers[…]