With more people using iOS devices including iPhone, iPods, and iPad and whatever else might come along it is a good idea to make sure that you present your site in the best possible light for those devices. You might be aware of the favicon.png which is documented here. However; when an iOS device comes to your web site there are additional images that can help differentiate your site.
For iPhone 4 and current generation iPod touch you can use 114px x 114px, while iPads use 72px x 72px and other iOS devices use 57px x 57px. You could create a unique image with each of these sizes or just create one and let the device scale as needed.
The way to add these special icons is to add the following to the top of your web site.
[source language=”html”]
<link rel="apple-touch-icon" href="/your-custom-icon.png"/>
[/source]
You can also add the specifics sizes if you want to by adding the following.
[source language=”html”]
<link rel="apple-touch-icon" href="your-custom-icon-for-iphone.png" /><br/>
<link rel="apple-touch-icon" sizes="72×72" href="your-custom-icon-for-ipad.png" /><br/>
<link rel="apple-touch-icon" sizes="114×114" href="your-custom-icon-for-iphone4.png" />
[/source]
One thing that iOS will do on your behalf is add some slight image effects like rounded corners, a drop shadow and the iconic reflective shine to the icons you create. Keep this in mind when you create them. In closing, since the iOS devices are being used more and more this means that it is very likely that iOS users will want to save your site for viewing later. You can use some online sites to do this for you or use your favorite graphics program.
Looking for quality web hosting? Look no further than Arvixe Web Hosting!