<?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</title>
	<atom:link href="http://www.daytimesoftware.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.daytimesoftware.com/blog</link>
	<description>The official blog of DayTime Software</description>
	<lastBuildDate>Thu, 10 Dec 2009 13:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Differencia 1.1.2 Released</title>
		<link>http://www.daytimesoftware.com/blog/2009/12/differencia-1-1-2-released</link>
		<comments>http://www.daytimesoftware.com/blog/2009/12/differencia-1-1-2-released#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:49:04 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Differencia]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=126</guid>
		<description><![CDATA[Differencia 1.1.2 was released today, primarily for improved support for Mac OS X Snow Leopard.  This release also add support for one-click license registration, simplifying the purchasing process:

Differencia 1.1.2 Release Notes

Improved compatibility with Mac OS X Snow Leopard
Added support for secure automatic updates
Added support for one-click license registration
Improved handling of non standard file encodings
Improved [...]]]></description>
			<content:encoded><![CDATA[<p>Differencia 1.1.2 was released today, primarily for improved support for Mac OS X Snow Leopard.  This release also add support for one-click license registration, simplifying the purchasing process:</p>
<div id="FogBugzReleaseNotes">
<h1>Differencia 1.1.2 Release Notes</h1>
<ul>
<li>Improved compatibility with Mac OS X Snow Leopard</li>
<li>Added support for secure automatic updates</li>
<li>Added support for one-click license registration</li>
<li>Improved handling of non standard file encodings</li>
<li>Improved stability and performance</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/12/differencia-1-1-2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[Mac Software]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone Software]]></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 should [...]]]></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 Customer Is Always Right</title>
		<link>http://www.daytimesoftware.com/blog/2009/05/the-customer-is-always-right</link>
		<comments>http://www.daytimesoftware.com/blog/2009/05/the-customer-is-always-right#comments</comments>
		<pubDate>Thu, 07 May 2009 12:59:05 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Differencia]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Customer Satisfaction]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=114</guid>
		<description><![CDATA[In my last post I highlighted, what I felt was, a case of poor customer service by a fellow developer.  Even in the most unhelpful customer feedback, there lies the opportunity to glean a valuable lesson.
Rather than pick another whinge from IRC or Twitter from a fellow developer and risk alienating the entire Mac [...]]]></description>
			<content:encoded><![CDATA[<p>In my last <a href="http://www.daytimesoftware.com/blog/2009/04/ill-have-your-customers-if-you-dont-want-them" title="I'll have your customers if you don't want them" alt="Daydream Blog: I'll have your customers if you don't want them">post</a> I highlighted, what I felt was, a case of poor customer service by a fellow developer.  Even in the most unhelpful customer feedback, there lies the opportunity to glean a valuable lesson.</p>
<p>Rather than pick another whinge from IRC or Twitter from a fellow developer and risk alienating the entire Mac developer community, I am using an example of feedback for my own product, Differencia.</p>
<blockquote><p>The following information was just submitted via the DayTime Software Internet site Contact form.</p>
<p>First Name: John</p>
<p>Last Name: Dontwantoleavemyname</p>
<p>Telephone Number:</p>
<p>Email Address: fakeemail@yahoo.com</p>
<p>Message:<br />
Your program is difficult to use and confusing. Take a look at standard &#8220;diff&#8221; programs for text. This program should emulate those, because that is what users are already used to, and the programs work well. Instead, you&#8217;ve created a whole different paradigm that just left me scratching my head. Templates? Okay&#8211;a great option. But what if I don&#8217;t have a template or don&#8217;t want to bother with one? Plus, the program crashed several times on me.  This needs a lot of work if you&#8217;re going to sell it.
</p></blockquote>
<p>There was no way for me to respond as no valid contact information was left.  Others might complain that he did not &#8220;get&#8221; my product, or that his feedback was very unconstructive.  In fact that was my first response as well, and <a href="http://twitter.com/ssanchez/status/1507794869" title"Tweet by Sanjay Samani" alt="Tweet by Sanjay Samani">tweeted as much</a>.</p>
<p>The main point is that Differencia is not a &#8220;standard diff program&#8221;.  It is intended to work with data files that standard diff programs cannot handle. A new paradigm, as he puts it, was required as other diff programs simply cannot handle the <a href="http://daytimesoftware.com/usecases.html" title="Differencia Use Cases" alt="Differencia Use Cases">use cases</a> that Differencia was intended for.</p>
<p>However I have gone back to deconstruct the feedbacl, to try and understand how he failed to understand the product.</p>
<p>The lessons I learnt are:</p>
<ul>
<li>I have optimised the site for search terms that include &#8220;diff&#8221;. This is precisely to attract people looking for diff programs that handle exceptional cases.  However I do not stress heavily on the site that Differencia does not (currently) handle non-structured text files such as source code or documents.</li>
<li>I have not, perhaps, emphasised enough on the site that Templates are a convenience but not a requirement for Differencia to work well.</li>
<li>I have not done enough testing with source code and other file types to ensure that they do not trigger crashes.</li>
<li>Not a new lesson, but I know that I need to do a mix of usability improvements and add tutorials to the website / product</li>
</ul>
<p>Instead of bemoaning hyper-critical feedback and how useless it is, I have taken stock, assumed there is something I can learn and improve on, and worked hard to gather something positive from the feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/05/the-customer-is-always-right/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll have your customers if you don&#8217;t want them</title>
		<link>http://www.daytimesoftware.com/blog/2009/04/ill-have-your-customers-if-you-dont-want-them</link>
		<comments>http://www.daytimesoftware.com/blog/2009/04/ill-have-your-customers-if-you-dont-want-them#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:40:40 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[iPhone Software]]></category>
		<category><![CDATA[Customer Satisfaction]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=94</guid>
		<description><![CDATA[Garrett Murray, developer of Ego, an iPhone web stats aggregator, recently posted a difficult support experience he had. (Via Tim Burks on Twitter):
In summary, Ego&#8217;s Google Analytics access stopped working because Google felt too much traffic was coming from Ego&#8217;s server and blocked the IP address. Is this the customers&#8217; fault? No.
Several users voiced their [...]]]></description>
			<content:encoded><![CDATA[<p>Garrett Murray, developer of Ego, an iPhone web stats aggregator, <a href="http://log.maniacalrage.net/post/98510137/a-little-over-a-week-and-a-half-ago-google">recently posted a difficult support experience he had</a>. (Via <a href="https://twitter.com/timburks/status/1575485566">Tim Burks on Twitter</a>):</p>
<p>In summary, Ego&#8217;s Google Analytics access stopped working because Google felt too much traffic was coming from Ego&#8217;s server and blocked the IP address. Is this the customers&#8217; fault? No.</p>
<p>Several users <a href="http://getsatisfaction.com/pinchzoom/topics/google_analytics_reports_0_visits">voiced their problems</a> on a 3rd party support site called Get Satisfaction.  Murray responded, on Get Satisfaction, that the problem had been resolved with Google, an update had been submitted to the App Store and was awaiting approval. Crucially Murray marked the issue as &#8220;solved&#8221;, before the update had been approved by Apple.</p>
<p>Murray initially complains about the length of the approval process, which, given that it&#8217;s been over a week since he submitted the update, is probably valid. Is this the customers&#8217; fault? No.</p>
<p>However Murray then goes on to highlight the complaints of one user, who was unsatisfied with his response on Get Satisfaction, and created a negative review on the App Store.  The App Store does not allow developers to respond to reviews, which again is a fair criticism.  Is this the customers&#8217; fault? No.</p>
<p>The user&#8217;s review on the App Store was:</p>
<blockquote><p>I bought this because it claimed to support GA. It worked for me one time the day I bought it and hasn’t worked since. I posted to their support forum and was berated for not reading this long and confusing thread about how it is supposed to be working, or it will work again soon, or something. I feel like the software developer did a poor job building and testing this, and now they’re willing to blame the users for their own mistakes.
</p></blockquote>
<p>Which given the Murray&#8217;s own blog post and the situation in the Get Satisfaction thread is <strong>exactly correct</strong>.  Pointing users at a separate thread, as if to say &#8220;You should have looked first&#8221; is rude and obnoxious.  If your software is broken, apologise, explain and apologise again.  </p>
<p>Murray defends setting the issue as resolved by saying:</p>
<blockquote><p> Apparently they didn’t understand that “solved” was a relative term. Yes, sure, it’s not solved for you right now, but my resolution was pretty clear—it’s solved in the version Apple is looking at. JUST HOLD TIGHT. I thought this was enough. But no.
</p></blockquote>
<p>This is just plain ridiculous.  &#8220;Solved is a relative term&#8221; is utter rubbish and a completely idiotic stance to take with your paying customers.  With software there is only ONE definition of &#8220;Solved&#8221;; when the issue is solved for the customer who has paid good money for the product. .  Until the fix is in the users&#8217; hands, the problem is OPEN.</p>
<p>It highlights the stereotypical blinkered developer attitude that once a problem is &#8220;fixed&#8221; in code, that is the end of the matter.</p>
<p>I have multiple examples in my support log, where I have sent a user a response, asked them to contact me if it does not solve the problem and never heard anything back.  In my support system I often wait months before marking these issues as resolved.  Unless I hear from the user that the problem is fixed, then as far as I am concerned, it is not.</p>
<p>Murray goes on to say that:</p>
<blockquote><p>Apple is creating an ecosystem of the kind of customers I don’t want</p></blockquote>
<p>Well Garrett, if you don&#8217;t want them, I&#8217;ll quite happily take them off your hands.</p>
<p>John Gruber <a href="http://daringfireball.net/linked/2009/04/21/murray-app-store">describes the user as an &#8220;asshole&#8221;</a> on his heavily read Daring Fireball blog.</p>
<p>This is completely outrageous.  Ego&#8217;s users have paid good money for the product and rightly expect the product to work as advertised.  The issues with Google are not the customers&#8217; fault.  Even if everyone has done the best they can, the customer is the one least at fault, having paid for a product that DOES NOT WORK.</p>
<p>As for Gruber&#8217;s incendiary remarks, I personally would sue for defamation if I was described in that way.</p>
<p>So often as developers we fail to put ourselves in our customers&#8217; shoes.  The user had a faulty piece of software, went to the support site (many wouldn&#8217;t go that far), filed a complaint (fewer still), saw a response that belittled him and told him that the problem was solved, when it clearly was not.  What other recourse does the user have other than to write a negative review?</p>
<p>There are several lessons to be had from this:</p>
<ol>
<li> Program Defensively: the product should respond sensibly when the Google API did not work, rather then report &#8220;0 Visitors&#8221;</li>
<li>Program Defensively: provide a support link from within the application</li>
<li>Respond to every customer complaint individually.  If it is a known issue, state that it is, but do not expect the customer to know that. Apologise, explain, apologise again.</li>
<li>Treat your customers with respect. A customer who has paid you money owes you nothing, whereas you owe him your livelihood.</li>
</ol>
<p>As I have stated <a href="http://www.daytimesoftware.com/blog/2007/07/debugging-a-75-year-old">many</a> <a href="http://twitter.com/ssanchez/status/1151751373">times</a> <a href="http://twitter.com/ssanchez/status/1151726295">before</a>, the customer is always right and <a href="http://twitter.com/ssanchez/status/1151726295">there are no stupid users,</a> just stupid developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/04/ill-have-your-customers-if-you-dont-want-them/feed</wfw:commentRss>
		<slash:comments>2</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 &#8216;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 &#8216;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>2</slash:comments>
		</item>
		<item>
		<title>Where did we all go?</title>
		<link>http://www.daytimesoftware.com/blog/2009/03/where-did-we-all-go</link>
		<comments>http://www.daytimesoftware.com/blog/2009/03/where-did-we-all-go#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:18:32 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Missing]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=92</guid>
		<description><![CDATA[I haven&#8217;t blogged for a long time and for that I would like to apologise.  
I&#8217;ve noticed that a lot of bloggers that I follow have not posted much in the last 6 months either.
Wil Shipley has not posted a blog entry since the end of September. Scott Stevenson has had just 5 posts [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged for a long time and for that I would like to apologise.  </p>
<p>I&#8217;ve noticed that a lot of bloggers that I follow have not posted much in the last 6 months either.</p>
<p><a href="http://www.wilshipley.com/blog/" alt="Call Me Fishmeal - Wil Shipley's personal blog" title="Call Me Fishmeal">Wil Shipley</a> has not posted a blog entry since the end of September. <a href="http://www.theocacao.com/" alt="Theocacao, Scott Stevenson's Blog" title="Theocacao">Scott Stevenson</a> has had just 5 posts in the same time frame.  <a href="http://www.webbalert.com/" alt="Webb Alert" title="Webb Alert">Morgan Webb</a> and <a href="http://blog.pmarca.com/" alt="Marc Andreesen's Blog" title="Marc Andreesen's Blog">Marc Andreesen</a> have gone off line.  And although <a href="http://www.red-sweater.com/blog/" alt="Red Sweater Blog" title="Red Sweater Blog">Daniel Jakult</a> has posted 25 odd posts in that time period, that seems a relatively dry period for him, with 2 week gaps between some posts.</p>
<p>I suspect that iPhone development has had a lot to do with the dry period in Mac blogging, along with podcasts and Twitter as alternative methods of communication.</p>
<p>For me personally the hiatus was due to the passing away of my father last August.  In addition, when you have something you should be doing, the longer you leave it, the harder it gets.  Of course you need to take the plunge and get on with it.</p>
<p>I have a number of ideas I&#8217;ve been considering posting for a while, so hopefully over the next few weeks I should be getting back up to my past output.  Hello, again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2009/03/where-did-we-all-go/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Thinking Different?</title>
		<link>http://www.daytimesoftware.com/blog/2008/09/microsoft-thinking-different</link>
		<comments>http://www.daytimesoftware.com/blog/2008/09/microsoft-thinking-different#comments</comments>
		<pubDate>Fri, 12 Sep 2008 17:02:25 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Think Different]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=91</guid>
		<description><![CDATA[Microsoft has launched a new Windows ad campaign starring Jerry Seinfeld and Bill Gates, to much derision.  It does not, as yet, directly answer the criticism of my last post, that Microsoft&#8217;s PR is undermining its flagship product, Windows Vista.
Daniel Jakult, on his Red Sweater Blog, breaks ranks and suggests that the ad campaign [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has launched a <a href="http://www.microsoft.com/windows/" title="Microsoft Windows ad campaign" alt="Microsoft Windows ad campaign">new Windows ad campaign</a> starring Jerry Seinfeld and Bill Gates, to much derision.  It does not, as yet, directly answer the criticism of <a href="http://www.daytimesoftware.com/blog/2008/08/mojave-vista-and-midori-osbourne-redux" title="Mojave, Vista and Midori" alt="Mojave, Vista and Midori">my last post</a>, that Microsoft&#8217;s PR is undermining its flagship product, Windows Vista.</p>
<p>Daniel Jakult, on his <a href="http://www.red-sweater.com" title="Red Sweater Blog" alt="Red Sweater Blog">Red Sweater Blog</a>, breaks ranks and <a href="http://www.red-sweater.com/blog/553/microsoft-ads-are-genius" title="Microsoft ads are Genius" alt="Microsoft ads are Genius">suggests that the ad campaign is in fact genius</a>, as it is trying to tackle Microsoft&#8217;s uncaring image.</p>
<p>Seinfeld&#8217;s sense of humour is not something I have ever particularly enjoyed, though I did get a warm fuzzy feeling from these ads. More so from Gates&#8217;s performance than from Seinfeld&#8217;s.</p>
<p>Daniel points out that:<br />
<blockquote>&#8220;Most critics of these ads point out, quite rightly, that the message doesn’t ask viewers to buy anything. If an ad doesn’t ask you to buy something, surely it’s a failure.&#8221;</p></blockquote>
<p>Remind you of another ad campaign designed to change the image and brand of a poorly regarded company?  It reminds me of nothing more than Apple&#8217;s Think Different campaign.  At the time it was criticised for being grammatically incorrect, vague and completely unrelated to the benefits of Apple&#8217;s products.  It was the complete anti-thesis of current iPhone ads.</p>
<p>Apple&#8217;s marketing since Think Different has been an evolution from establishing a new brand through to promoting specific features, via customer endorsements (Switch campaign) and product differentiation (Mac vs PC).  At the time of Think Different, Apple&#8217;s image was terrible, even if its products were actually quite strong.  At the time, Apple needed to change people&#8217;s perceptions and expectations of it as a company, before they would even be willing to consider its products. </p>
<p>Microsoft is in a very similar position.  Kevin Hoffman&#8217;s <a href="http://dotnetaddict.dotnetdevelopersjournal.com/does_vista_suck.htm" title="The .Net Addict's Blog" alt="The .Net Addict's Blog">first take on the ads at The .Net Addict&#8217;s Blog</a> points out that Vista is actually a strong product.  Microsoft&#8217;s other products are also beginning to show considerable signs of improvement. However, the company still receives a lot of criticism, some of it less justified than in the past.</p>
<p>Microsoft has understood that any sympathy towards it is the result of Bill Gates&#8217;s philanthropy.  Any company whose chief executive gives that much money to charity can&#8217;t be all bad, can it?</p>
<p>Apple needed to re-establish its credibility.  Microsoft needs to show that it cares about its customers and they seem to be thinking different to do just that.  An excellent move on their part.</p>
<p>It is also an excellent demonstration of how Google, Apple, Sony, Mozilla and Oracle&#8217;s competition with Microsoft is hugely important for consumers.  A Microsoft as a monopoly in all computing markets is terrible and worthy of scorn.  A Microsoft that has to compete will be great for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/09/microsoft-thinking-different/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojave, Vista and Midori: Osbourne Redux?</title>
		<link>http://www.daytimesoftware.com/blog/2008/08/mojave-vista-and-midori-osbourne-redux</link>
		<comments>http://www.daytimesoftware.com/blog/2008/08/mojave-vista-and-midori-osbourne-redux#comments</comments>
		<pubDate>Wed, 06 Aug 2008 15:41:44 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=90</guid>
		<description><![CDATA[Microsoft&#8217;s Windows marketing seems to have been extremely muddled of late.  Windows Vista has been a publicity nightmare for the company, garnering poor reviews, demands for XP&#8217;s lifetime to be extended, users downgrading and major partners and customers holding off from upgrading.  Some major clients have even decided to take the opportunity to [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Windows marketing seems to have been extremely muddled of late.  Windows Vista has been a publicity nightmare for the company, garnering <a href="http://www.pcworld.com/article/128669/wait_dont_buy_microsoft_windows_vista.html">poor reviews</a>, <a href="http://www.infoworld.com/article/08/05/16/news-save-xp-200k_1.html">demands for XP&#8217;s lifetime to be extended</a>, users <a href="http://gizmodo.com/gadgets/windows/microsoft-offering-vista+to+xp-downgrade-option-to-anyone-not-just-oems-303067.php">downgrading</a> and major partners and customers <a href="http://bits.blogs.nytimes.com/2008/06/25/et-tu-intel/">holding off from upgrading</a>.  Some major clients have even decided to take the opportunity to <a href="http://www.macworld.co.uk/mac/news/index.cfm?RSS&#038;NewsID=21914">switch to the Mac</a>.</p>
<p>What has been most surprising throughout the first half of this year, was Microsoft&#8217;s unwillingness to come out in support of its most unloved product.  Key <a href="http://d6.allthingsd.com/20080527/gates_ballmer/">Microsoft staff</a>, including <a href="http://arstechnica.com/journals/microsoft.ars/2008/05/12/gates-windows-7-will-take-less-memory-be-more-efficient">Bill Gates</a> himself, spent considerable effort <a href="http://www.engadget.com/2008/04/04/windows-7-to-arrive-next-year-says-bill-gates/">talking up Vista&#8217;s successor</a>, Windows 7.  This led to conjecture that Windows 7 would be released <a href="http://arstechnica.com/news.ars/post/20080124-windows-7-in-2009-be-careful-what-you-wish-for.html">much earlier than expected</a>.  It may also have led to many enterprise customers delaying their Vista upgrade programmes.</p>
<p>Windows 7 talk went quiet midyear, with Microsoft <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=208803153">promising to come out fighting for Vista</a>.  The first fruits of that campaign is <a href="http://www.mojaveexperiment.com">the Mojave Experiment</a>.  Irrespective of the scientific and content value of the experiment, from a marketing perspective it is a disaster.  Essentially a Pepsi challenge, Vista is put into a blind taste test against not its current competitors, but against the 7 year old product it was supposed to replace.</p>
<p>With Mojave barely having had time to make an impact, Microsoft is <a href="http://news.bbc.co.uk/1/hi/technology/7540282.stm">now talking about Midori</a>, a complete replacement for Windows altogether.</p>
<p>What is really surprising about the situation is that Microsoft&#8217;s muddled marketing may actually be leading to a reduction in their Vista sales, as customers wait on Windows 7.  Has Microsoft created <a href="http://en.wikipedia.org/wiki/Osbourne_effect">an Osbourne effect</a> entirely of its own making?</p>
<p>With its <a href="http://finance.yahoo.com/echarts?s=MSFT#chart2:symbol=msft;range=5y;indicator=volume;charttype=line;crosshair=on;ohlcvalues=0;logscale=on;source=undefined">stock flat-lining</a>, Microsoft&#8217;s mind share is taking a significant battering.  Tellingly, start up software companies no longer plan to be taken over by Microsoft, nor worry about a competing Microsoft product.  Instead Google, Apple, Amazon, eBay and others are the gorillas in their respective fields.  The <a href="http://www.techcrunch.com/2007/05/04/microsoft-pursues-yahoo-takeover/">Yahoo! take over debacle</a> clearly demonstrates how &#8220;<a href="http://www.paulgraham.com/microsoft.html">Microsoft is dead</a>&#8221; in terms of its influence.</p>
<p>I recently concluded that the role of CEO of Microsoft would be a much more exciting role than succeeding Steve Jobs at Apple.  There is so much more potential to improve a company.</p>
<p>As an unashamed Mac zealot, it is actually disappointing to see Microsoft in this situation.  However, the prospect of a resurgent Microsoft in the future, in a more competitive market place will only be good for consumers in the long run.  Its current problems are a surprising, sad, but necessary step along the way to Microsoft&#8217;s rehabilitation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/08/mojave-vista-and-midori-osbourne-redux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Energy Policy We Can Believe In</title>
		<link>http://www.daytimesoftware.com/blog/2008/08/an-energy-policy-we-can-believe-in</link>
		<comments>http://www.daytimesoftware.com/blog/2008/08/an-energy-policy-we-can-believe-in#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:21:03 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Election]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Renewables]]></category>
		<category><![CDATA[Vote 2008]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=89</guid>
		<description><![CDATA[&#8220;The most important election in our lifetime&#8221; will be about whether or not the US takes a lead in energy policy.  Obama talks of a 10 year goal to make the US independent of Middle East and Venezualan oil.  It is a task, that if backed by the government, entrepreuners, business and the [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The most important election in our lifetime&#8221; will be about whether or not the US takes a lead in energy policy.  Obama talks of a 10 year goal to make the US independent of Middle East and Venezualan oil.  It is a task, that if backed by the government, entrepreuners, business and the people of America, could be as inspirational and motivational as JFK&#8217;s target of landing a man on the moon.   It would also mean taking the biggest step forward, so far, to tackle climate change.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/bC1A8dLkRWM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/bC1A8dLkRWM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/08/an-energy-policy-we-can-believe-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for an Enterprise Switcher Ad?</title>
		<link>http://www.daytimesoftware.com/blog/2008/07/time-for-an-enterprise-switcher-ad</link>
		<comments>http://www.daytimesoftware.com/blog/2008/07/time-for-an-enterprise-switcher-ad#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:17:57 +0000</pubDate>
		<dc:creator>Sanjay Samani</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Enterprise]]></category>

		<guid isPermaLink="false">http://www.daytimesoftware.com/blog/?p=88</guid>
		<description><![CDATA[A major European newspaper company has decided to move its entire workforce over to the Mac.  Estimates for Axel Springer range between 10 &#8211; 12,000 desktops, which will make them Apple&#8217;s second largest client, behind Google.
There are continued criticisms of Apple&#8217;s lack of focus on the enterprise.  With the iPhone, Apple made a [...]]]></description>
			<content:encoded><![CDATA[<p>A major European newspaper company <a href="http://www.macworld.co.uk/mac/news/index.cfm?RSS&#038;NewsID=21914">has decided to move its entire workforce over to the Mac</a>.  Estimates for Axel Springer range between 10 &#8211; <a href="http://www.9to5mac.com/axel-springer-mac">12,000</a> desktops, which will make them Apple&#8217;s second largest client, behind Google.</p>
<p>There are continued criticisms of Apple&#8217;s lack of focus on the enterprise.  With the iPhone, Apple made a concerted effort to answer their critics with <a href="http://www.apple.com/iphone/softwareupdate/">one big software update</a>.  Whereas with the Mac, support for VPNs, Exchange, workgroup sharing, security keycards has been a slow, but steady process.  The main outstanding issues are the lack of a public product timeline, guaranteed configurations available for 3-5 years and the lack of some key third party enterprise software.</p>
<p>With the switch to Intel, Apple&#8217;s product timeline is now at least translucent, if not transparent.  With Apple&#8217;s financial stability, I believe that Apple can afford to be less secretive about its future product road map.  Certainly with the iPhone and Apple TV, it has been willing to pre-announce products and deliver a roadmap.  Whilst this is less critical when Apple&#8217;s minor updates can be accurately predicted from Intel&#8217;s plans, Apple should bring more openness to its Mac plans.  For example, the MacBook Air was only a rumour until just a few days before the announcement.  An enterprise client looking to make a large laptop purchase would have been very disappointed to have that announcement sprung on them just after placing a large order.  Pre-announcement of better Exchange support in <a href="http://www.apple.com/macosx/snowleopard/">Snow Leopard</a> is a step in the right direction.</p>
<p>With Mac OS X&#8217;s tight integration with Mac hardware, having a guaranteed configuration is a minor issue.  IT departments are unlikely to face major issues with even major updates to the Mac line.  The only concern here will be employee envy, where the newest staff may end up with the newest, fastest, computers.</p>
<p>The lack of third party software is a chicken and egg situation.  Apple has slowly but surely been adding enterprise class software to Mac OS X Server, but there is still a lack of key software.  Namely middle-ware, such as IBM&#8217;s <a href="http://www-306.ibm.com/software/integration/wmq/index.html">Websphere MQ</a>, <a href="http://www.tibco.com/software/messaging/rendezvous/default.jsp">TIBCO Rendezvous</a> or <a href="http://www.orbix.com/">Orbix</a>; CRM software and HR software.  As the Mac&#8217;s presence in enterprise grows, this is really an opportunity for small Mac software firms to become big Mac software firms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daytimesoftware.com/blog/2008/07/time-for-an-enterprise-switcher-ad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
