<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>DotFork Blog</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.dotfork.com/blog/atom.xml" />
    <id>tag:www.dotfork.com,2009-12-22:/blog//1</id>
    <updated>2010-09-04T01:16:53Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.34-en</generator>

<entry>
    <title>DiffFork on macZOT</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/09/difffork-on-maczot.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.11</id>

    <published>2010-09-04T01:14:40Z</published>
    <updated>2010-09-04T01:16:53Z</updated>

    <summary>DiffFork on macZOT for Monday Sep. 6th, costs only $9.95.http://www.maczot.com...</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<meta charset="utf-8"><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">DiffFork on macZOT for Monday Sep. 6th, costs only $9.95.</span><div><br /></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><a href="http://www.maczot.com" target="_blank" style="color: rgb(25, 107, 123); "></a><a href="http://www.maczot.com" target="_blank" style="color: rgb(25, 107, 123); ">http://www.maczot.com</a></span></div>]]>
        
    </content>
</entry>

<entry>
    <title>Make DiffFork work with Bazaar</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/07/make-difffork-work-with-bazaar.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.10</id>

    <published>2010-07-20T02:34:19Z</published>
    <updated>2010-07-20T02:48:22Z</updated>

    <summary> Download &quot;External diff tools plugin for Bazaar&quot;: http://doc.bazaar.canonical.com/plugins/en/difftools-plugin.html Unpack and edit file &quot;controller.py&quot;, append a line at the end of the file (to register DiffFork): register_diff_tool(TreeDiffTool(&apos;difffork&apos;, diff_options=&apos;--wait&apos;)) Copy the module into the plugins directory: cd bzr_difftools mkdir -p $HOME/.bazaar/plugins/difftools...</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<ul>
<li><p>Download "External diff tools plugin for Bazaar": </p>

<p><a href="http://doc.bazaar.canonical.com/plugins/en/difftools-plugin.html">http://doc.bazaar.canonical.com/plugins/en/difftools-plugin.html</a></p></li>
<li><p>Unpack and edit file "controller.py", append a line at the end of the file (to register DiffFork):</p>

<pre>register_diff_tool(TreeDiffTool('difffork', diff_options='--wait'))</pre></li>
<li><p>Copy the module into the plugins directory:</p>

<pre>
cd bzr_difftools
mkdir -p $HOME/.bazaar/plugins/difftools
cp *.py $HOME/.bazaar/plugins/difftools
</pre></li>
<li><p>You are ready to go.</p>

<pre>bzr diff --using difffork</pre></li>
</ul>

<p>Tips:</p>

<ul>
<li><p>To ignore the '.bzr' files, try use DiffFork Exclude rules. More information can be found in Help.</p></li>
<li><p>Add an alias to $HOME/.bazaar/bazaar.conf to save typing (bzr dfdiff):</p>

<pre>
[ALIASES]
dfdiff = diff --using difffork
</pre></li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>The Folder Diff issue, next minor update and some others</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/06/the-folder-diff-issue-next-minor-update-and-some-others.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.9</id>

    <published>2010-06-09T09:00:09Z</published>
    <updated>2010-06-09T09:05:33Z</updated>

    <summary>First I want to thank you for trying and purchasing DiffFork. I appreciate your support and suggestions. A couple of things you may want to know: There is an issue that DiffFork may display incomplete folder diff results. The fix...</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<p>First I want to thank you for trying and purchasing DiffFork.
I appreciate your support and suggestions.</p>

<p>A couple of things you may want to know:</p>

<ul>
<li>There is an issue that DiffFork may display incomplete folder diff results.
The fix will be available in the next release.</li>
<li>Free upgrade period is extended to three years, and applied to all registered users.</li>
<li>In the next release, the DiffFork command line will support 
OPTION "-w --wait": Wait for the diff window to be closed.
This is a MUST for Version Control System Integration, opening the possibility to 
make DiffFork work with Git, Mercurial, SVN, etc.</li>
<li>Starting from next release, each new update can extend <em>expired</em> trial for another 
7 individual days.</li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>Dirdiff sneak peek [update]</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/05/dirdiff-sneak-peek.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.8</id>

    <published>2010-05-07T05:18:43Z</published>
    <updated>2010-05-19T07:29:22Z</updated>

    <summary></summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<img alt="FolderDiff_o.png" src="http://www.dotfork.com/blog/2010/05/19/FolderDiff_o.png" width="711" height="520" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /><img alt="newdiff.png" src="http://www.dotfork.com/blog/2010/05/07/newdiff.png" width="682" height="387" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /><div><br /></div><div><img alt="dirdiff.png" src="http://www.dotfork.com/blog/2010/05/07/dirdiff.png" width="485" height="567" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>DiffFork slow issue</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/04/difffork-slow-issue.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.7</id>

    <published>2010-04-17T13:57:37Z</published>
    <updated>2010-04-17T15:33:01Z</updated>

    <summary>If DiffFork runs slow (lag scrolling) on your Mac, please contact me. I am trying to reproduce it and then fix it. Sorry for the inconvenience. Thank you....</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[If DiffFork runs slow (lag scrolling) on your Mac, please <a href="http://www.dotfork.com/support/">contact me</a>. I am trying to reproduce it and then fix it. Sorry for the inconvenience. Thank you.]]>
        
    </content>
</entry>

<entry>
    <title>Enter the Dirdiff</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/03/enter-the-dirdiff.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.6</id>

    <published>2010-03-30T06:37:55Z</published>
    <updated>2010-03-30T06:42:57Z</updated>

    <summary>DiffFork version 1.1, a milestone of basic text diff, released yesterday. Now version 1.2 will come with basic directory diff function....</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<p>DiffFork version 1.1, a milestone of basic text diff, released yesterday.
Now version 1.2 will come with basic directory diff function.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>DiffFork 1.1 will be available soon</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/03/difffork-11-will-be-available-soon.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.5</id>

    <published>2010-03-23T02:28:35Z</published>
    <updated>2010-03-23T12:12:21Z</updated>

    <summary>Two of the new features I want to mention: Scrolling in Sync and Block Guide. Scrolling in Sync After releasing 1.0.5, I was asked if DiffFork has &quot;Scroll lock&quot; feature, the ability to &quot;scroll both windows together simultaneously&quot;. This is...</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<p>Two of the new features I want to mention: <strong>Scrolling in Sync</strong> and <strong>Block Guide</strong>.</p>

<h1>Scrolling in Sync</h1>

<p>After releasing 1.0.5, I was asked if DiffFork has "Scroll lock" feature, the ability to "scroll both windows together simultaneously". This is the function which should have been implemented in the first place in version 1.0. Why until now?</p>

<p>Before 1.1, DiffFork neither uses "Placeholder" (or "Fake Lines", or "Holes") to keep the left and right versions of differences vertically aligned, nor supports side-by-side differences highlighting (like FileMerge). So when scrolling both windows together, it might be difficult to identify the differences in the counterpart text file. So "Scrolling in Sync" is only complete when it is working with <strong>Block Guide</strong> together.</p>

<h1>Block Guide</h1>

<p>I dislike to use "Placeholder" to keep the differences vertically aligned, "Unnatural" is the word to describe when you look at the documents with "Fake Lines" or "Holes". So, to help identify the differences in the counterpart text file when "scrolling in sync", I stick with "side-by-side differences highlighting", which I called <strong>Block Guide</strong>.</p>

<p>In DiffFork, "Block Guide" is the <em>linking lines</em> between the counterpart blocks.</p>

<p>Video: <a href="http://www.dotfork.com/difffork/mov/blockguide.mov">blockguide.mov</a></p>

<p><img alt="block_guide.png" src="http://www.dotfork.com/blog/2010/03/23/block_guide.png" width="448" height="423" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<h1>1.1.0 Release Note</h1>

<h2>Notice</h2>

<p>Before 1.1.0, when a difference (a block or a line) is selected in file A, the 
corresponding difference in the counterpart text file (file B) is aligned vertically.
This behavior is to help you identifier the differences in the counterpart text file.</p>

<p>Since 1.1.0, DiffFork supports "Block Guide" and "Scrolling in Sync", which makes 
auto-align no longer necessary. Now to align blocks, you need to press the Control 
key while you select the block. You can change the preferences to use other modifier
keys.</p>

<h2>New</h2>

<ul>
<li>Added "Block Guide".</li>
<li>Added "Scrolling in Sync".</li>
<li>Shortcuts in Difference menu in now customizable.</li>
<li>Added block context menu.</li>
<li>Now you can change the text encoding var the popup button in status bar.</li>
<li>Added "Save As..." in File menu.</li>
<li>Added "Current Line Highlighting".</li>
</ul>

<h2>Changed</h2>

<ul>
<li>Improved "Go to line...".</li>
<li>Improved scrolling performance.</li>
<li>"Block Folding" is now turned ON by default.</li>
</ul>

<h2>Fixed</h2>

<ul>
<li>Several UI issues.</li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>DiffFork: Block Folding</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/02/difffork-block-folding.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.4</id>

    <published>2010-02-23T03:57:32Z</published>
    <updated>2010-02-23T07:41:33Z</updated>

    <summary><![CDATA[DiffFork 1.0.5 (not released yet) supports Block Folding, a mechanism for hiding a large amount of text. &nbsp;Video:&nbsp;block_folding.movBlock folding is off by default, you need to enable it in Preferences....]]></summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<div>DiffFork 1.0.5 (not released yet) supports Block Folding, a mechanism for hiding a large amount of text. &nbsp;</div><div><br /></div><div>Video:&nbsp;<a href="http://www.dotfork.com/difffork/mov/block_folding.mov">block_folding.mov</a></div><div><br /></div><div>Block folding is off by default, you need to enable it in Preferences.</div>]]>
        
    </content>
</entry>

<entry>
    <title>About Determination</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2010/01/about-determantion.html" />
    <id>tag:www.dotfork.com,2010:/blog//1.3</id>

    <published>2010-01-21T00:57:42Z</published>
    <updated>2010-01-21T08:42:13Z</updated>

    <summary>About When I am trialling and buying a piece of software from an independent developer (company), I&apos;d like to check out the &quot;About&quot; page, to get an idea of who are behind the curtain, to share their vision and experiences....</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="About" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<h1>About</h1>

<p>When I am trialling and buying a piece of software from an independent developer
(company), I'd like to check out the "About" page, to get an idea of who are 
behind the curtain, to share their vision and experiences. Here the "About" page 
becomes an important part between "vendor" and "customer", building the initial 
trust. Now these days, blog and twitter are version 2.0 of the "About" pages, 
which added two new features: information and communication, not to mention the 
additional traffic it will bring. I believe that's one of the reasons why big 
guys put a blog on their website: it is such a powerful weapon in bag. </p>

<p>In May 2009, I became an independent developer. </p>

<p>With the coming date of releasing my first product <a href="http://www.dotfork.com/difffork/">DiffFork</a>,
I created a new blog category "About". The post, which you are now reading, is 
the first one in this category. Eventually, these posts represent my own "About" page. </p>

<h1>Determination</h1>

<h2>Goal</h2>

<ul>
<li>Do what I'd love to do.</li>
<li>Stay with people that I'd love to work with.</li>
</ul>

<p>The goal is idealistic, need compromise, very hard to reach, but worth the effort. </p>

<p>"Think big, start small". Dotfork.com is my very first small step. </p>

<h2>Startup</h2>

<p>Developing software for Mac OS X is what I am good at. The desire of making the 
next killer app is so strong that I must act. I am not a hacker, but I am picky 
when choosing which software to use. Now I have a chance to use software developed 
by myself, which otherwise I can never find in the market. I am not saying that apps 
in the same class are not good enough. I am saying the apps I make reflect my thoughts, which 
is unique. I hope my products will be able to offer people better (alternative) 
solutions to make life easier.</p>

<p>Besides suffering less from "the rising price of raw materials" and 
"exchange rate fluctuations", the major benefit of getting started from DotFork.com is: 
it cannot be smaller. Everything is now being managed by myself, and the cost is 
relatively low.</p>

<h2>What's Next</h2>

<p>When someday the income can support additional developers, I am willing and I 
will be happy to expand the staff list. With people who are smarter than me, 
with people who share the same goal, when we team up, it will be a big step 
towards the goal, for all of us. </p>

<p>More developers, more products, shorter development circle and more happy users. 
I am looking forward to it, and it worth the hard work.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>It&apos;s A Long Way To The Top</title>
    <link rel="alternate" type="text/html" href="http://www.dotfork.com/blog/2009/12/its-a-long-way-to-the-top.html" />
    <id>tag:www.dotfork.com,2009:/blog//1.2</id>

    <published>2009-12-23T19:20:01Z</published>
    <updated>2010-01-21T00:56:26Z</updated>

    <summary>DiffFork, into which I&apos;ve been pouring love (work full time), was released about a week ago. The price of DiffFork is $26, but we are not going to charge until we are prepared. For such a young app (version 0.8.0),...</summary>
    <author>
        <name>weipin</name>
        
    </author>
    
        <category term="DiffFork" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://www.dotfork.com/blog/">
        <![CDATA[<p><a href="http://www.dotfork.com/difffork/">DiffFork</a>, into which I've been pouring love (work full time), was released about a week ago. The price of DiffFork is $26, but we are not going to charge until we are prepared. For such a young app (version 0.8.0), there are a lots of TODOs and TOFIXs.</p>
]]>
        

    </content>
</entry>

</feed>
