Showing posts with label Apple. Show all posts
Showing posts with label Apple. Show all posts

Friday, 24 May 2013

Icon editor for favicon in the web

Came across this in the book I'm reading at the moment, http://www.xiconeditor.com/ - rather clever little tool from Microsoft for creating the favicon for your website, for when users book mark it on their iPad / iPod or desktop PC.

Wednesday, 18 July 2012

Client side tools for Phone development

These are the client side tools that have just been mentioned for developing responsive web applications for mobile platform today on http://live.aspconf.net/ 

image

Thursday, 5 July 2012

User Agent switcher extension for Google Chrome for mobile development

In case you have Google chrome, and are doing device based HTML rendering, this extension to chrome is very useful. Allows you to switch your desktop browser into behaving like an iPhone...

https://chrome.google.com/webstore/detail/djflhoibgkdhkhhcedjiklpkjnoahfmg?hl=en-US&gl=US

image

Here Chrome is looking like iPhone4 for twitter.com

image

Thursday, 17 May 2012

Apple iPod Touch won't start apps or games

Recently my iPod started stopping playing games or allowing apps downloaded from the app store to work. On attempting to open an app or game, it would redirect you back to the home screen immediately.

Found the answer on the way to work today on the train, and thought I'd share it here, as I managed to fix it by tethering my iPod to my Android phone and connecting it to the internet via my portable Wifi hotspot created on my phone.

All you have to do is simply sign back into the app store. I did this via updating an existing app I had on the phone. Downloading a new app would have worked as well.

See here for more information...

http://answers.yahoo.com/question/index?qid=20081228053307AADf6S8

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...