<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
	<channel>
		<language>en_GB</language>
		<title>Articles Tagged with &quot;Metadata&quot;</title>
		<link>http://tobyinkster.co.uk/tag/metadata/</link>
		<description></description>
		<item>
			<title>14/01/2008: GPS &amp; Cameras</title>
			<link>http://tobyinkster.co.uk/blog/2008/01/14/gps-cameras/</link>
			<description>&lt;p&gt;We are now starting to see the arrival of &lt;acronym title=&quot;Global Positioning System&quot;&gt;GPS&lt;/acronym&gt; chips in cameras. Why? Well, so that photos can be &lt;a href=&quot;/blog/2007/05/10/exif/&quot;&gt;tagged&lt;/a&gt; with their latitude and longitude. Then when you upload your photos to a computer, they can be plonked onto a map&amp;nbsp;&amp;#8212; nifty little trick, and I&amp;#8217;m sure people will come up with plenty of other neat ways of using this extra data.&lt;/p&gt;

&lt;p&gt;But just wait until &lt;a href=&quot;http://en.wikipedia.org/wiki/Galileo_positioning_system&quot;&gt;Galileo&lt;/a&gt; (the European Space Agency&amp;#8217;s rival to US-based &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt;) goes live. Galileo will provide far higher resolution co-ordinates, potentially narrowing your position down to within a few inches. Combine that with the &lt;a href=&quot;http://en.wikipedia.org/wiki/Gyroscope&quot;&gt;gyroscopes&lt;/a&gt; already build into many higher end digital cameras, which are able to determine the orientation of the camera, and online &lt;a href=&quot;http://en.wikipedia.org/wiki/Geotagging&quot;&gt;geotagging&lt;/a&gt;&amp;nbsp;&amp;#8212; the practice of marking up information on the web with geographic co-ordinates&amp;nbsp;&amp;#8212; and you end up with a camera which doesn&amp;#8217;t just take pictures, but knows which famous landmark you&amp;#8217;ve decided to take a snap of!&lt;/p&gt;</description>
		</item>
		<item>
			<title>09/01/2008: X-Blog-Name</title>
			<link>http://tobyinkster.co.uk/blog/2008/01/09/x-blog-name/</link>
			<description>&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;OK, &lt;/span&gt;so the &lt;a href=&quot;http://en.wikipedia.org/wiki/Trackback&quot;&gt;Trackback&lt;/a&gt; &lt;a href=&quot;http://www.sixapart.com/pronet/docs/trackback_spec&quot;&gt;specification&lt;/a&gt; includes the ability for a pinging page to specify its article title and blog name when it sends a trackback ping. However, these fields are optional. When not present, typically the recipient of the ping will then make an &lt;span class=&quot;caps&quot;&gt;HTTP &lt;/span&gt;request back to the pinger to determine the article title from the page&amp;#8217;s &lt;code class=&quot;html&quot;&gt;&amp;lt;title&amp;gt;&lt;/code&gt; element. But there is no standardised way of determining the blog name&amp;nbsp;&amp;#8212; or more generically, because Trackback can be used by sites other than blogs&amp;nbsp;&amp;#8212; the name of the &amp;#8220;collection of web pages&amp;#8221;.&lt;/p&gt;

&lt;p&gt;The following informal specification suggests a method of determining the name of the collection of documents to which a given &lt;span class=&quot;caps&quot;&gt;HTML &lt;/span&gt;document belongs. It also provides a clear way for you to mark your own &lt;span class=&quot;caps&quot;&gt;HTML &lt;/span&gt;documents as being part of a particular collection.&lt;/p&gt;

&lt;h2&gt;Determining the Collection for a Given Document&lt;/h2&gt;

&lt;p&gt;Attempt to find the name of the collection&amp;#8230;&lt;/p&gt;</description>
		</item>
		<item>
			<title>10/05/2007: EXIF is Cool</title>
			<link>http://tobyinkster.co.uk/blog/2007/05/10/exif/</link>
			<description>&lt;p&gt;If you&amp;#8217;re not aware of &lt;a href=&quot;http://exif.org/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;EXIF&lt;/span&gt;&lt;/a&gt;, here&amp;#8217;s what it is:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;EXIF &lt;/span&gt;stands for Exchangeable Image File Format, and is a standard for storing interchange information in image files, especially those using &lt;span class=&quot;caps&quot;&gt;JPEG &lt;/span&gt;compression. Most digital cameras now use the &lt;span class=&quot;caps&quot;&gt;EXIF &lt;/span&gt;format.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;That is, many images, including most of the &lt;span class=&quot;caps&quot;&gt;JPEG&lt;/span&gt;s you get off modern digital cameras include a huge barrage of interesting information about the picture, such as:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;the date and time the photo was taken;&lt;/li&gt;
&lt;li&gt;the longitude and latitude where it was taken;&lt;/li&gt;
&lt;li&gt;whether or not the flash was fired; and&lt;/li&gt;
&lt;li&gt;what model of camera was used.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Pretty nifty, eh? But how to get all this information out? Well, &lt;span class=&quot;caps&quot;&gt;PHP &lt;/span&gt;offers some fairly good &lt;a href=&quot;http://www.php.net/exif&quot;&gt;&lt;span class=&quot;caps&quot;&gt;EXIF &lt;/span&gt;functions&lt;/a&gt;. I rather like &lt;a href=&quot;http://www.kanzaki.com/test/exif2rdf&quot;&gt;Masahide Kanzaki&amp;#8217;s &lt;span class=&quot;caps&quot;&gt;EXIF2RDF &lt;/span&gt;tool&lt;/a&gt; and am happy to announce that version 0.2.0 of demiblog will include a version of this for its &lt;a href=&quot;http://en.wikipedia.org/wiki/Photoblog&quot;&gt;photoblogging&lt;/a&gt; functionality. demiblog is very focused on providing good metadata, and &lt;span class=&quot;caps&quot;&gt;EXIF2RDF &lt;/span&gt;will help the photoblogging parts to keep their end of the bargain!&lt;/p&gt;</description>
		</item>
	</channel>
</rss>
