<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bunnyhero dev &#187; UI</title>
	<atom:link href="http://www.bunnyhero.org/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunnyhero.org</link>
	<description>Notes on iPhone, Flash and Web development</description>
	<lastBuildDate>Mon, 07 Nov 2011 21:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Thoughts on iOS 4 camera APIs: privacy issues, new UI possibilities?</title>
		<link>http://www.bunnyhero.org/2010/08/17/thoughts-on-ios4-camera/</link>
		<comments>http://www.bunnyhero.org/2010/08/17/thoughts-on-ios4-camera/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 20:58:51 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[avfoundation]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UIImagePickerController]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=402</guid>
		<description><![CDATA[While playing with the new AVFoundation APIs, it occurred to me that in iOS 4, apps can now easily access the camera with no feedback to the user. Before, apps had to use UIImagePickerController, which shows the iris-opening animation before recording starts, even if you hide the preview image using cameraViewTransform. With AVFoundation&#8217;s AVCaptureSession, there [...]]]></description>
			<content:encoded><![CDATA[<p>While playing with the new AVFoundation APIs, it occurred to me that in iOS 4, apps can now easily access the camera with no feedback to the user. Before, apps had to use  <code>UIImagePickerController</code>, which shows the iris-opening animation before recording starts, even if you hide the preview image using <code>cameraViewTransform</code>. With AVFoundation&#8217;s <code>AVCaptureSession</code>, there is no indication to the user at all that the camera is in use unless the app provides its own. There is no permission alert, nor any LED indicator like a webcam. An app could secretly be recording your face with the iPhone 4&#8242;s front-facing camera and sending it  to who knows where. I wonder if Apple&#8217;s app review team checks for this in some way?</p>
<p>On the other hand, the new APIs make it much easier to integrate non-photo-taking uses of the camera into an app. I could imagine using the iPhone 4&#8242;s front camera for non-touch gesture controls or facial expression recognition. Makes me wish I knew something about real time image processing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2010/08/17/thoughts-on-ios4-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS3 and the case of the missing upper-left coordinates</title>
		<link>http://www.bunnyhero.org/2008/05/15/flash-cs3-and-the-case-of-the-missing-upper-left-coordinates/</link>
		<comments>http://www.bunnyhero.org/2008/05/15/flash-cs3-and-the-case-of-the-missing-upper-left-coordinates/#comments</comments>
		<pubDate>Thu, 15 May 2008 19:40:36 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=73</guid>
		<description><![CDATA[So I finally upgraded to Flash CS3, and I noticed something that has changed in the UI. You see that little button I circled? In Flash 8, that button would toggle the X, Y fields between displaying the coordinates of the selected object&#8217;s upper-left corner and its registration point. In Flash CS3, though, the button [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally upgraded to Flash CS3, and I noticed something that has changed in the UI.</p>
<p><img src="http://www.bunnyhero.org/wp-content/uploads/2008/05/info-panel-cs3-b.png" alt="the info panel in flash cs3" title="info panel cs3" width="213" height="146" class="size-full wp-image-76" /><br />
You see that little button I circled?</p>
<p>In Flash 8, that button would toggle the X, Y fields between displaying the coordinates of the selected object&#8217;s <strong>upper-left corner</strong> and its <strong>registration point</strong>. In Flash CS3, though, the button toggles between showing the object&#8217;s <strong>transformation point</strong> vs its registration point.</p>
<p><em><strong>There seems to be no way to show the object&#8217;s upper-left corner coordinates any more!</strong></em></p>
<p>Unfortunately this was a feature I used a lot. I could write down an object&#8217;s upper-left coordinates so that I could later restore its <em>visual position</em> on the stage even if I changed the symbol&#8217;s registration or transformation points. Those numbers are critical if I want to edit a symbol&#8217;s registration point without disturbing its visual placement on the stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2008/05/15/flash-cs3-and-the-case-of-the-missing-upper-left-coordinates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

