<?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; Uncategorized</title>
	<atom:link href="http://www.bunnyhero.org/category/uncategorized/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>RIP Steve Jobs</title>
		<link>http://www.bunnyhero.org/2011/10/06/rip-steve-jobs/</link>
		<comments>http://www.bunnyhero.org/2011/10/06/rip-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 18:37:41 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=556</guid>
		<description><![CDATA[Thanks for everything you brought to this world.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bunnyhero.org/wp-content/uploads/2011/10/247-isad.png"><img src="http://www.bunnyhero.org/wp-content/uploads/2011/10/247-isad.png" alt="A Mac, an iPhone and an iPod mourn Steve Jobs&#039; passing" title="iSad" width="484" height="578" class="aligncenter size-full wp-image-557" /></a><br />
Thanks for everything you brought to this world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2011/10/06/rip-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push notification head-scratcher, solved</title>
		<link>http://www.bunnyhero.org/2010/12/21/push-notification-head-scratcher-solved/</link>
		<comments>http://www.bunnyhero.org/2010/12/21/push-notification-head-scratcher-solved/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:01:42 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=473</guid>
		<description><![CDATA[So here I was, testing push notifications on various devices. I plugged in the old iPod touch (which had been out of juice for a few weeks) and ran the app on it in the Xcode debugger. But something odd was happening. After my appDelegate called registerForRemoteNotificationTypes:, I was not getting any response callback at [...]]]></description>
			<content:encoded><![CDATA[<p>So here I was, testing push notifications on various devices. I plugged in the old iPod touch (which had been out of juice for a few weeks) and ran the app on it in the Xcode debugger.</p>
<p>But something odd was happening. After my appDelegate called <code>registerForRemoteNotificationTypes:</code>, I was not getting any response callback at all; neither <code>application: didRegisterForRemoteNotificationsWithDeviceToken:</code> <em>nor</em> <code>application: didFailToRegisterForRemoteNotificationsWithError:</code> was being called. That&#8217;s right, not even an error callback.</p>
<p>Meanwhile, the code was working fine on my iPhone. A few quick Google searches didn&#8217;t turn up anything very useful, except for one suggestion to try installing another app from the app store that used push notifications. I figured that would at least be good for a test.</p>
<p>I launched the App Store app, and tried to download Boxcar. I immediately got this alert:</p>
<div id="attachment_474" class="wp-caption aligncenter" style="width: 210px"><a href="http://www.bunnyhero.org/wp-content/uploads/2010/12/IMG_0001.png"><img src="http://www.bunnyhero.org/wp-content/uploads/2010/12/IMG_0001-200x300.png" alt="Alert: Cannot connect to the App Store. A secure connection could not be established. Please check your Date &#038; Time settings." title="Date &amp; time settings" width="200" height="300" class="size-medium wp-image-474" /></a><p class="wp-caption-text">The clue!</p></div>
<p>Aha! Of course. Because the iPod touch&#8217;s battery had died, its clock had been reset to 1969, and thus could not make an SSL connection to Apple&#8217;s servers. Setting the iPod&#8217;s clock to the correct data and time fixed the issue: push notifications were now working correctly.</p>
<p>I just thought I&#8217;d document this in the off chance that it might help someone else :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2010/12/21/push-notification-head-scratcher-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve never gotten this to work</title>
		<link>http://www.bunnyhero.org/2009/07/17/ive-never-gotten-this-to-work/</link>
		<comments>http://www.bunnyhero.org/2009/07/17/ive-never-gotten-this-to-work/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 16:08:57 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=219</guid>
		<description><![CDATA[Troubleshooting problems with WordPress&#8217;s automatic upgrade feature would be a lot easier if it gave more detailed error messages than this: Grrr. I keep thinking about moving away from WordPress anyway&#8230;]]></description>
			<content:encoded><![CDATA[<p>Troubleshooting problems with WordPress&#8217;s automatic upgrade feature would be a lot easier if it gave more detailed error messages than this:<br />
<img src="http://www.bunnyhero.org/wp-content/uploads/2009/07/Picture-31.png" alt="unhelpful wordpress error message" title="unhelpful wordpress error message" width="544" height="51" class="aligncenter size-full wp-image-218" /><br />
Grrr.</p>
<p>I keep thinking about moving away from WordPress anyway&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2009/07/17/ive-never-gotten-this-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug icons</title>
		<link>http://www.bunnyhero.org/2008/06/24/firebug-icons/</link>
		<comments>http://www.bunnyhero.org/2008/06/24/firebug-icons/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:35:58 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=77</guid>
		<description><![CDATA[Since I recently upgraded Firefox to version 3, I updated my Firebug install to version 1.2 Beta. One of the first things I noticed was that the little icon in the status bar had changed from a checkmark (or a grey slash when disabled) to the little insect icon (it&#8217;s grey when disabled, and colour [...]]]></description>
			<content:encoded><![CDATA[<p>Since I recently upgraded Firefox to version 3, I updated my <a href="http://getfirebug.com/releases/index.html">Firebug install to version 1.2 Beta</a>. One of the first things I noticed was that the little icon in the status bar had changed from a checkmark (or a grey slash when disabled) to the little insect icon (it&#8217;s grey when disabled, and colour when enabled).<br />
<img src="http://www.bunnyhero.org/wp-content/uploads/2008/06/squick.png" alt="new firebug statusbar icon, disabled" title="squick" width="126" height="76" class="alignnone size-full wp-image-78" /></p>
<p>I don&#8217;t mind seeing the Firebug icon occasionally (like when the Firebug panel is open), but I find it a bit distracting and, yes, disturbing to have that little bug always onscreen. Oddly, I never found Safari&#8217;s &#8220;report bug&#8221; button distracting in the same way&mdash;perhaps it&#8217;s because the Safari bug icon is more abstract than the more finely detailed Firebug icon. (Although I admit that looking at these two screenshots side by side, there doesn&#8217;t seem to be much of an obvious difference!)<br />
<img src="http://www.bunnyhero.org/wp-content/uploads/2008/06/safari.png" alt="safari\&#039;s report bug button" title="safari\&#039;s report bug button" width="118" height="52" class="alignnone size-full wp-image-79" /></p>
<p>In any case, I decided to create my own status bar icon for the new Firebug. As you can see, my icons are <em>very</em> abstract, to get away from the creepy-crawliness of it all. The six legs are represented by six stubby horizontal lines, and the body has become a sphere.</p>
<p><img src="http://www.bunnyhero.org/static/firebug/firebug-gray-16.png" alt="my firebug icon" /> (disabled) and <img src="http://www.bunnyhero.org/static/firebug/firebug16.png" alt="my firebug icon" /> (enabled)<br />
<span id="more-77"></span><br />
If you want to install these alternate icons yourself, here is what you&#8217;ll need to do:</p>
<ol>
<li>Download the Firebug 1.2 Beta XPI file from <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">https://addons.mozilla.org/en-US/firefox/addon/1843</a> (right-click [or CTRL-click on a Mac] on the &#8220;Install Now&#8221; button and choose &#8220;Save Link As&#8230;&#8221;)</li>
<li>Change the file&#8217;s <strong>.XPI</strong> extension to <strong>.ZIP</strong></li>
<li>Extract the contents of the ZIP file into a new folder</li>
<li>Download the two icon files: <a href="http://www.bunnyhero.org/static/firebug/firebug16.png">firebug16.png</a> and <a href="http://www.bunnyhero.org/static/firebug/firebug-gray-16.png">firebug-gray-16.png</a></li>
<li>Copy the two PNG files into the folder <strong><code>skin/classic</code></strong>. When prompted if you want to replace the existing files, say &#8220;Yes&#8221;</li>
<li>Zip the folder into a new archive (for example, you might call it <strong><code>firebug-1.2.0b3-myicons-fx.zip</code></strong>). Make sure that the directory hierarchy of the archive is the same as the original (i.e. the top level includes the files <code>chrome.manifest, intall.rdf</code>, etc)</li>
<li>Change the ZIP file&#8217;s extension to <strong>.XPI</strong></li>
<li>In Firefox, open the Add-Ons window</li>
<li>Drag your customized XPI file from your Explorer/Finder window into the Add-Ons window</li>
<li>Click &#8220;Install&#8221; in the dialog box</li>
<li>Restart Firefox!</li>
</ol>
<p>If all goes well, you will no longer have a creepy-crawly bug in your status bar :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2008/06/24/firebug-icons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adobe CS3!</title>
		<link>http://www.bunnyhero.org/2007/03/29/adobe-cs3/</link>
		<comments>http://www.bunnyhero.org/2007/03/29/adobe-cs3/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 17:07:11 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/2007/03/29/adobe-cs3/</guid>
		<description><![CDATA[On Tuesday, Adobe announced the launch of Adobe Creative Suite 3. There are a whole bunch of &#8220;editions&#8221;. Now I have to figure out which one to get. All of the premium editions include the three apps I absolutely need: Flash Professional, Photoshop Extended, and Illustrator. At first I was thinking of just getting the [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday, Adobe announced the launch of <a href="http://www.adobe.com/products/creativesuite/">Adobe Creative Suite 3</a>. There are a whole bunch of &#8220;editions&#8221;. Now I have to figure out which one to get.</p>
<p>All of the premium editions include the three apps I absolutely need: Flash Professional, Photoshop Extended, and Illustrator. At first I was thinking of just getting the Web Premium Edition, which also includes Dreamweaver, Fireworks, Contribute and Acrobat, but I hand-code all my sites, and so far haven&#8217;t had a need for Acrobat. Fireworks might be useful? I&#8217;ve never really used it.</p>
<p>The Design Premium Edition is more print-oriented, it seems, as it includes InDesign. I don&#8217;t foresee any move to print for me at this point. But it&#8217;s the Production Premium Edition that could be more interesting, as it includes After Effects, Premiere Pro and Soundbooth. I currently don&#8217;t do any video, either, but it is something that I could see myself doing more of in the near future.</p>
<p>Of course I could spring for the Master Collection, which includes everything, but the price of that is significantly higher!</p>
<p>Decisions, decisions&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2007/03/29/adobe-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scratch that</title>
		<link>http://www.bunnyhero.org/2007/01/27/scratch-that/</link>
		<comments>http://www.bunnyhero.org/2007/01/27/scratch-that/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 21:05:00 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/2007/01/27/scratch-that/</guid>
		<description><![CDATA[Serves me right for posting at 5 AM. I wrote that the embed tag couldn&#8217;t force a MIME type, but of course, it can, just like the object tag. Nevermind!]]></description>
			<content:encoded><![CDATA[<p>Serves me right for posting at 5 AM. I wrote that the embed tag couldn&#8217;t force a MIME type, but of course, it can, just like the object tag.</p>
<p>Nevermind!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2007/01/27/scratch-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

