<?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>Jason Ashdown &#187; IE</title>
	<atom:link href="http://www.jasonashdown.co.uk/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonashdown.co.uk</link>
	<description>There&#039;s no place like 127.0.0.1</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Lytebox with javascript Exif Data</title>
		<link>http://www.jasonashdown.co.uk/2008/08/lytebox-with-javascript-exif-data/</link>
		<comments>http://www.jasonashdown.co.uk/2008/08/lytebox-with-javascript-exif-data/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 22:16:43 +0000</pubDate>
		<dc:creator>Jason Ashdown</dc:creator>
				<category><![CDATA[Waffle News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[EXIF]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[Lytebox]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.jasonashdown.co.uk/?p=21</guid>
		<description><![CDATA[Recently I had to integrate a photo gallery for one of my work projects Sony Alpha, a new digital SLR camera from Sony. My task was to display both the Exif data and the image at the same time. For &#8230; <a href="http://www.jasonashdown.co.uk/2008/08/lytebox-with-javascript-exif-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-42" style="margin: 10px;" title="Lytebox with Exif: Screenshot" src="http://www.jasonashdown.co.uk/wp-content/uploads/2008/11/lytebox_exif_screenshot-300x280.jpg" alt="" width="300" height="280" /></p>
<p>Recently I had to integrate a photo gallery for one of my work projects <a title="Sony Alpha Digital Camera" href="http://sony.dcmag.co.uk" target="_blank">Sony Alpha</a>, a new digital SLR camera from Sony. My task was to display both the Exif data and the image at the same time.</p>
<p>For this project I had to create something new which I haven&#8217;t found on the internet before. It uses the popular <a title="Popular Light Box adaption" href="http://dolem.com/lytebox/" target="_blank">Lytebox</a> extension (a flavour of the popular <a href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">Lightbox 2</a> javascript library) combined with a new javascript plugin that gathers <a href="http://blog.nihilogic.dk/2008/05/reading-exif-data-with-javascript.html" target="_blank">Exif Data</a> for photos via javascript with AJAX.<span id="more-21"></span></p>
<p>Other conventional methods tend to use a PHP file that grabs the exif data and switches between the data in a tab, but this is the first time I have seen of combining Lytebox with the javascript Exif plugin.</p>
<p>This version of Lytebox actually displays the exif data at the same time as the image. It took me many days to actually make it work but I finally managed it. It still doesn&#8217;t work in Opera or Safari but it does work for Firefox and IE.</p>
<p>I will bundle the files into a download so that people can use it and will attach it to this post, but I am very impressed that I managed to create the first javascript gallery that uses javascript to extract the Exif data from a photograph.</p>
<h2><strong>IMPORTANT UPDATE &#8211; 2008 / 10 /28<br />
</strong></h2>
<p>I have updated this post to include some <a href="http://www.jasonashdown.co.uk/lytebox_with_exif/">Online Examples</a> with the plugin in action! You can also now <a href="http://www.jasonashdown.co.uk/downloads/lytebox_with_exif.zip">Download</a> the files. I am sorry it has taken this long to get the files to you guys but it was finding the time to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonashdown.co.uk/2008/08/lytebox-with-javascript-exif-data/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>IE Blog publishes interesting article on embedding Fonts</title>
		<link>http://www.jasonashdown.co.uk/2008/07/ie-blog-publishes-interesting-article-on-embedding-fonts/</link>
		<comments>http://www.jasonashdown.co.uk/2008/07/ie-blog-publishes-interesting-article-on-embedding-fonts/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:38:25 +0000</pubDate>
		<dc:creator>Jason Ashdown</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://www.jasonashdown.co.uk/?p=13</guid>
		<description><![CDATA[Link to IE Blog: Font Embedding on the Web The IE Team talks about how you can embed any type of font you want into your web pages. This has been a highly desirable feature for years but has been &#8230; <a href="http://www.jasonashdown.co.uk/2008/07/ie-blog-publishes-interesting-article-on-embedding-fonts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-51" style="margin-left: 10px; margin-right: 10px;" title="IE: Internet Explorer" src="http://www.jasonashdown.co.uk/wp-content/uploads/2008/11/internet-explorer.png" alt="" width="137" height="131" />Link to IE Blog: <a href="http://blogs.msdn.com/ie/archive/2008/07/21/font-embedding-on-the-web.aspx" target="_blank">Font Embedding on the Web</a></p>
<p>The IE Team talks about how you can embed any type of font you want into your web pages. This has been a highly desirable feature for years but has been a tough one to implement.<span id="more-13"></span></p>
<p>Apparently the guys at <a href="http://www.fontembedding.com/" target="_blank">http://www.fontembedding.com/</a> have come up with a &#8220;prototype&#8221; way to convert font&#8217;s into a friendly format for your web pages.</p>
<p>Surprisingly enough, with the battle of the modern browsers, only versions of IE 4 and above can support this feature (pretty much all IE versions) but none of the opposing browsers like Firefox, Opera or Safari support this function.</p>
<p>Try it out for yourself with the 6 free sample font&#8217;s they have on their website. It definitely works, but unless all browsers can agree on implementing this feature, it might be a pointless measure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonashdown.co.uk/2008/07/ie-blog-publishes-interesting-article-on-embedding-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

