Archive for: ‘iPhone’
iPhone software update 3.1.3
Tuesday, February 23rd, 2010

Apple have released the latest 3.1.3 firmware update for the iPhone which is now available through the iTunes update service. Rumour has it that the firmware update fixes some of the minor issues shown below:
- Reports battery level on iPhone 3GS with an improved accuracy
- Fixes issues that caused third party iPhone apps to crash
- Resolves a bug that caused an iPhone app to crash when the Japanese Kana keyboard is being used using the Japanese Kana keyboard
Tags: iPhone
Posted in iPhone | No Comments »
How to Set an Apple Touch Icon
Thursday, January 7th, 2010
As iPhones and other Apple decives are becoming increasingly popular, it’s time to start paying attention to detail when building a website and adding in those little extra touches makes all the difference.
For pc browsers, websites can have a favourite icon, which is used when users bookmark your website. For Apple devices you can create a similar icon called the “Apple Touch Icon”, which when users add your website to their home screen.
This is done when the user:
- visits your website
- taps the + icon
- selects “Add to Home Screen”
Hopefully if done correctly, your icon is displayed (see below we’ve added ours). The good news is that it’s simple to do and easy to add as a new feature to your website.
![]()
The Code
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
How to do it
- Simply create a 57 x 57 pixel icon in your favourite graphic editing software.
- Save your website iPhone icon as PNG and name it “apple-touch-icon.png”
- Upload to your websites root folder, e.g. where the index.html file is
- Then enter the code (shown above) into your websites head tag
- Job done!
Tags: iPhone
Posted in Other, iPhone, website design | No Comments »