-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Technology
Copying PNG image files copied from NSBundle to Documents seems wrong
My task was to have some image resources in my iOS application bundle, and copy them into my Documents folder for use later, namely HTML5 code generation. I had a big problem, in that the image sizes were all wrong. … Continue reading
Posted in iOS
SLCAdobeUG October Meeting – AJAX Simplified
Here are the items for tonight’s presentation of understanding AJAX. You’ll learn what AJAX is, and why you would use it. In the sample (links below), you’ll see the steps it takes to create AJAX: Including javascript files, events, and form … Continue reading
Posted in Adobe, HTML5
Tagged AJAX. CSS, Javascript
Deleting large “Other” in iOS 5 and iTunes
I had a strange problem. In iTunes, the Other was using up 7GB of my iPad capacity. Not good. Seems like it’s a corruption issue. To get this space back, on your iPad, go to the Settings app->General->Reset->Reset Network Settings. … Continue reading
Posted in Apple
Problems with Installer and .mpkg files in Mac OS X Lion
Problem: I had a strange problem after upgrading to Lion (OS X 10.7). Any .mpkg files wouldn’t open Installer but instead would open Terminal, and no installation would happen at all. I saw someone else post that updating to 10.7.1 … Continue reading