<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/" 
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
xmlns:admin="http://webns.net/mvcb/" 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns:content="http://purl.org/rss/1.0/modules/content/" 
xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>The Omni Group</title>
<link>http://www.omnigroup.com/</link>
<description>Omnigroup builds awesome.</description>
<dc:language>en</dc:language>
<dc:rights>Copyright 2011</dc:rights>
<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
<atom:link href="http://www.omnigroup.com//blog/rss" rel="self" type="application/rss+xml" />



<item>
<title>The challenge of syncing OmniOutliner</title>
<dc:creator>Ken Case</dc:creator>
<link>http://www.omnigroup.com/blog/entry/the_challenge_of_syncing_omnioutliner</link>
<guid>http://www.omnigroup.com/blog/entry/the_challenge_of_syncing_omnioutliner</guid>
<dc:date>2012-04-16T23:14:25+00:00</dc:date>
<description>
<![CDATA[
<p>Hi, all!</p>

<p>It&#8217;s been almost one year since we shipped OmniOutliner for iPad.  Every day since we shipped we&#8217;ve received feedback along the lines of &#8220;This looks great! But when will it automatically sync with OmniOutliner for Mac?&#8221;—and each time we reply back &#8220;We&#8217;re working on it!&#8221; But it&#8217;s been almost a year now, and I know you all must be wondering: Why is it taking so long to add automatic syncing to OmniOutliner?</p>

<p>To make documents with large embedded attachments more efficient, OmniOutliner 3 stores its documents as &#8220;file wrappers&#8221;, which behind the scenes are simply directories holding separate files which represent different parts of the document. (The outline itself is one file, and each attachment is its own separate file.) Unfortunately, most sync services don&#8217;t support syncing a directory as an atomic operation.</p>

<p>Wait, hold on, what does &#8220;atomic operation&#8221; mean? Well, in computer speak, an atomic operation is something that gets done all at once. In this case, we want all of the parts of the document to get synchronized to or from the cloud at the same time, otherwise different parts of the document might not be in sync with itself: it might be missing some attachments, or perhaps some of them will be out of date, or maybe there will be some extra attachments that shouldn&#8217;t be there.</p>

<p>In other words, when syncing OmniOutliner, it&#8217;s not just important to have all the parts eventually arrive on the other end; we want all of the parts of the document to show up on the other end at the very same time (and we want to know when they&#8217;ve all finished arriving) so that we know it&#8217;s safe to open and you won&#8217;t end up with a corrupt document.</p>

<p>One way to solve this syncing challenge is to change our document format—to stop storing OmniOutliner documents as directories behind the scenes. This change would make it much less efficient for attachments, but would also make it much more compatible with many file servers, email, web forms, source control systems, and so on. We can do that—but such a big change to the OmniOutliner file format won&#8217;t work with the currently shipping apps, and doesn&#8217;t really make sense to do before shipping OmniOutliner 4. So taking this route to solving the problem means for us to try to ship OmniOutliner 4 as soon as possible (which we&#8217;re certainly working very hard to do).</p>

<p>Another way to solve this problem is to help syncing solution providers (such as DropBox and iCloud) improve their support for atomic directory operations so we can sync using their solutions. The most promising option here by far is iCloud, since iCloud&#8217;s engineers explicitly do want to support syncing of file wrappers. We&#8217;ve had some of our most experienced developers spend much of the past year working on this approach—but much of that time was spent blazing new territory, and most issues we encountered weren&#8217;t within our control to fix because we don&#8217;t control the technology and servers. Fortunately, we think we&#8217;ve pushed through most of the critical issues and we&#8217;re hoping this approach will bear fruit soon.</p>

<p>Of course, if it takes too long to change our document format or to get atomic directory syncing working with other people&#8217;s cloud servers, another approach would be for us to add syncing support for our own cloud servers. We recently brought our Omni Sync Server out of beta, and we&#8217;re using it now to automatically sync OmniFocus and OmniPlan.</p>

<p>One way or another, we&#8217;re working very hard to bring automatic syncing to OmniOutliner as soon as possible: we know it&#8217;s absolutely critical for anyone who wants to use OmniOutliner on more than one device. We&#8217;re very sorry it&#8217;s taking so long!</p>

<p>As always, we welcome your feedback! Please feel free to leave a comment here or <a href="http://forums.omnigroup.com/showthread.php?p=109527#post109527" title="The challenge of syncing OmniOutliner - The Omni Group Forums">on our forums</a>, or by sending me a message on twitter (where you&#8217;ll find me at <a href="http://twitter.com/kcase" title="@kcase">@kcase</a>).</p>

<p>File Under: <a href="/blog/category/ipad">iPad</a>, <a href="/blog/category/omnioutliner">OmniOutliner</a></p>
]]>
</description>
</item>



<item>
<title>OmniPlan 2.1: Take a load off</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/omniplan_2_1_take_a_load_off</link>
<guid>http://www.omnigroup.com/blog/entry/omniplan_2_1_take_a_load_off</guid>
<dc:date>2012-04-12T22:48:28+00:00</dc:date>
<description>
<![CDATA[
<p>The latest update to OmniPlan is here, and it&#8217;s a good one! It comes with new support for balancing resource loads across multiple projects, auto-leveling of resources, localizations for Apple&#8217;s Tier-1 languages, and a whole bunch of crash fixes, interface clarifications, and bug fixes.</p>

<p><strong>278 fixes, to be exact!</strong> Get your release notes <a href="http://www.omnigroup.com/products/omniplan/download/releasenotes/" title="Release Notes">here</a>.</p>

<p>It&#8217;s also identifiable by this brand new icon, following in the footsteps of seven new (Omni Group) icons before it.</p>

<p><center>
<img src="/images/blog_images/OmniPlan-small-icon.png" alt="OmniPlan's new icon" height="256" width="256"  />
</center></p>

<h3>Resource Load Sharing</h3>

<p>One of the biggest requests for OmniPlan 2.1 has been the ability to manage multiple resources across multiple projects. With <strong>Resource Load Sharing</strong>, we&#8217;ve developed a great way to do that.</p>

<ul>
<li>Use our Sync Server or your server repository to publish and sync all of your projects.</li>
<li>Assign an email address to each resource. (This is how OmniPlan keeps track of, say, two John Smiths.) </li>
<li>Make sure &#8220;Subscribe to other projects&#8217; resource loads&#8221; is checked in your Publishing &amp; Subscriptions configuration.</li>
</ul>

<p>And here&#8217;s a friendly video about exactly that:</p>

<iframe src="http://player.vimeo.com/video/40189154" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><br /></p>

<h3>Our Transmogrifier</h3>

<p>One of the changes that we introduced in the first beta of 2.1 was a switch to a new Microsoft Project importer/exporter. Because of the Mac App Store&#8217;s restriction on optionally-installed software, we had to make our converter—the <a href="http://calvinandhobbes.wikia.com/wiki/Transmogrifier" title="Calvin and Hobbes' Transmogrifier">Transmogrifier</a>, as we call it—a downloadable add-on. We decided the best option for everyone was to completely rewrite it.</p>

<p>In the final version of OmniPlan 2.1, it&#8217;s turned off by default. If you have the time to try it, please do. We&#8217;d love to get a wider swath of test files to really put it though its paces.</p>

<p>To enable the new importer/exporter, use the following hidden defaults (in Terminal):</p>

<p><code>defaults write com.omnigroup.OmniPlan2 UseNativeMSPFilters -bool true</code></p>

<p>For the Mac App Store version:</p>

<p><code>defaults write com.omnigroup.OmniPlan.MacAppStore UseNativeMSPFilters -bool true</code></p>

<p>If you&#8217;d like to go back to 2.0-style Microsoft Project support, replace <code>true</code> with <code>false</code>.</p>

<p>Use OmniPlan▸Check for Updates. If you don&#8217;t have OmniPlan installed, grab it <a href="http://www.omnigroup.com/download/latest/omniplan" title="Download OmniPlan">here</a>. The Mac App Store version will be available after approval.</p>

<p>File Under: <a href="/blog/category/products">Products</a>, <a href="/blog/category/omniplan">OmniPlan</a></p>
]]>
</description>
</item>



<item>
<title>Customer Stories: Tim Stringer &amp;amp; OmniFocus</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/customer_stories_tim_stringer_omnifocus</link>
<guid>http://www.omnigroup.com/blog/entry/customer_stories_tim_stringer_omnifocus</guid>
<dc:date>2012-04-04T17:42:48+00:00</dc:date>
<description>
<![CDATA[
<p>We receive a lot of emails and phone calls every day. Some asking for Feature X, others to report a bug. A fair amount, though, are stories from customers about how they use our applications. Each story leaves us feeling grateful to be in the business.</p>

<p>About a year ago, we decided to bring a few of these to video. We sincerely hope you&#8217;ll find them as inspiring as we do. More stories are in the pipeline, and we&#8217;re always wanting to hear more.</p>

<p>This story is about Tim Stringer and OmniFocus. In 2008, Tim Stringer&#8217;s daily schedule went from busy and productive to monofocused: heal. He was able to pick up a new habit during the process, though, and the outcome was—and remains—a very good one.</p>

<h3>The story</h3>

<p><center></p>

<iframe src="http://player.vimeo.com/video/39732727?color=ffffff" width="640" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p></center></p>

<p>Tim wrote more about <a href="http://technicallysimple.com/articles/how-i-use-omnifocus/" title="How I Use OmniFocus">how he uses OmniFocus</a>. He shares much of what he&#8217;s learned through his company, <a href="http://technicallysimple.com/" title="Technically Simple">Technically Simple</a>, as an OmniFocus coach.</p>

<p>We talked to Tim in beautiful Vancouver, BC. Thanks to <a href="http://macfanatic.ca/" title="MacFanatic">MacFanatic</a>—especially the founders, Jani and Genevieve—for use of their space.</p>

<p>File Under: <a href="/blog/category/customer_stories">Customer Stories</a>, <a href="/blog/category/products">Products</a>, <a href="/blog/category/omnifocus">OmniFocus</a></p>
]]>
</description>
</item>



<item>
<title>Do the Discardia</title>
<dc:creator>Kris</dc:creator>
<link>http://www.omnigroup.com/blog/entry/do_the_discardia</link>
<guid>http://www.omnigroup.com/blog/entry/do_the_discardia</guid>
<dc:date>2012-03-28T20:54:20+00:00</dc:date>
<description>
<![CDATA[
<p>Welcome to another edition of our Use Case profiles, this time featuring Dinah Sanders, a writer and productivity coach from San Francisco. Dinah recently published her book <a href="http://www.discardia.com/MoreLifeLessStuff.html"><em>Discardia: More Life, Less Stuff</em></a>, which advocates for a new way of addressing over-accumulation. &#8220;Make room for more awesomeness&#8221; is the primary tenet of her guide to helping you toss out extraneous objects, bad habits, or emotional baggage in order to uncover the stuff that brings you more joy.</p>

<p>Some of our more diehard archivers, defer-ers, and <em>On Hold</em> enthusiasts might appreciate some of <a href="http://www.discardia.com/">her advice</a> in this area. OmniFocus folks that frequently find themselves full of dread at the prospect of delving into their ever-expanding list of projects, though, might consider moving her book to the top of their Amazon Wishlist.</p>

<p>Or heck, secede from the procrastination and grab an <a href="http://itunes.apple.com/us/book/discardia/id468688679?mt=11">iBooks</a> copy now, and consider another step in your &#8220;Self Improvement&#8221; project done!</p>

<p>Sure, it could be argued that adding another book to your library might be an ironic next action for those who wish to free themselves from feeling burdened by too much stuff, but what <em>Discardia</em> celebrates isn&#8217;t minimalism for mere minimalism&#8217;s sake, it&#8217;s about maximizing what adds value to your life by removing what isn&#8217;t helpful.</p>

<p>We recently spoke with Dinah about how she uses OmniFocus and she put it to us this way:</p>

<blockquote>
  <p>Overwhelm can be a big problem with any task management software, but it is
  especially a risk when following the GTD approach of getting everything out
  of your head and into a trusted system. I&#8217;m not saying that&#8217;s a bad
  thing—even a somewhat chaotic version of that is going to be better than
  keeping it all in your brain—but it does expose to us just how many
  expectations on ourselves we actually carry around.</p>
  
  <p>My belief is that it&#8217;s okay to have hundreds of things you&#8217;d like to do;
  what will screw you up (and keep you from achieving many of them) is
  consciously or unconsciously living as though you must do them all.
  Limiting your canvas can boost your creativity and increase the chance of
  completion. The two features which make OmniFocus an intensely valuable
  tool in helping hold back a sense of overload are the review infrastructure
  and the ability to distinguish between active and on hold projects. You can
  dump everything in there, yet still keep most stuff out of your face on
  your day-to-day action lists while trusting that it will remind you to
  think about it again at appropriate, adjustable intervals.</p>
</blockquote>

<p>And whether it&#8217;s today or the next time you sit down for a Review, taking the time to trim your database can have an equal effect to actually checking things off - clearing your plate is clearing your plate!</p>

<p>Remember that there&#8217;s a difference between finishing your fair share and biting off more than you can chew. As Dinah puts it in her book: &#8220;We all have pet projects, social commitments, goals for personal and professional growth, and hobbies to which we devote our time. We stroll past the buffet of life and load our plates. Unfortunately, we make a lot of trips back to that smorgasbord of options and, pretty soon, we are groaning under the load. Do you really like everything you picked up thinking it would be tasty? Can you really finish all that? Would doing so leave you feeling painfully over-stuffed?&#8221;</p>

<p>One way Dinah suggests kicking off un-cluttering a living space could easily be leveraged in OmniFocus as well: &#8220;Get yourself two boxes. Label the first box &#8216;Better Place&#8217;. Put in any items currently in your chosen space that belong somewhere else. Label the second box &#8216;Keep?&#8217; and place into this box anything you&#8217;re not sure you want anymore.&#8221;</p>

<p>Go ahead, try it! Click the action button at the bottom of the OmniFocus for Mac sidebar, select &#8220;New Single Action List&#8221; twice, and label them accordingly. Now peruse your projects and drag anything into those two bins that isn&#8217;t making you feel empowered to accomplish more awesome actions. Then, redistribute the contents of &#8216;Better Place&#8217; to more advantageous projects, and carefully consider what&#8217;s in &#8216;Keep?&#8217; before placing them On Hold or putting the final nail in their respective coffins by marking them Dropped, and sending them to your Archive to rest in peace.</p>

<p><center><img src="/images/blog_images/discardia_screenshot.png" alt="Sidebar screenshot" height="197" width="297"  /></center></p>

<p>That&#8217;s one way to lighten up OmniFocus to support a more meaningful, less maniacal to do list. As an avid OmniFocus user—since the days it was Kinkless—Dinah definitely knows a thing or two about optimization. <em>Discardia</em> is (adequately) full of practical tips and encouraging guidance, concentrated into three core principles: <em>Decide and Do</em>, <em>Quality over Quantity</em>, and <em>Perpetual Upgrade</em>.</p>

<p>In the spirit of that last principle, consider adding the <em>Discardia</em> <a href="http://www.google.com/calendar/ical/lsamjq37o8ca3hqi8bok7crp1s%40group.calendar.google.com/public/basic.ics">iCal calendar</a> to help remind you when it&#8217;s a good time to ceremoniously cast off any excess baggage and enjoy more awesomeness.</p>

<p>File Under: <a href="/blog/category/products">Products</a>, <a href="/blog/category/omnifocus">OmniFocus</a>, <a href="/blog/category/use_cases">Use cases</a></p>
]]>
</description>
</item>



<item>
<title>&#8220;What is a Week&#45;End?&#8221;</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/what_is_a_week-end_or_weekly_repeats</link>
<guid>http://www.omnigroup.com/blog/entry/what_is_a_week-end_or_weekly_repeats</guid>
<dc:date>2012-03-23T00:07:35+00:00</dc:date>
<description>
<![CDATA[
<p>Late last week we released updates to OmniFocus for Mac and iPad — OmniFocus for iPhone came a bit later.</p>

<p>All three updates include the extremely useful and oft-requested feature of <strong>flexible weekly repeats</strong>. Set up an action to repeat every week on certain days: every weekday, every weekend, just Mondays, etc.</p>

<p><center><img src="/documents/blog_documents/mac-repeat.png" alt="Mac Repeat" title="Weekly repeats on the Mac" /></center></p>

<p>Previously, the best way to create a weekday-only or weekend-only repeating action was to create one action for each day, and set to repeat every 1 week. That method worked, but admittedly required a bit too much initial effort.</p>

<p>Set up a configuration with a few clicks or taps: on the Mac, open up the Inspector; on the iPhone and iPad, bring up the Action Details editor and tap the Dates column like usual. Choose the &#8220;every&#8221; repeat type, pick a few days, and done.</p>

<p><center><img src="/images/blog_images/iphone-repeat-50-percent.png" alt="iPhone Repeat 50 Percent" title="Weekly repeats on the iPhone" /></center></p>

<p>This makes things easier for many customers, and we&#8217;re very happy to have it available. We&#8217;d like to add more functionality for repeating actions in the future, too.</p>

<p>Finally, OmniFocus for Mac has a <strong>new icon</strong>, OmniFocus for iPad has been <strong>retina-ized</strong>, and we&#8217;ve fixed a few more bugs! For full release notes: <a href="http://www.omnigroup.com/products/omnifocus/download/releasenotes/">Mac</a>, <a href="http://www.omnigroup.com/products/omnifocus-ipad/download/releasenotes/">iPad</a>, and <a href="http://www.omnigroup.com/products/omnifocus-iphone/download/releasenotes/">iPhone</a>.</p>

<p><center></p>

<iframe width="560" height="315" src="http://www.youtube.com/embed/Sb0L3KH6YGY?start=15" frameborder="0" allowfullscreen></iframe>

<p></center></p>

<p>Now we can schedule around them.</p>

<p>Update: OmniFocus for iPhone 1.14 was just released! Update when you see it and don&#8217;t forget to turn iCloud Reminders back on.</p>

<p>File Under: <a href="/blog/category/ipad">iPad</a>, <a href="/blog/category/iphone">iPhone</a>, <a href="/blog/category/products">Products</a>, <a href="/blog/category/omnifocus">OmniFocus</a></p>
]]>
</description>
</item>



<item>
<title>A few videos on design and development</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/a_few_videos_on_design_and_development</link>
<guid>http://www.omnigroup.com/blog/entry/a_few_videos_on_design_and_development</guid>
<dc:date>2012-03-06T23:19:30+00:00</dc:date>
<description>
<![CDATA[
<p><center><a href="/images/blog_images/From_Mac_to_iPhone_to_iPad…_and_Back.101_.png" title="No. 0: Serve the Soul" class="lightbox"><img src="/images/blog_images/From_Mac_to_iPhone_to_iPad…_and_Back.101_.png" width="464px"></a></center></p>

<p>Bill, our User Experience Lead, traveled to <a href="http://en.wikipedia.org/wiki/Malmö" title="Malmö Wikipedia">Malmö</a>, Sweden, in November of last year to give a couple of talks at <a href="http://oredev.org/" title="Øredev dot org">Øredev</a>, a conference focused on &#8220;the whole software development process.&#8221;</p>

<p>There are a few talks from Øredev that we&#8217;d especially like to pass along:</p>

<p>The <a href="http://oredev.org/2011/sessions/from-mac-to-iphone-to-ipad-and-back-">first talk</a> from Bill explores development lessons learned going from the Mac, to the iPhone, to the iPad, and back. Watch it <a href="http://vimeo.com/37741412" title="From Mac to iPhone to iPad (And Back)">here</a>!</p>

<p>His <a href="http://oredev.org/2011/sessions/designing-graceful-gracious-interfaces-for-ipad">second talk</a>, <em>Designing Graceful, Gracious Interfaces for iPad</em>, has been given a few different times at the <a href="http://www.voicesthatmatter.com/" title="Voices That Matter Conference">Voices That Matter</a> conferences. You can find it over at <a href="http://vimeo.com/22453670">Vimeo</a>.</p>

<p>And <a href="http://twitter.com/ingebretsen">Robby Ingebretsen</a>, another Seattleite and <a href="http://thinkpixellab.com/">Pixel Lab</a> person, gave two awesome talks on <a href="http://oredev.org/2011/sessions/fonts-form-and-function-a-primer-on-digital-typography">Fonts, Form, and Function</a> and an introduction to <a href="http://oredev.org/2011/sessions/design-composition-for-developers">Design Composition</a>.</p>

<p>They&#8217;re all insightful and worth throwing on to your <span class="systemsans">?</span>tv when you have a spare hour or four.</p>

<p><em>Add all four videos to OmniFocus by tapping <a href="omnifocus:///add?name=Watch%20these%20presentations%20about%20design&amp;note=http%3A%2F%2Fvimeo.com%2F37741412%20From%20Mac%20to%20iPhone%20to%20iPad%20(And%20Back)%0Ahttp%3A%2F%2Fvimeo.com%2F22453670%20Designing%20Graceful%2C%20Gracious%20Interfaces%20for%20iPad%0Ahttp%3A%2F%2Fvimeo.com%2F37731871%20Fonts%2C%20Form%2C%20and%20Function%0Ahttp%3A%2F%2Fvimeo.com%2F37733993%20Design%20Composition%20for%20Developers" title="Add to OmniFocus">here</a>.</em></p>

<p>File Under: <a href="/blog/category/mac_os_x_development">Mac OS X Development</a>, <a href="/blog/category/misc">MISC</a></p>
]]>
</description>
</item>



<item>
<title>Omni Sync Server: Beta no more!</title>
<dc:creator>Brian</dc:creator>
<link>http://www.omnigroup.com/blog/entry/omni_sync_server_beta_no_more</link>
<guid>http://www.omnigroup.com/blog/entry/omni_sync_server_beta_no_more</guid>
<dc:date>2012-03-05T22:35:35+00:00</dc:date>
<description>
<![CDATA[
<p>Howdy, friend-os! Today, I get to do something we&#8217;ve been looking forward to for a while now: announce that the Omni Sync Server is coming out of beta.</p>

<p>We&#8217;ve had the server up for almost two years now - it launched way back in April of 2010. In that time, the server has been scaled up from a Mac mini here in our offices to a collection of machines in our colocation facility, all working together to help you move your Omni apps&#8217; data back and forth between your OS X and iOS devices, as well as to store backup copies of that data just in case things go totally diggstown and you need them.</p>

<p>When we launched the server, it was an OmniFocus-only affair, but we&#8217;ve added support for the server to all of our iOS apps. On the Mac, OmniFocus and OmniPlan have built-in support for the server as well. (The Mac apps that don&#8217;t already include support will get it in the future.)</p>

<p>So, to the tens of thousands of folks out there that have been storing your data on the server this whole time: thank you very much for being willing to sign up and help us build this thing. There&#8217;s always a seat for you on our little red wagon. To everyone else: if you were interested in using the server but didn&#8217;t want to sign up while it was in in a testing phase, we&#8217;re rolling out the red carpet for you. Head over to <a href="https://www.omnigroup.com/sync">omnigroup.com/sync</a> and set up an account.</p>

<p>Oh, and did we mention that you can have this all for the low, low price of zero? One of the things we learned is that we can build and run a service like this without needing to charge for it. Consider it a delicious after-dinner digestif you get whenever you buy one of our apps. Enjoy!</p>

<p>File Under: <a href="/blog/category/omnioutliner">OmniOutliner</a>, <a href="/blog/category/products">Products</a>, <a href="/blog/category/omnifocus">OmniFocus</a>, <a href="/blog/category/omnigraffle">OmniGraffle</a>, <a href="/blog/category/omnigraphsketcher">OmniGraphSketcher</a>, <a href="/blog/category/omniplan">OmniPlan</a>, <a href="/blog/category/releases">Releases</a></p>
]]>
</description>
</item>



<item>
<title>Five&#45;Minute Workshop Videos</title>
<dc:creator>Bill Van Hecke</dc:creator>
<link>http://www.omnigroup.com/blog/entry/five-minute_workshop_videos</link>
<guid>http://www.omnigroup.com/blog/entry/five-minute_workshop_videos</guid>
<dc:date>2012-02-07T20:27:34+00:00</dc:date>
<description>
<![CDATA[
<p>Thanks to all who came out to our booth at Macworld | iWorld 2012, tried out our apps, participated in the workshops, and picked up some classy embossed iPad sleeves. We always love getting to meet people face-to-face and talk about <em>software!</em></p>

<p>Each of the workshops this year was designed to be a quick, interactive run-through of just a few of the things you can do with one of our iPad apps. We’ve just posted videos of the workshops for anyone who didn’t get to see them on the show floor. If you want a five-minute intro to what a particular Omni product is all about, these are a pretty excellent way to get it.</p>

<ul>
<li><a href="http://vimeo.com/36309534">OmniGraffle: Wireframe Basics</a></li>
<li><a href="http://vimeo.com/36306766">OmniGraffle: Space Planning</a></li>
<li><a href="http://vimeo.com/36306671">OmniFocus: Basics</a></li>
<li><a href="http://vimeo.com/36306591">OmniFocus: Daily To-Do</a></li>
<li><a href="http://vimeo.com/36309455">OmniFocus: Weekly Review</a></li>
<li><a href="http://vimeo.com/36306385">OmniOutliner: Crafting Classy Documents</a></li>
<li><a href="http://vimeo.com/36305282">OmniOutliner: Building Budgets</a></li>
<li><a href="http://vimeo.com/36309387">OmniGraphSketcher: Visualize Data</a></li>
</ul>

<p>Enjoy!</p>

<p>File Under: <a href="/blog/category/ipad">iPad</a></p>
]]>
</description>
</item>



<item>
<title>OmniPlan 2.1, A Great (beta) Update</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/omniplan_2.1_a_great_beta_update</link>
<guid>http://www.omnigroup.com/blog/entry/omniplan_2.1_a_great_beta_update</guid>
<dc:date>2012-02-02T02:03:06+00:00</dc:date>
<description>
<![CDATA[
<p>Users, do we have news for you.</p>

<p>OmniPlan has a new <a href="http://www.omnigroup.com/products/omniplan/download/sneakypeek/">Sneaky Peek</a>* out there for everyone to enjoy — especially if you&#8217;re an importer/exporter.</p>

<p>Our Microsoft Project import/export functionality has been rewritten, so we&#8217;d love it if you relayed any and all bugs back to us; if you can send us the Project file as well, that&#8217;d be even better. We really want to make sure this new process works well.</p>

<p>(For those wondering why it&#8217;s been rewritten: with the Mac App Store, we had to move our Project importer/exporter functionality to a plugin—installed separately—because it required Java. We want that to be built-in.)</p>

<p>Also new and notable! We&#8217;re getting started on multi-project support.</p>

<p><a rel="lightbox" title="Multi-project support" class="lightbox" href="/images/blog_images/omniplan-multiproject.png"><img src="/images/blog_images/omniplan-multiproject.png" width="100%" /></a></p>

<p>If you select an Address Book entry (with an email address) for a resource and then publish your plan files to our Sync Server, we&#8217;ll determine just how much that person can do for each project they&#8217;re participating in. All other Sync Repository projects are leveled as you update them.</p>

<p>Speaking of leveling: we now <strong>automatically level</strong> resources on the fly. It can be turned off, though, by visiting the <strong>Project</strong> menu.</p>

<p>Keep in mind that we&#8217;re not yet done and there may be issues we&#8217;re not aware of. (Issues we&#8217;d love to hear about!) If you need help getting it figured out, shoot us an <a href="mailto:omniplan@omnigroup.com">email</a>. Multi-project support has been a popular feature request for a while now, and we&#8217;re happy to push out what we&#8217;ve come up with so far.</p>

<p>It&#8217;s now also possible to resize <strong>Gantt chart bars</strong>; they&#8217;re now equivalent to the &#8220;Whole Document&#8221; font size.</p>

<p>&#8220;Anything else?&#8221; you&#8217;re asking. Well, sure. We&#8217;ve fixed quite a few bugs!</p>

<p>*Standard warning: Our Sneaky Peeks are not for the faint of heart. There will be bugs. We want to know them.</p>

<p>File Under: <a href="/blog/category/omniplan">OmniPlan</a></p>
]]>
</description>
</item>



<item>
<title>Macworld | iWorld 2012 this week — we&#8217;ll be there!</title>
<dc:creator>Derek R.</dc:creator>
<link>http://www.omnigroup.com/blog/entry/macworld_iworld_2012_this_week_well_be_there</link>
<guid>http://www.omnigroup.com/blog/entry/macworld_iworld_2012_this_week_well_be_there</guid>
<dc:date>2012-01-23T21:14:43+00:00</dc:date>
<description>
<![CDATA[
<p>Macworld is almost here!</p>

<p>Join us, if you would, on January 26th, 27th, and 28th at booth 802. (There&#8217;s no need for a map; it&#8217;s <em>extremely</em> close to the Exhibit Hall entrance.)</p>

<p>We won&#8217;t beg, but we&#8217;d love to see long-time users, show our stuff to some new users, and give away some <a rel="lightbox" title="Yep, M&Ms" class="lightbox" href="/images/blog_images/swag.JPG">Pretty Cool Things</a> we had made up.</p>

<p>This is actually our 12th straight attendance, but I&#8217;m calling this Number One, because <a href="http://www.macworldiworld.com/techtalks/friday-overview/friday-agenda/#971" title="Jonathan Frakes">Frakes</a>. And <a href="http://www.tracyevans.name/2012/01/21/andy-ihnatko-to-join-theatrics-on-the-main-stage-at-macworld/" title="Ihnatko, Frakes, Theatrics">Ihnatko</a>! No big deal.</p>

<p>There&#8217;s always something worth checking out at Macworld — at the very least, follow along with our Instagram (omnigroup) <a href="http://omnigroup.com/macworld/" title="If you don't use the mobile client">feed</a> or our posts on Twitter: <a href="http://twitter.com/#!/omnigroup" title="OmniGroup @ Twitter">@omnigroup</a>. We&#8217;ll be posting awesome things throughout our stay which will all be newsworthy, I&#8217;m sure.</p>

<p>Also: OmniPlan for iPad previews and a quick presentation on Friday at noon!</p>

<p>Take a gander at our presentation lineup by heading over to our permanent Macworld <a href="http://www.omnigroup.com/macworld">page</a>, or read ahead.</p>

<p>Lastly, if you know of a fantastical ramen or dumpling place we should check out while we&#8217;re in San Francisco, comment or <a href="mailto:derekr@omnigroup.com">email</a>!</p>

<hr />

<table>
<th></th><th align="left">Thursday</th>
<tr><td align="right" width="30px">11:15</td><td width="275px"><strong>OmniGraffle</strong>: Space Planning</td></tr>
<tr><td align="right" width="30px">12:00</td><td><strong>OmniOutliner</strong>: Building a Budget</td></tr>
<tr><td align="right" width="30px">1:15</td><td><strong>OmniGraphSketcher</strong>: Data Visualization</td></tr>
<tr><td align="right" width="30px">2:00</td><td><strong>OmniFocus</strong>: Weekly Review</td></tr>
<tr><td align="right" width="30px">2:45</td><td><strong>OmniOutliner</strong>: Crafting Classy Documents</td></tr>
<tr><td align="right" width="30px">3:15</td><td><strong>OmniGraffle</strong>: Basic Wireframing</td></tr>
<tr><td align="right" width="30px">4:00</td><td><strong>OmniFocus</strong>: Daily To Do List</td></tr>
</table>

<table>
<th></th><th align="left">Friday</th>
<tr><td align="right" width="30px">10:30</td><td width="275px"><strong>OmniOutliner</strong>: Crafting Classy Documents</td></tr>
<tr><td align="right" width="30px">11:00<td width="275px"><strong>Ken Case Q&A</strong></td></tr>
<tr><td align="right" width="30px">12:00<td width="275px"><strong>OmniPlan for iPad</strong>: First Look!</td></tr>
<tr><td align="right" width="30px">1:15<td width="275px"><strong>OmniGraffle</strong>: Basic Wireframing</td></tr>
<tr><td align="right" width="30px">2:00<td width="275px"><strong>OmniOutliner</strong>: Building a Budget</td></tr>
<tr><td align="right" width="30px">2:45<td width="275px"><strong>OmniFocus</strong>: The Basics</td></tr>
<tr><td align="right" width="30px">3:15<td width="275px"><strong>OmniGraffle</strong>: Space Planning</td></tr>
<tr><td align="right" width="30px">4:00<td width="275px"><strong>OmniFocus</strong>: Review</td></tr>
</table>

<table>
<th></th><th align="left">Saturday</th>
<tr><td align="right" width="30px">10:30</td><td width="275px"><strong>OmniGraphSketcher</strong>: Data Visualization</td></tr>
<tr><td align="right" width="30px">11:00</td><td width="275px"><strong>David Sparks</strong></td></tr>
<tr><td align="right" width="30px">12:00</td><td width="275px"><strong>OmniGraffle</strong>: Space Planning</td></tr>
<tr><td align="right" width="30px">1:15</td><td width="275px"><strong>OmniFocus</strong>: The Basics</td></tr>
<tr><td align="right" width="30px">2:00</td><td width="275px"><strong>OmniOutliner</strong>: Building a Budget </td></tr>
<tr><td align="right" width="30px">2:45</td><td width="275px"><strong>OmniGraffle</strong>: Basic Wireframing</td></tr>
<tr><td align="right" width="30px">3:15</td><td width="275px"><strong>OmniFocus</strong>: Review</td></tr>
<tr><td align="right" width="30px">4:00</td><td width="275px"><strong>OmniOutliner</strong>: Crafting Classy Documents</td></tr>
</table>

<p>File Under: <a href="/blog/category/misc">MISC</a>, <a href="/blog/category/news">News</a></p>
]]>
</description>
</item>



</channel>

</rss>
