<?xml version='1.0' encoding='UTF-8'?>
   <feed xmlns='http://www.w3.org/2005/Atom'
         xml:lang='en-us'>
     <title>The Flying Meat Weblog</title>
     <id>http://flyingmeat.com/blog/</id>
     <link href='./' />
     <link rel='self' href='http://flyingmeat.com/blog/atom.xml' />
     <link href="http://flyingmeat.com/blog/" rel="alternate" title="The Flying Meat Weblog" type="text/html" />
     <updated>2012-04-21T11:31:00-08:00</updated>
     <author>
       <name>Gus Mueller</name>
     </author><entry>
   <title>VoodooPad 5.0 Released</title>
   <link href="http://flyingmeat.com/blog/archives/2012/04/voodoopad_5.0_released.html" rel="alternate" title="VoodooPad 5.0 Released" type="text/html" />
   <id>urn:uuid:422c8837-1a58-4208-8a16-b96b6f605451</id>
   <published>2012-04-20T15:41:24-08:00</published>
   <updated>2012-04-20T16:18:08-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   I'm happy to announce that <a href="http://flyingmeat.com/voodoopad/">VoodooPad 5.0 has been released</a>.  It's been a long time coming, and if you're a VP fan I think you're really going to like it.  VoodooPad for iOS has been updated to version 2.0 as well.<br/>
<br/>
Here are some of my favorite new features:<br/>
<br/>
<strong>Completely rewritten file format and sync support</strong><br/>
With MobileMe WebDAV support about to disappear in a few months I had to completely rethink syncing for VoodooPad.  The solution I came up with was to drop WebDAV support and redesign VP's file format so that it would survive 3rd party background syncing with apps like Dropbox and SugarSync.  This wasn't an easy task and took up a big chunk of development.  There was lots of code to change and lots of testing involved.  But the end result is pretty awesome.<br/>
<br/>
No more connecting to WebDAV servers and having to deal with authentication issues and strange HTTP errors.  Now you can just put your VoodooPad 5 document in a Dropbox folder and VP will detect when pages have been updated.  Kirstin and I even share multiple documents over Dropbox- and we can both be working on the same document at the same time.  It's wonderful.<br/>
<br/>
The iOS version of VoodooPad has also been updated to use this new file format as well as using Dropbox's API for syncing.<br/>
<br/>
A side benefit to these changes is VP's file format is a bit more robust than previously as well.  I also see it as a way of future proofing VP- if Google decides next week to introduce a Dropbox competitor, VoodooPad will probably work fine with it.  Or if a new SCM like Git or Mercurial shows up tomorrow that you want to stuff VP into, it should "just work".<br/>
<br/>
<strong>Improved PDF export and new ePub exporting</strong><br/>
PDF export is a lot faster and links now work between pages.  You can also export your document as an ePub file as well.  This is great if you already use VoodooPad for writing books or documentation.<br/>
<br/>
We've also added support to VoodooPad to create a hierarchal collection of pages which you can reference when exporting as PDF or ePub.  Unsurprisingly it's called the Collections palette.  In the past getting the pages in VoodooPad to come out in a certain order was always a pain- but with collections it's a piece of cake.<br/>
<br/>
<strong>Scriptlet for Web, ePub, and PDF export</strong><br/>
I'll admit that it's pretty darn geeky- but I love it.  You can now write fancy JSP/PHP like tags (using JavaScript) in your pages that will be run when you export your document.  As very simple example looks like this:<br/>
The current year is: &lt;%= new Date().getFullYear() %&gt;<br/>
<br/>
I call them "half baked pages".  You can generate static websites out of VoodooPad now, but you can still add dynamic elements to it.<br/>
<br/>
This topic deserves its own post, so I'll just leave it at this for now.<br/>
<br/>
<strong>A new To-dos palette, including official @todo support</strong><br/>
Find all the instances of @todo: in your document.  You can even configure it so that it searches for things like @fixme or any other tokens.  This means that everyone who had custom scripts for doing this can now throw them away.  The new palette is better and faster.<br/>
<br/>
<strong>Markdown pages</strong><br/>
This has been a feature request for a long time, but I was always skeptical of it.  Now I love it.<br/>
<br/>
You can make a new page (or set it as the default for a document) that does syntax highlighting for Markdown text.  This is pretty awesome if you like to use Markdown in your documents.  And when you export your document for the web, PDF, or ePub, it'll be rendered correctly for you.  (You can even mix and match RTF and Markdown pages in the same document.  VP will do the right thing).  You can even put scriptlet tags in a Markdown page.<br/>
<br/>
<strong>Completely rewritten event script system</strong><br/>
Let's face it.  The old model of "write you script in a page, go to the events palette, pick an event, pick a page to run on that event, oh and pick the right language while you are at it" kind of stinks.  Instead, there are now specific pages in your document which when made, will auto fill required JavaScript methods for implementing events.  It's super easy to do.  Just make a page named VPDocumentEventScript, VPPageEventScript, or VPWebExportScript.  The methods will then be created for you, and you just fill in the details.<br/>
<br/>
Of course there's more which <a href="http://flyingmeat.com/voodoopad/docs-5/new%20stuff%20in%20voodoopad%205.html">you can read all about</a>.<br/>
<br/>
<strong>How to purchase, system requirements, and all that jazz</strong><br/>
<br/>
VoodooPad is a $25 dollar upgrade from any previous version, as well as for a full purchase for a limited time.  If you purchased VoodooPad directly from us on or after Jan 1, 2012 check your email- you've been sent a complementary upgrade registration number.<br/>
<br/>
VoodooPad 5 requires 10.7 or later, and the iOS version requires iOS 5.1 or later.<br/>
<br/>
If you have questions or run into problems- make sure to <a href="mailto:support@flyingmeat.com">email support@flyingmeat.com</a>.<br/>

   ]]></content>
 </entry><entry>
   <title>How to Make Progressive JPEGs in Acorn</title>
   <link href="http://flyingmeat.com/blog/archives/2012/03/how_to_make_progressive_jpegs_in_acorn.html" rel="alternate" title="How to Make Progressive JPEGs in Acorn" type="text/html" />
   <id>urn:uuid:7bc783a5-4c25-46b9-99c3-bf44f6e6c50f</id>
   <published>2012-03-23T10:07:06-08:00</published>
   <updated>2012-03-23T10:15:59-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   Duncan Davidson has recently <a href="http://duncandavidson.com/blog/2012/03/photography_on_retina">written about creating high dpi images for Safari</a> on the new iPad (3):<br/>
<br/>
<blockquote style="margin:0px;">"After reverse engineering the limits and then later being pointed to the documentation about the limits, a birdie dropped a hint into my inbox telling me to try using a progressive JPEG file. Within just a few minutes, several people also chimed in noticing that the large iPad hero image is a progressive JPEG. I’ve not used progressive JPEGs in years, but following the lead of the birdie and the crowd, I gave it a shot. Lo and behold, it’s indeed the ticket to large JPEG joy on the iPad Retina display."</blockquote>
<br/>
Did you know that <a href="http://flyingmeat.com/acorn/">Acorn</a> can make progressive JPEG images?  Just choose the <strong>File ▸ Web Export</strong> menu item, choose JPEG for the file format and click on the Progressive button:<br/>
<br/>
<center><img src="http://flyingmeat.com/blog/images/progressiveacorn.png" alt="Progressive Acorn Export" /></center>
<br/>
And now you can display big JPEG images for Safari on your retina iOS devices!
   ]]></content>
 </entry><entry>
   <title>BC Image Units</title>
   <link href="http://flyingmeat.com/blog/archives/2012/03/bc_image_units.html" rel="alternate" title="BC Image Units" type="text/html" />
   <id>urn:uuid:52f63ea4-cc7a-4698-a013-8287358ef117</id>
   <published>2012-03-11T17:13:10-08:00</published>
   <updated>2012-03-11T17:16:57-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   Jean-Jacques Boutaud has released a set of image units that can be used with Acorn: <a href="http://belightcommunity.free.fr/display_file.php?id=69">BC Image Unit</a>.<br/>
<br/>
There's some interesting color adjustment and effects in there, but some of the stylize ones are what really caught my eye.  Noisyfier, Sketch and Dabs Painting look pretty neat on photographs.<br/>
<br/>

   ]]></content>
 </entry><entry>
   <title>A Raindrop for Acorn</title>
   <link href="http://flyingmeat.com/blog/archives/2012/01/a_raindrop_for_acorn.html" rel="alternate" title="A Raindrop for Acorn" type="text/html" />
   <id>urn:uuid:b9acad48-64d5-4de4-90a8-073da99769dc</id>
   <published>2012-01-18T10:15:38-08:00</published>
   <updated>2012-01-18T10:20:09-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   <a href="http://adampreble.net/blog/2012/01/a-raindrop-for-acorn/"> A Raindrop for Acorn</a>
<br/>
<br/>
Adam Preble has written a nice little extension for CloudApp:<br/>
<br/>
<blockquote style="margin:0px;"><a href="http://getcloudapp.com/">CloudApp</a> is one of my favorite tools for sharing images quickly, and I also use Acorn quite a bit for quick image editing tasks. I’ve been wanting a quick way to upload a snapshot of what I’ve got in Acorn using CloudApp, so tonight I wrote AcornRaindrop.</blockquote>
<br/>
It's open source, and you can <a href="https://github.com/preble/AcornRaindrop/downloads">download it off the project page as well</a>.
   ]]></content>
 </entry><entry>
   <title>Acorn 3.1</title>
   <link href="http://flyingmeat.com/blog/archives/2011/09/acorn_3.1.html" rel="alternate" title="Acorn 3.1" type="text/html" />
   <id>urn:uuid:6645b909-74ba-4913-beb6-5ca18211e37f</id>
   <published>2011-09-19T13:12:17-08:00</published>
   <updated>2011-09-19T13:15:14-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   Acorn 3.1 has been submitted to the App Store.  But if you are bought directly (or have already bought Acorn on the App Store and run it once), you can <a href="http://flyingmeat.com/acorn/">download Acorn 3.1 right now</a>.<br/>
<br/>
<a href="http://flyingmeat.com/acorn/releasenotes.html">Full release notes</a> are available.  Acorn 3.1 is mostly about bug fixes, and adding native 10.7 features like full screen support + autosave and versions (which you can turn on in the preferences).  We also managed to sneak in color management as well.
   ]]></content>
 </entry><entry>
   <title>FlySketch 1.7.1</title>
   <link href="http://flyingmeat.com/blog/archives/2011/07/flysketch_1.7.1.html" rel="alternate" title="FlySketch 1.7.1" type="text/html" />
   <id>urn:uuid:4f64df34-7fc2-4213-829c-a7a5b1b1c5d9</id>
   <published>2011-07-28T11:10:09-08:00</published>
   <updated>2011-07-28T11:15:52-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   We've just released <a href="http://flyingmeat.com/flysketch/">FlySketch 1.7.1</a>, which fixes a crashing bug when running on 10.7 Lion.  FlySketch 1.7.1 requires 10.6 or later.<br/>
<br/>
We've submitted this update to the Mac App Store as well, but Apple rejected it (even though this update only contained bug fixes).  We've appealed the decision and hopefully we can get things resolved with Apple soon.
   ]]></content>
 </entry><entry>
   <title>OS X 10.7 Lion Compatibility</title>
   <link href="http://flyingmeat.com/blog/archives/2011/07/os_x_10.7_lion_compatibility.html" rel="alternate" title="OS X 10.7 Lion Compatibility" type="text/html" />
   <id>urn:uuid:53cb292a-ae60-4aee-809e-6bdc2c18626a</id>
   <published>2011-07-21T10:27:53-08:00</published>
   <updated>2012-03-11T17:17:03-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   So you've recently purchased 10.7 Lion, and want to know if your favorite Flying Meat apps will run on it?<br/>
<br/>
Here's the status:<br/>
<br/>
<a href="http://flyingmeat.com/acorn/">Acorn</a> 3.0.3: Works great.<br/>
<br/>
Acorn 2.6.4: It has a couple of issues, but we're just about done with Acorn 2.6.5 which fixes them.  You can grab the latest 2.6 build from here: <a href="http://flyingmeat.com/download/latest/">http://flyingmeat.com/download/latest/</a>
<br/>
<br/>
<a href="http://flyingmeat.com/voodoopad/">VoodooPad</a>: There is an issue where event scripts aren't running correctly, and you can't enter fullscreen mode on 10.7.  We've got these fixed for the upcoming release of 4.3.4, and you can grab a preview of it from here: <a href="http://flyingmeat.com/download/latest/">http://flyingmeat.com/download/latest/</a>
<br/>
<br/>
<a href="http://flyingmeat.com/flysketch/">FlySketch</a>: There's a crashing bug on 10.7 that we recently found, we've got a fix almost out for ya.  You can grab a preview of FlySketch 1.7.1 (which has this fix) from here: <a href="http://flyingmeat.com/download/latest/">http://flyingmeat.com/download/latest/</a> (10.6+ only).<br/>
<br/>
<strong>Update:</strong> <a href="http://flyingmeat.com/flysketch/">FlySketch 1.7.1</a> is out.<br/>
<br/>
If you've encountered a bug on 10.7 that we don't know about yet- make sure to let us know by email us at <a href="mailto:support@flyingmeat.com">support@flyingmeat.com</a>.
   ]]></content>
 </entry><entry>
   <title>Acorn 3.0.2 is out</title>
   <link href="http://flyingmeat.com/blog/archives/2011/05/acorn_3.0.2_is_out.html" rel="alternate" title="Acorn 3.0.2 is out" type="text/html" />
   <id>urn:uuid:2a4b2393-3fd4-446f-bd19-6d8bb782b6e6</id>
   <published>2011-05-31T18:14:40-08:00</published>
   <updated>2011-05-31T18:16:40-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   We've got a new update to <a href="http://flyingmeat.com/acorn/">Acorn</a> out (version 3.0.2) both for direct and App Store purchases.  This release is mostly to focus on bugs, so make sure to grab it.  You can read the <a href="http://flyingmeat.com/acorn/releasenotes.html">full release notes</a> online as well.
   ]]></content>
 </entry><entry>
   <title>Noiser, a Noise Generating Plugin</title>
   <link href="http://flyingmeat.com/blog/archives/2011/05/noiser__a_noise_generating_plugin.html" rel="alternate" title="Noiser, a Noise Generating Plugin" type="text/html" />
   <id>urn:uuid:19614671-9800-44e6-a748-ce6ca9c425d1</id>
   <published>2011-05-21T23:12:10-08:00</published>
   <updated>2011-05-21T23:23:33-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   I just put together a quick Quartz Composition filter for <a href="http://flyingmeat.com/acorn/">Acorn</a>, which will add noise with a couple of different sliders for you to play with: <a href="http://flyingmeat.com/stuff/Noiser.qtz.zip">Noiser.qtz.zip</a>.<br/>
<br/>
<center><img src="http://flyingmeat.com/blog/images/38c04bb2-1b67-4c1a-b006-808b4e51cb4c.png" alt="Noiser" /></center>
<br/>
To install it, download <a href="http://flyingmeat.com/stuff/Noiser.qtz.zip">Noiser.qtz.zip</a> and unzip it (if this hasn't happened already).  Then just drag and drop it on Acorn's application icon and Acorn will do the rest.  Or if you want to do it manually, move it into your ~/Library/Compositions folder.  The filter will then show up under the Filter ▸ Quartz Compositions ▸ Other menu.  (You'll also have to restart Acorn if it was already running for the filter to show up).<br/>
<br/>
<span style="color: #666">Historical note for people from the future: This plugin was tested with Acorn 3.0.1.</span>
   ]]></content>
 </entry><entry>
   <title>Acorn 3.0.1 is out</title>
   <link href="http://flyingmeat.com/blog/archives/2011/05/acorn_3.0.1_is_out.html" rel="alternate" title="Acorn 3.0.1 is out" type="text/html" />
   <id>urn:uuid:47cc8ce2-493a-4521-b691-387928768e57</id>
   <published>2011-05-05T10:48:52-08:00</published>
   <updated>2011-05-05T10:53:44-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   This morning we released <a href="http://flyingmeat.com/acorn/">Acorn 3.0.1</a>.  If you've purchased it via the App Store check your Updates tab, otherwise use the Acorn ▸ Check for Updates menu item.  Grab it while it's fresh!  <br/>
<br/>
It has been a busy couple of weeks, and we neglected to note here that <a href="http://flyingmeat.com/acorn/">Acorn 3.0</a> was released.  Gus has been writing a bit about it on his <a href="http://shapeof.com/">personal site</a>, so make sure to catch up on info + tips there if you haven't been reading it already.  And of course the main <a href="http://flyingmeat.com/acorn/">Acorn</a> website as well as the <a href="http://flyingmeat.com/acorn/">documentation</a> has a ton of information for you.
   ]]></content>
 </entry><entry>
   <title>Twitter Feeds for our Apps</title>
   <link href="http://flyingmeat.com/blog/archives/2011/05/twitter_feeds_for_our_apps.html" rel="alternate" title="Twitter Feeds for our Apps" type="text/html" />
   <id>urn:uuid:e080e08a-ff44-4420-ac54-dd16961c8197</id>
   <published>2011-05-05T10:43:48-08:00</published>
   <updated>2011-05-05T10:47:32-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   We've got a twitter accounts for both <a href="http://twitter.com/voodoopad">VoodooPad</a> and <a href="http://twitter.com/acornapp">Acorn</a>, as well as an official account for <a href="http://twitter.com/flyingmeat">Flying Meat</a>.  And of course Mr. Programmer "<a href="http://twitter.com/ccgus">ccgus</a>" has a personal account as well. <br/>
<br/>
Tips, silly comments, and other random bits are what you'll find there.
   ]]></content>
 </entry><entry>
   <title>Framer - An iOS Screenshot Creator</title>
   <link href="http://flyingmeat.com/blog/archives/2011/04/framer_-_an_ios_screenshot_creator.html" rel="alternate" title="Framer - An iOS Screenshot Creator" type="text/html" />
   <id>urn:uuid:f136de7c-2df7-4891-962e-03a616a867b1</id>
   <published>2011-04-23T10:31:29-08:00</published>
   <updated>2011-04-23T10:33:59-08:00</updated>
   <content type="html" xml:base="http://flyingmeat.com/blog/" xml:lang="en"><![CDATA[
   Jeremy Mack <a href="http://pileofturtles.com/2011/04/framer-an-ios-screenshot-creator/">has written a JSTalk script</a> which opens an iOS screenshot in Acorn and then wraps it in a frame that looks like an iPad or iPhone.  It does batching as well- awesome!<br/>
<br/>
I love seeing what folks are doing with Acorn and JSTalk these days.
   ]]></content>
 </entry>
</feed>
