<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cardbox &#187; Applications</title>
	<atom:link href="http://cardbox.wordpress.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://cardbox.wordpress.com</link>
	<description>Designing, building, selling and supporting a leading End User Database</description>
	<lastBuildDate>Wed, 27 May 2009 08:22:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='cardbox.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/175111b9cd5359f266000a5c47e37447?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Cardbox &#187; Applications</title>
		<link>http://cardbox.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cardbox.wordpress.com/osd.xml" title="Cardbox" />
		<item>
		<title>Partially duplicating a record</title>
		<link>http://cardbox.wordpress.com/2009/05/01/partially-duplicating-a-record/</link>
		<comments>http://cardbox.wordpress.com/2009/05/01/partially-duplicating-a-record/#comments</comments>
		<pubDate>Fri, 01 May 2009 13:40:50 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Scan and Shred]]></category>

		<guid isPermaLink="false">http://cardbox.wordpress.com/?p=62</guid>
		<description><![CDATA[In a scan-and-shred type of database, I often find myself wanting to duplicate everything except the image or object field. For instance, I may be filing bank statements, where all the details are the same as last time except for the date and the scanned image itself. Here&#8217;s a macro that does this.

Set rec=ActiveRecord
AddRecord
Set recNew=ActiveRecord
For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=62&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In a scan-and-shred type of database, I often find myself wanting to duplicate everything except the image or object field. For instance, I may be filing bank statements, where all the details are the same as last time except for the date and the scanned image itself. Here&#8217;s a macro that does this.</p>
<blockquote>
<pre>Set rec=ActiveRecord
AddRecord
Set recNew=ActiveRecord
For Each fld In rec.Fields
 If fld.Definition.Type=cbxFieldTypeText Then
  recNew.Fields(fld.Definition.Name)=fld
  End If
 Next</pre>
</blockquote>
<p>I save this macro in the &#8220;This Database&#8221; section, under the name &#8220;Partial Duplicate&#8221;. Then, to make things easier for myself, I edit the native format of the database, do Tools &gt; Keyboard, and associate Ctrl+D with playing the &#8220;Partial Duplicate&#8221; macro. Since Ctrl+D is normally Cardbox&#8217;s own shortcut for File &gt; Duplicate Record, this means that I don&#8217;t have to change my typing habits.</p>
<p>One refinement: one of my fields, called NUMBER, has an auto-numbering validator in it. If I duplicate that field, the new record will have the same serial number as the old &#8211; which I don&#8217;t want. So I add the following line at the end of the macro:</p>
<blockquote>
<pre>recNew.Fields("NUMBER")=""</pre>
</blockquote>
<p>Now the field will be blanked out, and Cardbox will number it automatically when I save the record.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=62&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2009/05/01/partially-duplicating-a-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Cardbox and Apple Macintosh</title>
		<link>http://cardbox.wordpress.com/2007/12/11/cardbox-and-apple-macintosh/</link>
		<comments>http://cardbox.wordpress.com/2007/12/11/cardbox-and-apple-macintosh/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 15:13:56 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://cardbox.wordpress.com/2007/12/11/cardbox-and-apple-macintosh/</guid>
		<description><![CDATA[Cardbox is a Windows program. The Mac is not a Windows computer. These two facts have been a source of frustration to many people for a long time.
We have now done extensive work to make sure that Cardbox is compatible with CrossOver Mac, a product that lets Windows programs run on the Mac without the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=59&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cardbox is a Windows program. The Mac is not a Windows computer. These two facts have been a source of frustration to many people for a long time.</p>
<p>We have now done extensive work to make sure that Cardbox is compatible with CrossOver Mac, a product that lets Windows programs run on the Mac without the need to install Windows itself.</p>
<p>The <a href="http://www.cardbox.com/support/kb.htm">Knowledge Base</a> page now has a &#8220;Macintosh&#8221; section giving advice on installing and using Cardbox with CrossOver Mac.</p>
<p>If you haven&#8217;t already got CrossOver Mac, you can <a href="http://www.codeweavers.com">download a trial version</a>.</p>
<p>If you already have a Cardbox licence and want to try all this, you&#8217;ll need the very latest build of Cardbox, Build 4259, which you can download <a href="http://www.cardbox.com/downloading/updates.htm">here</a>.</p>
<p>If you haven&#8217;t already got Cardbox &#8211; or you want to get a friend with a Mac to try it out &#8211; read about our <a href="http://www.cardbox.com/support/mac/install.htm">special offer</a>.</p>
<p>If you have any comments or questions, please visit the <a href="http://cardboxeverywhere.wordpress.com/feedback-on-the-mac/">Feedback on the Mac</a> page on the <a href="http://cardboxeverywhere.wordpress.com">Cardbox Everywhere</a> blog.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=59&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2007/12/11/cardbox-and-apple-macintosh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Lightweight e-commerce with Cardbox</title>
		<link>http://cardbox.wordpress.com/2007/05/30/lightweight-e-commerce-with-cardbox/</link>
		<comments>http://cardbox.wordpress.com/2007/05/30/lightweight-e-commerce-with-cardbox/#comments</comments>
		<pubDate>Wed, 30 May 2007 11:45:19 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://cardbox.wordpress.com/2007/05/30/lightweight-e-commerce-with-cardbox/</guid>
		<description><![CDATA[A small business, or a business whose main activity is not e-commerce, can run into trouble when selling things on the Web. Either it sells everything through a third party (Amazon for books, Handango for downloads, or even eBay) with high transaction costs, unfavourable contract terms, and hidden risks, or it pays a lot of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=53&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A small business, or a business whose main activity is not e-commerce, can run into trouble when selling things on the Web. Either it sells everything through a third party (<a href="http://www.amazon.co.uk">Amazon</a> for books, <a href="http://www.handango.com">Handango </a>for downloads, or even <a href="http://www.ebay.co.uk">eBay</a>) with high transaction costs, unfavourable contract terms, and hidden risks, or it pays a lot of money for a fully e-commerce-enabled web site when all it really needed was the ability to process a dozen or so transactions a day.</p>
<p>The <a href="http://www.cardbox.com/solutions/case/universalis.htm">Universalis case study</a> shows how it is possible to start a small e-commerce business at virtually no cost (just the application fee for the credit card processor) and with virtually no programming (just a single Cardbox macro to process the orders as they come in by email).</p>
<p>This lightweight semi-automated approach is secure, fraud-proof, and requires very little time to manage.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=53&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2007/05/30/lightweight-e-commerce-with-cardbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Symbol fonts in Cardbox</title>
		<link>http://cardbox.wordpress.com/2007/05/14/symbol-fonts-in-cardbox/</link>
		<comments>http://cardbox.wordpress.com/2007/05/14/symbol-fonts-in-cardbox/#comments</comments>
		<pubDate>Mon, 14 May 2007 14:15:02 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://cardbox.wordpress.com/2007/05/14/symbol-fonts-in-cardbox/</guid>
		<description><![CDATA[When you choose a font in Cardbox, it offers you a choice of all the normal fonts on your computer. By &#8220;normal fonts&#8221; we mean the ones in which letters look like letters. For instance, w might look like this:
  			
A symbol font is one where the symbols you see don&#8217;t look anything like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=49&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When you choose a font in Cardbox, it offers you a choice of all the normal fonts on your computer. By &#8220;normal fonts&#8221; we mean the ones in which letters look like letters. For instance, <strong>w</strong> might look like this:</p>
<p><a href="http://cardbox.wordpress.com/wp-admin/upload.php?style=inline&amp;tab=browse&amp;post_id=-1179151540&amp;action=view&amp;ID=50" id="file-link-50" title="Letter w in normal fonts" class="file-link image">  			</a><img src="http://cardbox.files.wordpress.com/2007/05/401-wnormal.gif" alt="Letter w in normal fonts" /></p>
<p>A symbol font is one where the symbols you see don&#8217;t look anything like the letters you type. Here is the letter <strong>w</strong> as displayed in various different symbol fonts:</p>
<p><img src="http://cardbox.files.wordpress.com/2007/05/401-wns.gif" alt="Letter w in symbol fonts" /></p>
<p><span id="more-49"></span></p>
<p>Cardbox is principally designed for searching and storing text, so to avoid confusion it doesn&#8217;t usually show you symbol fonts. But if you really want to see the symbol fonts in the font list, then:</p>
<ul>
<li>When using View &gt; Appearance or the Appearance button in the toolbar, hold down the Shift key.</li>
<li>When setting the appearance for one particular format item (this is the likelier case), open the Properties window in the usual way but then hold down the Shift key as you click on the Appearance tab to open it.</li>
</ul>
<p>In either case, you will then see a full list of fonts including all the symbol fonts.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=49&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2007/05/14/symbol-fonts-in-cardbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>

		<media:content url="http://cardbox.files.wordpress.com/2007/05/401-wnormal.gif" medium="image">
			<media:title type="html">Letter w in normal fonts</media:title>
		</media:content>

		<media:content url="http://cardbox.files.wordpress.com/2007/05/401-wns.gif" medium="image">
			<media:title type="html">Letter w in symbol fonts</media:title>
		</media:content>
	</item>
		<item>
		<title>Cardbox/S3 photographic archive</title>
		<link>http://cardbox.wordpress.com/2006/07/13/cardboxs3-photographic-archive/</link>
		<comments>http://cardbox.wordpress.com/2006/07/13/cardboxs3-photographic-archive/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 07:06:07 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">https://cardbox.wordpress.com/2006/07/13/cardboxs3-photographic-archive/</guid>
		<description><![CDATA[The Amazon S3 discussion forum has a thread on using S3 for photographic archiving. Cardbox and S3 make an ideal match for this.
You can have a Cardbox database on your computer that indexes all your photographs (on as many criteria as you like) and contains a low-resolution copy of each photograph (&#8220;low-resolution&#8221; means whatever you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=29&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Amazon S3 discussion forum has a thread on <a href="http://developer.amazonwebservices.com/connect/thread.jspa?messageID=40519&amp;tstart=0#40519" target="_blank">using S3 for photographic archiving</a>. Cardbox and S3 make an ideal match for this.</p>
<p>You can have a Cardbox database on your computer that indexes all your photographs (on as many criteria as you like) and contains a low-resolution copy of each photograph (&#8220;low-resolution&#8221; means whatever you want it to mean &#8211; thumbnail, or 320&#215;200 or 640&#215;480 or 800&#215;600) so that you know exactly what you&#8217;re talking about. Each record will also have a link to your original high-resolution picture stored on Amazon S3: the link can be of a kind that is inaccessible to anyone but you. <a href="http://cardbox.wordpress.com/2006/07/11/amazon-s3-and-cardbox-2/">Our previous post</a> tells you more about using Cardbox in conjunction with S3.<br />
Basically, to do this you&#8217;d need nothing more than Cardbox plus your own Amazon Web Services / S3 account.</p>
<p>A few bonuses:</p>
<ul>
<li>If you want one of your customers to be able to download a photograph, you can give them a link to the high-res version: the link can expire automatically at a set time.</li>
<li>If it&#8217;s appropriate, you can even give your customers read-only access to one of the databases. This will let them view your low-resolution pictures and identify exactly the ones you want.</li>
</ul>
<p>We&#8217;ve created a simple sample database that will show this in action. <a href="http://www.cardbox.com/support/kb/photoarchive.htm" target="_blank">This page</a> has a link that lets you download the database, and it has full instructions on how to get going with your own photogaphic archive.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=29&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/07/13/cardboxs3-photographic-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon S3 and Cardbox</title>
		<link>http://cardbox.wordpress.com/2006/07/11/amazon-s3-and-cardbox-2/</link>
		<comments>http://cardbox.wordpress.com/2006/07/11/amazon-s3-and-cardbox-2/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 09:21:55 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">https://cardbox.wordpress.com/2006/07/11/amazon-s3-and-cardbox-2/</guid>
		<description><![CDATA[The project to add Amazon S3 facilities to Cardbox has been completed. (If you&#8217;re not familiar with Cardbox then you can read about it here and get a free 1-month trial licence here).
Amazon S3 is storage for the Internet. Secure, reliable and cheap, it can be used to store any amount of data, at any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=28&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The project to add Amazon S3 facilities to Cardbox has been completed. (If you&#8217;re not familiar with Cardbox then you can read about it <a href="http://www.cardbox.com" target="_blank">here</a> and get a free 1-month trial licence <a href="http://www.cardbox.com/sales/trynow.htm" target="_blank">here</a>).</p>
<p><a href="http://s3.amazonaws.com/" title="Amazon S3 web site" target="_blank">Amazon S3</a> is storage for the Internet. Secure, reliable and cheap, it can be used to store any amount of data, at any time, and retrieve it from anywhere on the web. There is no sign-up fee and you pay only for the storage you actually use.</p>
<p>In the <a href="http://www.cardbox.com/downloading/updates.htm" target="_blank">new build of Cardbox</a> that is released today, we have incorporated the following features to make use of S3:</p>
<p><b>The Cardbox Server</b> (used in multi-user and networking systems) can be configured to back up your databases automatically, at specified intervals, to your S3 storage space. There is no interruption in service during a backup, because the Cardbox Server can back up a database even if it is in use. You can have a single backup copy of the latest version of each database, or you can have a separate backup made each time that the database has changed.</p>
<p><b>Cardbox itself</b> has a new command that lets you view your S3 storage space and upload, download or delete files. Apart from managing the Cardbox Server&#8217;s backups, this also allows you to make backups of files on your own computer.</p>
<p><b>Cardbox&#8217;s VBScript macro system</b> has been expanded to allow you to manage your S3 storage space programmatically. This offers interesting prospects for the future: for instance, a photographic database that stores and displays each photograph at a reasonable screen resolution while the original full-resolution images are held in an archive on S3.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=28&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/07/11/amazon-s3-and-cardbox-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Bar codes and Cardbox</title>
		<link>http://cardbox.wordpress.com/2006/06/20/bar-codes-and-cardbox/</link>
		<comments>http://cardbox.wordpress.com/2006/06/20/bar-codes-and-cardbox/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 09:58:29 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">https://cardbox.wordpress.com/2006/06/20/bar-codes-and-cardbox/</guid>
		<description><![CDATA[Cardbox can print bar codes in various formats: what about reading them?
There are many barcode readers on the market in a variety of shapes and sizes, and we can&#39;t really advise you which one to buy (you have to choose what suits you best), but as far as Cardbox is concerned, they all work in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=27&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cardbox can print bar codes in various formats: what about reading them?</p>
<p>There are many barcode readers on the market in a variety of shapes and sizes, and we can&#39;t really advise you which one to buy (you have to choose what suits you best), but as far as Cardbox is concerned, they all work in essentially the same way. You scan a code, and the reader interprets the code and &quot;types&quot; it in to your computer just as if you had typed it on the keyboard yourself.</p>
<p>One feature that is definitely worth looking for is the ability for the reader to type extra keystrokes before and after the actual interpreted barcode. Manufacturers often refer to these as &quot;preamble&quot; and &quot;postamble&quot; keystrokes.</p>
<h4><span id="more-27"></span>Inserting barcodes into a record</h4>
<p>Sometimes you may have a number of existing records and want to add barcodes to them. For instance, you could have a collection of objects and be attaching pre-printed barcode labels to each one. Your workflow would then be: pick up the object, find its record in Cardbox, and scan in the barcode.</p>
<p>The obvious and simple way would be to edit the record, go to your &quot;barcode&quot; field, scan the barcode, and save the record.</p>
<p>If you have a barcode reader that can do programmable preambles and postambles, you can make the process easier by making the preamble type the keystrokes for editing (Ctrl+E, Ctrl+G followed by the field name) and making the postamble type the keystroke to save the record (Ctrl+S). That way you won&#39;t have to touch the keyboard: just look at the record and scan the barcode, and the barcode reader will do everything else for you.</p>
<h4>Using a macro</h4>
<p>You can create a macro that uses the InputBox command to ask you to scan a barcode, and then does whatever you want with the result. It might be more intelligent than just putting the scanned code into a field. For instance, it might search for the code &#8211; if the code is already in the database, it can show you the matching record; if the code isn&#39;t already in the database, it can create a blank record and fill in the barcode field. (If you are dealing with books then it might even look up the book in Amazon&#39;s database in order to fill in more details, as <a href="http://cardbox.wordpress.com/2006/05/15/new-sample-looking-up-amazon-data/" title="Looking up Amazon data">this posting</a> shows).</p>
<p>As we&#39;ve just described it, the sequence of operations will be: play the macro, scan the code, and hit Enter to tell the macro that the code has been scanned. But you could use preambles and postambles again: first associate the macro with a keystroke, then tell the barcode reader to send that keystroke as a preamble, then tell the barcode reader to send the Enter key as a postamble. That way you can do everything you need by just performing a simple scan and you won&#39;t need the keyboard at all.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=27&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/06/20/bar-codes-and-cardbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon S3 and Cardbox</title>
		<link>http://cardbox.wordpress.com/2006/06/13/amazon-s3-and-cardbox/</link>
		<comments>http://cardbox.wordpress.com/2006/06/13/amazon-s3-and-cardbox/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 20:05:04 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">https://cardbox.wordpress.com/2006/06/13/amazon-s3-and-cardbox/</guid>
		<description><![CDATA[Amazon S3 is storage for the Internet. Secure, reliable and cheap, it can be used to store any amount of data, at any time, and retrieve it from anywhere on the web. There is no sign-up fee and you pay only for the storage you actually use.
This posting describes how we are enhancing Cardbox to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=26&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://s3.amazonaws.com" title="Amazon S3 web site" target="_blank">Amazon S3</a> is storage for the Internet. Secure, reliable and cheap, it can be used to store any amount of data, at any time, and retrieve it from anywhere on the web. There is no sign-up fee and you pay only for the storage you actually use.</p>
<p>This posting describes how we are enhancing Cardbox to take advantage of the facilities that Amazon S3 offers.</p>
<p><i>If you don&#8217;t already know Cardbox, it&#8217;s a fast, straightforward database designed for end users. Anything you can list, Cardbox can store. Its particular strengths are powerful text indexing and the ability to attach photographs and scanned documents to every record. Cardbox is used by everyone from individuals and small businesses to multinationals and United Nations agencies, and there are Cardbox users on every continent including Antarctica. The <a href="http://www.cardbox.com" target="_blank">Cardbox web site</a> tells you more.</i></p>
<p><span id="more-26"></span>When Amazon S3 was released we knew immediately that this was something we wanted to use. The next question was: faced with unlimited, reliable data storage space, how could we extend Cardbox to take advantage of it? We had several ideas, but the one that promised the greatest benefits to the largest number of users was automated backup. (We will describe the other ideas in future posts).</p>
<p>The trouble with backup has traditionally been that it is something that someone has to <b>do</b>. Except in the most sophisticated organisations, someone ends up physically having to burn a CDROM or DVD, or even manipulate magnetic tape. Even when the backup has been done the problems are not over, because the backup has to be stored somewhere safe but accessible, organised so that you can find the right DVD again when you need it.</p>
<h4>Automated backups</h4>
<p>With Amazon S3, we have been able to add an automated backup facility to the Cardbox Server. In the Server&#8217;s configuration pages you tell it how often you want to back up, and the name of the location in S3 where you want the backups to go. And that is all. Cardbox does the rest.</p>
<p>The beautiful thing about letting the Cardbox Server do its own backups is that service doesn&#8217;t need to be interrupted while the backup is going on. Cardbox users can continue searching and browsing their data, and even making changes, during the backup. Cardbox knows enough about its own behaviour to be able to store the changes that users make while at the same time ensuring that the backup is a consistent picture of the entire database at one particular instant.</p>
<h4>Retrieving from backup</h4>
<p>The part of Cardbox that users actually see and interact with is the Cardbox Client &#8211; which we usually just call &#8220;Cardbox&#8221;, full stop, since as far as most people are concerned, the Cardbox Client <b>is</b> Cardbox.</p>
<p>We have extended the Cardbox Client in two ways. First of all, we have added commands to Cardbox&#8217;s VBScript macro system to allow objects to be listed, downloaded, and deleted (we have also included uploading, in case sophisticated macro writers need it). Secondly, we are implementing a window that shows a simple listing of all backed-up files and lets the user download or delete selected files. (Typically this feature would be under the control of a responsible administrator, since once an object is deleted from S3, it is deleted).</p>
<h4>Summary</h4>
<ul>
<li>Automatic backup at regular intervals.</li>
<li>Secure and reliable storage on Amazon S3.</li>
<li>Simple viewing and management of all backed-up files.</li>
<li>Downloading on demand.</li>
</ul>
<h4>Things to be done before release</h4>
<p>The features described here are in our internal development version of Cardbox. They will be incorporated in the production version (and formally announced to Cardbox users) soon. The principal work to be done is to add appropriate pages to the Tools &gt; Options and Server Configuration windows, and to add a new command (Tools &gt; Management &gt; Amazon S3) to allow interactive management of backup files.</p>
<h4>The future</h4>
<p>The main future enhancement we are considering is incremental backup. If you have a database of 100,000 photographs or documents, the chances are that only a few will be added or deleted in one day, meaning that out of a 10GB database, only a few megabytes have changed. Sending only the changes to Amazon S3 will save time and reduce data transmission costs. This feature already exists in Cardbox (if you download a database to your PC from a server with Tools &gt; Management &gt; Download, only the changes get downloaded) but we are waiting to implement the equivalent in S3 until (1) Amazon add some necessary features to their service and (2) enough Cardbox users are using the service to make the development worthwhile.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=26&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/06/13/amazon-s3-and-cardbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>New sample: looking up Amazon data</title>
		<link>http://cardbox.wordpress.com/2006/05/15/new-sample-looking-up-amazon-data/</link>
		<comments>http://cardbox.wordpress.com/2006/05/15/new-sample-looking-up-amazon-data/#comments</comments>
		<pubDate>Mon, 15 May 2006 16:21:40 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">https://cardbox.wordpress.com/2006/05/15/new-sample-looking-up-amazon-data/</guid>
		<description><![CDATA[The macro for looking up data in Amazon is now complete, and you can read a description and download it from here, together with an empty sample database for you to experiment with.
Anyone who has to maintain a database of books will find this useful (at least if the books are new enough to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=22&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The macro for looking up data in Amazon is now complete, and you can read a description and download it from <a href="http://www.cardbox.com/support/macros/amabooks.htm" title="Getting Data from Amazon">here</a>, together with an empty sample database for you to experiment with.</p>
<p>Anyone who has to maintain a database of books will find this useful (at least if the books are new enough to be listed on Amazon) and the principles behind the macro can be applied in other situations where you want to fill in Cardbox data from an online search.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=22&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/05/15/new-sample-looking-up-amazon-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
		<item>
		<title>The Cardbox email archive</title>
		<link>http://cardbox.wordpress.com/2006/01/18/the-cardbox-email-archive/</link>
		<comments>http://cardbox.wordpress.com/2006/01/18/the-cardbox-email-archive/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 12:18:16 +0000</pubDate>
		<dc:creator>cardbox</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://cardbox.wordpress.com/2006/01/18/the-cardbox-email-archive/</guid>
		<description><![CDATA[It&#8217;s done, and I&#8217;ve extracted 46,000 emails from our archives and imported them into a Cardbox database. It took 8 minutes in all, and every word in every email is indexed for fast retrieval. The Cardbox database is 231MB in size.
I won&#8217;t be posting a public spam database yet because of the trouble of going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=19&subd=cardbox&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s done, and I&#8217;ve extracted 46,000 emails from our archives and imported them into a Cardbox database. It took 8 minutes in all, and every word in every email is indexed for fast retrieval. The Cardbox database is 231MB in size.</p>
<p>I won&#8217;t be posting a public spam database yet because of the trouble of going through it to make sure that nothing private has found its way in accidentally, but if anyone wants to see one then let me know: I&#8217;ve now set up a dummy email address specifically for spam and nothing else, and once the spams start coming in I&#8217;ll look at making a Cardbox database out of them.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cardbox.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cardbox.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cardbox.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cardbox.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cardbox.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cardbox.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cardbox.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cardbox.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cardbox.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cardbox.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cardbox.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cardbox.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cardbox.wordpress.com&blog=31341&post=19&subd=cardbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cardbox.wordpress.com/2006/01/18/the-cardbox-email-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2aed1be59489a1610b340cba3dc73ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cardbox</media:title>
		</media:content>
	</item>
	</channel>
</rss>