Sunday, June 28, 2009

Cross browser Horizontal Rule (hr-tag)

What:

hr {
background:#d0d0d0;
color:#d0d0d0;
margin:15px 0;
height:1px;
border:none;
}

Why:
  • because Chrome creates some borders
  • because FireFox set color from css background value
  • but IE set color from css color value

Thursday, June 18, 2009

Installation of Mac OS X and iPhone SDK to Intel PC

This is a very quick note about installing of Mac OS X and iPhone SDK to my Intel PC.
  1. Install Kalyway 10.5.2, follow this detailed guide
  2. Upgrade to version 10.5.3 required by iPhone SDK 2.2, for details see forum topic on insanelymac.com (Upgrading to 10.5.3 part)
  3. Install NVinject extensions if you have NVidia card (like me) to enable high screen resolutions
  4. Install iPhone SDK (can be taken from Apple's web site)
Have fun!