<?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>Bloggink &#187; user experience</title>
	<atom:link href="http://blog.joggink.com/category/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joggink.com</link>
	<description>Blog of Joggink, home of Jochen Vandendriessche</description>
	<lastBuildDate>Mon, 16 Aug 2010 12:48:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross browser testing</title>
		<link>http://blog.joggink.com/2010/05/cross-browser-testing/</link>
		<comments>http://blog.joggink.com/2010/05/cross-browser-testing/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:44:25 +0000</pubDate>
		<dc:creator>Jochen Vandendriessche</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=288</guid>
		<description><![CDATA[It&#8217;s inevitable, sometimes annoying and yet, it&#8217;s part of our charming job: cross browser testing, and even cross OS testing. As frontdend developers, we want to deliver quality, therefore making sure that what we deliver is functional. It doesn&#8217;t have to look 100% the same, their might be some fallback (cf. css3, javascript) but in [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s inevitable, sometimes annoying and yet, it&#8217;s part of our charming job: cross browser testing, and even cross OS testing. As frontdend developers, we want to deliver quality, therefore making sure that what we deliver is functional. It<a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/" target="_blank"> doesn&#8217;t have to look 100% the same</a>, their might be <a href="http://en.wikipedia.org/wiki/Fault-tolerant_system" target="_blank">some fallback</a> (cf. <a href="http://www.w3.org/TR/css3-roadmap/" target="_blank">css3</a>, javascript) but in the end, the visitor has to be able to do what he is ought to do, browse, search, navigate, buy, etc&#8230;</p>
<p>So I have my own setup to test everything, but I&#8217;m eager to learn new ways.</p>
<p>At the moment I work on a macbook pro, I have vmware fusion running windows xp with IE6 and firefox, windows vista running IE7 &amp; 8 and firefox, windows 7 running IE8 and an ubuntu with firefox and Konqueror. I don&#8217;t test chrome because I use safari 4, firefox and opera on my mac to test stuff, but maybe I should add chrome to my vista setup. I also use the iphone developer tools to test sites on iPhone and iPad.</p>
<p>So how do you test your sites?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joggink.com/2010/05/cross-browser-testing/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>JQTouch: Jquery plugin for mobile web development</title>
		<link>http://blog.joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/</link>
		<comments>http://blog.joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:01:44 +0000</pubDate>
		<dc:creator>Jochen Vandendriessche</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=269</guid>
		<description><![CDATA[This is some cool stuff. A jquery plugin allowing you to build solid iPhone webapps. If you have an iPhone you should definitely check out the examples.
Otherwhise, check out this screencast, it&#8217;s really neat!

]]></description>
			<content:encoded><![CDATA[<p>This is some cool stuff. A jquery plugin allowing you to build solid iPhone webapps. If you have an iPhone you should definitely check out the <a href="http://jqtouch.com/preview/demos/main/" target="_blank">examples</a>.</p>
<p>Otherwhise, check out this screencast, it&#8217;s really neat!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6X4K2MQsSeI&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6X4K2MQsSeI&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Discovering magic: the ident engine</title>
		<link>http://blog.joggink.com/2009/10/discovering-magic-the-ident-engine/</link>
		<comments>http://blog.joggink.com/2009/10/discovering-magic-the-ident-engine/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:30:54 +0000</pubDate>
		<dc:creator>Jochen Vandendriessche</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=259</guid>
		<description><![CDATA[
Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a little magical if, when you signed up for a new site, the site said something [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35.png"><img class="size-medium wp-image-260 alignright" title="Ident engine profile search joggink" src="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35-300x196.png" alt="Ident engine profile search joggink" width="180" height="118" /></a></p>
<blockquote><p>Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a little magical if, when you signed up for a new site, the site said something like, “We notice you have a profile photo on Flickr and Twitter, would you like to use one of those or upload a new one?”</p>
<p><a href="http://www.alistapart.com/articles/discovering-magic/" target="_blank">Full article</a></p></blockquote>
<p><a href="http://www.alistapart.com/authors/j/glennjones" target="_blank">Glenn Jones</a> has written a javascript library that collects data from different social profiles. It currently supports 70 sites and 142 endpoint mappings. Now that&#8217;s some real magic! You can download this engine for free at <a href="http://identengine.com/" target="_blank">identengine.com</a>.</p>
<p>He also did a presentation about blending social graph data and other open data sources at <a href="http://twiist.be/" target="_blank">Twiist.be</a> in Leuven.</p>
<div id="__ss_1444828" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Experiments in Data Portability 2" href="http://www.slideshare.net/glennjones/experiments-in-data-portability-2">Experiments in Data Portability 2</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/glennjones">Glenn Jones</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.joggink.com/2009/10/discovering-magic-the-ident-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumptop 3D desktop</title>
		<link>http://blog.joggink.com/2009/10/bumptop-3d-desktop/</link>
		<comments>http://blog.joggink.com/2009/10/bumptop-3d-desktop/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:26:41 +0000</pubDate>
		<dc:creator>Jochen Vandendriessche</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=248</guid>
		<description><![CDATA[Seems like apples multitouch gesture took interfacing to a brand new level.

]]></description>
			<content:encoded><![CDATA[<p>Seems like apples multitouch gesture took interfacing to a brand new level.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/eqcmPJ-oVL0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/eqcmPJ-oVL0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joggink.com/2009/10/bumptop-3d-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Science of Aesthetics by Keith Lang</title>
		<link>http://blog.joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/</link>
		<comments>http://blog.joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:52:48 +0000</pubDate>
		<dc:creator>Jochen Vandendriessche</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=5</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="313"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6527897&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=59a5d1&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6527897&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=59a5d1&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="313"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
