<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Says Cyphia</title>
	<atom:link href="http://cyphia.com/v/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://cyphia.com/v</link>
	<description></description>
	<lastBuildDate>Tue, 09 Aug 2011 00:24:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What’s in Thumbs.db?</title>
		<link>http://cyphia.com/v/?p=12</link>
		<comments>http://cyphia.com/v/?p=12#comments</comments>
		<pubDate>Thu, 30 Jun 2011 06:58:27 +0000</pubDate>
		<dc:creator>Cyphia</dc:creator>
				<category><![CDATA[U Viewer]]></category>

		<guid isPermaLink="false">http://cyphia.com/v/?p=12</guid>
		<description><![CDATA[A file named “Thumbs.db” is found in every folder on Windows XP if the folder has been viewed in thumbnails mode. Despite its name, the file is not a database, but a “Microsoft Compound Document” (MCD). In short, a MCD &#8230; <a href="http://cyphia.com/v/?p=12">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A file named “Thumbs.db” is found in every folder on Windows XP if the folder has been viewed in thumbnails mode. Despite its name, the file is not a database, but a “Microsoft <a title="summaryinfo.png" href="http://web.archive.org/web/20081011025401/http://cyphia.com/wordpress/wp-content/uploads/2007/07/summaryinfo.png"></a>Compound Document” (MCD). In short, a MCD is a package of multiple file streams. That is, it is a collection of individual files.</p>
<p>The MCD is the wrapper of all MS Office traditional documents, such as .doc, .xls, .ppt, and .vsd. A MCD container can be imagined as an array of slots, where each file stream is chopped into sections small enough to fit into the slots, and the slots comprising a file are linked into a list. In other words, the storage is managed in a way similar to how files are stored on hard drives. Just like a file allocation table on a hard drive, there is a similar allocation table that manages the sections. Likewise, a file index table is used to retrieve the files inside the container. This concept is quite old, though. It represents the typical thought of software engineers of 1980s when they must deal a lot with hardwares and algorithms.</p>
<p>A thumbs.db file contains a catalog, which provides information of which names are mapped to which files &#8211; and these files are thumbnail images in JPG formats. With Virgo Viewer you are able to extract all thumbnails from that .db file.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyphia.com/v/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

