Hog Bay Software's content tagged 'Blog' http://hogbaysoftware.com/tags/blog en-us 60 60 Bubbles, my new iPhone app http://hogbaysoftware.com/forums/hog_bay_software/topics/862_Bubbles_my_new_iPhone_app <p>For toddlers who need a fun distraction. Bubbles brings the simple pleasure of popping bubbles to your iPhone. Unlike other iPhone games, Bubbles is free entertainment that's fun for little ones on up. Requires iPhone/iPod Touch 2.0 or later.</p> <p>Please check out the <a href="http://hogbaysoftware.com/products/bubbles">app and the story</a>.</p> Fri, 11 Jul 2008 09:59:59 -0500 jesse Big trip starts tomorrow... http://hogbaysoftware.com/forums/hog_bay_software/topics/756_Big_trip_starts_tomorrow_ <p>Tomorrow we head off on our big family vacation to Korea and Japan until June 5. I'm excited for the trip, but just a little worried about how Hog Bay Software will hold up while I'm away. I won't have my computer, though I will try to keep up with email as best I can in internet cafe's, etc. I think this should mostly work, but I can see it taking me a few days to get to emails most of the time.</p> <p>Please help me out if you see any angry posts in these forums from users that I've not responded too. I'll get back to them as soon as I can, and at worst I'm always happy to give a full refund if someone is not satisfied, so just tell them I'll be getting back June 5.</p> <p>In the meantime things are likely to get pretty quite (from my end anyway) around here for the next month. But I'm just on vacation, will be back in full force in early June. See you all then!</p> Fri, 09 May 2008 20:28:50 -0500 jesse Hog Bay Software interview http://hogbaysoftware.com/forums/hog_bay_software/topics/722_Hog_Bay_Software_interview <p>Here's a <a href="http://themasterplan.in/2008/04/23/just-write/">recent interview</a> by Arun Kale. If you want to hear more about the Hog Bay Software story check it out.</p> Wed, 23 Apr 2008 07:19:00 -0500 jesse Learn about plugin architectures http://hogbaysoftware.com/forums/hog_bay_software/topics/717_Learn_about_plugin_architectures <p>Here me <a href="http://www.macdevnet.com/index.php/shows/latenightcocoa/37-latenightcocoa/346-lnc029">ramble</a> about plugin architectures (Programmers only).</p> Fri, 18 Apr 2008 15:38:57 -0500 jesse Subversion for Writers http://hogbaysoftware.com/forums/writeroom/topics/715_Subversion_for_Writers <p><a href="http://strangenoises.org/subversion-for-writers/">Subversion for Writers</a>. If you are a writer, and want a better way of versioning your files than saving old copies on your desktop check make sure to check that article out. It's a great step by step introduction to version control, geared to writers on OS X.</p> Thu, 17 Apr 2008 15:37:15 -0500 jesse (For Programmers) Leopard style tabs http://hogbaysoftware.com/forums/hog_bay_software/topics/681__For_Programmers_Leopard_style_tabs <p>I'm looking for some developer help.</p> <p>Leopard introduced a new "etched" tab style that's used in Safari and in Terminal. I want that look in the next version of TaskPaper, but from what I can tell neither of the open source tab bar projects (SMTabBarControl, HMBlkAppKit) support that look yet. Also those project are both much more complex with dependencies then what I want. And so I've started reinventing the wheel... (Dear apple, really wish I could see your code for this and the rest of your frameworks, would save me tons of time so I could work on my apps actual funcationality)</p> <p>Here's how this code (free, do whatever you want with it) differs from the other open source tab projects.</p> <ul> <li>Recreate's (attempting to) exact Leopard tab look.</li> <li>Copy/Paste able. Consists of only two classes and no dependencies.</li> <li>Simple, just a subclass of NSTabView that you then use normally, no special way of setting things up.</li> <li>Only focused on simple leopard tabs, not trying to create a generic tabbing framework with themes, etc.</li> <li>Not done, this is a day of coding by a developer who doesn't do all that much custom views work.</li> </ul> <p>I've put a good day into the code so far. I think I've got the easy 80% complete, but still some issues that I'm hoping some other developers with more custom UI experience can help on. In particular...</p> <ul> <li>How can I use the included mask graphics to correctly draw the highlight for the selected tab? I think core graphics masking is the answer, but my head hurt too much when I tried.</li> <li>All the lines that I'm drawing are just single pixel dark gray lines, and don't match the etched lines that Apple uses. What is the best way to duplicate that exact effect?</li> <li>What are the exact settings needed to create "etched" text, I'm close, but not sure if I mine exactly matches what apple uses.</li> </ul> <p>Anyway if you are looking for a simple safari style tabs implementation that looks good in leopard please try this out, and help clean it up or give me some tips on how I can make it better myself.</p> <p>Here's the <a href="/files/assets/0000/0047/LeopardTabs.zip">current download</a>.</p> Thu, 20 Mar 2008 23:19:44 -0500 jesse WriteRoom in Washinton Post http://hogbaysoftware.com/forums/writeroom/topics/680_WriteRoom_in_Washinton_Post <p>There's an article on WriteRoom in today's <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/03/19/AR2008031903559.html">Washington Post</a>. Yeah! (Login Required)</p> Thu, 20 Mar 2008 06:42:31 -0500 jesse TaskPaper progress update... http://hogbaysoftware.com/forums/hog_bay_software/topics/648_TaskPaper_progress_update_ <p>TaskPaper 1.0 was released in October 2007. It was/is a good initial test of an idea (text based GTD tool), but is missing a number of features that I thought were essential. Because of this I've been selling TaskPaper 1.0 at a discounted price of $18.95.</p> <p>My initial plan was to add those features (mainly plugin and applescript support) and release a 1.1 update sometime in January. Well, it's march now, and it's still at least a month or more away from the next release...</p> <p>This is for two reasons. First, implementation is always harder then I imagine. Second, the next version has been experiencing a bit of feature creep (the good kind I think) and so it's been a lot more work then I expected. In the end it turns out that this next version is going to be pretty much a complete rewrite of the program. It will also require OS X 10.5 or later. Because of this big changes the next version will be named version 2.0 instead of version 1.1. (Still free upgrade to all existing TaskPaper users)</p> <p>That's the big picture of where things are. The "today" picture is that I've just seen some great progress on the new text system that I'm building for TaskPaper 2.0. I think it's really cool, will offer you some features that you didn't think were going to be possible with TaskPaper, and in general I hope in the end you'll be happy that the next version of TaskPaper got delayed a few months so that I had time to rethink the problem find a better solution from scratch.</p> <p>Hype... Hype... I'm hyperventilating with all the hype ;)</p> Tue, 04 Mar 2008 16:10:51 -0600 jesse Away for the weekend... http://hogbaysoftware.com/forums/hog_bay_software/topics/612_Away_for_the_weekend_ <p>I won't have solid web/email access again until Monday night. I hope everyone has a good weekend!</p> Fri, 15 Feb 2008 11:59:57 -0600 jesse TaskPaper sponsored plugins http://hogbaysoftware.com/forums/taskpaper/topics/601_TaskPaper_sponsored_plugins <p>I'm looking for some help writing TaskPaper plugins, and am willing to sponsor their development. The end result will be open sourced and free.</p> <p>If your comfortable with Objective-c and want to play around with TaskPaper's plugin API please let me know what plugin you are interested in (see below) and how much you'll need to do the work. To start with I just want to select one person, if that's successful longer term I may try to do this more often.</p> <h2>Synch with <a href="http://taskodone.com">http://taskodone.com</a></h2> <p>Taskodone has a simple API and stores it's data in the TaskPaper text format. I think to the best approach is to use standard unix tools (merge maybe?) for synching/merging text files. (tools that I'm not all that familiar with, but hopefully you are, or can learn). The basic idea would be to download the file from taskodone, merge the changes, and send the merged result back to the server and also keep it locally.</p> <h2>Synch with iCal Tasks</h2> <p>I don't have a great idea of how this will work yet, but the basic idea is... lots of people want TaskPaper to synch with iCal... so TaskPaper needs a solution. I recently did a <a href="http://hogbaysoftware.com/forums/taskpaper/topics/596_TaskPaper_to_iCal_sync">quick 1 hour hack</a> solution that you can start playing with to get some ideas. But I think I used the wrong API. I used the Calendar Store framework, but I think a better solution is to use Synch Services, because that deals with merging changes, while the Calendar Store framework looks to be more for just reading and writing to the store.</p> <p>If you are interested send me an email, or post in this thread.</p> Tue, 12 Feb 2008 17:35:51 -0600 jesse