<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>tesoriere - journal</title>
  <id>tag:www.tesoriere.com,2010:mephisto/journal</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://www.tesoriere.com/feed/journal/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.tesoriere.com/journal" rel="alternate" type="text/html"/>
  <updated>2010-06-22T00:43:50Z</updated>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2010-06-21:31</id>
    <published>2010-06-21T00:41:00Z</published>
    <updated>2010-06-22T00:43:50Z</updated>
    <category term="journal"/>
    <category term="osx"/>
    <link href="http://www.tesoriere.com/2010/6/gtx470-480-fermi-in-osx" rel="alternate" type="text/html"/>
    <title>GTX470/480 (Fermi) in OSX</title>
<content type="html">
            &lt;p&gt;This may or not be relevant to you, but it&#8217;s interesting. How to use a GTX470/480/465/480M in OSX.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.insanelymac.com/forum/index.php?showtopic=214219&quot;&gt;http://www.insanelymac.com/forum/index.php?showtopic=214219&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-10-13:29</id>
    <published>2009-10-13T17:22:00Z</published>
    <updated>2009-10-14T13:24:29Z</updated>
    <category term="journal"/>
    <category term="portfolio"/>
    <category term="symphony"/>
    <link href="http://www.tesoriere.com/2009/10/premier-medical-care" rel="alternate" type="text/html"/>
    <title>Premier Medical Care</title>
<summary type="html">http://tesoriere.com/assets/2009/10/14/Screen_shot_2009-10-14_at_9.21.40_AM.png</summary><content type="html">
            http://tesoriere.com/assets/2009/10/14/Screen_shot_2009-10-14_at_9.21.40_AM.png
					&lt;p&gt;	 
						&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http:&quot; /&gt;http://premiermedicalcarepb.com&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-08-31:26</id>
    <published>2009-08-31T18:56:00Z</published>
    <updated>2009-09-01T18:59:00Z</updated>
    <category term="journal"/>
    <category term="dd"/>
    <category term="leopard"/>
    <category term="snow leopard"/>
    <category term="terminal"/>
    <category term="unix"/>
    <link href="http://www.tesoriere.com/2009/8/cloning-an-iso-to-a-usb-flash-drive-or-anywhere-using-dd-in-snow-leopard-10-6-with-a-progress-meter-of-sorts" rel="alternate" type="text/html"/>
    <title>Cloning an ISO to a USB flash drive (or anywhere) using DD in Snow Leopard 10.6 with a progress-ish meter</title>
<content type="html">
            &lt;p&gt;Oh, and Leopard too. &lt;/p&gt;

&lt;p&gt;What a title. I recently needed to use G-Parted, but didn&#8217;t have any blank disc&#8217;s laying around, and the method they describe on the &lt;a href=&quot;http://gparted.sourceforge.net/liveusb.php&quot;&gt;gparted wiki&lt;/a&gt; to do this with a USB disk doesn&#8217;t work on OSX. So, I used &lt;a href=&quot;http://en.wikipedia.org/wiki/Dd_&quot; title=&quot;Unix&quot;&gt;DD&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Open up terminal (from Applications/Utilities or use Spotlight) and type what follows &lt;em&gt;substituting as necessary&lt;/em&gt;. My USB device was located at /dev/disk3. You can find the device name in Disk Utility by right-clicking on the device, and choosing &#8216;information&#8217;. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;THIS WILL OVERWRITE WHATEVER&#8217;S ON THE DISK&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;html&quot;&gt;
sudo dd if=/path/to/iso.iso.dmg.img of=/dev/disk3 bs=1024
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And voila, you have a &lt;em&gt;read-only&lt;/em&gt; replica of the iso on your usb device. Please note the emphasis on &lt;em&gt;read-only&lt;/em&gt; in the case of an ISO.&lt;/p&gt;

&lt;p&gt;To see a progress bar (of sorts), open up a new terminal window and type the following&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
ps auxww | grep &quot; dd &quot; | grep -v grep | awk '{print $2}' | while read pid; do kill -SIGINFO $pid; done
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I originally got the progress bit from &lt;a href=&quot;http://www.kclug.org/wiki/index.php/Dd_progress&quot;&gt;here&lt;/a&gt;, but changed it to work with OSX.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-06-15:24</id>
    <published>2009-06-15T14:46:00Z</published>
    <updated>2009-06-15T23:24:54Z</updated>
    <category term="journal"/>
    <category term="keep flippin"/>
    <category term="portfolio"/>
    <category term="symphony"/>
    <link href="http://www.tesoriere.com/2009/6/keep-flippin-website-redone" rel="alternate" type="text/html"/>
    <title>Keep Flippin' website v3</title>
<summary type="html">http://tesoriere.com/assets/2009/6/15/Picture_1.png</summary><content type="html">
            http://tesoriere.com/assets/2009/6/15/Picture_1.png
					&lt;p&gt;	 
						&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://tesoriere.com/assets/2009/6/15/Picture_1.png&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Below this is all tech-talk.&lt;/b&gt; To summarize, I used new stuff to make the site better, make it quicker, and more responsive. &lt;a href=&quot;http://keepflippin.com&quot;&gt;This is what I made.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In every project I do, I like to learn something new. This time, I just happened to learn quite a few new things, &lt;a href=&quot;http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html&quot;&gt;SASS&lt;/a&gt;, &lt;a href=&quot;http://www.w3.org/TR/xslt&quot;&gt;XSLT&lt;/a&gt;, and additional knowledge about PHP to name a few. Not that PHP is still anything amazing, but it can’t hurt to renew some knowledge of it.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;http://keepflippin.com&quot;&gt;new keep flippin website&lt;/a&gt; is built using &lt;a href=&quot;http://compass-style.org/&quot;&gt;compass&lt;/a&gt; for the CSS (this is &lt;em&gt;amazing&lt;/em&gt;), &lt;a href=&quot;http://symphony-cms.com&quot;&gt;symphony&lt;/a&gt;, some 
&lt;a href=&quot;http://tesoriere.com/tags/symphony%20extension&quot;&gt;extensions I created&lt;/a&gt; and &lt;a href=&quot;http://github.com/scottkf&quot;&gt;GitHub&lt;/a&gt; to keep track of everything.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-06-14:22</id>
    <published>2009-06-14T10:52:00Z</published>
    <updated>2009-06-15T10:54:09Z</updated>
    <category term="journal"/>
    <category term="cms"/>
    <category term="jekyll"/>
    <category term="ruby"/>
    <link href="http://www.tesoriere.com/2009/6/i-know-i-ve-been-living-under-a-rock" rel="alternate" type="text/html"/>
    <title>I know I've been living under a rock</title>
<content type="html">
            &lt;p&gt;But have you seen &lt;a href=&quot;http://wiki.github.com/mojombo/jekyll/install&quot;&gt;jekyll&lt;/a&gt;?. It makes blogging seem like it might be fun. I bet the people at my hosting company would appreciate it too.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-06-13:20</id>
    <published>2009-06-13T20:10:00Z</published>
    <updated>2009-06-15T22:27:32Z</updated>
    <category term="journal"/>
    <category term="concurrency"/>
    <category term="database"/>
    <category term="symphony"/>
    <category term="symphony extension"/>
    <link href="http://www.tesoriere.com/2009/6/dealing-with-database-concurrency-locking-in-the-symphony-cms" rel="alternate" type="text/html"/>
    <title>Dealing with database concurrency (locking) in the Symphony CMS</title>
<content type="html">
            &lt;p&gt;&lt;/p&gt;

&lt;p&gt;Symphony doesn't natively supported &lt;a href=&quot;http://www.google.com/search?q=pessimistic+database+locking&quot;&gt;pessimistic database locking&lt;/a&gt;, so I created an extension in symphony to handle it, both in the backend and the frontend. It's somewhat complicated to implement, but so far it works pretty great. I created it because one of the next big projects I'm working on will be used by many people at once, and I was considering using symphony to create it, as opposed to Rails.&lt;/p&gt;

&lt;p&gt;You can get it &lt;a href=&quot;https://github.com/scottkf/pessimistic-db-locking/tree&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Report any issues at &lt;a href=&quot;https://github.com/scottkf/pessimistic-db-locking/issues&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-06-01:18</id>
    <published>2009-06-01T05:36:00Z</published>
    <updated>2009-06-15T22:27:45Z</updated>
    <category term="journal"/>
    <category term="cms"/>
    <category term="mass upload"/>
    <category term="symphony"/>
    <category term="symphony extension"/>
    <link href="http://www.tesoriere.com/2009/6/uploading-multiple-files-with-symphony-cms" rel="alternate" type="text/html"/>
    <title>Uploading multiple files with Symphony CMS</title>
<content type="html">
            &lt;p&gt;&lt;/p&gt;

&lt;p&gt;Many CMS&#8217; don&#8217;t offer a way to manage picture galleries easily, and neither does symphony out of the box. But, after playing with symphony some, I decided that I liked it and the next project I would do would be with symphony. &lt;/p&gt;

&lt;p&gt;So I created a plugin (in symphony: extension) that allows you to upload multiple files, and create entries (in this example, gallery items, or rows in the database, etc) to allow you to accomplish this easily.&lt;/p&gt;

&lt;p&gt;You can download it at &lt;a href=&quot;http://github.com/scottkf/mass-upload-utility/tree/master&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-05-28:17</id>
    <published>2009-05-28T16:38:00Z</published>
    <updated>2009-05-30T18:00:00Z</updated>
    <category term="journal"/>
    <category term="keep flippin"/>
    <category term="symphony"/>
    <link href="http://www.tesoriere.com/2009/5/symphony-cms" rel="alternate" type="text/html"/>
    <title>Symphony CMS</title>
<summary type="html">http://tesoriere.com/assets/2009/5/29/kf.jpg</summary><content type="html">
            http://tesoriere.com/assets/2009/5/29/kf.jpg
&lt;br /&gt;&lt;br /&gt;

I've been working on moving &lt;a href=&quot;http://keepflippin.com&quot;&gt;this&lt;/a&gt; to &lt;a href=&quot;http://symphony-cms.com&quot;&gt;this&lt;/a&gt;. It's got a bit of a learning curve, but I would say it's like Rails for designers with a GUI. That's not a bad thing. The bad thing is that it uses &lt;a href=&quot;http://www.w3.org/TR/xslt&quot;&gt;XSLT 1.0&lt;/a&gt;. Which is the least powerful language ever written (spec was written 8 years ago). It's not a procedural language, and if you don't treat it as one, you'll be ok.

Some posts about tutorials will follow.
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-04-17:16</id>
    <published>2009-04-17T13:34:00Z</published>
    <updated>2010-07-19T10:54:19Z</updated>
    <category term="journal"/>
    <category term="mephisto"/>
    <category term="next_article"/>
    <category term="previous_article"/>
    <link href="http://www.tesoriere.com/2009/4/mephisto-next-article-link-and-previous-article-link" rel="alternate" type="text/html"/>
    <title>mephisto next article link, and previous article link</title>
<content type="html">
            &lt;p&gt;8.2 either removed the two functions I used to manage article navigation at the bottom (move your eyes dowwwwn just above the comments), or I added them and thought they came for free. After looking at the &lt;a href=&quot;http://github.com/emk/mephisto/tree/0535b5ff99d45c94e6cb5d54d8ddaf24081840bd/app/drops&quot;&gt;date in the master repo&lt;/a&gt; the latter appears to be true!&lt;/p&gt;


&lt;pre&gt;
&lt;code class=&quot;ruby&quot;&gt;
#article_drop.rb

## this goes in app/drops/article_drop.rb
def next?
  !@source.next.blank?
end

def previous?
  !@source.previous.blank?
end

&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;Then to use it, go to your liquid template and add the following somewhere important:&lt;/p&gt;


&lt;code class=&quot;ruby&quot;&gt;
#previous link
{% if article.previous? %}
  {{ article | previous_article | link_to_article }}
{% else %}
  &amp;lt;a href=&quot;/&quot;&amp;gt;home&amp;lt;/a&amp;gt;
{% endif %}

#next link
{% if article.next? %}
  {{ article | next_article | link_to_article }}
{% else %}
  &amp;lt;a href=&quot;/&quot;&amp;gt;home&amp;lt;/a&amp;gt;
{% endif %}
&lt;/code&gt;

	&lt;p&gt;If you want the links to have different text, say next/previous, you need to change the previous like so&lt;/p&gt;


&lt;code class=&quot;ruby&quot;&gt;
#previous link
{% if article.previous? %}
  {{ article | previous_article | link_to_article: 'PREVIOUS' }}
{% else %}
  &amp;lt;a href=&quot;/&quot;&amp;gt;home&amp;lt;/a&amp;gt;
{% endif %}

#next link
{% if article.next? %}
  {{ article | next_article | link_to_article: 'NEXT' }}
{% else %}
  &amp;lt;a href=&quot;/&quot;&amp;gt;home&amp;lt;/a&amp;gt;
{% endif %}
&lt;/code&gt;

	&lt;p&gt;It would appear that the prev/next_article filters check to see if one exists, but I prefer to link back to home for usability purposes, and this lets me do that.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-04-11:15</id>
    <published>2009-04-11T23:58:00Z</published>
    <updated>2009-04-12T20:31:49Z</updated>
    <category term="journal"/>
    <category term="mobileme"/>
    <category term="pictures"/>
    <link href="http://www.tesoriere.com/2009/4/mobileme-for-a-picture-gallery" rel="alternate" type="text/html"/>
    <title>embed mobileme in a design</title>
<content type="html">
            &lt;p&gt; On the right there&#8217;s a new link for &#8216;pictures&#8217;, I&#8217;m embedding a mobileme gallery within the frame of the extremely wide tesoriere.com layout. It&#8217;s not thaaaat terrible, but honestly, don&#8217;t most people use facebook now?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;The relevant code is simple, and can be found through iWeb, but to save you the trouble:&lt;/p&gt;


&lt;code class=&quot;html&quot;&gt;
&amp;lt;iframe src=&quot;http://gallery.me.com/&amp;lt;username&amp;gt;&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&amp;gt;
&amp;lt;/iframe&amp;gt;
&lt;/code&gt;

	&lt;p&gt;You have to give it a big enough frame [w:855px,h:630px], or allow it to scroll.&lt;/p&gt;


	&lt;p&gt;PS. It&#8217;s also hosted on MobileMe with a &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; pointing to web.me.com from me.tesoriere.com.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2009-03-07:12</id>
    <published>2009-03-07T09:05:00Z</published>
    <updated>2009-05-19T16:47:41Z</updated>
    <category term="journal"/>
    <category term="commerce"/>
    <category term="portfolio"/>
    <category term="spree"/>
    <category term="substruct"/>
    <category term="upcoming"/>
    <link href="http://www.tesoriere.com/2009/3/up-next" rel="alternate" type="text/html"/>
    <title>up next</title>
<summary type="html">http://tesoriere.com/assets/2008/6/8/sandalhut.png</summary><content type="html">
            http://tesoriere.com/assets/2008/6/8/sandalhut.png
&lt;a href=&quot;http://www.tesoriere.com/assets/2008/6/8/sandalhut.png&quot;&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
Last year, I completed a simple commerce website where I used my own solution written in rails. It worked, but it was a very simple application, not much flare, not much ajax (which is omg exciting). So for this, it would've wound up being a little too simplistic, and to avoid having to reinvent the square wheel, I tried using substruct. Substruct is great for what it is, but it hasn't been updated in some time now, so I tried redoing it with spree, and that's where I am now. The transition has been pretty smooth since I had finished most of the views already. As far as the functionality, it seems like a winner! Huzzah.
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2008-06-21:14</id>
    <published>2008-06-21T17:41:00Z</published>
    <updated>2008-06-22T19:51:22Z</updated>
    <category term="journal"/>
    <category term="mephisto"/>
    <link href="http://www.tesoriere.com/2008/6/mephisto-section-with-multiple-pages-on-homepage-static-intro-page" rel="alternate" type="text/html"/>
    <title>mephisto - section with multiple pages on homepage (static intro page)</title>
<content type="html">
            &lt;p&gt;&lt;/p&gt;


	&lt;p&gt;The way mephisto works, you can&#8217;t have a static intro page (one article per page, a &#8216;paged&#8217; section), and a blog in a subdirectory (ie. /journal). These options are found under the &#8216;sections&#8217; tab.&lt;/p&gt;


	&lt;p&gt;The reason it breaks is because of the way mephisto uses permanent links. It won&#8217;t prefix permanent links with the &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; associated with their section.&lt;/p&gt;


&lt;b&gt;There are a number of ways to fix this:&lt;/b&gt;
	&lt;ol&gt;
	&lt;li&gt;sneaky template manuvering (the solution I took described below)&lt;/li&gt;
		&lt;li&gt;changing the way permanent links are constructed in the mephisto code-base (seemingly the proper way) and submitting a patch to include it in future revisions&lt;/li&gt;
		&lt;li&gt;just moving the whole mephisto installation to a subdirectory. This has it&#8217;s problems because you wouldn&#8217;t have access to the articles at all to slap on your introduction page. I use them to represent the &#8216;portfolio&#8217; on this website.&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;The first method is the quickest; using the templates to achieve this is fairly simple and straightforward. In your &#8216;layout.liquid&#8217;, which is the default template, you can add the following:&lt;/p&gt;


&lt;pre&gt;
&lt;code class=&quot;ruby&quot;&gt;
{% if @section != nil %}
{% include 'home' %}
{% else %}
{% include 'journal'%}
{% endif %}
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;There also exists a &#8216;_home.liquid&#8217; and &#8216;_journal.liquid&#8217; template with however you want them to be designed. And that&#8217;s it!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2008-06-17:13</id>
    <published>2008-06-17T09:54:00Z</published>
    <updated>2009-06-06T04:15:15Z</updated>
    <category term="journal"/>
    <category term="datamapper"/>
    <category term="merb"/>
    <link href="http://www.tesoriere.com/2008/6/datamapper-many-to-many-parent-child-relationship" rel="alternate" type="text/html"/>
    <title>datamapper - many-to-many parent child relationship</title>
<content type="html">
            &lt;p&gt;I started playing around with datamapper to see if I could model an many to many parent/child relationship (self-referential habtm?) for an upcoming project. The plan was to use sproutcore for the gui (once I figured it out!), and merb as a webservice that it interacts with.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://jit.nuance9.com/2008/06/datamapper-parent-child-relationship.html&quot;&gt;Justin gave me a kickstart&lt;/a&gt; with datamapper, and I eventually came up with:&lt;/p&gt;


&lt;pre&gt;
&lt;code class=&quot;ruby&quot;&gt;
#Person.rb
class Person
  include DataMapper::Resource

  property :id, Integer, :serial =&amp;gt; true

  has n, :relationships
  has n, :parents, :through =&amp;gt; :relationships, :class_name =&amp;gt; 'Person'
  has n, :children, :through =&amp;gt; :relationships, :class_name =&amp;gt; 'Person'

  # parent = Person.create()
  # child = Person.create()
  # relationship = Relationship.new(:parent =&amp;gt; parent)
  # child.relationships &amp;lt;&amp;lt; relationship
  # child.save

end

#Relationship.rb
class Relationship
  include DataMapper::Resource

  property :id, Integer, :serial =&amp;gt; true
  belongs_to :person
  belongs_to :parent, :class_name =&amp;gt; 'Person'
  belongs_to :child, :class_name =&amp;gt; 'Person'
end
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;I&#8217;ll eventually write some spec&#8217;s for it.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2008-06-04:11</id>
    <published>2008-06-04T18:28:00Z</published>
    <updated>2008-06-09T10:53:17Z</updated>
    <category term="journal"/>
    <category term="mephisto"/>
    <link href="http://www.tesoriere.com/2008/6/new-design" rel="alternate" type="text/html"/>
    <title>new design</title>
<content type="html">
            There's a new design up today, and it came out pretty well. I still believe it needs more &lt;a href=&quot;http://mootools.net&quot;&gt;cowbell&lt;/a&gt; for it to truly shine. It runs on &lt;a href=&quot;http://mephistoblog.com&quot;&gt;mephisto&lt;/a&gt; and uses &lt;a href=&quot;http://www.digitalia.be/software/slimbox&quot;&gt;slimbox&lt;/a&gt; for the lightbox popups.
          </content>  </entry>
  <entry xml:base="http://www.tesoriere.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:www.tesoriere.com,2008-05-29:7</id>
    <published>2008-05-29T00:51:00Z</published>
    <updated>2008-08-19T20:18:21Z</updated>
    <category term="journal"/>
    <category term="portfolio"/>
    <link href="http://www.tesoriere.com/2008/5/dr-lorne-s-stitsky-revised" rel="alternate" type="text/html"/>
    <title>dr lorne s. stitsky - revised</title>
<summary type="html">http://www.tesoriere.com/assets/2008/5/29/Picture_1.png</summary><content type="html">
            http://www.tesoriere.com/assets/2008/5/29/Picture_1.png
&lt;a href=&quot;http://www.tesoriere.com/assets/2008/5/29/Picture_1.png&quot;&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
I just finished the 2nd version of &lt;a href=&quot;http://drstitsky.com&quot;&gt;Dr. Stitsky's website&lt;/a&gt; to match his current marketing materials.
          </content>  </entry>
</feed>
