<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://nolan.eakins.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Nolan&#039;s Corner - MyPasswordSafe</title>
 <link>http://nolan.eakins.net/taxonomy/term/13/0</link>
 <description>Anything about MyPasswordSafe</description>
 <language>en</language>
<item>
 <title>XML Is a Godsend</title>
 <link>http://nolan.eakins.net/node/11</link>
 <description>&lt;p&gt;I was working on my drag and drop prototype for MyPasswordSafe a couple of nights ago. I had it so items could be dragged and dropped, but still needed to do the same thing with groups. Drag and drop works by storing the data in a byte array, and for awhile I thought I would need to create my own binary format to hold a tree structure. Right before I started to take a crack at groups, the idea to use XML popped in my head. XML to the rescue! By nature it&#039;s hierarchical and fit the problem extremely well. XML is a tree. I&#039;m trying to drag and drop a tree. Perfect!&lt;/p&gt;
&lt;p&gt;I have the prototype done now, and everything works. I now need to come up with an abstract MVC. That and a undo/redo system, which may go hand in hand a bit. After drag and drop, undo/redo is the biggest new feature I have scheduled for MyPasswordSafe. It&#039;s gonna require some thinking.&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/11#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/13">MyPasswordSafe</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/9">Programming</category>
 <pubDate>Sat, 24 Jul 2004 12:55:20 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">11 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Trip To Borders</title>
 <link>http://nolan.eakins.net/node/7</link>
 <description>&lt;p&gt;Last Saturday I went to Borders to look at a pattern book to see how badly I munged the model-view-controller pattern. I did a pretty good job at getting it wrong. The book I looked at was &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321127420/qid=1089868758/sr=2-1/ref=sr_2_1/104-8250202-1351960&quot;&gt;Patterns of Enterprise Application Architecture&lt;/a&gt;. The proper way to setup MVC is to have the view and controller communicate with the model, and have the view and controller communicate with each other. Compare that to how I currently have it setup, the controller communicating to the view which communicates to the model. I don&#039;t have much communication between the controller and the model. The bulk of the communication is done through the view, which should only be fetching data from the model. I&#039;ll have to straighten that out here pretty soon.&lt;/p&gt;
&lt;p&gt;I also picked up a book about Benedict de Spinoza. I came across his name while looking through &lt;a href=&quot;http://www.saint-andre.com/ismbook/&quot;&gt;The Ism Book&lt;/a&gt; by St. Andre. Spinoza&#039;s ideas do parallel some of my own thinking which will be reflected in some articles I intend to write.&lt;/p&gt;
&lt;p&gt;It&#039;s a small book, and I&#039;m nearly all the way through it now. One thing that does amaze me though are how much times don&#039;t change...and this is supposed to be the 21st century not the 17th!&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/7#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/13">MyPasswordSafe</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/14">Personal</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/4">Philosophy</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/9">Programming</category>
 <pubDate>Wed, 14 Jul 2004 22:15:30 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">7 at http://nolan.eakins.net</guid>
</item>
<item>
 <title>Qt 4 and MyPasswordSafe</title>
 <link>http://nolan.eakins.net/node/5</link>
 <description>&lt;p&gt;I just got done looking at the &lt;a href=&quot;http://www.trolltech.com/products/qt/whatsnew.html&quot;&gt;information&lt;/a&gt; on &lt;a href=&quot;http://www.trolltech.com/&quot;&gt;Trolltech&lt;/a&gt;&#039;s Qt 4 Technical Preview, and it looks pretty good. One thing that did provoke some thought is &lt;i&gt;Interview&lt;/i&gt;, because it got me thinking about better ways to implement the &quot;MVC&quot; in &lt;a href=&quot;/myps/&quot;&gt;MyPasswordSafe&lt;/a&gt;. I think I got it completely wrong since the model is coupled to the view and the view is coupled to the controller. Not exactly the way it should be, so I might figure out the right way to do it. I think the right way may be to couple the view to an abstract model, the controller to the real model, and the the model built of the abstract model.&lt;/p&gt;
&lt;p&gt;Getting a copy of &lt;i&gt;&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201633612/103-8144203-3273444&quot;&gt;Design Patterns - Elements of Reusable Object-Oriented Software&lt;/a&gt;&lt;/i&gt; would be a good idea especially with this rework. It would be nice to have a reference, and it would surely help my designing and programming. That&#039;s just one book I need to get.&lt;/p&gt;
</description>
 <comments>http://nolan.eakins.net/node/5#comment</comments>
 <category domain="http://nolan.eakins.net/taxonomy/term/13">MyPasswordSafe</category>
 <category domain="http://nolan.eakins.net/taxonomy/term/9">Programming</category>
 <pubDate>Fri, 09 Jul 2004 20:48:06 -0700</pubDate>
 <dc:creator>sneakin</dc:creator>
 <guid isPermaLink="false">5 at http://nolan.eakins.net</guid>
</item>
</channel>
</rss>

