Try the search, it's linked to some great forums
Friday, August 19, 2011
Wednesday, August 17, 2011
Apps I've coded
The following links & icons are for apps I've coded for the nice folks at Blue Lotus;
iZen Desk HD
http://itunes.apple.com/br/app/izen-desk-hd/id428809619?mt=8
This is an upgraded version of the Sexy Car Clock and includes a Json weather widget with CLLocation and a 4 day weather forecast.
This iPad app is a 'slideshow' app with 100 JPEGs that can be scrolled across the screen. It includes a series of widgets on it's toolbar that allows iTunes build a custom playlist, view the time and also vary the slideshow parameters of time & type of transition.
Tomato Trouble
Tomato Trouble is an animated children's book using Cocos2D and a variety of 3rd party animation tools including SpriteHelper & LevelHelper. I did troubleshooting on some of the Xcode and also helped to detail the animation by layering physics onto various sprite.
iZen Desk HD
http://itunes.apple.com/br/app/izen-desk-hd/id428809619?mt=8
This is an upgraded version of the Sexy Car Clock and includes a Json weather widget with CLLocation and a 4 day weather forecast.
Sexy Car Clock HD
http://itunes.apple.com/sn/app/sexy-car-clock-hd/id425078257?mt=8This iPad app is a 'slideshow' app with 100 JPEGs that can be scrolled across the screen. It includes a series of widgets on it's toolbar that allows iTunes build a custom playlist, view the time and also vary the slideshow parameters of time & type of transition.
Tomato Trouble
Tomato Trouble is an animated children's book using Cocos2D and a variety of 3rd party animation tools including SpriteHelper & LevelHelper. I did troubleshooting on some of the Xcode and also helped to detail the animation by layering physics onto various sprite.
Importing & geolocating photos into Google Earth
Here are some tips & tricks for importing photos into your KML tours;
To add a photo;
In Google Earth press ADD - PHOTO
then BROWSE for your photo
To adjust view & details;
To add a photo;
In Google Earth press ADD - PHOTO
then BROWSE for your photo
To adjust view & details;
Sunday, August 14, 2011
Iraq / Afganistan Casualty Counters
This is a sobering reminder of the cost of our terrible mistake over there, and should be a warning for all future thoughts of meddling in other's affairs. The website is AntiWar.com, and their link;
http://antiwar.com/casualties/
Here's another important link for visualizing the impact of casualties from CNN;
http://www.cnn.com/SPECIALS/war.casualties/
Friday, August 12, 2011
UIImagePicker - Photo metadata
The keys for this dictionary are listed in the info dictionary (%@, info) within the UIImagePicker Delegate;
Where is the location data?
2011-08-02 19:20:21.489 HandMirror[762:707] The metadata is {
UIImagePickerControllerMediaMetadata = {
DPIHeight = 72;
DPIWidth = 72;
Orientation = 6;
"{Exif}" = {
ColorSpace = 1;
DateTimeDigitized = "2011:08:02 19:20:18";
DateTimeOriginal = "2011:08:02 19:20:18";
PixelXDimension = 480;
PixelYDimension = 640;
};
"{TIFF}" = {
DateTime = "2011:08:02 19:20:18";
Make = Apple;
Model = "iPad 2";
Software = "4.3.3";
XResolution = 72;
YResolution = 72;
};
};
UIImagePickerControllerMediaType = "public.image";
UIImagePickerControllerOriginalImage = "";
UIImagePickerControllerMediaMetadata = {
DPIHeight = 72;
DPIWidth = 72;
Orientation = 6;
"{Exif}" = {
ColorSpace = 1;
DateTimeDigitized = "2011:08:02 19:20:18";
DateTimeOriginal = "2011:08:02 19:20:18";
PixelXDimension = 480;
PixelYDimension = 640;
};
"{TIFF}" = {
DateTime = "2011:08:02 19:20:18";
Make = Apple;
Model = "iPad 2";
Software = "4.3.3";
XResolution = 72;
YResolution = 72;
};
};
UIImagePickerControllerMediaType = "public.image";
UIImagePickerControllerOriginalImage = "
Subscribe to:
Posts (Atom)