<?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>The Daydream Blog &#187; Mac Software</title>
	<atom:link href="http://www.daytimesoftware.com/blog/category/mac-software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.daytimesoftware.com/blog</link>
	<description>The official blog of DayTime Software</description>
	<lastBuildDate>Mon, 29 Nov 2010 20:29:47 +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>Using Git With FogBugz for Local Repositories</title>
		<link>http://www.daytimesoftware.com/blog/2009/10/using-git-with-fogbugz-for-local-repositories</link>
		<comments>http://www.daytimesoftware.com/blog/2009/10/using-git-with-fogbugz-for-local-repositories#comments</comments>
		<pubDate>Thu, 22 Oct 2009 21:02:22 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone Software]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[FogBugz]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=118</guid>
		<description><![CDATA[Note that this article is intended for developers and may not be of interest to a wider audience If you, like me, have migrated from using Subversion to Git, you may be missing the ability to link commits with FogBugz cases. I have adapted the Subversion integration post commit hook to work with Git. It [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note that this article is intended for developers and may not be of interest to a wider audience</em></p>
<p>If you, like me, have migrated from using Subversion to Git, you may be missing the ability to link commits with FogBugz cases.  I have adapted the Subversion integration post commit hook to work with Git.</p>
<p>It should be noted that integration with repositories hosted on GitHub can be found by <a href="http://github.com/johnreilly/github-fogbugz" title="GitHub FogBugz Integration Source Code">clicking on this link, to appropriately enough, GitHub</a> (via <a href="http://www.fogcreek.com/FogBugz/blog/post/Git-Integration.aspx" title="GitHub FogBugz Git Integration Blog Post">a blog post on FogBugz</a>).  These instructions are for use with local repositories.</p>
<p>I have simply taken the Subverson integration script, <a href="http://www.fogcreek.com/FogBugz/docs/70/topics/sourcecontrol/setup/Subversion.html">that is available at this link on the FogBugz website</a> and adapted it for use with Git.</p>
<p>To use, follow the instructions below:</p>
<ul>
<li>Install Perl in the unlikely situation that it is not already installed on your system</li>
<li>Install wget.  On Mac OS X, you can install via MacPorts by simply typing <code>sudo port install wget</code> in a Terminal window.</li>
<li>Download post-commit and logBugDataGit.pl by <a href="http://www.daytimesoftware.com/downloads/GitFogBugz.zip">clicking on this link to GitFogBugz.zip</a></li>
<li>Unzip the archive and copy the two scripts to your [Path To Project]/.git/hooks directory and make sure they are both executable</li>
<li>Edit logBugDataGit.pl as follows:
<ul>
<li>If you are using the free FogBugz version set <code>$BUGZ_URL_FINAL</code> to <code>https://yourdomain.fogbugz.com</code> and set <code>$IS_TRIAL</code> to 1.</li>
<li>If you host your own FogBugz installation, set <code>$BUGZ_SERVER</code> to your domain <strong>without</strong> http:// and set <code>$IS_TRIAL</code> to 0.</li>
</ul>
</li>
</ul>
<p>That&#8217;s it, there is not step 6!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/10/using-git-with-fogbugz-for-local-repositories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Accessible Mac-verse</title>
		<link>http://www.daytimesoftware.com/blog/2009/03/the-accessible-mac-verse</link>
		<comments>http://www.daytimesoftware.com/blog/2009/03/the-accessible-mac-verse#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:39:27 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Differencia]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=93</guid>
		<description><![CDATA[In a recent post, Martin Pilkington of M Cubed Software challenged Mac developers to make their apps accessible by the end of 2009. I think this is an excellent suggestion and I will take up the challenge for Differencia. In Martin&#8217;s post and the comments there are some links to great resources to get going [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://www.mcubedsw.com/blog/index.php?/site/comments/the_accessible_mac/" alt="The Accessible Mac blog post" title="The Accessible Mac">recent post</a>, <a href="http://twitter.com/pilky" alt="Martin Pilkington on Twitter" title="Martin Pilkington on Twitter">Martin Pilkington</a> of <a href="http://mcubedsw.com/" alt="M Cubed Software" title="M Cubed Software">M Cubed Software</a> challenged Mac developers to make their apps accessible by the end of 2009.  I think this is an excellent suggestion and I will take up the challenge for Differencia.</p>
<p>In Martin&#8217;s post and the comments there are some links to great resources to get going with accessibility:</p>
<p><a href="http://developer.apple.com/ue/accessibility/index.html" alt="Apple's Accessibility Developer Page" title="Apple's Accessibility Developer Page">Apple&#8217;s Accessibility Developer Page.</a></p>
<p><a href="http://atmac.org/resources/links/" alt="Assistive Technology for the Mac Resource" title="Assistive Technology for the Mac">Assistive Technology for the Mac Resources</a></p>
<p><a href="http://atmac.org/resources/links/" alt="Assistive Ware Videos" title="Assistive Ware Videos">Assistive Ware Videos</a></p>
<p>At WWDC &#8217;06 I went to the Accessibility session and it was the best Hands-On sesssion I&#8217;ve been to at WWDC.  The 2006 Session video does not seem to be available any more, but the 2008 session can be found from the link below.  It requires access to ADC on iTunes, you may need to log into ADC on iTunes first, or simply look for session 326.</p>
<p><a href="https://deimos.apple.com/WebObjects/Core.woa/BrowsePrivately/adc.apple.com.1670040666.01688079091.1912327026?i=1460052777" alt="WWDC 2008 Application Accessibility Session Video on iTunes" title="Application Accessibility">WWDC &#8217;08 &#8211; Session 326 &#8211; Application Accessibility</a></p>
<p>The 2006 session had an excellent sample application, Dicey, that takes you through stages of increased accessibility. It can be found here:</p>
<p><a href="http://developer.apple.com/samplecode/Dicey/" alt="Dicey Sample Code on Apple Developer Site" title="Dicey Sample Code">Dicey Sample Code</a></p>
<p>However I would like to extend Martin&#8217;s challenge.  Most independent Mac software developers sell their products exclusively via the web.  Therefore for their software to be fully accessible, Mac developers need to make their websites accessible as well.</p>
<p>Information on this can be found at W3C, the web&#8217;s standards body, and elsewhere:</p>
<p><a href="http://www.w3.org/WAI/gettingstarted/" alt="W3C's Accessibility Initiative" title="W3C's Accessibility Initiative">W3C&#8217;s Accesibility Initiative</a></p>
<p><a href="http://diveintoaccessibility.org/" alt="Dive Into Accessibilty" title="Dive Into Accessibility">Dive Into Accessibility Guide</a> </p>
<p>I would call on all Mac developers to take up the Mac Accessibility Challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/03/the-accessible-mac-verse/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cornerstone from Zennaware</title>
		<link>http://www.daytimesoftware.com/blog/2008/07/cornerstone-from-zennaware</link>
		<comments>http://www.daytimesoftware.com/blog/2008/07/cornerstone-from-zennaware#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:32:00 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Developers]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=85</guid>
		<description><![CDATA[Note this article is intended for developers and may be of limited interest to our wider client base. Last week saw the release of Cornerstone, a new Subversion GUI client for the Mac from Zennaware. After initial testing, I am quite excited about Cornerstone, as it breaks new ground for Version Control Graphical Clients. Historically, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note this article is intended for developers and may be of limited interest to our wider client base.</em></p>
<p>Last week saw the release of <a href="http://www.zennaware.com/cornerstone/" title="Cornerstone - Mac Subversion Client">Cornerstone</a>, a new Subversion GUI client for the Mac from <a href="http://www.zennaware.com/" title="Zennaware Website">Zennaware</a>.  After initial testing, I am quite excited about Cornerstone, as it breaks new ground for Version Control Graphical Clients.  </p>
<p>Historically, graphical version control clients have simply put a GUI on top of the command line tools.  It is disappointing that there is little or no thought given to the problems that developers want to solve with their source control systems.  Developers of these applications seem to completely forget the issues they themselves face.</p>
<p>Cornerstone&#8217;s most impressive feature and one that I have discussed extensively in the #macsb IRC channel is it&#8217;s timeline.  You can easily go forward and back through the history of a file and see changes for each subsequent version.  Whilst this falls short of my wishes for a source control timeline, it is a massive step in the right direction.</p>
<p>Cornerstone&#8217;s source code diff tool looks great, but still cannot identify when a method has simply moved within a file.  If you change the method as well as move it, which is quite common, the changes are not clearly highlighted in Cornerstone, Xcode or any other diff tool I have come across on the Mac.  I had already decided that a future version of <a href="http://daytimesoftware.com/differencia.html" title="Differencia - Mac Diff Tool">Differencia will act as a source-code aware diff tool</a>.</p>
<p>Whilst there are a long list of feature requests I have already for Cornerstone, after only a day&#8217;s use, it is a huge relief to find that someone is taking source control seriously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/07/cornerstone-from-zennaware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Enterprise Halo</title>
		<link>http://www.daytimesoftware.com/blog/2008/06/iphone-enterprise-halo</link>
		<comments>http://www.daytimesoftware.com/blog/2008/06/iphone-enterprise-halo#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:47:33 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=84</guid>
		<description><![CDATA[Apple has clearly focused a lot of effort on targeting the iPhone at the enterprise market. A significant amount of emphasis in the iPhone 2.0 update is towards features demanded by existing and potential enterprise clients. The iPhone will undoubtedly be a success in the enterprise market. Anyone who doubts that is kidding themselves or [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has clearly focused a lot of effort on targeting the iPhone at the enterprise market.  A significant amount of emphasis in the iPhone 2.0 update is towards features demanded by existing and potential enterprise clients.</p>
<p>The iPhone will undoubtedly be a success in the enterprise market.  Anyone who doubts that <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1307064,00.html">is kidding themselves</a> or trying to <a href="http://www.youtube.com/watch?v=C5oGaZIKYvo">downplay the iPhone</a> for marketing their own products.</p>
<p>The question is whether success with the iPhone will lead to increased enterprise Mac sales.  There has been a long debate as to whether the iPod Halo effect exists.  Will there be an Enterprise iPhone Halo effect.</p>
<p>The key factor is that enterprise IT departments will <strong>have to</strong> purchase Macs and learn Mac development tools to develop custom, internal, iPhone apps.  Whilst many enterprises have a small number of Macs in their design, web and media departments, having Macs in their IT departments is much more likely to lead to a wider uptake of Macs.</p>
<p>Although administration and development functions are normally quite separate in enterprise IT departments, administrators are going to make considerably more effort to better integrate Macs into their environment for IT users, than for design or media users.  Once IT administrators are confident that they can integrate Macs into their infrastructure, the door is opened for wider scale adoption.  With significant misgivings over Vista, readily available Mac VM software and <a href="http://blog.washingtonpost.com/securityfix/2008/04/hundreds_of_thousands_of_micro_1.html">continuing Windows security concerns</a>, removing the biggest barrier to entry &#8211; a Mac cynical IT department, will lead to a significant increase in the number of Macs in enterprise.</p>
<p>There is another key user group that will help to drive adoption &#8211; gadget hungry executives.  As <a href="http://blog.seattlepi.nwsource.com/microsoft/archives/110354.asp">key executives increasingly purchase Macs</a> for their own use, they will demand full access to their corporate infrastructure.  Again IT departments will prioritise keeping this user group happy, further weakening barriers to entry.</p>
<p>Combined with the &#8220;one&#8221; feature of <a href="http://www.apple.com/macosx/snowleopard/">Snow Leopard</a> being better Exchange integration, Apple stands well placed to take advantage of a &#8220;perfect storm&#8221; of iPhone developers, executive decision makers and a weakened Microsoft to finally make that breach into the enterprise computing market.  The question is whether they will listen to enterprise demands for the Mac, in the same way as they have listened to their iPhone demands.</p>
<p>It also opens an opportunity for Mac software developers to develop enterprise class business software, a market segment where the Mac currently suffers.  Products like <a href="http://daytimesoftware.com/differencia.html" title="Mac Diff Tool">Differencia</a> will hopefully be well placed to help Apple win new business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/06/iphone-enterprise-halo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacMacDev WWDC / San Francisco</title>
		<link>http://www.daytimesoftware.com/blog/2008/05/macmacdev-wwdc-san-francisco</link>
		<comments>http://www.daytimesoftware.com/blog/2008/05/macmacdev-wwdc-san-francisco#comments</comments>
		<pubDate>Wed, 28 May 2008 10:14:44 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Edinburgh]]></category>
		<category><![CDATA[Glasgow]]></category>
		<category><![CDATA[Meetings]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[Scotland]]></category>
		<category><![CDATA[WWDC]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=75</guid>
		<description><![CDATA[There is a meeting scheduled for Scottish based Mac developers attending WWDC. Initial plans are for meeting at the Thirsty Bear on Sunday, 8th June at 6PM. Exact timings may change. If you are interested, please email david at macmacdev dot com. Further details and updates can be found at the MacMacDev website. There are [...]]]></description>
			<content:encoded><![CDATA[<p>There is a meeting scheduled for Scottish based Mac developers attending WWDC.  Initial plans are for meeting at the <a href="http://macmacdev.com/2008/05/26/macmacdevs4-san_francisco_thirsty_bear/">Thirsty Bear on Sunday, 8th June at 6PM</a>.  Exact timings may change.</p>
<p>If you are interested, please email david at macmacdev dot com.  Further details and updates can be found at the <a href="http://macmacdev.com/">MacMacDev website</a>. </p>
<p>There are already 8-9 attendees, so a healthy number.  More the merrier, so please let David know if you would like to come along too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/05/macmacdev-wwdc-san-francisco/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSEdit: Attention To Detail</title>
		<link>http://www.daytimesoftware.com/blog/2008/05/cssedit-attention-to-detail</link>
		<comments>http://www.daytimesoftware.com/blog/2008/05/cssedit-attention-to-detail#comments</comments>
		<pubDate>Fri, 23 May 2008 10:55:05 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Acknowledgements]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Mac Software]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=74</guid>
		<description><![CDATA[There is one feature, in all of the apps that I use, that continues to impress me and makes a huge difference to my workflow. CSSEdit from MacRabbit does what it says on the tin &#8211; it edits CSS files, that define layout for modern web pages. For initiates, CSS seems like some arcane data [...]]]></description>
			<content:encoded><![CDATA[<p>There is one feature, in all of the apps that I use, that continues to impress me and makes a huge difference to my workflow.  <a href="http://www.macrabbit.com/cssedit/">CSSEdit</a> from <a href="http://www.macrabbit.com/">MacRabbit</a> does what it says on the tin &#8211; it edits CSS files, that define layout for modern web pages. For initiates, CSS seems like some arcane data file format pre-dating XML, but CSSEdit makes it easy to master.</p>
<p>Selecting a numerical field in CSSEdit such as Margin, Padding or Width, allows you to adjust the positioning of elements on your webpage.  The live preview shows your changes immediately.</p>
<p>But the stand out feature is that if you hover your mouse over the selected field, you can use the mouse&#8217;s scroll wheel to adjust the value.  This makes it phenomenally easy to fine tune the position of elements, to make them pixel perfect.</p>
<p>I primarily use <a href="http://www.panic.com/coda/">Coda</a> for my web development and although Coda has a built in CSS editor, it just doesn&#8217;t compare to CSSEdit.  Which is perhaps why <a href="http://www.panic.com/">Panic</a>, Coda&#8217;s creators, <a href="http://www.viddler.com/explore/rentzsch/videos/14">wanted to include CSSEdit within Coda</a>, in the same way as they incorporate <a href="http://www.codingmonkeys.de/subethaedit/">SubEthaEdit</a> as the text editor in the app.  It is a shame the two parties were not able to come to an agreement.</p>
<p>Here&#8217;s kudos to MacRabbit for great attention to detail, that makes a huge difference to users.  Whilst Mac software developers need to remember the 80-20 rule to deliver, we still need to remember the other 20%.  It should only been delayed to deliver the 80%, but still needs to be tackled to make our apps that extra bit special for our users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/05/cssedit-attention-to-detail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacMacDev</title>
		<link>http://www.daytimesoftware.com/blog/2008/05/macmacdev</link>
		<comments>http://www.daytimesoftware.com/blog/2008/05/macmacdev#comments</comments>
		<pubDate>Wed, 21 May 2008 17:11:02 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Edinburgh]]></category>
		<category><![CDATA[Scotland]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=73</guid>
		<description><![CDATA[I had the great privilege to meet a number of Scottish based Mac software developers at the first Edinburgh MacMacDev meeting. The group was set up by head Cocoa cheer leader, David Masters of PyrusMalus. there have been a couple of meetings so far in Glasgow and one in Edinburgh. Since moving to Scotland 18 [...]]]></description>
			<content:encoded><![CDATA[<p>I had the great privilege to meet a number of Scottish based Mac software developers at the first Edinburgh <a href="http://macmacdev.com/">MacMacDev</a> meeting.  The group was set up by <a href="http://www.cocoacheerleaders.com/">head Cocoa cheer leader</a>, David Masters of <a href="http://www.pyrusmalus.com/">PyrusMalus</a>. there have been a couple of meetings so far in Glasgow and one in Edinburgh.</p>
<p>Since moving to Scotland 18 months ago, I have been surprised by the number of Mac developers based here.  I had heard of the <a href="http://en.wikipedia.org/wiki/Silicon_glen">Silicon Glen</a>, the idea that there are a number of tech related companies in Scotland, but it was a great surprise to find so many Mac developers here.  It makes a huge difference to have a local community, as well as a strong online one.</p>
<p>Glasgow meetings are planned for the 4th / last Thursday of every month, with the <a href="http://macmacdev.com/2008/05/21/macmacdevs3-glasgow_offshore/">next one on 29th May</a>.</p>
<p>Edinburgh meetings are planned for the 2nd Thursday of every month, with the next meeting planned for June 12th.  Whilst this is during Apple&#8217;s developer conference, WWDC, there should still be a good attendance.  Exact venue is yet to be confirmed, and the best place to keep an eye on things is the <a href="http://macmacdev.com/">MacMacDev Website</a> </p>
<p>There are also plans afoot to have a MacMacDev meet up at WWDC, details yet to be confirmed, which will be a good opportunity of East and West coasters to meet up to compare notes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/05/macmacdev/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter mEgg Hunt</title>
		<link>http://www.daytimesoftware.com/blog/2008/03/easter-megg-hunt</link>
		<comments>http://www.daytimesoftware.com/blog/2008/03/easter-megg-hunt#comments</comments>
		<pubDate>Mon, 10 Mar 2008 10:27:14 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[DayTime]]></category>
		<category><![CDATA[Differencia]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Promotions]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/2008/03/easter-megg-hunt</guid>
		<description><![CDATA[DayTime is taking part in its first promotion, the Easter mEgg Hunt. Find the hidden eggs on participating website and get 20% off great Mac software. As you&#8217;re hunting around for the code for the software you want, you will hopefully find some hidden software gems as well. There&#8217;s an egg somewhere on this site [...]]]></description>
			<content:encoded><![CDATA[<p>DayTime is taking part in its first promotion, the Easter mEgg Hunt.  Find the hidden eggs on participating website and get 20% off great Mac software.  As you&#8217;re hunting around for the code for the software you want, you will hopefully find some hidden software gems as well.</p>
<p>There&#8217;s an egg somewhere on this site and to start looking for more, click on the image below:</p>
<p><a href="http://easter.houdahpromo.com" target="mEgg"><img style="margin-left: 15px" src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2008/03/small.png" alt="small.png" border="0" width="468" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/03/easter-megg-hunt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Peace In Our Time</title>
		<link>http://www.daytimesoftware.com/blog/2007/12/no-peace-in-our-time</link>
		<comments>http://www.daytimesoftware.com/blog/2007/12/no-peace-in-our-time#comments</comments>
		<pubDate>Tue, 04 Dec 2007 17:08:21 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Mac Software]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/2007/12/no-peace-in-our-time</guid>
		<description><![CDATA[Over the last 18 months spent developing Differencia, I have been surprised by the number of arguments that have broken out amongst the Mac developer community. Prior to WWDC &#8217;06, they had mostly seemed to be a cohesive community, with a united goal to promote the Mac platform. Since then there have been several ugly [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last 18 months spent developing Differencia, I have been surprised by the number of arguments that have broken out amongst the Mac developer community.  Prior to WWDC &#8217;06, they had mostly seemed to be a cohesive community, with a united goal to promote the Mac platform.  Since then there have been several ugly arguments over <a href="http://www.wilshipley.com/blog/2006/10/pimp-my-code-part-12-frozen-in.html">Cocoa vs Carbon</a>, <a href="http://www.rogueamoeba.com/utm/posts/Article/DeliciousGeneration-2006-11-06-10-00">The Delicious Generation</a>,  <a href="http://lipidity.com/apple/ctgradient-code-bloat/all-comments/">Code</a> <a href="http://lipidity.com/apple/eliminate-bloatware/">Bloat</a>, <a href="http://tech.groups.yahoo.com/group/macsb/msearch?query=dmg+or+zip">Software Distribution formats</a>, <a href="http://daringfireball.net/2006/12/iniquities_of_the_selfish">Marketing Promotions</a> (<a href="http://gusmueller.com/blog/archives/2006/12/week_of_the_independent_mac_developer.html">MacHeist</a>, et al.) and even <a href="http://digg.com/apple/DrunkenBatman_goes_on_racist_tirade_at_C4_Mac_dev_conference/who">racism</a>.  Mac developers have not <a href="http://www.oreillynet.com/pub/a/mac/2001/05/23/cocoa_vs_carbon.html">argued this</a> <a href="">much since</a> Apple&#8217;s reverse take-over by Steve Job&#8217;s NeXT.</p>
<p>This might feel quite unseemly and create a negative image of the Mac developer community amongst our customer base.  It may even suggest that there is some fragility in the traditionally zealot-like support for the Mac.  As I suggested in &#8220;<a href="http://www.daytimesoftware.com/blog/2007/09/the-year-of-hubris">The Year of Hubris</a>&#8220;, there is certainly a new willingness to criticise Apple, by its customers and developers.</p>
<p>Should customers be worried?  Should Developers keep their arguments private?  Or is Daniel Jakult right, when he suggests that the developer community is <a href="http://www.red-sweater.com/blog/384/were-in-this-together">still one big happy family</a>?  </p>
<p>Well, I would argue &#8220;No&#8221; in all cases.  The infighting amongst Mac developers signals the end of a siege mentality.  We are no longer worried that Apple may go bust, that the Mac may disappear as a product and our beloved platform will be swamped by Windows.  For the last decade, or more, the Mac community has stuck together to defend their platform.  Now that the Mac market  is buoyant, Apple is financially healthy and the future looks bright, the need for solidarity is gone.  </p>
<p>In fact the Mac market is large enough and growing at such a pace, that there is room again for multiple competing products.  Developers want to do their best to differentiate their products, and promote their approach to their customers, as being &#8220;better than the next guy&#8221;.  In short, traditional market forces have come into play.</p>
<p>As with any good, transparent, competitive market, competition is a great thing for customers.  It means that developers are desperately fighting to improve their products to steal a march on their competitors.  All of the arguments are centred around what is best for customers.  Customers who now have a genuine choice.</p>
<p>Why the sudden change? After all Apple has been financially healthy, and the Mac market has been growing, for quite some time.  I would suggest that the speed, success and mere fact of the Intel transition has been the catalyst.  Apple is no longer one failed delivery from its chip vendor away from disaster.  Intel is a reliable partner, and if they stumble, AMD and IBM are waiting in the wings.  I have been nervously waiting for a bake off showing how much faster Windows is than OS X on the same hardware.  Instead we discover that a Mac is, in fact, the <a href="http://www.pcworld.com/article/id,136649-page,3-c,notebooks/article.html">fastest Vista capable laptop</a>.</p>
<p>If the Mac developers stop arguing, start worrying.  In the mean time, sit back and enjoy the fireworks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2007/12/no-peace-in-our-time/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev Tools Acknowledgements</title>
		<link>http://www.daytimesoftware.com/blog/2007/11/dev-tools-acknowledgements</link>
		<comments>http://www.daytimesoftware.com/blog/2007/11/dev-tools-acknowledgements#comments</comments>
		<pubDate>Tue, 27 Nov 2007 14:53:04 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Acknowledgements]]></category>
		<category><![CDATA[Differencia]]></category>
		<category><![CDATA[Mac Software]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/2007/11/dev-tools-acknowledgements</guid>
		<description><![CDATA[As a final word of thanks, here is a list of third party products used in the development of Differencia and the DayTime Website. I like to support the Mac Independent Developer community, but had not quite realised how much, until I wrote this post and saw how many third party products I use and [...]]]></description>
			<content:encoded><![CDATA[<p>As a final word of thanks, here is a list of third party products used in the development of Differencia and the DayTime Website.  I like to support the Mac Independent Developer community, but had not quite realised how much, until I wrote this post and saw how many third party products I use and have purchased.</p>
<p><strong>Differencia</strong></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/accessorizer001.png" alt="accessorizer001.png" border="0" width="64" height="64" align="left" style="margin-right:5px" /><a href="http://www.kevincallahan.org/software/accessorizer.html">Accessorizer</a>, Kevin Callahan.  Accessorizer has been of great use, however it doesn&#8217;t seem to be under active development, so I will probably be moving to customising Xcode&#8217;s existing accessor scripts.</p>
<p></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/codecollectorpro0011.png" alt="CodeCollectorPro001.png" border="0" width="64" height="64" align="right" style="margin-left:6px" /><a href="http://www.mcubedsw.com/software/codecollectorpro">Code Collector Pro</a>, <a href="http://www.mcubedsw.com/">M-Cubed Software</a>.  A useful little utility.  Whilst I only needed the free version, I purchased the Pro version as I thought Martin Pilkington&#8217;s business model was a little bit flawed.  He should really be charging for both versions of his product, or drop the free version completely.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/filestorm001.png" alt="FileStorm001.png" border="0" width="64" height="64" align="left" style="margin-right:5px" /><a href="http://www.mindvision.com/filestorm.asp">FileStorm</a>, <a href="http://www.mindvision.com">MindVision</a>.   Simple, straight forward app for creating disk images with background images and licences.  A little bit confusing getting the sizing of the window correct the first time, but once the settings are correct, it works great.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/svnx001.png" alt="svnX001.png" border="0" width="64" height="64" align="right" style="margin-left:6px" /><a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/">svnX</a>, <a href="http://www.lachoseinteractive.net/en/services/">La Chose Interactive</a>.  Occasionally Xcode 2&#8242;s Source Control system doesn&#8217;t cut it, and I need to get a wider overview than the command line can give, so I dip into svnX as my preferred Subversion GUI Client.  However with Xcode 3&#8242;s improved source control features and my intention to migrate to Git, svnX has unfortunately got a limited life in my tool set.</p>
<p><strong>Graphics</strong></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/omnigraffle001.png" alt="OmniGraffle001.png" border="0" width="64" height="64" align="left" style="margin-right:5px" /><a href="http://www.omnigroup.com/applications/omnigraffle/">OmniGraffle</a>, <a href="http://www.omnigroup.com">The Omni Group</a>.  I have employed graphic designers for most of the graphics work for Differencia and the website, but for simple graphics that I feel that I can create myself, I have generally used OmniGraffle.  I have had a play with Acorn and have been a long time user of Graphics Converter as well.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/iphotolibrarymanager001.png" alt="iPhotoLibraryManager001.png" border="0" width="64" height="64" style="margin-left:6px" align="right" /><a href="http://www.fatcatsoftware.com/iplm/">iPhoto Library Manager</a>, <a href="http://www.fatcatsoftware.com">Fat Cat Software</a>.  A great utility that allowed me to keep website and Differencia graphics separate from my main iPhoto library.</p>
<p></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/cancombineicons.png" alt="cancombineicons.png" border="0" width="64" height="64" align="left" style="margin-right:5px" /><a href="http://www.ittpoi.com/cci/">Can Combine Icons</a>, <a href="http://www.ittpoi.com">ITTPOI</a>. A great little utility that helped to create document icons for Differencia.  Again, it seems that it is no longer under active development, which is a shame as it will not be able to create Leopard high resolution Icons files, but it has been really useful up until this point.</p>
<p><strong>Website</strong></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/coda001.png" alt="Coda001.png" border="0" width="64" height="64" style="margin-left:6px" align="right" /><a href="http://www.panic.com/coda/">Coda</a>, <a href="http://www.panic.co">Panic</a>.  The harsh reality of Web Development is that WYSIWYG editing is just not possible for anything but simple, template driven websites, without the sledgehammer, expensive, DreamWeaver.  Coda is a happy compromise that simplifies web development as far as it can go.  I&#8217;ve slowly come to really appreciate Coda, as it takes out as much pain from web development as is possible.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/cssedit001.png" alt="CSSEdit001.png" border="0" width="64" height="64" style="margin-right:5px" align="left" /><a href="http://www.macrabbit.com/cssedit/">CSSEdit</a>, <a href="http://www.macrabbit.com">Mac Rabbit</a>.  Although Coda includes a CSS Editor, I purchased CSSEdit quite some time ago and still use it, as it is still considerably better than Coda for CSS.  CSSEdit has fantastic attention to detail, but more on that in a future post.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/09/marsediticon128.jpg" alt="MarsEditIcon128.jpg" border="0" width="64" height="64" style="margin-left:6px" align="right" /><a href="http://www.red-sweater.com/marsedit/">MarsEdit</a>, <a href="http://www.red-sweater.com">Red Sweater Software</a>.  I initially wondered why I would need a Blog Editor for a single Blog. That was until I had to use come to terms with the online editor included with WordPress.  With MarsEdit, you really do blog more.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/chronosync001.png" alt="ChronoSync001.png" border="0" width="64" height="64" style="margin-right:5px" align="left" /><a href="http://www.econtechnologies.com/site/Pages/ChronoSync/chrono_overview.html">ChronoSync</a>,  <a href="http://www.econtechnologies.com/site/index.html">Econ Technologies</a>.  As with many web hosts, 1 &#038; 1 do not provide automated backups for site content.  ChronoSync has been an excellent tool for keeping the DayTime website reliably backed up.</p>
<p></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/macfusion001.png" alt="MacFusion001.png" border="0" width="64" height="64" style="margin-left:6px"  align="right" /><a href="http://www.sccs.swarthmore.edu/users/08/mgorbach/MacFusionWeb/">MacFusion</a>, Michael Gorbach.  Occasionally I dip into direct access to the website&#8217;s file system when I need to do something that Coda or ChronoSync can&#8217;t handle.  MacFusion is an excellent way to do this easily.</p>
<p><strong>Planning</strong></p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/omnioutliner-professional001.png" alt="OmniOutliner Professional001.png" border="0" width="64" height="64" style="margin-right:5px" align="left" /><a href="http://www.omnigroup.com/applications/omnioutliner/">OmniOutliner</a>, <a href="http://www.omnigroup.com">The Omni Group</a>.  Omni Outliner is one of my favourite applications and I have put it to all sorts of uses.  I have, like many others, been using the OmniFocus betas and as of yesterday will be switching to it full time for planning.  However, as  project manager, the state of Mac project management tools is sadly disappointing and OmniPlan is unfortunately the best of a bad bunch, in my opinion.  So in the mean time, I will make do with OmniOutliner or OmniFocus for task planning.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/tbkiwilogo.gif" alt="tbKiwiLogo.gif" border="0" width="130" height="50" align="right" style="margin-left:8px" /><a href="http://www.fogcreek.com/FogBugz/">FogBugz</a>, <a href="http://www.fogcreek.com">Fog Creek Software</a>.  For bug &#038; feature request tracking, I use FogBugz.  There is a little publicised, free, hosted version of the software for start-ups &#038; students.  You sign up for the trial and when it expires you can &#8220;downgrade&#8221; to the free version.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/time-out001.png" alt="Time Out001.png" border="0" width="64" height="64" style="margin-right:5px" align="left" /><a href="http://www.dejal.com/timeout/">TimeOut</a>, <a href="http://www.dejal.com">Dejal</a>.  Staring at a computer monitor all day can be a real strain and can do a lot of damage to the eyes, along with the risk of RSI.  TimeOut is a simple utility that helps you to take regular breaks, when you might otherwise be engrossed in work.</p>
<p><img src="http://www.daytimesoftware.com/blog/wordpress/wp-content/uploads/2007/11/colloquy001.png" alt="Colloquy001.png" border="0" width="64" height="64" style="margin-left:6px" align="right" /><a href="http://colloquy.info/">Colloquy</a>.  Colloquy has been the sanity saviour, allowing contact with other Mac developers, either for help and advice, or simply for a bit of mindless chat to help take a break from work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2007/11/dev-tools-acknowledgements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

